Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StepFactoryInterface ¶
type StepFactoryInterface interface {
NewStep(stepType string) (StepInterface, error)
}
func NewStepFactory ¶
func NewStepFactory() StepFactoryInterface
Click to show internal directories.
Click to hide internal directories.