FeatureName represents the internal name of a feature. To add a new feature, add it to this set of enums as well as the FeatureNames array below.
| 167 | // To add a new feature, add it to this set of enums as well as the FeatureNames |
| 168 | // array below. |
| 169 | type FeatureName string |
| 170 | |
| 171 | const ( |
| 172 | FeatureUserLimit FeatureName = "user_limit" |
no outgoing calls
no test coverage detected