(_ context.Context, name *proto.ServiceInfo)
| 55 | } |
| 56 | |
| 57 | func (api *DpApiServer) DeleteDeployment(_ context.Context, name *proto.ServiceInfo) (*proto.DeploymentUpdateSuccess, error) { |
| 58 | return api.dataplane.DeleteDeployment(name) |
| 59 | } |
| 60 | |
| 61 | func (api *DpApiServer) DrainSandbox(_ context.Context, endpoint *proto.DeploymentEndpointPatch) (*proto.DeploymentUpdateSuccess, error) { |
| 62 | return api.dataplane.DrainSandbox(endpoint) |
nothing calls this directly
no test coverage detected