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

Method SecretInspect

pkg/dryrun/dryrunclient.go:576–578  ·  view source on GitHub ↗
(ctx context.Context, name string, options client.SecretInspectOptions)

Source from the content-addressed store, hash-verified

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)
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected