Documentation
¶
Index ¶
- Constants
- Variables
- func GetPatUrl(fullname string) (string, string)
- func ListPrivateGists() ([]*github.Gist, *github.Response)
- func ListPrivateRepos() ([]*github.Repository, *github.Response)
- func ListPublicGists(username string) ([]*github.Gist, *github.Response)
- func ListPublicRepos(username string) ([]*github.Repository, *github.Response)
- func LogResponse(rateInfo *github.Response)
- func Run(noauth bool, username string, threads int)
- type Repo
Constants ¶
View Source
const PER_PAGE = 100
Variables ¶
View Source
var BACKUP_GISTS_DIR string = "gitback-backup_" + dateTime + "/gists/"
View Source
var BACKUP_REPOS_DIR string = "gitback-backup_" + dateTime + "/repos/"
Functions ¶
func ListPrivateRepos ¶
func ListPrivateRepos() ([]*github.Repository, *github.Response)
func ListPublicRepos ¶
func ListPublicRepos(username string) ([]*github.Repository, *github.Response)
func LogResponse ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.