Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checkpoint ¶
type Checkpoint struct { Ui cli.Ui Cmd string }
func (*Checkpoint) Help ¶
func (this *Checkpoint) Help() string
func (*Checkpoint) Run ¶
func (this *Checkpoint) Run(args []string) (exitCode int)
func (*Checkpoint) Synopsis ¶
func (*Checkpoint) Synopsis() string
type Migrate ¶
type Migrate struct { Ui cli.Ui Cmd string }
type Participants ¶
type Participants struct { Ui cli.Ui Cmd string // contains filtered or unexported fields }
func (*Participants) Help ¶
func (this *Participants) Help() string
func (*Participants) Run ¶
func (this *Participants) Run(args []string) (exitCode int)
func (*Participants) Synopsis ¶
func (*Participants) Synopsis() string
type Plugins ¶
type Plugins struct { Ui cli.Ui Cmd string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.