Documentation
¶
Index ¶
- func Clean() error
- func CleanCmd() *cobra.Command
- func Generate(topologies Topologies) error
- func GenerateCmd(topologies Topologies) *cobra.Command
- func NewCmd(topologies ...api.Topology) *cobra.Command
- func NewCmdWithMultipleTopologies(topologies Topologies) *cobra.Command
- func Start(topologies Topologies) error
- func StartCmd(topologies Topologies) *cobra.Command
- type CallbackFunc
- type Topologies
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Generate ¶
func Generate(topologies Topologies) error
Generate returns version information for the peer
func GenerateCmd ¶
func GenerateCmd(topologies Topologies) *cobra.Command
GenerateCmd returns the Cobra Command for Generate
func NewCmdWithMultipleTopologies ¶
func NewCmdWithMultipleTopologies(topologies Topologies) *cobra.Command
NewCmdWithMultipleTopologies returns the Cobra Command for the network subcommands
func StartCmd ¶
func StartCmd(topologies Topologies) *cobra.Command
StartCmd returns the Cobra Command for Start
Types ¶
type CallbackFunc ¶
type CallbackFunc func(*integration.Infrastructure) error
CallbackFunc is the type of the callback function
var ( // StartCMDPostNew is executed after the testing infrastructure is created StartCMDPostNew CallbackFunc // StartCMDPostStart is executed after the testing infrastructure is started StartCMDPostStart CallbackFunc )
type Topologies ¶
Click to show internal directories.
Click to hide internal directories.