Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// ExtensionName is the name of the extension starting with x-*. This is the name of the extension that will be used to check for feature flags.
ExtensionName string
// FeatureFlags is a map of feature flag assigned to extension name and their enabled status
FeatureFlags map[string]bool
}
Click to show internal directories.
Click to hide internal directories.