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

Method ConfigUpdate

pkg/mocks/mock_docker_api.go:209–215  ·  view source on GitHub ↗

ConfigUpdate mocks base method.

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

Source from the content-addressed store, hash-verified

207
208// ConfigUpdate mocks base method.
209func (m *MockAPIClient) ConfigUpdate(arg0 context.Context, arg1 string, arg2 client.ConfigUpdateOptions) (client.ConfigUpdateResult, error) {
210 m.ctrl.T.Helper()
211 ret := m.ctrl.Call(m, "ConfigUpdate", arg0, arg1, arg2)
212 ret0, _ := ret[0].(client.ConfigUpdateResult)
213 ret1, _ := ret[1].(error)
214 return ret0, ret1
215}
216
217// ConfigUpdate indicates an expected call of ConfigUpdate.
218func (mr *MockAPIClientMockRecorder) ConfigUpdate(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected