MCPcopy Index your code
hub / github.com/dreamsofcode-io/grpc / pokedexClient

Struct pokedexClient

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

Source from the content-addressed store, hash-verified

39}
40
41type pokedexClient struct {
42 cc grpc.ClientConnInterface
43}
44
45func NewPokedexClient(cc grpc.ClientConnInterface) PokedexClient {
46 return &pokedexClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected