Documentation
¶
Overview ¶
Package configexport generates YAML flag configuration files from existing database state. This is the migration bridge from DB-driven to config-driven flags: global values become static entries, per-entity overrides become ctx.<entityDim> conditions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportedConfig ¶
ExportedConfig is a single feature's generated YAML config.
type Options ¶
type Options struct {
// EntityDimension is the context dimension name used for per-entity
// override conditions (e.g., "user_id", "account_id"). Required when
// the database has overrides. The exporter does not assume a default.
EntityDimension string
}
Options configures the export.
Click to show internal directories.
Click to hide internal directories.