Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct { pbf.PokedexClient *grpc.ClientConn // contains filtered or unexported fields }
type Service ¶
type Service struct { *Pokedex // contains filtered or unexported fields }
func (*Service) GetPokemon ¶
func (s *Service) GetPokemon(ctx context.Context, req *pbf.Pokemon) (*pbf.Pokemon_Collection, error)
GetPokemon fetchs the pokemon by number if the trainer has them in their PC Professors know all about pokemon and can see details about every pokemon
Click to show internal directories.
Click to hide internal directories.