Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePopupAction ¶
type CreatePopupAction struct {
actionutils.ParentAction
}
func (*CreatePopupAction) Init ¶
func (this *CreatePopupAction) Init()
func (*CreatePopupAction) RunGet ¶
func (this *CreatePopupAction) RunGet(params struct{})
func (*CreatePopupAction) RunPost ¶
func (this *CreatePopupAction) RunPost(params struct { Name string Type string // file FilePath string FileAutoCreate bool // es EsEndpoint string EsIndex string EsMappingType string EsUsername string EsPassword string // mysql MysqlHost string MysqlPort int MysqlUsername string MysqlPassword string MysqlDatabase string MysqlTable string MysqlLogField string // tcp TcpNetwork string TcpAddr string // syslog SyslogProtocol string SyslogServerAddr string SyslogServerPort int SyslogSocket string SyslogTag string SyslogPriority int // command CommandCommand string CommandArgs string CommandDir string IsPublic bool Must *actions.Must CSRF *actionutils.CSRF })
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { PolicyId int64 })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct{})
type PolicyAction ¶
type PolicyAction struct {
actionutils.ParentAction
}
func (*PolicyAction) Init ¶
func (this *PolicyAction) Init()
func (*PolicyAction) RunGet ¶
func (this *PolicyAction) RunGet(params struct { PolicyId int64 })
type TestAction ¶
type TestAction struct {
actionutils.ParentAction
}
func (*TestAction) Init ¶
func (this *TestAction) Init()
func (*TestAction) RunGet ¶
func (this *TestAction) RunGet(params struct { PolicyId int64 })
type UpdateAction ¶
type UpdateAction struct {
actionutils.ParentAction
}
func (*UpdateAction) Init ¶
func (this *UpdateAction) Init()
func (*UpdateAction) RunGet ¶
func (this *UpdateAction) RunGet(params struct { PolicyId int64 })
func (*UpdateAction) RunPost ¶
func (this *UpdateAction) RunPost(params struct { PolicyId int64 Name string // file FilePath string FileAutoCreate bool // es EsEndpoint string EsIndex string EsMappingType string EsUsername string EsPassword string // mysql MysqlHost string MysqlPort int MysqlUsername string MysqlPassword string MysqlDatabase string MysqlTable string MysqlLogField string // tcp TcpNetwork string TcpAddr string // syslog SyslogProtocol string SyslogServerAddr string SyslogServerPort int SyslogSocket string SyslogTag string SyslogPriority int // command CommandCommand string CommandArgs string CommandDir string IsOn bool IsPublic bool Must *actions.Must CSRF *actionutils.CSRF })
Click to show internal directories.
Click to hide internal directories.