Documentation
¶
Index ¶
- type Backup
- func (r *Backup) AllRepo() ([]*github.Repository, error)
- func (r *Backup) DownloadDropboxBackupDir() error
- func (r *Backup) IsProcessedRecently(repoName string) bool
- func (r *Backup) SaveRepoJson(repo *github.Repository)
- func (r *Backup) SaveZipFile(repo *github.Repository)
- func (r *Backup) SetProcessedRecently(repoName string) error
- func (r *Backup) UploadRepo(repo *github.Repository) error
- type Meta
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 (*Backup) DownloadDropboxBackupDir ¶
func (*Backup) IsProcessedRecently ¶
func (*Backup) SaveRepoJson ¶
func (r *Backup) SaveRepoJson(repo *github.Repository)
func (*Backup) SaveZipFile ¶
func (r *Backup) SaveZipFile(repo *github.Repository)
func (*Backup) SetProcessedRecently ¶
func (*Backup) UploadRepo ¶
func (r *Backup) UploadRepo(repo *github.Repository) error
Click to show internal directories.
Click to hide internal directories.