Versions in this module Expand all Collapse all v1 v1.14.2 Feb 25, 2025 Changes in this version + const StartBlockKeyword + type Block struct + Contents map[string]interface{} + Error error + RawContents string + type ConfigParser interface + Parse func(path string) (map[string]Block, error) + type InlineParser struct + func NewParser(parentLogger logger.Logger, commentChar string) *InlineParser + func (p *InlineParser) Parse(path string) (map[string]Block, error) + type JarParser struct + func NewJarParser(logger logger.Logger) *JarParser + func (j *JarParser) Parse(path string) (map[string]map[string]interface{}, error)