Documentation
¶
Index ¶
Constants ¶
View Source
const CredentialFilePrefix = "mysqldumpcred-"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBConfig ¶
func NewDBConfig ¶
type MysqlDriver ¶
func NewMysqlDriver ¶
func NewMysqlDriver(dsn string, options []string, viaSsh bool) (*MysqlDriver, error)
func (*MysqlDriver) GetDumpCommand ¶
func (mysql *MysqlDriver) GetDumpCommand() (string, []string, error)
func (*MysqlDriver) GetSshDumpCommand ¶
func (mysql *MysqlDriver) GetSshDumpCommand() (string, error)
Get dump command used by ssh dumper.
Click to show internal directories.
Click to hide internal directories.