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:"path_with_namespace"`
Empty bool `json:"empty_repo"`
}
func FetchRepositoriesGitlab ¶
func GetRepoGitlabList ¶
func GetRepoGitlabList(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.