# Functions
Build constructs the appropriate pipeline based on the application config.
NewNormalWithAdapter Initializes a Normal instance with all required components, including an adapter.
NewNormalWithoutAdapter initializes a Normal instance without an adapter.
NewNormalWithAdapter Initializes a WithoutModel instance with all required components, including an adapter.
NewNormalWithoutAdapter initializes a WithoutModel instance without an adapter.
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Normal orchestrates a normal pipeline of data processing stages.
Normal orchestrates a pipeline without model of data processing stages.
# Interfaces
Represents a interface for pipeline of operations that can be executed.
# Type aliases
No description provided by the author