Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobEvent ¶ added in v2.6.0
type JobEvent struct { JobID string Type TrackedJobType Status TrackedJobStatus AccKey string // Only set if Status=Failed FailureCause string }
type TrackedJobStatus ¶ added in v2.6.0
type TrackedJobStatus int
const ( TrackedJobStatusQueued TrackedJobStatus = iota TrackedJobStatusExecuting TrackedJobStatusSuccess TrackedJobStatusFailed )
type TrackedJobType ¶ added in v2.6.0
type TrackedJobType int
const ( TrackedJobTypeArchive TrackedJobType = iota TrackedJobTypeRetrieval )
Click to show internal directories.
Click to hide internal directories.