Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultConfigDir = "/etc/beskar" BeskarConfigFile = "beskar.yaml" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeskarConfig ¶
type BeskarConfig struct { Version string `yaml:"version"` Profiling bool `yaml:"profiling"` Hostname string `yaml:"hostname"` Cache Cache `yaml:"cache"` Gossip gossip.Config `yaml:"gossip"` Registry *configuration.Configuration `yaml:"registry"` }
func ParseBeskarConfig ¶
func ParseBeskarConfig(dir string) (*BeskarConfig, error)
type BeskarConfigV1 ¶
type BeskarConfigV1 BeskarConfig
Click to show internal directories.
Click to hide internal directories.