Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context interface {
// contains filtered or unexported methods
}
Context database interface
type MariaBackup ¶
type MariaBackup struct {
Base
// contains filtered or unexported fields
}
type MariaBackupFull ¶
type MariaBackupFull struct {
Name string `json:"name"`
Time time.Time `json:"time"`
LSNPath string `json:"lsn_path"`
Incrementals []MariaBackupIncremental `json:"incremental"`
}
type MariaBackupIncremental ¶
type MongoDB ¶
type MongoDB struct {
Base
// contains filtered or unexported fields
}
MongoDB database
type: mongodb host: 127.0.0.1 port: 27017 database: username: password: authdb: oplog: false
type MySQL ¶
type MySQL struct {
Base
// contains filtered or unexported fields
}
MySQL database
type: mysql host: 127.0.0.1 port: 3306 database: username: root password: additional_options:
type PostgreSQL ¶
type PostgreSQL struct {
Base
// contains filtered or unexported fields
}
PostgreSQL database
type: postgresql host: localhost port: 5432 database: test username: password: additional_options:
Click to show internal directories.
Click to hide internal directories.