Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogPercentage ¶
type LogPercentage struct {
// contains filtered or unexported fields
}
type LogPercentageReader ¶
type LogPercentageReader struct { Reader io.Reader LogPercentage // contains filtered or unexported fields }
func NewLogPercentageReader ¶
type LogPercentageWriter ¶
type LogPercentageWriter struct { Writer io.Writer LogPercentage // contains filtered or unexported fields }
func NewLogPercentageWriter ¶
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.