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

Method SwarmUnlock

pkg/mocks/mock_docker_api.go:1610–1616  ·  view source on GitHub ↗

SwarmUnlock mocks base method.

(arg0 context.Context, arg1 client.SwarmUnlockOptions)

Source from the content-addressed store, hash-verified

1608
1609// SwarmUnlock mocks base method.
1610func (m *MockAPIClient) SwarmUnlock(arg0 context.Context, arg1 client.SwarmUnlockOptions) (client.SwarmUnlockResult, error) {
1611 m.ctrl.T.Helper()
1612 ret := m.ctrl.Call(m, "SwarmUnlock", arg0, arg1)
1613 ret0, _ := ret[0].(client.SwarmUnlockResult)
1614 ret1, _ := ret[1].(error)
1615 return ret0, ret1
1616}
1617
1618// SwarmUnlock indicates an expected call of SwarmUnlock.
1619func (mr *MockAPIClientMockRecorder) SwarmUnlock(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected