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

Method NodeUpdate

pkg/mocks/mock_docker_api.go:1169–1172  ·  view source on GitHub ↗

NodeUpdate indicates an expected call of NodeUpdate.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1167
1168// NodeUpdate indicates an expected call of NodeUpdate.
1169func (mr *MockAPIClientMockRecorder) NodeUpdate(arg0, arg1, arg2 any) *gomock.Call {
1170 mr.mock.ctrl.T.Helper()
1171 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NodeUpdate", reflect.TypeOf((*MockAPIClient)(nil).NodeUpdate), arg0, arg1, arg2)
1172}
1173
1174// Ping mocks base method.
1175func (m *MockAPIClient) Ping(arg0 context.Context, arg1 client.PingOptions) (client.PingResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected