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

Method SecretUpdate

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

Source from the content-addressed store, hash-verified

578}
579
580func (d *DryRunClient) SecretUpdate(ctx context.Context, id string, options client.SecretUpdateOptions) (client.SecretUpdateResult, error) {
581 return d.apiClient.SecretUpdate(ctx, id, options)
582}
583
584func (d *DryRunClient) Events(ctx context.Context, options client.EventsListOptions) client.EventsResult {
585 return d.apiClient.Events(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected