mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
[Feature] Include RunId in FRP Server Plugin NewProxy message (#1700)
* feat: include RunId in FRP Server Plugin NewProxy message * doc: rewrite server plugin documentation
This commit is contained in:
@@ -38,6 +38,7 @@ type LoginContent struct {
|
||||
type UserInfo struct {
|
||||
User string `json:"user"`
|
||||
Metas map[string]string `json:"metas"`
|
||||
RunId string `json:"run_id"`
|
||||
}
|
||||
|
||||
type NewProxyContent struct {
|
||||
|
||||
Reference in New Issue
Block a user