| 184 | } |
| 185 | |
| 186 | type downstreamClient struct { |
| 187 | cc grpc.ClientConnInterface |
| 188 | } |
| 189 | |
| 190 | func NewDownstreamClient(cc grpc.ClientConnInterface) DownstreamClient { |
| 191 | return &downstreamClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected