Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecWithProgress ¶ added in v0.0.9
func ExecWithProgress(msgProgress, msgPrefix string, out io.Writer, f ProgressWriterFunc) error
Types ¶
type HashQueue ¶ added in v0.1.0
type HashQueue struct { Size int // contains filtered or unexported fields }
func NewHashQueue ¶ added in v0.1.0
func (*HashQueue) PutIfAbsent ¶ added in v0.1.0
type ProgressWriter ¶
type ProgressWriter struct {
// contains filtered or unexported fields
}
func NewProgress ¶
func NewProgress(msgProgress, msgPrefix string, out io.Writer) *ProgressWriter
func (*ProgressWriter) Fail ¶
func (s *ProgressWriter) Fail(err error)
func (*ProgressWriter) Start ¶
func (s *ProgressWriter) Start()
func (*ProgressWriter) Stop ¶
func (s *ProgressWriter) Stop()
type ProgressWriterFunc ¶ added in v0.0.9
Click to show internal directories.
Click to hide internal directories.