mirror of
https://github.com/fatedier/frp.git
synced 2025-12-14 20:15:54 +00:00
[Feature] Server Plugin - Ping and NewWorkConn RPC (#1702)
This commit is contained in:
@@ -21,8 +21,10 @@ import (
|
||||
const (
|
||||
APIVersion = "0.1.0"
|
||||
|
||||
OpLogin = "Login"
|
||||
OpNewProxy = "NewProxy"
|
||||
OpLogin = "Login"
|
||||
OpNewProxy = "NewProxy"
|
||||
OpPing = "Ping"
|
||||
OpNewWorkConn = "NewWorkConn"
|
||||
)
|
||||
|
||||
type Plugin interface {
|
||||
|
||||
Reference in New Issue
Block a user