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

Method SwarmGetUnlockKey

pkg/mocks/mock_docker_api.go:1535–1541  ·  view source on GitHub ↗

SwarmGetUnlockKey mocks base method.

(arg0 context.Context)

Source from the content-addressed store, hash-verified

1533
1534// SwarmGetUnlockKey mocks base method.
1535func (m *MockAPIClient) SwarmGetUnlockKey(arg0 context.Context) (client.SwarmGetUnlockKeyResult, error) {
1536 m.ctrl.T.Helper()
1537 ret := m.ctrl.Call(m, "SwarmGetUnlockKey", arg0)
1538 ret0, _ := ret[0].(client.SwarmGetUnlockKeyResult)
1539 ret1, _ := ret[1].(error)
1540 return ret0, ret1
1541}
1542
1543// SwarmGetUnlockKey indicates an expected call of SwarmGetUnlockKey.
1544func (mr *MockAPIClientMockRecorder) SwarmGetUnlockKey(arg0 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected