Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ type Writer func New(out io.Writer) *Writer func (w *Writer) Flush(lineCount int) (err error) func (w *Writer) GetWidth() (int, error) func (w *Writer) ReadFrom(r io.Reader) (n int64, err error) func (w *Writer) Write(p []byte) (n int, err error) func (w *Writer) WriteString(s string) (n int, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Writer ¶ type Writer struct { // contains filtered or unexported fields } func New ¶ func New(out io.Writer) *Writer func (*Writer) Flush ¶ func (w *Writer) Flush(lineCount int) (err error) func (*Writer) GetWidth ¶ func (w *Writer) GetWidth() (int, error) func (*Writer) ReadFrom ¶ func (w *Writer) ReadFrom(r io.Reader) (n int64, err error) func (*Writer) Write ¶ func (w *Writer) Write(p []byte) (n int, err error) func (*Writer) WriteString ¶ func (w *Writer) WriteString(s string) (n int, err error) Source Files ¶ View all Source files writer.go writer_posix.go Click to show internal directories. Click to hide internal directories.