| 38 | } |
| 39 | |
| 40 | type cpiInterfaceClient struct { |
| 41 | cc grpc.ClientConnInterface |
| 42 | } |
| 43 | |
| 44 | func NewCpiInterfaceClient(cc grpc.ClientConnInterface) CpiInterfaceClient { |
| 45 | return &cpiInterfaceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected