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

Method NodeUpdate

pkg/mocks/mock_docker_api.go:1160–1166  ·  view source on GitHub ↗

NodeUpdate mocks base method.

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

Source from the content-addressed store, hash-verified

1158
1159// NodeUpdate mocks base method.
1160func (m *MockAPIClient) NodeUpdate(arg0 context.Context, arg1 string, arg2 client.NodeUpdateOptions) (client.NodeUpdateResult, error) {
1161 m.ctrl.T.Helper()
1162 ret := m.ctrl.Call(m, "NodeUpdate", arg0, arg1, arg2)
1163 ret0, _ := ret[0].(client.NodeUpdateResult)
1164 ret1, _ := ret[1].(error)
1165 return ret0, ret1
1166}
1167
1168// NodeUpdate indicates an expected call of NodeUpdate.
1169func (mr *MockAPIClientMockRecorder) NodeUpdate(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected