Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIController ¶
type APIController struct {
BaseController
Tgbot service.Tgbot
// contains filtered or unexported fields
}
func NewAPIController ¶
func NewAPIController(g *gin.RouterGroup, s *ServerController) *APIController
type BaseController ¶
type BaseController struct{}
type InboundController ¶
type InboundController struct {
// contains filtered or unexported fields
}
func NewInboundController ¶
func NewInboundController(g *gin.RouterGroup) *InboundController
type IndexController ¶
type IndexController struct {
BaseController
// contains filtered or unexported fields
}
func NewIndexController ¶
func NewIndexController(g *gin.RouterGroup) *IndexController
type ServerController ¶
type ServerController struct {
BaseController
// contains filtered or unexported fields
}
func NewServerController ¶
func NewServerController(g *gin.RouterGroup) *ServerController
type SettingController ¶
type SettingController struct {
// contains filtered or unexported fields
}
func NewSettingController ¶
func NewSettingController(g *gin.RouterGroup) *SettingController
type XUIController ¶
type XUIController struct {
BaseController
// contains filtered or unexported fields
}
func NewXUIController ¶
func NewXUIController(g *gin.RouterGroup) *XUIController
type XraySettingController ¶
type XraySettingController struct {
XraySettingService service.XraySettingService
SettingService service.SettingService
InboundService service.InboundService
XrayService service.XrayService
WarpService service.WarpService
}
func NewXraySettingController ¶
func NewXraySettingController(g *gin.RouterGroup) *XraySettingController
Click to show internal directories.
Click to hide internal directories.