Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoOpsRuleStorage ¶
type AutoOpsRuleStorage interface {
CountNotTriggeredAutoOpsRules(ctx context.Context) (int, error)
}
func NewAutoOpsRuleStorage ¶
func NewAutoOpsRuleStorage(qe mysql.QueryExecer) AutoOpsRuleStorage
Click to show internal directories.
Click to hide internal directories.