|
|
|
|
@ -121,10 +121,15 @@ type MigrateDataResponseItemDTO struct { |
|
|
|
|
type MigrateDataType string |
|
|
|
|
|
|
|
|
|
const ( |
|
|
|
|
DashboardDataType MigrateDataType = "DASHBOARD" |
|
|
|
|
DatasourceDataType MigrateDataType = "DATASOURCE" |
|
|
|
|
FolderDataType MigrateDataType = "FOLDER" |
|
|
|
|
LibraryElementDataType MigrateDataType = "LIBRARY_ELEMENT" |
|
|
|
|
DashboardDataType MigrateDataType = "DASHBOARD" |
|
|
|
|
DatasourceDataType MigrateDataType = "DATASOURCE" |
|
|
|
|
FolderDataType MigrateDataType = "FOLDER" |
|
|
|
|
LibraryElementDataType MigrateDataType = "LIBRARY_ELEMENT" |
|
|
|
|
AlertRuleType MigrateDataType = "ALERT_RULE" |
|
|
|
|
ContactPointType MigrateDataType = "CONTACT_POINT" |
|
|
|
|
NotificationPolicyType MigrateDataType = "NOTIFICATION_POLICY" |
|
|
|
|
NotificationTemplateType MigrateDataType = "NOTIFICATION_TEMPLATE" |
|
|
|
|
MuteTimingType MigrateDataType = "MUTE_TIMING" |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
// swagger:enum ItemStatus
|
|
|
|
|
|