Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner interface {
// Run takes Execution data and returns execution result
Run(execution testkube.Execution) (result testkube.ExecutionResult, err error)
// GetType returns runner type
GetType() Type
}
Runner interface to abstract runners implementations
Click to show internal directories.
Click to hide internal directories.