WriteJSON will write JSON formatted output into the given io.Writer, returning an error if any occur
(out io.Writer)
| 96 | // WriteJSON will write JSON formatted output into the given io.Writer, |
| 97 | // returning an error if any occur |
| 98 | WriteJSON(out io.Writer) error |
| 99 | // WriteYAML will write YAML formatted output into the given io.Writer, |
| 100 | // returning an error if any occur |
| 101 | WriteYAML(out io.Writer) error |
no outgoing calls