UnimplementedEchoServerServer can be embedded to have forward compatible implementations.
| 198 | |
| 199 | // UnimplementedEchoServerServer can be embedded to have forward compatible implementations. |
| 200 | type UnimplementedEchoServerServer struct { |
| 201 | } |
| 202 | |
| 203 | func (*UnimplementedEchoServerServer) Process(srv EchoServer_ProcessServer) error { |
| 204 | return status.Errorf(codes.Unimplemented, "method Process not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected