Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressWriter ¶
type ProgressWriter struct {
// contains filtered or unexported fields
}
func NewProgressWriter ¶
func NewProgressWriter( wr io.Writer, onWrite func(n int), ) *ProgressWriter
type ProgressWriterAt ¶
type ProgressWriterAt struct {
// contains filtered or unexported fields
}
func NewProgressWriterAt ¶
func NewProgressWriterAt( wrAt io.WriterAt, onWrite func(n int), ) *ProgressWriterAt
Click to show internal directories.
Click to hide internal directories.