| 47 | } |
| 48 | |
| 49 | type gStringServiceClient struct { |
| 50 | cc grpc.ClientConnInterface |
| 51 | } |
| 52 | |
| 53 | func NewGStringServiceClient(cc grpc.ClientConnInterface) GStringServiceClient { |
| 54 | return &gStringServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected