Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrWorkflowNotBuilt = errors.New("workflow not built")
Functions ¶
This section is empty.
Types ¶
type Orchestrator ¶
type Orchestrator struct {
// contains filtered or unexported fields
}
func NewOrchestrator ¶
func NewOrchestrator(logger *slog.Logger, steps ...flow.AddStep[Step]) *Orchestrator
func (*Orchestrator) Build ¶
func (o *Orchestrator) Build()
Click to show internal directories.
Click to hide internal directories.