package
Version:
v0.16.3
Opens a new window with list of versions in this module.
Published: Oct 17, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Commander struct {
Executor exec.Interface
}
Commander is the root of this helper.
func NewCommander() Commander
NewCommander is a factory for Commander.
type Database interface {
SetCommander(commander Commander)
Export(*backup.Backup) error
Import(*backup.Backup) error
}
Database interface for different databases.
type Options struct {
Type string
Host string
Port string
Name string
Username string
Password string
Options []string
}
Options for different Database.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.