Documentation
¶
Index ¶
Constants ¶
View Source
const NULL = "NULL"
Variables ¶
View Source
var DumperLogger = slogutil.NewLogger("dumper")
View Source
var RestorerLogger = slogutil.NewLogger("restorer")
Functions ¶
This section is empty.
Types ¶
type Dumper ¶
type Dumper struct {
ConnectionInfo db.ConnectionInfo
DatabaseSchema string
OutputDir string
AppIDs []string
TableNames []string
// contains filtered or unexported fields
}
type Restorer ¶
type Restorer struct {
ConnectionInfo db.ConnectionInfo
DatabaseSchema string
InputDir string
AppIDs []string
TableNames []string
// contains filtered or unexported fields
}
func NewRestorer ¶
Click to show internal directories.
Click to hide internal directories.