MCPcopy Create free account
hub / github.com/Firstyear/opensuse-proxy-cache / GlobalConfig

Class GlobalConfig

opensuse-proxy-cache/src/main.rs:1696–1699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1694
1695#[derive(Default)]
1696struct GlobalConfig {
1697 pub allowed_countries: BTreeSet<String>,
1698 pub daily_quota: Option<usize>,
1699}
1700
1701async fn do_main() {
1702 trace!("Trace working!");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected