Module protos::sp_pipeline

source ·
Expand description

Generated file from sp_pipeline.proto

Modules§

Structs§

  • Pipeline is a structure that holds one or more pipeline steps. This structure is intended to be immutable; clients are expected to generate WASMRequest’s that contain a pipeline step.
  • PipelineConfig is structure used in protos.PipelineConfigs
  • PipelineConfigs is stored encoded in redis:streamdal_audience:$audStr; it is also used in external.GetAllResponse:config.
  • A pipeline step is a single step in a pipeline.
  • Conditions define how the SDK should handle a Wasm response in a step. Should it continue executing the pipeline, should it abort, should it notify and on_error. TODO: de-pluralize this name

Enums§

Functions§