UnimplementedNodeServiceServer must be embedded to have forward compatible implementations. NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
| 236 | // NOTE: this should be embedded by value instead of pointer to avoid a nil |
| 237 | // pointer dereference when methods are called. |
| 238 | type UnimplementedNodeServiceServer struct{} |
| 239 | |
| 240 | func (UnimplementedNodeServiceServer) Start(context.Context, *Backend) (*BaseInfoResponse, error) { |
| 241 | return nil, status.Error(codes.Unimplemented, "method Start not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected