Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckLocalIPAction ¶ added in v0.4.8
type CheckLocalIPAction struct {
actionutils.ParentAction
}
CheckLocalIPAction 检查IP是否为局域网IP
func (*CheckLocalIPAction) RunPost ¶ added in v0.4.8
func (this *CheckLocalIPAction) RunPost(params struct { Host string })
type DetectDBAction ¶ added in v0.3.5
type DetectDBAction struct {
actionutils.ParentAction
}
DetectDBAction 尝试从本地服务器中发现MySQL
func (*DetectDBAction) RunPost ¶ added in v0.3.5
func (this *DetectDBAction) RunPost(params struct{})
type Helper ¶
type Helper struct { }
func (*Helper) BeforeAction ¶
func (this *Helper) BeforeAction(actionPtr actions.ActionWrapper) (goNext bool)
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct{})
type InstallAction ¶
type InstallAction struct { actionutils.ParentAction // contains filtered or unexported fields }
type StatusAction ¶ added in v0.3.5
type StatusAction struct {
actionutils.ParentAction
}
func (*StatusAction) RunPost ¶ added in v0.3.5
func (this *StatusAction) RunPost(params struct{})
type ValidateAdminAction ¶
type ValidateAdminAction struct {
actionutils.ParentAction
}
type ValidateApiAction ¶
type ValidateApiAction struct {
actionutils.ParentAction
}
type ValidateDbAction ¶
type ValidateDbAction struct {
actionutils.ParentAction
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.