mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Integrate StateServiceDOWN + registry related refactor
Removed redundant IsRunning service method Removed registry from constructors Pass registry to Start/Reload/Shutdown service methods
This commit is contained in:
committed by
Dan Christian Bogos
parent
9728908c56
commit
dab152f976
@@ -2831,7 +2831,9 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
StateServiceUP = "SERVICE_UP"
|
||||
StateServiceUP = "SERVICE_UP"
|
||||
StateServiceDOWN = "SERVICE_DOWN"
|
||||
StateServiceInit = "SERVICE_INIT"
|
||||
)
|
||||
|
||||
func buildCacheInstRevPrefixes() {
|
||||
|
||||
Reference in New Issue
Block a user