FeatureToggles: register all enterprise feature toggles (#44336)

This commit is contained in:
Ryan McKinley
2022-01-21 20:36:28 +01:00
committed by GitHub
parent 9fc0aee02b
commit f53b3fb007
3 changed files with 82 additions and 0 deletions
+3
View File
@@ -14,6 +14,9 @@ type Licensing interface {
StateInfo() string
// List the enabled features
EnabledFeatures() map[string]bool
FeatureEnabled(feature string) bool
}