package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Feb 14, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Backup struct {
Prefix string `toml:"prefix"`
Retention int `toml:"retention"`
Schedule string `toml:"schedule"`
}
type Config struct {
S3 S3 `toml:"-"`
PGURL string `toml:"pg_url"`
S3URL string `toml:"s3_url"`
Backup Backup `toml:"backup"`
Restore Restore `toml:"restore"`
Encryption Encryption `toml:"encryption"`
}
type Encryption struct {
PublicKeys []string `toml:"public_keys"`
}
type Restore struct {
Schemas []string `toml:"schemas"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.