Documentation ¶ Index ¶ type ChangePortRequest type Result type Route Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ChangePortRequest ¶ type ChangePortRequest struct { Port string `json:"port" binding:"required"` } type Result ¶ type Result struct { Success int `json:"success" example:"200"` Message string `json:"message" example:"ok"` Data interface{} `json:"data" example:"返回结果"` } type Route ¶ type Route struct { Path string `json:"path" binding:"required"` Target string `json:"target" binding:"required"` } Source Files ¶ View all Source files gateway.go sys_common.go Directories ¶ Show internal Expand all Path Synopsis notify @Author: LinkLeong link@icewhale.com @Author: LinkLeong link@icewhale.com Click to show internal directories. Click to hide internal directories.