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

Struct DpApiServer

api/data_plane_api_server.go:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34)
35
36type DpApiServer struct {
37 proto.UnimplementedDpiInterfaceServer
38
39 dataplane *data_plane.Dataplane
40 Proxy *proxy.ProxyingService
41}
42
43func NewDpApiServer(dataPlane *data_plane.Dataplane) *DpApiServer {
44 return &DpApiServer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected