7 lines
395 B
Go
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
|