Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrExternalCommandFailed = errors.New("external command failed")
)
View Source
var (
ErrNoArguments = errors.New("no arguments")
)
Functions ¶
Types ¶
type Backup ¶
type Backup struct {
Limits LimitsConfig
}
type Config ¶
type Config struct {
MariaDB config.MariaDB
Storage config.Storage
Backup Backup
Encryption config.Encryption
}
func DefaultConfig ¶
func DefaultConfig() Config
type LimitsConfig ¶ added in v0.5.1
type LimitsConfig struct {
MaxCount int
}
Click to show internal directories.
Click to hide internal directories.