Versions in this module Expand all Collapse all v1 v1.10.1 Feb 12, 2026 Changes in this version + func I18nWeb(c *gin.Context, name string, params ...string) string + type APIController struct + Tgbot service.Tgbot + func NewAPIController(g *gin.RouterGroup, s *ServerController) *APIController + type BaseController struct + type InboundController struct + func NewInboundController(g *gin.RouterGroup) *InboundController + type IndexController struct + func NewIndexController(g *gin.RouterGroup) *IndexController + type LoginForm struct + Password string + Username string + type ServerController struct + func NewServerController(g *gin.RouterGroup) *ServerController + type SettingController struct + func NewSettingController(g *gin.RouterGroup) *SettingController + type XUIController struct + func NewXUIController(g *gin.RouterGroup) *XUIController + type XraySettingController struct + InboundService service.InboundService + SettingService service.SettingService + WarpService service.WarpService + XrayService service.XrayService + XraySettingService service.XraySettingService + func NewXraySettingController(g *gin.RouterGroup) *XraySettingController