Documentation
¶
Index ¶
Constants ¶
View Source
const ( StageIngest = "ingest" StageTransform = "transform" StageExtract = "extract" StageEncode = "encode" StageWrite = "write" )
interface definitions of pipeline components
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { StageName string // contains filtered or unexported fields }
Error wraps any error caused by a wrong formation of the pipeline
Click to show internal directories.
Click to hide internal directories.