(cc grpc.ClientConnInterface)
| 51 | } |
| 52 | |
| 53 | func NewGStringServiceClient(cc grpc.ClientConnInterface) GStringServiceClient { |
| 54 | return &gStringServiceClient{cc} |
| 55 | } |
| 56 | |
| 57 | func (c *gStringServiceClient) NewFlyDBService(ctx context.Context, in *FlyDBOption, opts ...grpc.CallOption) (*NewFlyDBResponse, error) { |
| 58 | out := new(NewFlyDBResponse) |