Versions in this module Expand all Collapse all v0 v0.0.3 Jul 30, 2021 Changes in this version + type ErrDockerAPI string + func (eap ErrDockerAPI) Error() string + type VolumeStorage struct + func Default(provider backup.Backup, cli *client.Client, encryption cryptor.Cryptor) *VolumeStorage + func New(provider backup.Backup, cli *client.Client, encryption cryptor.Cryptor, ...) *VolumeStorage + func (sw *VolumeStorage) Backup(ctx context.Context, name string, volumeNames []string) error + func (sw *VolumeStorage) Restore(ctx context.Context, name string, volumeNames []string) error + func (sw *VolumeStorage) Schedule(ctx context.Context, name string, volumeNames []string) *internal.Task