package
1.0.1
Repository: https://github.com/linuxboot/contest.git
Documentation: pkg.go.dev

# Functions

Load returns the name, factory and events which are needed to register the step.
New initializes and returns a new ExampleTestStep.

# Constants

events that we may emit during the plugin's lifecycle.
Fail this percentage of targets at random.
events that we may emit during the plugin's lifecycle.
events that we may emit during the plugin's lifecycle.

# Variables

Events defines the events that a TestStep is allow to emit.
Name is the name used to look this plugin up.

# Structs

Step is an example implementation of a TestStep which simply consumes Targets in input and pipes them to the output or error channel with intermediate buffering.