steps

package
v0.0.0-...-a1b7323 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

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

type StepInterface

type StepInterface interface {
	GetType() string
	GetName() string
	Init(name string, conf map[string]interface{}) error
	Run(logger *log.Entry) chromedp.Tasks
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL