//
pkg.gl
Category
github.com/a8m/envsubst
parse
package
1.4.2
Repository:
https://github.com/a8m/envsubst.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
18
Files
488 SLOC
#
Functions
New
New allocates a new Parser with the given name.
NewText
NewVariable
#
Constants
AllErrors
report all errors.
NodeSubstitution
NodeText
NodeVariable
Quick
stop parsing after first error encoutered and return.
#
Variables
NoEmpty
Restrictions specifier.
NoUnset
Restrictions specifier.
Relaxed
Restrictions specifier.
Strict
Restrictions specifier.
#
Structs
Parser
Parser type initializer.
Restrictions
The restrictions option controls the parsring restriction.
SubstitutionNode
TextNode
VariableNode
#
Interfaces
Node
#
Type aliases
Env
Mode
A mode value is a set of flags (or 0).
NodeType
NodeType identifies the type of a node.
Pos
Pos represents a byte position in the original input text from which this template was parsed.