Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Unbuffered ¶
type Unbuffered struct {
// contains filtered or unexported fields
}
Unbuffered accumulates multiple io.WriteCloser by stream.
func (*Unbuffered) Add ¶
func (w *Unbuffered) Add(writer io.WriteCloser)
Add adds new io.WriteCloser.
func (*Unbuffered) Clean ¶
func (w *Unbuffered) Clean() error
Clean closes and removes all writers. Last non-eol-terminated part of data will be saved.
Click to show internal directories.
Click to hide internal directories.