| 27 | } |
| 28 | |
| 29 | type dpiInterfaceClient struct { |
| 30 | cc grpc.ClientConnInterface |
| 31 | } |
| 32 | |
| 33 | func NewDpiInterfaceClient(cc grpc.ClientConnInterface) DpiInterfaceClient { |
| 34 | return &dpiInterfaceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected