Documentation ¶
Index ¶
- Variables
- func NewBackup() *cobra.Command
- func NewChown() *cobra.Command
- func NewFallbackCommand() *cobra.Command
- func NewRestore() *cobra.Command
- func NewSnapshot() *cobra.Command
- func NewSnapshotRecover() *cobra.Command
- func NewSwitchover() *cobra.Command
- type Backup
- type Chown
- type Fallback
- type Restore
- type Snapshot
- type SnapshotRecover
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "cita-node-cli",
Short: "The cita node command line interface",
Long: `This command line tool can perform various operations on CITA-Cloud node.`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
func NewFallbackCommand ¶
func NewRestore ¶
func NewSnapshot ¶ added in v0.0.2
func NewSnapshotRecover ¶ added in v0.0.2
func NewSwitchover ¶ added in v0.0.2
Types ¶
type SnapshotRecover ¶ added in v0.0.2
type SnapshotRecover struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.