summaryrefslogtreecommitdiff
path: root/cmd/hclspecsuite/log.go
blob: b31937b217d7589174dcaa3435c771838b328ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

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)