backup

package
v0.0.0-...-f39a356 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2022 License: GPL-2.0, GPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AEBackupInformationKind = "_AE_Backup_Information"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Backup

type Backup struct {
	Id            *datastore.Key `datastore:"-"`
	CompleteTime  time.Time      `datastore:"complete_time"`
	CompletedJobs []string       `datastore:"completed_jobs"`
	Filesystem    string         `datastore:"filesystem"`
	GSHandle      string         `datastore:"gs_handle"`
	Kinds         []string       `datastore:"kinds"`
	Name          string         `datastore:"name"`
	StartTime     time.Time      `datastore:"start_time"`
}

type Backups

type Backups []*Backup

func GetBackups

func GetBackups(c context.Context) (result Backups, err error)

Jump to

Keyboard shortcuts

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