MCPcopy
hub / github.com/hashicorp/hcl / jsonDiagWriter

Struct jsonDiagWriter

cmd/hcldec/diags_json.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type jsonDiagWriter struct {
14 w io.Writer
15 diags hcl.Diagnostics
16}
17
18var _ hcl.DiagnosticWriter = &jsonDiagWriter{}
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected