mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Removed GetInternalChan method from Service interface
This commit is contained in:
committed by
Dan Christian Bogos
parent
f10f570a27
commit
9f8790a3d4
@@ -380,8 +380,6 @@ type Service interface {
|
||||
Reload() error
|
||||
// Shutdown stops the service
|
||||
Shutdown() error
|
||||
// GetIntenternalChan returns the internal connection chanel
|
||||
GetIntenternalChan() chan rpcclient.ClientConnector
|
||||
// IsRunning returns if the service is running
|
||||
IsRunning() bool
|
||||
// ShouldRun returns if the service should be running
|
||||
|
||||
Reference in New Issue
Block a user