Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backup ¶
type Logger ¶
type Logger interface { Info(args ...interface{}) Infof(msg string, args ...interface{}) }
type Manifest ¶
type Manifest struct { Started time.Time `json:"started"` Finished time.Time `json:"finished"` Tables []ManifestTable `json:"tables"` }
Manifest a backup manifest containing a backup info.
type ManifestTable ¶
type ManifestTable struct { Name string `json:"name"` FileName string `json:"file_name"` MD5 string `json:"md5"` }
ManifestTable a backup table descriptor.
Click to show internal directories.
Click to hide internal directories.