Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
type
Server
struct
{
17
repository *Repository
18
pb.UnimplementedPokedexServer
19
}
20
21
func
NewServer(repository *Repository) *Server {
22
return
&Server{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected