# Packages
Package base contains a simple engine to return a predefined (YAML) pod-spec in order not to invent the wheel over and over again.
Package cockroach contains the implementation of the backupengine for CockroachDB.
Package opts contains helpers for the backup-engines to prevent import-cycles when importing engines into a registry.
Package postgres contains the implementation of the backupengine for PostgreSQL.
# Functions
GetByName contains a mapping of names to be specified in the backup spec to their Implementation.
# Interfaces
No description provided by the author