@@ -9,45 +9,48 @@ import (
99)
1010
1111const (
12- GCPPlanID = "ca6e5357-707f-4565-bbbd-b3ab732597c6"
13- GCPPlanName = "gcp"
14- AWSPlanID = "361c511f-f939-4621-b228-d0fb79a1fe15"
15- AWSPlanName = "aws"
16- AzurePlanID = "4deee563-e5ec-4731-b9b1-53b42d855f0c"
17- AzurePlanName = "azure"
18- AzureLitePlanID = "8cb22518-aa26-44c5-91a0-e669ec9bf443"
19- AzureLitePlanName = "azure_lite"
20- TrialPlanID = "7d55d31d-35ae-4438-bf13-6ffdfa107d9f"
21- TrialPlanName = "trial"
22- SapConvergedCloudPlanID = "03b812ac-c991-4528-b5bd-08b303523a63"
23- SapConvergedCloudPlanName = "sap-converged-cloud"
24- FreemiumPlanID = "b1a5764e-2ea1-4f95-94c0-2b4538b37b55"
25- FreemiumPlanName = "free"
26- PreviewPlanID = "5cb3d976-b85c-42ea-a636-79cadda109a9"
27- PreviewPlanName = "preview"
28- BuildRuntimeAWSPlanID = "6aae0ff3-89f7-4f12-86de-51466145422e"
29- BuildRuntimeAWSPlanName = "build-runtime-aws"
30- BuildRuntimeGCPPlanID = "a310cd6b-6452-45a0-935d-d24ab53f9eba"
31- BuildRuntimeGCPPlanName = "build-runtime-gcp"
32- BuildRuntimeAzurePlanID = "499244b4-1bef-48c9-be68-495269899f8e"
33- BuildRuntimeAzurePlanName = "build-runtime-azure"
34- AlicloudPlanID = "9f2c3b4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
35- AlicloudPlanName = "alicloud"
12+ GCPPlanID = "ca6e5357-707f-4565-bbbd-b3ab732597c6"
13+ GCPPlanName = "gcp"
14+ AWSPlanID = "361c511f-f939-4621-b228-d0fb79a1fe15"
15+ AWSPlanName = "aws"
16+ AzurePlanID = "4deee563-e5ec-4731-b9b1-53b42d855f0c"
17+ AzurePlanName = "azure"
18+ AzureLitePlanID = "8cb22518-aa26-44c5-91a0-e669ec9bf443"
19+ AzureLitePlanName = "azure_lite"
20+ TrialPlanID = "7d55d31d-35ae-4438-bf13-6ffdfa107d9f"
21+ TrialPlanName = "trial"
22+ SapConvergedCloudPlanID = "03b812ac-c991-4528-b5bd-08b303523a63"
23+ SapConvergedCloudPlanName = "sap-converged-cloud"
24+ FreemiumPlanID = "b1a5764e-2ea1-4f95-94c0-2b4538b37b55"
25+ FreemiumPlanName = "free"
26+ PreviewPlanID = "5cb3d976-b85c-42ea-a636-79cadda109a9"
27+ PreviewPlanName = "preview"
28+ BuildRuntimeAWSPlanID = "6aae0ff3-89f7-4f12-86de-51466145422e"
29+ BuildRuntimeAWSPlanName = "build-runtime-aws"
30+ BuildRuntimeGCPPlanID = "a310cd6b-6452-45a0-935d-d24ab53f9eba"
31+ BuildRuntimeGCPPlanName = "build-runtime-gcp"
32+ BuildRuntimeAzurePlanID = "499244b4-1bef-48c9-be68-495269899f8e"
33+ BuildRuntimeAzurePlanName = "build-runtime-azure"
34+ AlicloudPlanID = "9f2c3b4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
35+ AlicloudPlanName = "alicloud"
36+ BuildRuntimeAlicloudPlanID = "72efa867-7b54-4d59-8df7-68f4759ff271"
37+ BuildRuntimeAlicloudPlanName = "build-runtime-alicloud"
3638)
3739
3840var PlanIDsMapping = map [PlanNameType ]PlanIDType {
39- AzurePlanName : AzurePlanID ,
40- AWSPlanName : AWSPlanID ,
41- AzureLitePlanName : AzureLitePlanID ,
42- GCPPlanName : GCPPlanID ,
43- TrialPlanName : TrialPlanID ,
44- SapConvergedCloudPlanName : SapConvergedCloudPlanID ,
45- FreemiumPlanName : FreemiumPlanID ,
46- PreviewPlanName : PreviewPlanID ,
47- BuildRuntimeAWSPlanName : BuildRuntimeAWSPlanID ,
48- BuildRuntimeGCPPlanName : BuildRuntimeGCPPlanID ,
49- BuildRuntimeAzurePlanName : BuildRuntimeAzurePlanID ,
50- AlicloudPlanName : AlicloudPlanID ,
41+ AzurePlanName : AzurePlanID ,
42+ AWSPlanName : AWSPlanID ,
43+ AzureLitePlanName : AzureLitePlanID ,
44+ GCPPlanName : GCPPlanID ,
45+ TrialPlanName : TrialPlanID ,
46+ SapConvergedCloudPlanName : SapConvergedCloudPlanID ,
47+ FreemiumPlanName : FreemiumPlanID ,
48+ PreviewPlanName : PreviewPlanID ,
49+ BuildRuntimeAWSPlanName : BuildRuntimeAWSPlanID ,
50+ BuildRuntimeGCPPlanName : BuildRuntimeGCPPlanID ,
51+ BuildRuntimeAzurePlanName : BuildRuntimeAzurePlanID ,
52+ AlicloudPlanName : AlicloudPlanID ,
53+ BuildRuntimeAlicloudPlanName : BuildRuntimeAlicloudPlanID ,
5154}
5255
5356type PlanIDType string
0 commit comments