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:
ionutboangiu
2024-12-18 19:12:17 +02:00
committed by Dan Christian Bogos
parent 9728908c56
commit dab152f976
44 changed files with 566 additions and 1054 deletions

View File

@@ -2831,7 +2831,9 @@ const (
)
const (
StateServiceUP = "SERVICE_UP"
StateServiceUP = "SERVICE_UP"
StateServiceDOWN = "SERVICE_DOWN"
StateServiceInit = "SERVICE_INIT"
)
func buildCacheInstRevPrefixes() {