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

Class Backend

opensuse-proxy-cache/src/backend.rs:5–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4#[derive(Debug)]
5pub struct Backend {
6 pub provider: Url,
7 pub prefix: String,
8 // type_: BackendType,
9 pub check_upstream: bool,
10 //
11 pub cache_large_objects: bool,
12 pub wonder_guard: bool,
13 //
14 // boot_services
15 pub online: AtomicBool,
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected