FeatureSet represents a grouping of features. Rather than manually assigning features al-la-carte when making a license, a set can be specified. Sets are dynamic in the sense a feature can be added to a set, granting the feature to existing licenses out in the wild. If features were granted al-la-ca
| 331 | // If features were granted al-la-carte, we would need to reissue the existing |
| 332 | // old licenses to include the new feature. |
| 333 | type FeatureSet string |
| 334 | |
| 335 | const ( |
| 336 | FeatureSetNone FeatureSet = "" |