Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressReader ¶
type ProgressReader struct { io.ReadCloser Tracker *ProgressTracker }
ProgressReader is a wrapper around ReadCloser which allows for progress tracking
type ProgressTracker ¶
type ProgressTracker struct { Length int64 Handler func(int64, int64) // contains filtered or unexported fields }
ProgressTracker provides the stream information needed for tracking
type ProgressWriter ¶
type ProgressWriter struct { io.WriteCloser Tracker *ProgressTracker }
ProgressWriter is a wrapper around WriteCloser which allows for progress tracking
Click to show internal directories.
Click to hide internal directories.