(ctx context.Context, serviceID string, options client.ServiceInspectOptions)
| 502 | } |
| 503 | |
| 504 | func (d *DryRunClient) ServiceInspect(ctx context.Context, serviceID string, options client.ServiceInspectOptions) (client.ServiceInspectResult, error) { |
| 505 | return d.apiClient.ServiceInspect(ctx, serviceID, options) |
| 506 | } |
| 507 | |
| 508 | func (d *DryRunClient) ServiceList(ctx context.Context, options client.ServiceListOptions) (client.ServiceListResult, error) { |
| 509 | return d.apiClient.ServiceList(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected