Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Null = Status{"", -1} Indexed = Status{"indexed", 0} Retrying = Status{"retrying", 0} Queued = Status{"queued", 1} Downloading = Status{"downloading", 2} Uploading = Status{"uploading", 2} Skipped = Status{"skipped", 3} Ignored = Status{"ignored", 3} Complete = Status{"complete", 4} Canceled = Status{"canceled", 5} Errored = Status{"errored", 5} Included = []GetStatus{Indexed, Queued, Retrying, Downloading, Uploading, Complete, Canceled, Errored} Excluded = []GetStatus{Skipped, Ignored} Valid = []GetStatus{Indexed, Queued, Retrying, Downloading, Uploading, Complete} Invalid = []GetStatus{Null, Canceled, Errored, Skipped, Ignored} Running = []GetStatus{Downloading, Uploading} Ended = []GetStatus{Complete, Canceled, Errored, Skipped, Ignored} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.