pomelo-upgrade
Version:
15 lines (14 loc) • 454 B
JavaScript
;
module.exports = {
ADD_SERVERS : 'add_servers',
REMOVE_SERVERS : 'remove_servers',
REPLACE_SERVERS : 'replace_servers',
BIND_SESSION : 'bind_session',
UNBIND_SESSION : 'unbind_session',
CLOSE_SESSION : 'close_session',
ADD_CRONS : 'add_crons',
REMOVE_CRONS : 'remove_crons',
UPDATE_CRONS : 'update_crons',
START_SERVER : 'start_server',
START_ALL : 'start_all'
};