Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDatabaseIsNotOpen = errors.New("go-backup: database is not open") ErrMethodNotImplemented = errors.New("go-backup: method not implemented") )
Functions ¶
func Close ¶
func Close(backend DatabaseBackend)
Types ¶
type Backup ¶
type Backup struct {
// contains filtered or unexported fields
}
func NewBackup ¶
func NewBackup(backend DatabaseBackend) *Backup
type DatabaseBackend ¶
type DatabaseBackend interface {
// contains filtered or unexported methods
}
func LoadDatabaseFQueueBackend ¶
func LoadDatabaseFQueueBackend(dir string) (error, DatabaseBackend)
Click to show internal directories.
Click to hide internal directories.