FeatureToggles: register all enterprise feature toggles (#44336)
This commit is contained in:
@@ -14,6 +14,9 @@ type Licensing interface {
|
||||
|
||||
StateInfo() string
|
||||
|
||||
// List the enabled features
|
||||
EnabledFeatures() map[string]bool
|
||||
|
||||
FeatureEnabled(feature string) bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user