kegani-cli 0.1.1

CLI tool for Kegani framework
Documentation
1
2
3
4
5
6
7
//! Service layer — dependency injection
//!
//! Provides service traits and implementations. Controllers depend on
//! services (not repositories), enabling easy mocking in tests.

pub mod {{RESOURCE_NAME}};
pub use {{RESOURCE_NAME}}::*;