mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Improving NewDispatcherService ServiceManagerS and its constant
This commit is contained in:
committed by
Dan Christian Bogos
parent
affaf7a5f7
commit
cbe17dd080
@@ -906,22 +906,23 @@ const (
|
||||
|
||||
// Services
|
||||
const (
|
||||
SessionS = "SessionS"
|
||||
AttributeS = "AttributeS"
|
||||
RouteS = "RouteS"
|
||||
ResourceS = "ResourceS"
|
||||
StatService = "StatS"
|
||||
FilterS = "FilterS"
|
||||
ThresholdS = "ThresholdS"
|
||||
DispatcherS = "DispatcherS"
|
||||
RegistrarC = "RegistrarC"
|
||||
LoaderS = "LoaderS"
|
||||
ChargerS = "ChargerS"
|
||||
TPeS = "TPeS"
|
||||
CacheS = "CacheS"
|
||||
AnalyzerS = "AnalyzerS"
|
||||
CDRServer = "CDRServer"
|
||||
GuardianS = "GuardianS"
|
||||
SessionS = "SessionS"
|
||||
AttributeS = "AttributeS"
|
||||
RouteS = "RouteS"
|
||||
ResourceS = "ResourceS"
|
||||
StatService = "StatS"
|
||||
FilterS = "FilterS"
|
||||
ThresholdS = "ThresholdS"
|
||||
DispatcherS = "DispatcherS"
|
||||
RegistrarC = "RegistrarC"
|
||||
LoaderS = "LoaderS"
|
||||
ChargerS = "ChargerS"
|
||||
TPeS = "TPeS"
|
||||
CacheS = "CacheS"
|
||||
AnalyzerS = "AnalyzerS"
|
||||
CDRServer = "CDRServer"
|
||||
GuardianS = "GuardianS"
|
||||
ServiceManagerS = "ServiceManager"
|
||||
)
|
||||
|
||||
// Lower service names
|
||||
|
||||
Reference in New Issue
Block a user