| 32 | ) |
| 33 | |
| 34 | type WnApiServer struct { |
| 35 | proto.UnimplementedWorkerNodeInterfaceServer |
| 36 | |
| 37 | workerNode *worker_node.WorkerNode |
| 38 | } |
| 39 | |
| 40 | func NewWorkerNodeApi(workerNode *worker_node.WorkerNode) *WnApiServer { |
| 41 | return &WnApiServer{ |
nothing calls this directly
no outgoing calls
no test coverage detected