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

Method SwarmGetUnlockKey

pkg/dryrun/dryrunclient.go:544–546  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

542}
543
544func (d *DryRunClient) SwarmGetUnlockKey(ctx context.Context) (client.SwarmGetUnlockKeyResult, error) {
545 return d.apiClient.SwarmGetUnlockKey(ctx)
546}
547
548func (d *DryRunClient) SwarmUnlock(ctx context.Context, options client.SwarmUnlockOptions) (client.SwarmUnlockResult, error) {
549 return d.apiClient.SwarmUnlock(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected