Documentation
¶
Index ¶
- func AddFeatureFlagToConfig(engine workflow.Engine, configKey string, featureFlagName string)
- func AddFeatureFlagsToConfig(engine workflow.Engine, configKeyToFlag map[string]string)
- func GetFeatureFlagValue(featureFlagName string, config configuration.Configuration, ...) (bool, error)
- func IsExperimental(flags *pflag.FlagSet) bool
- func MarkAsExperimental(flags *pflag.FlagSet) *pflag.FlagSet
- func MarkAsUsedToBeExperimental(flags *pflag.FlagSet) *pflag.FlagSet
- type SanityCheckResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFeatureFlagToConfig ¶
func AddFeatureFlagsToConfig ¶
func GetFeatureFlagValue ¶
func GetFeatureFlagValue(featureFlagName string, config configuration.Configuration, httpClient *http.Client) (bool, error)
func IsExperimental ¶
IsExperimental checks if the flagset requires the experimental flag
func MarkAsExperimental ¶
MarkAsExperimental ensures that the flagset requires the experimental flag
Types ¶
type SanityCheckResult ¶
type SanityCheckResult struct {
Description string
}
func CheckSanity ¶
func CheckSanity(config configuration.Configuration) []SanityCheckResult
Click to show internal directories.
Click to hide internal directories.