Documentation ¶
Overview ¶
Package experimental defines flags that control experimental features
Index ¶
Constants ¶
View Source
const ( // BuildDrivers experimental flag BuildDrivers = "build-drivers" StructuredLogs = "structured-logs" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeatureFlags ¶
type FeatureFlags int
FeatureFlags is an enum of possible feature flags
const ( // FlagBuildDrivers indicates if configurable build drivers are enabled. FlagBuildDrivers FeatureFlags = iota + 1 FlagStructuredLogs )
func ParseFlags ¶
func ParseFlags(flags []string) FeatureFlags
ParseFlags converts a list of feature flag names into a bit map for faster lookups.
Click to show internal directories.
Click to hide internal directories.