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

Method NodeRemove

pkg/mocks/mock_docker_api.go:1154–1157  ·  view source on GitHub ↗

NodeRemove indicates an expected call of NodeRemove.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1152
1153// NodeRemove indicates an expected call of NodeRemove.
1154func (mr *MockAPIClientMockRecorder) NodeRemove(arg0, arg1, arg2 any) *gomock.Call {
1155 mr.mock.ctrl.T.Helper()
1156 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NodeRemove", reflect.TypeOf((*MockAPIClient)(nil).NodeRemove), arg0, arg1, arg2)
1157}
1158
1159// NodeUpdate mocks base method.
1160func (m *MockAPIClient) NodeUpdate(arg0 context.Context, arg1 string, arg2 client.NodeUpdateOptions) (client.NodeUpdateResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected