(ctx context.Context, options client.ServiceCreateOptions)
| 498 | } |
| 499 | |
| 500 | func (d *DryRunClient) ServiceCreate(ctx context.Context, options client.ServiceCreateOptions) (client.ServiceCreateResult, error) { |
| 501 | return d.apiClient.ServiceCreate(ctx, options) |
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected