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
Click to show internal directories.
Click to hide internal directories.