FeatureFlags: manage feature flags outside of settings.Cfg (#43692)

This commit is contained in:
Ryan McKinley
2022-01-20 13:42:05 -08:00
committed by GitHub
parent 7fbc7d019a
commit f94c0decbd
65 changed files with 1244 additions and 252 deletions
-2
View File
@@ -14,8 +14,6 @@ type Licensing interface {
StateInfo() string
EnabledFeatures() map[string]bool
FeatureEnabled(feature string) bool
}