Server manager support the NewUserConn operation (#1740)
support NewUserConn operation
This commit is contained in:
committed by
GitHub
Unverified
parent
1c330185c4
commit
ad0c449a75
@@ -25,6 +25,7 @@ const (
|
||||
OpNewProxy = "NewProxy"
|
||||
OpPing = "Ping"
|
||||
OpNewWorkConn = "NewWorkConn"
|
||||
OpNewUserConn = "NewUserConn"
|
||||
)
|
||||
|
||||
type Plugin interface {
|
||||
|
||||
Reference in New Issue
Block a user