| 37 | } |
| 38 | |
| 39 | type gZSetServiceClient struct { |
| 40 | cc grpc.ClientConnInterface |
| 41 | } |
| 42 | |
| 43 | func NewGZSetServiceClient(cc grpc.ClientConnInterface) GZSetServiceClient { |
| 44 | return &gZSetServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected