EMPTYLINE writes an empty line to the output.
()
| 119 | |
| 120 | // EMPTYLINE writes an empty line to the output. |
| 121 | func (a *API) EMPTYLINE() error { |
| 122 | _, err := a.Write(newLine) |
| 123 | return err |
| 124 | } |
| 125 | |
| 126 | // HOSTINFO defines a host with its labels. |
| 127 | func (a *API) HOSTINFO(info HostInfo) { |