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

Method ServiceUpdate

pkg/mocks/mock_docker_api.go:1520–1526  ·  view source on GitHub ↗

ServiceUpdate mocks base method.

(arg0 context.Context, arg1 string, arg2 client.ServiceUpdateOptions)

Source from the content-addressed store, hash-verified

1518
1519// ServiceUpdate mocks base method.
1520func (m *MockAPIClient) ServiceUpdate(arg0 context.Context, arg1 string, arg2 client.ServiceUpdateOptions) (client.ServiceUpdateResult, error) {
1521 m.ctrl.T.Helper()
1522 ret := m.ctrl.Call(m, "ServiceUpdate", arg0, arg1, arg2)
1523 ret0, _ := ret[0].(client.ServiceUpdateResult)
1524 ret1, _ := ret[1].(error)
1525 return ret0, ret1
1526}
1527
1528// ServiceUpdate indicates an expected call of ServiceUpdate.
1529func (mr *MockAPIClientMockRecorder) ServiceUpdate(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected