| 3 | |
| 4 | #[derive(Debug)] |
| 5 | pub 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected