Documentation
¶
Index ¶
Constants ¶
View Source
const ConfigVersion = 2
ConfigVersion tracks the config schema version for one-time migrations. Bump this when adding migrations in Load().
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Version int `toml:"config_version"`
Seal SealSection `toml:"seal"`
Sync SyncSection `toml:"sync"`
Include PatternSection `toml:"include"`
Exclude PatternSection `toml:"exclude"`
Merge map[string]string `toml:"merge_strategies"`
}
func DefaultConfig ¶
type PatternSection ¶
type PatternSection struct {
Patterns []string `toml:"patterns"`
}
type SealSection ¶
Click to show internal directories.
Click to hide internal directories.