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

Struct WnApiServer

api/worker_node_api_server.go:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type WnApiServer struct {
35 proto.UnimplementedWorkerNodeInterfaceServer
36
37 workerNode *worker_node.WorkerNode
38}
39
40func NewWorkerNodeApi(workerNode *worker_node.WorkerNode) *WnApiServer {
41 return &WnApiServer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected