Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
ID int `json:"id"`
Name string `json:"name"`
DefaultBranch string `json:"default_branch"`
Path string `json:"full_name"`
SizeR int64 `json:"size"`
}
func FetchRepositoriesGithub ¶
func FetchRepositoriesGithub(url string, page int, accessToken string) ([]Repository, string, error)
Browsing number of pages
func GetRepoGithubList ¶
func GetRepoGithubList(accessToken, organization string) ([]Repository, error)
Get Infos for all Repositories in Organization for Main Branch
Click to show internal directories.
Click to hide internal directories.