mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 17:18:44 +05:00
EventExporterSv1 API skel
This commit is contained in:
@@ -808,6 +808,7 @@ const (
|
||||
RALsLow = "rals"
|
||||
ReplicatorLow = "replicator"
|
||||
ApierSLow = "apiers"
|
||||
EEsLow = "ees"
|
||||
)
|
||||
|
||||
// Actions
|
||||
@@ -1472,6 +1473,12 @@ const (
|
||||
SchedulerSv1ExecuteActionPlans = "SchedulerSv1.ExecuteActionPlans"
|
||||
)
|
||||
|
||||
// EEs
|
||||
const (
|
||||
EventExporterSv1 = "EventExporterSv1"
|
||||
EventExporterSv1Ping = "EventExporterSv1.Ping"
|
||||
)
|
||||
|
||||
//cgr_ variables
|
||||
const (
|
||||
CGR_ACCOUNT = "cgr_account"
|
||||
|
||||
Reference in New Issue
Block a user