Documentation ¶
Index ¶
- Constants
- type DB
- type History
- func (t *History) Del(query *reportHistoryQuery) (err error)
- func (t *History) Get(query *reportHistoryQuery) (obj *reportHistory, err error)
- func (t *History) List(query *reportHistoryQuery, pageSize int64, pageNo int64) (objs []reportHistory, total int, err error)
- func (t *History) Save(obj *reportHistory) error
- type Task
Constants ¶
View Source
const ( ResourceOrgCenter = "monitor_org_center" ResourceRuntime = "monitor_runtime" ResourceProject = "monitor_project" ResourceOrgAlert = "monitor_org_alert" ResourceNotify = "notify" )
permission resources
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type History ¶
Click to show internal directories.
Click to hide internal directories.