Documentation
¶
Overview ¶
Package refresh restores a configured dump into a named target database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Target string `json:"target"`
Engine string `json:"engine"`
DumpPath string `json:"dump_path,omitempty"`
DryRun bool `json:"dry_run"`
Cleaned bool `json:"cleaned"`
Restored bool `json:"restored"`
Obfuscated bool `json:"obfuscated"`
}
Result summarizes a target refresh.
Click to show internal directories.
Click to hide internal directories.