MCPcopy Create free account
hub / github.com/eth-easl/dirigent / ProxyingService

Struct ProxyingService

internal/data_plane/proxy/sync_proxy_handler.go:43–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41)
42
43type ProxyingService struct {
44 Host string
45 Port string
46 Cache *common.Deployments
47 CPInterface proto.CpiInterfaceClient
48 LoadBalancingPolicy load_balancing.LoadBalancingPolicy
49
50 Tracing *tracing.TracingService[tracing.ProxyLogEntry]
51}
52
53func (ps *ProxyingService) GetCpApiServer() proto.CpiInterfaceClient {
54 return ps.CPInterface

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected