Documentation ¶
Index ¶
- func NewCmdDatabase() *cobra.Command
- func NewCmdDatabaseBackup() *cobra.Command
- func NewCmdDatabaseFormat() *cobra.Command
- func NewCmdDatabaseLocation() *cobra.Command
- func NewCmdDatabasePrint() *cobra.Command
- func NewCmdDatabaseRestore() *cobra.Command
- type BackupOptions
- type FormatOptions
- type LocationOptions
- type PrintOptions
- type RestoreOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDatabase ¶
func NewCmdDatabaseBackup ¶
func NewCmdDatabaseFormat ¶
func NewCmdDatabaseLocation ¶
func NewCmdDatabasePrint ¶
func NewCmdDatabaseRestore ¶
Types ¶
type BackupOptions ¶
type BackupOptions struct {
// contains filtered or unexported fields
}
func (*BackupOptions) Complete ¶
func (opt *BackupOptions) Complete(cmd *cobra.Command, args []string) error
func (*BackupOptions) Execute ¶
func (opt *BackupOptions) Execute() error
func (*BackupOptions) Validate ¶
func (opt *BackupOptions) Validate() error
type FormatOptions ¶
type FormatOptions struct {
// contains filtered or unexported fields
}
func (*FormatOptions) Complete ¶
func (opt *FormatOptions) Complete(cmd *cobra.Command, args []string) error
func (*FormatOptions) Execute ¶
func (opt *FormatOptions) Execute() error
func (*FormatOptions) Validate ¶
func (opt *FormatOptions) Validate() error
type LocationOptions ¶
type LocationOptions struct {
// contains filtered or unexported fields
}
func (*LocationOptions) Complete ¶
func (opt *LocationOptions) Complete(cmd *cobra.Command, args []string) error
func (*LocationOptions) Execute ¶
func (opt *LocationOptions) Execute() error
func (*LocationOptions) Validate ¶
func (opt *LocationOptions) Validate() error
type PrintOptions ¶
type PrintOptions struct {
// contains filtered or unexported fields
}
func (*PrintOptions) Complete ¶
func (opt *PrintOptions) Complete(cmd *cobra.Command, args []string) error
func (*PrintOptions) Execute ¶
func (opt *PrintOptions) Execute() error
func (*PrintOptions) Validate ¶
func (opt *PrintOptions) Validate() error
type RestoreOptions ¶
type RestoreOptions struct {
// contains filtered or unexported fields
}
func (*RestoreOptions) Complete ¶
func (opt *RestoreOptions) Complete(cmd *cobra.Command, args []string) error
func (*RestoreOptions) Execute ¶
func (opt *RestoreOptions) Execute() error
func (*RestoreOptions) Validate ¶
func (opt *RestoreOptions) Validate() error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.