(ctx context.Context, serviceID string, options client.ServiceRemoveOptions)
| 510 | } |
| 511 | |
| 512 | func (d *DryRunClient) ServiceRemove(ctx context.Context, serviceID string, options client.ServiceRemoveOptions) (client.ServiceRemoveResult, error) { |
| 513 | return d.apiClient.ServiceRemove(ctx, serviceID, options) |
| 514 | } |
| 515 | |
| 516 | func (d *DryRunClient) ServiceUpdate(ctx context.Context, serviceID string, options client.ServiceUpdateOptions) (client.ServiceUpdateResult, error) { |
| 517 | return d.apiClient.ServiceUpdate(ctx, serviceID, options) |
nothing calls this directly
no outgoing calls
no test coverage detected