Update dependencies
This commit is contained in:
@@ -10,6 +10,14 @@ func (csh *CommandServerHandler) ServiceReload() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (csh *CommandServerHandler) GetSystemProxyStatus() *libbox.SystemProxyStatus {
|
||||
return &libbox.SystemProxyStatus{Available: true, Enabled: false}
|
||||
}
|
||||
|
||||
func (csh *CommandServerHandler) SetSystemProxyEnabled(isEnabled bool) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func startCommandServer() error {
|
||||
commandServer = libbox.NewCommandServer(&CommandServerHandler{}, 300)
|
||||
return commandServer.Start()
|
||||
|
||||
Reference in New Issue
Block a user