(cc grpc.ClientConnInterface)
| 30 | } |
| 31 | |
| 32 | func NewGenClient(cc grpc.ClientConnInterface) GenClient { |
| 33 | return &genClient{cc} |
| 34 | } |
| 35 | |
| 36 | func (c *genClient) Generate(ctx context.Context, in *GenerateRequest, opts ...grpc.CallOption) (*GenerateResponse, error) { |
| 37 | out := new(GenerateResponse) |