github.com/hashicorp/hcl/v2@v2.20.0/cmd/hclspecsuite/log.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  package main
     5  
     6  import (
     7  	"github.com/hashicorp/hcl/v2"
     8  )
     9  
    10  type LogBeginCallback func(testName string, testFile *TestFile)
    11  type LogProblemsCallback func(testName string, testFile *TestFile, diags hcl.Diagnostics)