(cc grpc.ClientConnInterface)
| 31 | } |
| 32 | |
| 33 | func NewDpiInterfaceClient(cc grpc.ClientConnInterface) DpiInterfaceClient { |
| 34 | return &dpiInterfaceClient{cc} |
| 35 | } |
| 36 | |
| 37 | func (c *dpiInterfaceClient) AddDeployment(ctx context.Context, in *ServiceInfo, opts ...grpc.CallOption) (*DeploymentUpdateSuccess, error) { |
| 38 | out := new(DeploymentUpdateSuccess) |
no outgoing calls
no test coverage detected