| 30 | } |
| 31 | |
| 32 | type codegenServiceClient struct { |
| 33 | cc grpc.ClientConnInterface |
| 34 | } |
| 35 | |
| 36 | func NewCodegenServiceClient(cc grpc.ClientConnInterface) CodegenServiceClient { |
| 37 | return &codegenServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected