[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:
Guy Lewin
2020-03-14 11:26:35 -04:00
committed by GitHub
parent f65ffe2812
commit 10acf638f8
3 changed files with 37 additions and 22 deletions

View File

@ -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 {