Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct {
// ShowConfigToken determines if the configuration token value should be displayed when accessing the configuration endpoint.
ShowConfigToken bool `json:"show_config_token" mapstructure:"show_config_token"`
// AllowRuntimeFlagsChange determines whether runtime flags can be dynamically modified during execution.
AllowRuntimeFlagsChange bool `json:"allow_runtime_flags_change" mapstructure:"allow_runtime_flags_change"`
}
Flags represent a set of configurable options affecting runtime behavior and configuration visibility.
Click to show internal directories.
Click to hide internal directories.