Current section
Files
Jump to
Current section
Files
include/lightspeed@pipeline_Pipeline.hrl
-record(pipeline, {
name :: binary(),
schedule :: lightspeed@pipeline:schedule(),
stages :: list(lightspeed@pipeline:stage())
}).