Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupCommand ¶
func (*BackupCommand) DefineFlags ¶
func (c *BackupCommand) DefineFlags()
DefineFlags defines the command flags
func (*BackupCommand) GetBaseCommand ¶
func (c *BackupCommand) GetBaseCommand() string
func (*BackupCommand) GetHelperText ¶
func (c *BackupCommand) GetHelperText() string
GetHelperText returns a simple description of the command
func (*BackupCommand) Help ¶
func (c *BackupCommand) Help() string
Help implements the cli.Command interface
func (*BackupCommand) Run ¶
func (c *BackupCommand) Run(args []string) int
Run implements the cli.Command interface
func (*BackupCommand) Synopsis ¶
func (c *BackupCommand) Synopsis() string
Synopsis implements the cli.Command interface
type BackupResult ¶
type BackupResult struct {
From uint64 `json:"from"`
To uint64 `json:"to"`
Out string `json:"out"`
}
func (*BackupResult) Output ¶
func (r *BackupResult) Output() string
Click to show internal directories.
Click to hide internal directories.