MCPcopy
hub / github.com/grpc/grpc-go / serverImpl

Struct serverImpl

channelz/service/service.go:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type serverImpl struct {
51 channelzgrpc.UnimplementedChannelzServer
52}
53
54func (s *serverImpl) GetChannel(_ context.Context, req *channelzpb.GetChannelRequest) (*channelzpb.GetChannelResponse, error) {
55 ch, err := protoconv.GetChannel(req.GetChannelId())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected