Documentation ¶ Index ¶ type Parser func (p *Parser) Unmarshal(b []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 a VCL parser. func (*Parser) Unmarshal ¶ func (p *Parser) Unmarshal(b []byte, v interface{}) error Unmarshal unmarshals VCL files. Source Files ¶ View all Source files vcl.go Click to show internal directories. Click to hide internal directories.