Expand description
Service Layer
This module contains the business logic services that orchestrate operations between the database layer and the application layer.
Re-exports§
pub use file::FileService;pub use message::MessageService;pub use plan::PlanService;pub use session::SessionService;
Modules§
Structs§
- Service
Context - Service context that holds shared resources
- Service
Manager - Service manager that holds all services