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

Method SwarmUpdate

pkg/mocks/mock_docker_api.go:1634–1637  ·  view source on GitHub ↗

SwarmUpdate indicates an expected call of SwarmUpdate.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1632
1633// SwarmUpdate indicates an expected call of SwarmUpdate.
1634func (mr *MockAPIClientMockRecorder) SwarmUpdate(arg0, arg1 any) *gomock.Call {
1635 mr.mock.ctrl.T.Helper()
1636 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SwarmUpdate", reflect.TypeOf((*MockAPIClient)(nil).SwarmUpdate), arg0, arg1)
1637}
1638
1639// TaskInspect mocks base method.
1640func (m *MockAPIClient) TaskInspect(arg0 context.Context, arg1 string, arg2 client.TaskInspectOptions) (client.TaskInspectResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected