package hclparser
import "github.com/docker/buildx/bake/hclparser"
Index ¶
Functions ¶
func Parse ¶
func Parse(b hcl.Body, opt Opt, val interface{}) hcl.Diagnostics
Types ¶
type Opt ¶
type Opt struct { LookupVar func(string) (string, bool) Vars map[string]string ValidateLabel func(string) error }
Source Files ¶
expr.go hclparser.go stdlib.go
- Version
- v0.8.0
- Published
- Mar 9, 2022
- Platform
- js/wasm
- Imports
- 21 packages
- Last checked
- 13 hours ago –
Tools for package owners.