Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SizePretty ¶
Types ¶
type GzipFileCloser ¶
type GzipFileCloser struct {
// contains filtered or unexported fields
}
func (*GzipFileCloser) Close ¶
func (f *GzipFileCloser) Close() error
type Progress ¶
type Progress struct { Total int64 Writer io.Writer Frequency time.Duration Suffix chan string // contains filtered or unexported fields }
func NewProgress ¶
func NewProgress() *Progress
type ProgressWriter ¶
func NewProgressWriter ¶
func NewProgressWriter(w io.Writer) *ProgressWriter
func (*ProgressWriter) Close ¶
func (w *ProgressWriter) Close() error
type S3Resource ¶
func (*S3Resource) Cacher ¶
func (s *S3Resource) Cacher() *FileCache
Click to show internal directories.
Click to hide internal directories.