Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
339 Bytes
package alertlog
type EscalationMetaData struct {
NewStepIndex int
Repeat bool
Forced bool
Deleted bool
OldDelayMinutes int
NoOneOnCall bool
}
type NotificationMetaData struct {
MessageID string
}
type CreatedMetaData struct {
EPNoSteps bool
}
type AutoClose struct {
AlertAutoCloseDays int
}