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.
  • A pipeline step is a single step in a pipeline.

Enums

  • A condition defines how the SDK should handle a step response – should it continue executing the pipeline, should it abort, should it notify the server? Each step can have multiple conditions.

Functions