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

Method SwarmUnlock

pkg/mocks/mock_docker_api.go:1619–1622  ·  view source on GitHub ↗

SwarmUnlock indicates an expected call of SwarmUnlock.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1617
1618// SwarmUnlock indicates an expected call of SwarmUnlock.
1619func (mr *MockAPIClientMockRecorder) SwarmUnlock(arg0, arg1 any) *gomock.Call {
1620 mr.mock.ctrl.T.Helper()
1621 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SwarmUnlock", reflect.TypeOf((*MockAPIClient)(nil).SwarmUnlock), arg0, arg1)
1622}
1623
1624// SwarmUpdate mocks base method.
1625func (m *MockAPIClient) SwarmUpdate(arg0 context.Context, arg1 client.SwarmUpdateOptions) (client.SwarmUpdateResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected