MCPcopy Create free account
hub / github.com/docker/compose / ServiceRemove

Method ServiceRemove

pkg/dryrun/dryrunclient.go:512–514  ·  view source on GitHub ↗
(ctx context.Context, serviceID string, options client.ServiceRemoveOptions)

Source from the content-addressed store, hash-verified

510}
511
512func (d *DryRunClient) ServiceRemove(ctx context.Context, serviceID string, options client.ServiceRemoveOptions) (client.ServiceRemoveResult, error) {
513 return d.apiClient.ServiceRemove(ctx, serviceID, options)
514}
515
516func (d *DryRunClient) ServiceUpdate(ctx context.Context, serviceID string, options client.ServiceUpdateOptions) (client.ServiceUpdateResult, error) {
517 return d.apiClient.ServiceUpdate(ctx, serviceID, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected