| 74 | } |
| 75 | |
| 76 | type channelzClient struct { |
| 77 | cc grpc.ClientConnInterface |
| 78 | } |
| 79 | |
| 80 | func NewChannelzClient(cc grpc.ClientConnInterface) ChannelzClient { |
| 81 | return &channelzClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected