MCPcopy Index your code
hub / github.com/coder/coder / FeatureSet

TypeAlias FeatureSet

codersdk/deployment.go:333–333  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

331// If features were granted al-la-carte, we would need to reissue the existing
332// old licenses to include the new feature.
333type FeatureSet string
334
335const (
336 FeatureSetNone FeatureSet = ""

Callers 1

FeaturesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected