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

Method SwarmUnlock

pkg/dryrun/dryrunclient.go:548–550  ·  view source on GitHub ↗
(ctx context.Context, options client.SwarmUnlockOptions)

Source from the content-addressed store, hash-verified

546}
547
548func (d *DryRunClient) SwarmUnlock(ctx context.Context, options client.SwarmUnlockOptions) (client.SwarmUnlockResult, error) {
549 return d.apiClient.SwarmUnlock(ctx, options)
550}
551
552func (d *DryRunClient) SwarmLeave(ctx context.Context, options client.SwarmLeaveOptions) (client.SwarmLeaveResult, error) {
553 return d.apiClient.SwarmLeave(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected