Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrStatusNonRetryable = errors.New("non retryable error") ErrStatusRetryable = errors.New("retryable error") ErrStatusInProgress = errors.New("waitable error") )
View Source
var ErrUnknownPipeline = errors.New("unknown pipeline")
Functions ¶
func IngestStatus ¶
IngestStatus returns a non-nil error when the SIP is not fully ingested.
Types ¶
type Pipeline ¶ added in v0.5.2
type Pipeline struct { // ID (UUID) of the pipeline. This is not provided by the user but loaded // on demand once we have access to the pipeline API. ID string // contains filtered or unexported fields }
func NewPipeline ¶ added in v0.5.2
type Registry ¶ added in v0.5.2
type Registry struct {
// contains filtered or unexported fields
}
Registry is a collection of known pipelines.
func NewPipelineRegistry ¶
Click to show internal directories.
Click to hide internal directories.