Documentation ¶
Overview ¶
Package featureflags is used to determine the state of feature flags
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Enabled ¶ added in v0.12.0
func Enabled(name FeatureFlagName) bool
Types ¶
type FeatureFlagName ¶ added in v0.12.0
type FeatureFlagName string
const ( TfUpgradeEnabled FeatureFlagName = "brokerpak.terraform.upgrades.enabled" DynamicHCLEnabled FeatureFlagName = "brokerpak.updates.enabled" DisableRequestPropertyValidation FeatureFlagName = "request.property.validation.disabled" )
Click to show internal directories.
Click to hide internal directories.