| 52 | } |
| 53 | |
| 54 | type gSetServiceClient struct { |
| 55 | cc grpc.ClientConnInterface |
| 56 | } |
| 57 | |
| 58 | func NewGSetServiceClient(cc grpc.ClientConnInterface) GSetServiceClient { |
| 59 | return &gSetServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected