Documentation ¶
Overview ¶
mysql dump tool
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DumpOpt ¶
type DumpOpt struct { DumpDir string `json:"dumpdir"` TableNames []string `json:"table_names"` Host string `json:"db_host"` User string `json:"db_user"` DBName string `json:"db_name"` Password string `json:"db_password"` Type TypeFlag `json:"export_type"` UseTrasnAction bool `json:"transaction_enable"` }
Click to show internal directories.
Click to hide internal directories.