UnimplementedEchoerServer can be embedded to have forward compatible implementations.
| 153 | |
| 154 | // UnimplementedEchoerServer can be embedded to have forward compatible implementations. |
| 155 | type UnimplementedEchoerServer struct { |
| 156 | } |
| 157 | |
| 158 | func (*UnimplementedEchoerServer) Echo(ctx context.Context, req *EchoRequest) (*EchoReply, error) { |
| 159 | return nil, status.Errorf(codes.Unimplemented, "method Echo not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected