Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectorExport ¶
type CollectorExport struct {
*dbschema.NgingCollectorExport
}
func NewCollectorExport ¶
func NewCollectorExport(ctx echo.Context) *CollectorExport
func (*CollectorExport) Add ¶
func (c *CollectorExport) Add() (pk interface{}, err error)
func (*CollectorExport) Export ¶
func (c *CollectorExport) Export() (int64, error)
type CollectorExportAndGroup ¶
type CollectorExportAndGroup struct { *dbschema.NgingCollectorExport Group *dbschema.NgingCollectorGroup }
type CollectorGroup ¶
type CollectorGroup struct {
*dbschema.NgingCollectorGroup
}
func NewCollectorGroup ¶
func NewCollectorGroup(ctx echo.Context) *CollectorGroup
type CollectorHistory ¶
type CollectorHistory struct {
*dbschema.NgingCollectorHistory
}
func NewCollectorHistory ¶
func NewCollectorHistory(ctx echo.Context) *CollectorHistory
func (*CollectorHistory) Reset ¶
func (c *CollectorHistory) Reset() *CollectorHistory
type CollectorPage ¶
type CollectorPage struct {
*dbschema.NgingCollectorPage
}
func NewCollectorPage ¶
func NewCollectorPage(ctx echo.Context) *CollectorPage
type CollectorPageAndGroup ¶
type CollectorPageAndGroup struct { *dbschema.NgingCollectorPage Group *dbschema.NgingCollectorGroup `db:"-,relation=id:group_id|gtZero"` }
type CollectorRule ¶
type CollectorRule struct {
*dbschema.NgingCollectorRule
}
func NewCollectorRule ¶
func NewCollectorRule(ctx echo.Context) *CollectorRule
Click to show internal directories.
Click to hide internal directories.