Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // HideHostname whether to hide the hostname in the Result HideHostname bool `yaml:"hide-hostname"` // DontResolveFailedConditions whether to resolve failed conditions in the Result for display in the UI DontResolveFailedConditions bool `yaml:"dont-resolve-failed-conditions"` }
Config is the UI configuration for core.Endpoint
func GetDefaultConfig ¶
func GetDefaultConfig() *Config
GetDefaultConfig retrieves the default UI configuration
Click to show internal directories.
Click to hide internal directories.