MCPcopy Create free account
hub / github.com/dreamsofcode-io/grpc / UnimplementedPokedexServer

Struct UnimplementedPokedexServer

pokemon-api/pb/pokemon_grpc.pb.go:107–108  ·  view source on GitHub ↗

UnimplementedPokedexServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected