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

Struct channelzClient

channelz/grpc_channelz_v1/channelz_grpc.pb.go:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76type channelzClient struct {
77 cc grpc.ClientConnInterface
78}
79
80func NewChannelzClient(cc grpc.ClientConnInterface) ChannelzClient {
81 return &channelzClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected