You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CQEvents.js 167B

1234567
  1. var CQEvents = {
  2. LOCALSTATS_UPDATED: "cq.localstats_updated",
  3. REMOTESTATS_UPDATED: "cq.remotestats_updated",
  4. STOP: "cq.stop"
  5. };
  6. module.exports = CQEvents;