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

Struct diagnosticTextWriter

diagnostic_text.go:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type diagnosticTextWriter struct {
19 files map[string]*File
20 wr io.Writer
21 width uint
22 color bool
23}
24
25// NewDiagnosticTextWriter creates a DiagnosticWriter that writes diagnostics
26// to the given writer as formatted text.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected