| 33 | } |
| 34 | |
| 35 | type nodeAgentClient struct { |
| 36 | cc grpc.ClientConnInterface |
| 37 | } |
| 38 | |
| 39 | func NewNodeAgentClient(cc grpc.ClientConnInterface) NodeAgentClient { |
| 40 | return &nodeAgentClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected