| 440 | } |
| 441 | |
| 442 | type upstreamClient struct { |
| 443 | cc grpc.ClientConnInterface |
| 444 | } |
| 445 | |
| 446 | func NewUpstreamClient(cc grpc.ClientConnInterface) UpstreamClient { |
| 447 | return &upstreamClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected