Versions in this module Expand all Collapse all v1 v1.0.0 May 6, 2024 Changes in this version + type Repository struct + DefaultBranch string + ID int + Name string + Path string + SizeR int64 + func FetchRepositoriesGithub(url string, page int, accessToken string) ([]Repository, string, error) + func GetRepoGithubList(accessToken, organization string) ([]Repository, error)