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

Method SwarmUnlock

cli/command/swarm/client_test.go:82–87  ·  view source on GitHub ↗
(_ context.Context, options client.SwarmUnlockOptions)

Source from the content-addressed store, hash-verified

80}
81
82func (cli *fakeClient) SwarmUnlock(_ context.Context, options client.SwarmUnlockOptions) (client.SwarmUnlockResult, error) {
83 if cli.swarmUnlockFunc != nil {
84 return cli.swarmUnlockFunc(options)
85 }
86 return client.SwarmUnlockResult{}, nil
87}

Callers 1

runUnlockFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected