archive

package
v2.6.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2022 License: MIT Imports: 0 Imported by: 0

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
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL