github.com/beauknowssoftware/makehcl@v0.0.0-20200322000747-1b9bb1e1c008/internal/parse2/fillable.go (about) 1 package parse2 2 3 import ( 4 "github.com/hashicorp/hcl/v2" 5 "github.com/zclconf/go-cty/cty" 6 ) 7 8 type fillable interface { 9 fill(*hcl.EvalContext) (cty.Value, hcl.Diagnostics) 10 }