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

Method Update

pokemon-api/pb/pokemon_grpc.pb.go:37–37  ·  view source on GitHub ↗
(ctx context.Context, in *PokemonUpdateRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

35 Read(ctx context.Context, in *PokemonFilter, opts ...grpc.CallOption) (*PokemonListResponse, error)
36 ReadOne(ctx context.Context, in *PokemonID, opts ...grpc.CallOption) (*Pokemon, error)
37 Update(ctx context.Context, in *PokemonUpdateRequest, opts ...grpc.CallOption) (*Pokemon, error)
38 Delete(ctx context.Context, in *PokemonID, opts ...grpc.CallOption) (*emptypb.Empty, error)
39}
40

Callers 2

UpdateMethod · 0.65
_Pokedex_Update_HandlerFunction · 0.65

Implementers 3

Serverpokemon-api/pokedex/server.go
pokedexClientpokemon-api/pb/pokemon_grpc.pb.go
UnimplementedPokedexServerpokemon-api/pb/pokemon_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected