Documentation ¶ Index ¶ type Parser func (s *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 HCL parser. func (*Parser) Unmarshal ¶ func (s *Parser) Unmarshal(p []byte, v interface{}) error Unmarshal unmarshals HCL files that are using version 1 of the HCL language. Source Files ¶ View all Source files hcl1.go Click to show internal directories. Click to hide internal directories.