Documentation ¶
Index ¶
Constants ¶
View Source
const (
SettingCodeServerGlobalConfig = "serverGlobalConfig"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Helper ¶
type Helper struct { }
func (*Helper) BeforeAction ¶
func (this *Helper) BeforeAction(action *actions.ActionObject)
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct{})
func (*IndexAction) RunPost ¶
func (this *IndexAction) RunPost(params struct { GlobalConfigJSON []byte Must *actions.Must // 不匹配域名相关 AllowMismatchDomains []string DomainMismatchAction string DomainMismatchActionPageStatusCode int DomainMismatchActionPageContentHTML string // TCP端口设置 TcpAllPortRangeMin int TcpAllPortRangeMax int TcpAllDenyPorts []int DefaultDomain string })
Click to show internal directories.
Click to hide internal directories.