Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressWriter ¶
type ProgressWriter struct {
Total int
OnProgress ProgressWriterFunc
}
func NewProgressWriter ¶
func NewProgressWriter(total int, onProgress ProgressWriterFunc) *ProgressWriter
type ProgressWriterFunc ¶
type ProgressWriterFunc = func(progressIncrementAmount float64)
type StdioWriter ¶
type StdioWriter struct {
OnWrite StdioWriterFunc
}
func NewStdioWriter ¶
func NewStdioWriter(onWrite StdioWriterFunc) *StdioWriter
type StdioWriterFunc ¶
type StdioWriterFunc = func(message string)
Click to show internal directories.
Click to hide internal directories.