(f Formatter)
| 127 | // provided data. The output is always preceded and followed by a new line. |
| 128 | type Table interface { |
| 129 | WithHeaderFormatter(f Formatter) Table |
| 130 | WithFirstColumnFormatter(f Formatter) Table |
| 131 | WithPadding(p int) Table |
| 132 | WithWriter(w io.Writer) Table |
no outgoing calls