Documentation ¶ Index ¶ type Progress func New(rw io.Reader, offset, size int64, prefix string) *Progress func (r *Progress) Read(p []byte) (int, error) func (r *Progress) Start() func (r *Progress) Stop() func (r *Progress) Write(p []byte) (int, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Progress ¶ type Progress struct { // contains filtered or unexported fields } func New ¶ func New(rw io.Reader, offset, size int64, prefix string) *Progress func (*Progress) Read ¶ func (r *Progress) Read(p []byte) (int, error) func (*Progress) Start ¶ func (r *Progress) Start() func (*Progress) Stop ¶ func (r *Progress) Stop() func (*Progress) Write ¶ func (r *Progress) Write(p []byte) (int, error) Source Files ¶ View all Source files progress.go Click to show internal directories. Click to hide internal directories.