Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶ added in v0.0.6
type Operation interface {
Execute(context.Context, enginecontext.TestContext) (outputs.Outputs, error)
}
func CatchOperation ¶ added in v0.2.13
func CatchOperation( ctx context.Context, tc enginecontext.TestContext, handler v1alpha1.CatchFinally, ) ([]Operation, error)
func TryOperation ¶ added in v0.2.13
func TryOperation( ctx context.Context, tc enginecontext.TestContext, handler v1alpha1.Operation, cleaner cleaner.CleanerCollector, ) (model.OperationType, []Operation, error)
Click to show internal directories.
Click to hide internal directories.