Documentation
¶
Overview ¶
Package opts contains helpers for the backup-engines to prevent import-cycles when importing engines into a registry
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitOpts ¶
type InitOpts struct {
// BaseURL specifies the URL the Mux is available at
BaseURL string
// Mux allows to register additional listener on for the HTTP
// server afterwards available at the BaseURL
Mux *mux.Router
// Spec contains the configuration spec for the backup and
// should be saved for later use for example in GetPodSpec
Spec backupControllerV1.DatabaseBackupSpec
}
InitOpts is a shared struct to configure a backup-engine
Click to show internal directories.
Click to hide internal directories.