diff --git a/src/snapshot.go b/src/snapshot.go index ec67f96..7c9fe09 100644 --- a/src/snapshot.go +++ b/src/snapshot.go @@ -29,6 +29,9 @@ const ( NotificationPolicyType MigrateDataType = "NOTIFICATION_POLICY" NotificationTemplateType MigrateDataType = "NOTIFICATION_TEMPLATE" MuteTimingType MigrateDataType = "MUTE_TIMING" + PluginDataType MigrateDataType = "PLUGIN" + AnnotationDataType MigrateDataType = "ANNOTATION" + ReportDataType MigrateDataType = "REPORT" ) type MigrateDataRequestItemDTO struct { diff --git a/src/snapshot_test.go b/src/snapshot_test.go index de6579a..f7ac47b 100644 --- a/src/snapshot_test.go +++ b/src/snapshot_test.go @@ -59,6 +59,9 @@ func TestCreateSnapshot(t *testing.T) { NotificationPolicyType, NotificationTemplateType, MuteTimingType, + PluginDataType, + AnnotationDataType, + ReportDataType, } { resources = append(resources, input{ resourceType: resourceType,