backend

package
v0.0.0-...-a735c6b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2021 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backup

type Backup interface {
	Run(string) error
}

Backup provides the interfaces required to start backup an instance

type Instance

type Instance interface {
	Check(retry int) error
	Initialize() error
}

Instance provides the interfaces required to start an instance

type Storage

type Storage interface {
	Pull(backup *openapi.BackupRequest, filename string) error
	Push(backup *openapi.BackupRequest, filename string) error
	Delete(backup *openapi.BackupRequest) error
}

Storage defines an interface to externalize stores

Directories

Path Synopsis
You can use the "packr clean" command to clean up this, and any other packr generated files.
You can use the "packr clean" command to clean up this, and any other packr generated files.
packrd
You can use the "packr2 clean" command to clean up this, and any other packr generated files.
You can use the "packr2 clean" command to clean up this, and any other packr generated files.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL