| 3 | |
| 4 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 5 | pub struct ProxyConfig { |
| 6 | pub endpoints: Vec<EndpointConfig>, |
| 7 | } |
| 8 | |
| 9 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 10 | pub struct EndpointConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected