Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type E2ECommand ¶
E2ECommand is the command to show the version of the agent
func (*E2ECommand) Help ¶
func (c *E2ECommand) Help() string
Help implements the cli.Command interface
func (*E2ECommand) Run ¶
func (c *E2ECommand) Run(args []string) int
Run implements the cli.Command interface
func (*E2ECommand) Synopsis ¶
func (c *E2ECommand) Synopsis() string
Synopsis implements the cli.Command interface
type E2EDeployCommand ¶
E2EDeployCommand is the command to deploy an e2e network
func (*E2EDeployCommand) Help ¶
func (c *E2EDeployCommand) Help() string
Help implements the cli.Command interface
func (*E2EDeployCommand) Run ¶
func (c *E2EDeployCommand) Run(args []string) int
Run implements the cli.Command interface
func (*E2EDeployCommand) Synopsis ¶
func (c *E2EDeployCommand) Synopsis() string
Synopsis implements the cli.Command interface
type Meta ¶
type Validators ¶
Validators is the command to show the version of the agent
func (*Validators) Help ¶
func (c *Validators) Help() string
Help implements the cli.Command interface
func (*Validators) Run ¶
func (c *Validators) Run(args []string) int
Run implements the cli.Command interface
func (*Validators) Synopsis ¶
func (c *Validators) Synopsis() string
Synopsis implements the cli.Command interface
type ValidatorsList ¶
type ValidatorsList struct {
*Meta
}
ValidatorsList is the command to show the version of the agent
func (*ValidatorsList) Help ¶
func (c *ValidatorsList) Help() string
Help implements the cli.Command interface
func (*ValidatorsList) Run ¶
func (c *ValidatorsList) Run(args []string) int
Run implements the cli.Command interface
func (*ValidatorsList) Synopsis ¶
func (c *ValidatorsList) Synopsis() string
Synopsis implements the cli.Command interface
type VersionCommand ¶
VersionCommand is the command to show the version of the agent
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
Help implements the cli.Command interface
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(args []string) int
Run implements the cli.Command interface
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Synopsis implements the cli.Command interface