| 56 | } |
| 57 | |
| 58 | type nodeServiceClient struct { |
| 59 | cc grpc.ClientConnInterface |
| 60 | } |
| 61 | |
| 62 | func NewNodeServiceClient(cc grpc.ClientConnInterface) NodeServiceClient { |
| 63 | return &nodeServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected