Removed GetInternalChan method from Service interface

This commit is contained in:
Trial97
2020-05-15 15:27:16 +03:00
committed by Dan Christian Bogos
parent f10f570a27
commit 9f8790a3d4
31 changed files with 23 additions and 183 deletions

View File

@@ -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