(d *hcl.Diagnostic)
| 112 | } |
| 113 | |
| 114 | func DiagnosticErrorString(d *hcl.Diagnostic) string { |
| 115 | return fmt.Sprintf("%s; %s", d.Summary, d.Detail) |
| 116 | } |
| 117 | |
| 118 | func DiagnosticsErrorString(d hcl.Diagnostics) string { |
| 119 | count := len(d) |
no outgoing calls
no test coverage detected