UnimplementedNodeServer must be embedded to have forward compatible implementations.
| 150 | |
| 151 | // UnimplementedNodeServer must be embedded to have forward compatible implementations. |
| 152 | type UnimplementedNodeServer struct { |
| 153 | } |
| 154 | |
| 155 | func (UnimplementedNodeServer) MessageLoop(Node_MessageLoopServer) error { |
| 156 | return status.Errorf(codes.Unimplemented, "method MessageLoop not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected