Add adds features to the featureGate.
(features map[Feature]FeatureSpec)
| 110 | SetFromMap(m map[string]bool) error |
| 111 | // Add adds features to the featureGate. |
| 112 | Add(features map[Feature]FeatureSpec) error |
| 113 | // GetAll returns a copy of the map of known feature names to feature specs. |
| 114 | GetAll() map[Feature]FeatureSpec |
| 115 | // OverrideDefault sets a local override for the registered default value of a named |
no outgoing calls