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

Method ServiceUpdate

pkg/mocks/mock_docker_api.go:1529–1532  ·  view source on GitHub ↗

ServiceUpdate indicates an expected call of ServiceUpdate.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1527
1528// ServiceUpdate indicates an expected call of ServiceUpdate.
1529func (mr *MockAPIClientMockRecorder) ServiceUpdate(arg0, arg1, arg2 any) *gomock.Call {
1530 mr.mock.ctrl.T.Helper()
1531 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServiceUpdate", reflect.TypeOf((*MockAPIClient)(nil).ServiceUpdate), arg0, arg1, arg2)
1532}
1533
1534// SwarmGetUnlockKey mocks base method.
1535func (m *MockAPIClient) SwarmGetUnlockKey(arg0 context.Context) (client.SwarmGetUnlockKeyResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected