Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PausableWriter ¶
type PausableWriter struct {
// contains filtered or unexported fields
}
func NewPausableWriter ¶
func NewPausableWriter(out io.Writer) *PausableWriter
func (*PausableWriter) Pause ¶
func (pw *PausableWriter) Pause()
func (*PausableWriter) Resume ¶
func (pw *PausableWriter) Resume() (int, error)
Click to show internal directories.
Click to hide internal directories.