UnimplementedPokedexServer must be embedded to have forward compatible implementations.
| 105 | |
| 106 | // UnimplementedPokedexServer must be embedded to have forward compatible implementations. |
| 107 | type UnimplementedPokedexServer struct { |
| 108 | } |
| 109 | |
| 110 | func (UnimplementedPokedexServer) Create(context.Context, *PokemonRequest) (*Pokemon, error) { |
| 111 | return nil, status.Errorf(codes.Unimplemented, "method Create not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected