Files
Charon/backend/internal/services/doc.go
2026-03-04 18:34:49 +00:00

7 lines
395 B
Go

// Package services provides the core application services used across the
// backend. Services encapsulate business logic and external/system interactions
// such as notification delivery, backups, mail sending, uptime monitoring,
// and more. These are instantiated by the application startup code and wired
// into HTTP handlers to provide functionality to the frontend API.
package services