Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ExperimentalFeatureEnvKey is the environment variable key used to enable experimental features.
ExperimentalFeatureEnvKey = "FLIGHTCTL_EXPERIMENTAL_FEATURES_ENABLED"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Features ¶
type Features struct {
// contains filtered or unexported fields
}
Features represents the experimental features.
func NewFeatures ¶
func NewFeatures() *Features
NewFeatures creates a new experimental Features. The experimental features are enabled if the FLIGHTCTL_EXPERIMENTAL_FEATURES_ENABLED environment variable is set.
Click to show internal directories.
Click to hide internal directories.