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

Method ConfigRemove

pkg/dryrun/dryrunclient.go:320–322  ·  view source on GitHub ↗
(ctx context.Context, id string, options client.ConfigRemoveOptions)

Source from the content-addressed store, hash-verified

318}
319
320func (d *DryRunClient) ConfigRemove(ctx context.Context, id string, options client.ConfigRemoveOptions) (client.ConfigRemoveResult, error) {
321 return d.apiClient.ConfigRemove(ctx, id, options)
322}
323
324func (d *DryRunClient) ConfigUpdate(ctx context.Context, id string, options client.ConfigUpdateOptions) (client.ConfigUpdateResult, error) {
325 return d.apiClient.ConfigUpdate(ctx, id, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected