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

Method SecretList

pkg/dryrun/dryrunclient.go:564–566  ·  view source on GitHub ↗
(ctx context.Context, options client.SecretListOptions)

Source from the content-addressed store, hash-verified

562}
563
564func (d *DryRunClient) SecretList(ctx context.Context, options client.SecretListOptions) (client.SecretListResult, error) {
565 return d.apiClient.SecretList(ctx, options)
566}
567
568func (d *DryRunClient) SecretCreate(ctx context.Context, options client.SecretCreateOptions) (client.SecretCreateResult, error) {
569 return d.apiClient.SecretCreate(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected