base_decode.go (
5
lines of code) (
raw
):
package golden import "github.com/hashicorp/hcl/v2" type BaseDecode interface { BaseDecode(hb *HclBlock, context *hcl.EvalContext) error }