threads

package
v0.0.0-...-6f2fbe4 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2020 License: GPL-3.0 Imports: 4 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StepRunnable

type StepRunnable interface {
	pool.Runnable
	// Clone the runnable
	Clone() StepRunnable
	//Set Host target
	SetClient(client generic.NetworkClient)
	//Set Host target
	SetHost(host defaults.HostValue)
	//Set specific session component
	SetSession(session module.Session)
	//Set configuration data
	SetConfig(config defaults.ConfigPattern)
	// Verify equality between StepRunnable instances
	Equals(r StepRunnable) bool
}

Step specific Runnable interface, implementing pool.Runnable

Jump to

Keyboard shortcuts

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