Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StandardStepFactory ¶
type StandardStepFactory struct {
Settings *settings.StepSettings
}
func (*StandardStepFactory) NewStepFromLayers ¶
func (s *StandardStepFactory) NewStepFromLayers(layers map[string]*layers.ParsedParameterLayer) (Step, error)
type StepFactory ¶
type StepFactory interface {
NewStepFromLayers(layers map[string]*layers.ParsedParameterLayer) (Step, error)
}
Click to show internal directories.
Click to hide internal directories.