fix: Adds missing backend status command implementations.
This commit is contained in:
parent
605ad31dd6
commit
93f2f9cbee
4 changed files with 45 additions and 0 deletions
|
@ -5,6 +5,7 @@ import "git.terah.dev/imterah/hermes/backend/commonbackend"
|
|||
type BackendInterface interface {
|
||||
StartBackend(arguments []byte) (bool, error)
|
||||
StopBackend() (bool, error)
|
||||
GetBackendStatus() (bool, error)
|
||||
StartProxy(command *commonbackend.AddProxy) (bool, error)
|
||||
StopProxy(command *commonbackend.RemoveProxy) (bool, error)
|
||||
GetAllClientConnections() []*commonbackend.ProxyClientConnection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue