Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteEventOlder ¶
func InsertEvent ¶
func InsertEvent(eve *coommonModel.Event)
Types ¶
type EventCases ¶
type EventCases struct { // uniuq Id string `json:"id" orm:"pk"` Endpoint string `json:"endpoint"` Metric string `json:"metric"` Func string `json:"func"` //leftValue + operator + rightValue Cond string `json:"cond"` Note string `json:"note"` MaxStep int `json:"max_step"` CurrentStep int `json:"current_step"` Priority int `json:"priority"` Status string `json:"status"` Timestamp time.Time `json:"start_at"` UpdateAt time.Time `json:"update_at"` ProcessNote int `json:"process_note"` ProcessStatus string `json:"process_status"` TplCreator string `json:"tpl_creator"` ExpressionId int `json:"expression_id"` StrategyId int `json:"strategy_id"` TemplateId int `json:"template_id"` Events []*Events `json:"evevnts" orm:"reverse(many)"` }
Click to show internal directories.
Click to hide internal directories.