| 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 | |
| } | |