Documentation
¶
Overview ¶
Package configfile parses and validates YAML flag configuration files. Each file defines flag behavior for a single feature: static values and/or condition chains with CEL expressions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Condition ¶
type Condition struct {
When string // CEL expression; empty means "otherwise" (default)
Value *pbflagsv1.FlagValue // the value to return when the condition matches
}
Condition is one entry in a condition chain.
Click to show internal directories.
Click to hide internal directories.