MCPcopy
hub / github.com/fabiolb/fabio / gRPCServer

Struct gRPCServer

proxy/grpc_handler.go:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type gRPCServer struct {
30 server *grpc.Server
31}
32
33func (s *gRPCServer) Close() error {
34 s.server.Stop()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected