mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Added *eventType to opts for process threhold
This commit is contained in:
committed by
Dan Christian Bogos
parent
50789d6000
commit
61d2b4e922
@@ -551,7 +551,6 @@ const (
|
||||
Meta = "*"
|
||||
MetaSysLog = "*syslog"
|
||||
MetaStdLog = "*stdout"
|
||||
EventType = "EventType"
|
||||
EventSource = "EventSource"
|
||||
AccountID = "AccountID"
|
||||
ResourceID = "ResourceID"
|
||||
@@ -2400,6 +2399,8 @@ const (
|
||||
Subsys = "*subsys"
|
||||
OptsAttributesProcessRuns = "*processRuns"
|
||||
OptsDispatcherMethod = "*method"
|
||||
MetaEventType = "*eventType"
|
||||
EventType = "EventType"
|
||||
)
|
||||
|
||||
// Event Flags
|
||||
|
||||
Reference in New Issue
Block a user