Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + func GetEnableCommand(key FeatureId) string + func ResetDefaultEnablement(id string) + func SetDefaultEnablement(id string, val bool) + type Feature struct + Description string + Id string + Status string + type FeatureId string + const AllId + func IsFeatureKey(key string) (featureId FeatureId, isAlpha bool) + func MustFeatureKey(key string) FeatureId + type FeatureManager struct + func NewFeaturesManager(configManager config.UserConfigManager) *FeatureManager + func NewFeaturesManagerWithConfig(config config.Config) *FeatureManager + func (m *FeatureManager) IsEnabled(featureId FeatureId) bool + func (m *FeatureManager) ListFeatures() (map[string]Feature, error)