(ctx context.Context, options client.ServiceListOptions)
| 506 | } |
| 507 | |
| 508 | func (d *DryRunClient) ServiceList(ctx context.Context, options client.ServiceListOptions) (client.ServiceListResult, error) { |
| 509 | return d.apiClient.ServiceList(ctx, options) |
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected