UnimplementedTestServiceServer 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.
| 229 | // NOTE: this should be embedded by value instead of pointer to avoid a nil |
| 230 | // pointer dereference when methods are called. |
| 231 | type UnimplementedTestServiceServer struct{} |
| 232 | |
| 233 | func (UnimplementedTestServiceServer) EmptyCall(context.Context, *Empty) (*Empty, error) { |
| 234 | return nil, status.Error(codes.Unimplemented, "method EmptyCall not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected