Documentation ¶ Index ¶ type Parser func (Parser) Unmarshal(p []byte, v interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Parser ¶ type Parser struct{} Parser is an HCL2 parser. func (Parser) Unmarshal ¶ func (Parser) Unmarshal(p []byte, v interface{}) error Unmarshal unmarshals HCL files that are written using version 2 of the HCL language. Source Files ¶ View all Source files hcl2.go Click to show internal directories. Click to hide internal directories.