Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StageGraph ¶
type StageGraph[CONFIG any, ARGUMENTS any] struct { ArgsFunc func(ctx context.Context, cfg CONFIG) (args ARGUMENTS) Stages map[string]Stage[CONFIG, ARGUMENTS] }
func (*StageGraph[CONFIG, ARGUMENTS]) StartWithStage ¶
func (s *StageGraph[CONFIG, ARGUMENTS]) StartWithStage(ctx context.Context, startStage string, logger log.Logger, cfg CONFIG) error
Click to show internal directories.
Click to hide internal directories.