Versions in this module Expand all Collapse all v0 v0.3.0 Mar 15, 2025 v0.2.0 Feb 26, 2025 Changes in this version + type Pipe interface + GetNext func() Pipe + GetPrev func() Pipe + Run func(ctx context.Context, state *types.State) (*types.State, error) + SetNext func(next Pipe) + SetPrev func(prev Pipe)