EventExporterSv1 API skel

This commit is contained in:
DanB
2020-05-10 14:21:51 +02:00
parent 5c0599d0ec
commit 75b9433ccc
5 changed files with 67 additions and 14 deletions

View File

@@ -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"