Documentation
¶
Index ¶
- Variables
- func FromDataFile(cmd *cobra.Command, args []string)
- func FromRedoFile(cmd *cobra.Command, args []string)
- func Main()
- func NewFromDataFileCommand() *cobra.Command
- func NewFromRedoFileCommand() *cobra.Command
- func NewRecoveryCommand() *cobra.Command
- func NewRootCommand(use, short string) *cobra.Command
- func NewVersionCommand() *cobra.Command
- func PrintLogo() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SysDataFile string TableFile string DBName string TableName string OpType string // redo info. RedoFile string // set log info. LogPath string LogLevel string )
View Source
var ( ProjectName = "db-recovery" Major = 1 Minor = 0 Patch = 0 GitSHA = "Not provided" BuildTime = "Not privided" )
Functions ¶
func FromDataFile ¶
func FromRedoFile ¶
func NewFromDataFileCommand ¶
func NewFromRedoFileCommand ¶
func NewRecoveryCommand ¶
func NewRootCommand ¶
func NewVersionCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.