Set sets a feature to the specified enabled state. The category and name should use snake_case naming convention.
(category, name string, enabled bool)
| 48 | // Set sets a feature to the specified enabled state. |
| 49 | // The category and name should use snake_case naming convention. |
| 50 | Set(category, name string, enabled bool) |
| 51 | |
| 52 | // Get returns a copy of all registered features organized by category. |
| 53 | // Returns a map where the keys are category names and values are maps |
no outgoing calls