Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolConfig ¶
type Config ¶
type Config struct { BoolConfig Sections section.SectionList SectionSeparators section.SectionList }
func ParseConfig ¶ added in v0.11.2
type YamlConfig ¶
type YamlConfig struct { Cfg BoolConfig `yaml:",inline"` SectionStrings []string `yaml:"sections"` SectionSeparatorStrings []string `yaml:"sectionseparators"` }
func (YamlConfig) Parse ¶
func (g YamlConfig) Parse() (*Config, error)
Click to show internal directories.
Click to hide internal directories.