Skip to content

Commit

Permalink
feat:[CCM-20085]: Add Governance as feature in CCM Connector Features (
Browse files Browse the repository at this point in the history
  • Loading branch information
iamanmolm authored Nov 6, 2024
1 parent b25fe9b commit f4e5cad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions harness/nextgen/enum_ccm_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ var CCMFeatures = struct {
Billing CCMFeature
Optimization CCMFeature
Visibility CCMFeature
Governance CCMFeature
}{
Billing: "BILLING",
Optimization: "OPTIMIZATION",
Visibility: "VISIBILITY",
Governance: "GOVERNANCE",
}

var CCMFeaturesSlice = []string{
CCMFeatures.Billing.String(),
CCMFeatures.Optimization.String(),
CCMFeatures.Visibility.String(),
CCMFeatures.Governance.String(),
}

func (e CCMFeature) String() string {
Expand Down

0 comments on commit f4e5cad

Please sign in to comment.