Documentation ¶
Index ¶
- Variables
- func NewAlertMetricsRepo() models.AlertMetricsRepo
- func NewAlertRecordsRepo() models.AlertRecordsRepo
- func NewAlertRulesRepo() models.AlertRulesRepo
- func NewAlertSilencesRepo() models.AlertSilencesRepo
- func NewAlertUsersGroupRepo() models.AlertUsersGroupRepo
- func NewAlertUsersRepo() models.AlertUsersRepo
- func NewRuleMetricRelationRepo() models.RuleMetricRelationRepo
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AlertMetrics = "alert_metrics" AlertRecords = "alert_records" AlertRules = "alert_rules" AlertSilences = "alert_silences" AlertUsers = "alert_users" AlertUsersGroup = "alert_users_group" // relation tables RuleMetricRelation = "rule_metric_relation" )
Functions ¶
func NewAlertMetricsRepo ¶
func NewAlertMetricsRepo() models.AlertMetricsRepo
func NewAlertRecordsRepo ¶
func NewAlertRecordsRepo() models.AlertRecordsRepo
func NewAlertRulesRepo ¶
func NewAlertRulesRepo() models.AlertRulesRepo
func NewAlertSilencesRepo ¶
func NewAlertSilencesRepo() models.AlertSilencesRepo
func NewAlertUsersGroupRepo ¶
func NewAlertUsersGroupRepo() models.AlertUsersGroupRepo
func NewAlertUsersRepo ¶
func NewAlertUsersRepo() models.AlertUsersRepo
func NewRuleMetricRelationRepo ¶
func NewRuleMetricRelationRepo() models.RuleMetricRelationRepo
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.