| 7 | |
| 8 | #[derive(Debug, Deserialize)] |
| 9 | pub 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)] |
| 20 | pub struct Config { |
nothing calls this directly
no outgoing calls
no test coverage detected