6c4344623b
The main HCL package is more visible this way, and so it's easier than having to pick it out from dozens of other package directories.
9 lines
211 B
Go
9 lines
211 B
Go
package main
|
|
|
|
import (
|
|
"github.com/hashicorp/hcl/v2"
|
|
)
|
|
|
|
type LogBeginCallback func(testName string, testFile *TestFile)
|
|
type LogProblemsCallback func(testName string, testFile *TestFile, diags hcl.Diagnostics)
|