Documentation ¶
Index ¶
- func CreateBackup(ctx contexts.Context, input *publicTypes.CreateBackupRequest, ...) (string, error)
- func Debug(ctx contexts.Context, network string, addr string)
- func DeleteBackup(ctx contexts.Context, input *types.DeleteBackupRequest) error
- func ListBackups(ctx contexts.Context) error
- func RestoreBackup(ctx contexts.Context, input *publicTypes.RestoreBackupRequest, ...) error
- func Rotate(ctx contexts.Context, input *types.RotateBackupsRequest) error
- func Version(ctx contexts.Context)
- type Period
- type RotatePolicies
- type RotatePolicy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBackup ¶
func CreateBackup(ctx contexts.Context, input *publicTypes.CreateBackupRequest, containers publicTypes.ContainerTemplates) (string, error)
func DeleteBackup ¶
func DeleteBackup(ctx contexts.Context, input *types.DeleteBackupRequest) error
func ListBackups ¶
func RestoreBackup ¶
func RestoreBackup(ctx contexts.Context, input *publicTypes.RestoreBackupRequest, containers publicTypes.ContainerTemplates) error
Types ¶
type RotatePolicies ¶ added in v0.0.9
type RotatePolicies struct {
Policies []RotatePolicy `json:"policies"`
}
type RotatePolicy ¶ added in v0.0.9
Source Files ¶
Click to show internal directories.
Click to hide internal directories.