backup

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backup

type Backup struct {
	User       string
	FullName   string
	Email      string
	Password   string
	Remote     string
	RepoName   string
	Enabled    bool
	Repository *git.Repository
}

func New

func New() *Backup

func (*Backup) Commit

func (o *Backup) Commit(in interface{}) (err error)

type DbRecord

type DbRecord struct {
	Data interface{} `json:"data,omitempty"`
	ID   string      `json:"id,omitempty"`
}

DbRecord - resource configuration.

type DbRecordCollection

type DbRecordCollection struct {
	DbRecords []DbRecord `json:"db_records,omitempty"`
}

DbRecordCollection - resource configuration.

Jump to

Keyboard shortcuts

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