MCPcopy Create free account
hub / github.com/YougLin-dev/amp-server / ProxyService

Class ProxyService

api/src/proxy/service.rs:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15use super::config::{ProxyConfig, EndpointConfig};
16
17pub struct ProxyService {
18 config: ProxyConfig,
19}
20
21impl ProxyService {
22 pub fn new(config: ProxyConfig) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected