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

Struct Server

pokemon-api/pokedex/server.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type Server struct {
17 repository *Repository
18 pb.UnimplementedPokedexServer
19}
20
21func NewServer(repository *Repository) *Server {
22 return &Server{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected