| 15 | use super::config::{ProxyConfig, EndpointConfig}; |
| 16 | |
| 17 | pub struct ProxyService { |
| 18 | config: ProxyConfig, |
| 19 | } |
| 20 | |
| 21 | impl ProxyService { |
| 22 | pub fn new(config: ProxyConfig) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected