12 lines
300 B
Go
12 lines
300 B
Go
/* Copyright © INFINI Ltd. All rights reserved.
|
|
* web: https://infinilabs.com
|
|
* mail: hello#infini.ltd */
|
|
|
|
package alerting
|
|
|
|
const (
|
|
KVLastNotificationTime = "alert_last_notification_time"
|
|
KVLastTermStartTime = "alert_last_term_start_time"
|
|
KVLastEscalationTime = "alert_last_escalation_time"
|
|
)
|