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

Class Backend

opensuse-proxy-cache/src/config.rs:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8#[derive(Debug, Deserialize)]
9pub struct Backend {
10 pub url: Url,
11 #[serde(default)]
12 pub cache_large_objects: bool,
13 #[serde(default)]
14 pub wonder_guard: bool,
15 #[serde(default)]
16 pub check_upstream: bool,
17}
18
19#[derive(Debug, Deserialize)]
20pub struct Config {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected