forked from Silverfish/proton-bridge
feat: clientmanager has checkconnection
This commit is contained in:
@ -54,6 +54,7 @@ type Bridger interface {
|
||||
ClearData() error
|
||||
AllowProxy()
|
||||
DisallowProxy()
|
||||
CheckConnection() error
|
||||
}
|
||||
|
||||
// BridgeUser is an interface of user needed by frontend.
|
||||
|
||||
Reference in New Issue
Block a user