(report Report, out string)
| 10 | ) |
| 11 | |
| 12 | func Dsdx(report Report, out string) { |
| 13 | outWrite(out, func(w io.Writer) error { |
| 14 | return dsdxDoc(report).WriteDsdx(w) |
| 15 | }) |
| 16 | } |
| 17 | |
| 18 | func DsdxJson(report Report, out string) { |
| 19 | outWrite(out, func(w io.Writer) error { |