Documentation
¶
Index ¶
- Variables
- type File
- type Job
- type Reporter
- type Status
- func (e Status) Canceled() bool
- func (e Status) Compare(s Status) bool
- func (e Status) Completed() bool
- func (e Status) Downloading() bool
- func (e Status) Ended() bool
- func (e Status) Errored() bool
- func (e Status) Invalid() bool
- func (e Status) Queued() bool
- func (e Status) Running() bool
- func (e Status) Skipped() bool
- func (e Status) String() string
- func (e Status) Uploading() bool
- func (e Status) Valid() bool
- type ToStatusFile
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct { Id string context.CancelFunc // contains filtered or unexported fields }
func (*Job) Add ¶
func (r *Job) Add(report ToStatusFile)
func (Job) TotalBytes ¶
func (Job) TransferBytes ¶
type Status ¶
func (Status) Downloading ¶
type ToStatusFile ¶ added in v1.2.1147
type ToStatusFile interface {
ToStatusFile() File
}
Click to show internal directories.
Click to hide internal directories.