Documentation
¶
Overview ¶
Package flow is to help autoload env runners and run test cases.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func New ¶
New with runners. They will be executed Up with forwarding order and Down with reverse order.
client := New(runner1, runner2, runner3)
Click to show internal directories.
Click to hide internal directories.