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

Struct CpApiServer

api/control_plane_api_server.go:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43)
44
45type CpApiServer struct {
46 proto.UnimplementedCpiInterfaceServer
47
48 LeaderElectionServer *leader_election.LeaderElectionServer
49 ControlPlane *control_plane.ControlPlane
50 HAProxyAPI *haproxy.API
51}
52
53type CpApiServerCreationArguments struct {
54 Client persistence.PersistenceLayer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected