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

TypeAlias FeatureName

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

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.

Source from the content-addressed store, hash-verified

167// To add a new feature, add it to this set of enums as well as the FeatureNames
168// array below.
169type FeatureName string
170
171const (
172 FeatureUserLimit FeatureName = "user_limit"

Callers 2

FeaturesClaimsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected