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

Method SecretCreate

pkg/dryrun/dryrunclient.go:568–570  ·  view source on GitHub ↗
(ctx context.Context, options client.SecretCreateOptions)

Source from the content-addressed store, hash-verified

566}
567
568func (d *DryRunClient) SecretCreate(ctx context.Context, options client.SecretCreateOptions) (client.SecretCreateResult, error) {
569 return d.apiClient.SecretCreate(ctx, options)
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected