Documentation ¶
Index ¶
Constants ¶
View Source
const ( BeskarOSTreeConfigFile = "beskar-ostree.yaml" DefaultBeskarOSTreeDataDir = "/tmp/beskar-ostree" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeskarOSTreeConfig ¶
type BeskarOSTreeConfig struct { Version string `yaml:"version"` Log log.Config `yaml:"log"` Addr string `yaml:"addr"` Gossip gossip.Config `yaml:"gossip"` Profiling bool `yaml:"profiling"` DataDir string `yaml:"datadir"` ConfigDirectory string `yaml:"-"` Sync config.SyncConfig `yaml:"sync"` }
func ParseBeskarOSTreeConfig ¶
func ParseBeskarOSTreeConfig(dir string) (*BeskarOSTreeConfig, error)
type BeskarOSTreeConfigV1 ¶
type BeskarOSTreeConfigV1 BeskarOSTreeConfig
Click to show internal directories.
Click to hide internal directories.