| 48 | } |
| 49 | |
| 50 | type serverImpl struct { |
| 51 | channelzgrpc.UnimplementedChannelzServer |
| 52 | } |
| 53 | |
| 54 | func (s *serverImpl) GetChannel(_ context.Context, req *channelzpb.GetChannelRequest) (*channelzpb.GetChannelResponse, error) { |
| 55 | ch, err := protoconv.GetChannel(req.GetChannelId()) |
nothing calls this directly
no outgoing calls
no test coverage detected