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
}

Source Files

expr.go hclparser.go stdlib.go

Version
v0.7.0-rc1
Published
Nov 4, 2021
Platform
js/wasm
Imports
21 packages
Last checked
6 hours ago

Tools for package owners.