MCPcopy Create free account
hub / github.com/Barre/compact_log / AppConfig

Class AppConfig

src/main.rs:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77#[derive(Debug, Deserialize, Serialize)]
78struct AppConfig {
79 server: ServerConfig,
80 storage: StorageConfig,
81 keys: KeysConfig,
82 cache: Option<CacheConfig>,
83 validation: Option<ValidationConfig>,
84}
85
86#[derive(Debug, Deserialize, Serialize)]
87struct ServerConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected