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

Method SecretRemove

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

Source from the content-addressed store, hash-verified

570}
571
572func (d *DryRunClient) SecretRemove(ctx context.Context, id string, options client.SecretRemoveOptions) (client.SecretRemoveResult, error) {
573 return d.apiClient.SecretRemove(ctx, id, options)
574}
575
576func (d *DryRunClient) SecretInspect(ctx context.Context, name string, options client.SecretInspectOptions) (client.SecretInspectResult, error) {
577 return d.apiClient.SecretInspect(ctx, name, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected