Versions in this module Expand all Collapse all v3 v3.0.0 Apr 4, 2026 Changes in this version + var ErrMetadataEmpty = errors.New("emtpy metadata") + var ErrNoEndTagFound = errors.New("no corresponding end tag found") + var ErrUnableToReplaceVarPlaceholder = errors.New("variable specified in the content was not found in the environment") + type ConfigManagerTokenBlock struct + BeginToken token.Token + EndToken token.Token + ParsedToken config.ParsedTokenConfig + type Parser struct + func New(l *lexer.Lexer, c *config.GenVarsConfig) *Parser + func (p *Parser) Parse() ([]ConfigManagerTokenBlock, []error) + func (p *Parser) WithLogger(logger log.ILogger) *Parser