Module application

Module application 

Source

Re-exports§

pub use application_service::ApplicationService;
pub use command_handlers::BackupCommandHandler;
pub use command_handlers::DatabaseCommandHandler;
pub use command_handlers::HealthCommandHandler;
pub use command_handlers::ManagerCommandHandler;
pub use command_handlers::McpCommandHandler;
pub use command_handlers::ModelCommandHandler;
pub use command_handlers::ServerCommandHandler;
pub use command_handlers::SetupCommandHandler;
pub use dependency_container::DependencyContainer;
pub use lifecycle::ApplicationLifecycle;

Modules§

application_service
command_handlers
dependency_container
lifecycle

Structs§

Application
Application layer - coordinates business operations without containing business logic