FeatureFlags: manage feature flags outside of settings.Cfg (#43692)
This commit is contained in:
@@ -14,8 +14,6 @@ type Licensing interface {
|
||||
|
||||
StateInfo() string
|
||||
|
||||
EnabledFeatures() map[string]bool
|
||||
|
||||
FeatureEnabled(feature string) bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user