(ctx context.Context, serviceID string, options client.ServiceUpdateOptions)
| 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) |
| 518 | } |
| 519 | |
| 520 | func (d *DryRunClient) ServiceLogs(ctx context.Context, serviceID string, options client.ServiceLogsOptions) (client.ServiceLogsResult, error) { |
| 521 | return d.apiClient.ServiceLogs(ctx, serviceID, options) |
nothing calls this directly
no outgoing calls
no test coverage detected