blob: 022c7be280d3fb4bd96e473607f3d563269ecf3d [file] [log] [blame] [edit]
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)