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

Method SwarmUpdate

pkg/mocks/mock_docker_api.go:1625–1631  ·  view source on GitHub ↗

SwarmUpdate mocks base method.

(arg0 context.Context, arg1 client.SwarmUpdateOptions)

Source from the content-addressed store, hash-verified

1623
1624// SwarmUpdate mocks base method.
1625func (m *MockAPIClient) SwarmUpdate(arg0 context.Context, arg1 client.SwarmUpdateOptions) (client.SwarmUpdateResult, error) {
1626 m.ctrl.T.Helper()
1627 ret := m.ctrl.Call(m, "SwarmUpdate", arg0, arg1)
1628 ret0, _ := ret[0].(client.SwarmUpdateResult)
1629 ret1, _ := ret[1].(error)
1630 return ret0, ret1
1631}
1632
1633// SwarmUpdate indicates an expected call of SwarmUpdate.
1634func (mr *MockAPIClientMockRecorder) SwarmUpdate(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected