All files / elabox-system.lib.nodejs constants.ts

100% Statements 5/5
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 111x     1x   1x   1x   1x  
export const SYSTEM_PACKAGE = "ela.system"
 
// action if that can be use for broadcast event system/specific package
export const BROADCAST_ACTION = "ela.system.BROADCAST"
// action id that can be use for subscribing on a specific package action
export const SUBSCRIBE_ACTION = "ela.system.SUBSCRIBE"         
// action id that triggers when the ela system status changed
export const STATUSCHANGED_ACTION = "ela.broadcast.SYSTEM_STATUS_CHANGED"
// environment key for elastatus
export const ELASTATUS_ENV = "elastatus"