Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Download ¶
type Download struct {
// contains filtered or unexported fields
}
func NewDownload ¶
func NewDownload(config *DownloadConfig) *Download
func (Download) Progress ¶
func (m Download) Progress(cb func(e *ProgressEvent))
func (Download) SetExpected ¶
func (m Download) SetExpected(n int)
type DownloadConfig ¶
type Monitored ¶
type Monitored interface {
Progress(func(*ProgressEvent))
}
type ProcessFeed ¶
type ProcessFeed struct {
// contains filtered or unexported fields
}
func NewProcessFeed ¶
func NewProcessFeed(config *ProcessFeedConfig) *ProcessFeed
func (ProcessFeed) Progress ¶
func (m ProcessFeed) Progress(cb func(e *ProgressEvent))
func (ProcessFeed) SetExpected ¶
func (m ProcessFeed) SetExpected(n int)
type ProcessFeedConfig ¶
type ProgressEvent ¶
type Upload ¶
type Upload struct {
// contains filtered or unexported fields
}
func NewUpload ¶
func NewUpload(config *UploadConfig) *Upload
func (Upload) Progress ¶
func (m Upload) Progress(cb func(e *ProgressEvent))
func (Upload) SetExpected ¶
func (m Upload) SetExpected(n int)
Click to show internal directories.
Click to hide internal directories.