internal

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2022 License: Apache-2.0 Imports: 13 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 {
	// contains filtered or unexported fields
}

func NewBackup

func NewBackup() *Backup

func (*Backup) AllRepo

func (r *Backup) AllRepo() ([]*github.Repository, error)

func (*Backup) DownloadDropboxBackupDir

func (r *Backup) DownloadDropboxBackupDir() error

func (*Backup) IsProcessedRecently

func (r *Backup) IsProcessedRecently(repoName string) bool

func (*Backup) SaveRepoJson

func (r *Backup) SaveRepoJson(repo *github.Repository)

func (*Backup) SaveZipFile

func (r *Backup) SaveZipFile(repo *github.Repository)

func (*Backup) SetProcessedRecently

func (r *Backup) SetProcessedRecently(repoName string) error

func (*Backup) UploadRepo

func (r *Backup) UploadRepo(repo *github.Repository) error

type Meta

type Meta struct {
	LastProcessedAt      int64  `json:"last_processed_at"`
	LastProcessedAtTitle string `json:"last_processed_at_title"`
}

Jump to

Keyboard shortcuts

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