Documentation
¶
Overview ¶
Package github provides functionality to interact with the GitHub API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo struct {
Name string
Language string
Visibility string
DefaultBranch string
CloneURL string
SSHURL string
}
Repo represents a simplified repository structure returned by the GitHub API.
func FetchRepos ¶
FetchRepos retrieves repositories for a given owner up to the specified limit.
Click to show internal directories.
Click to hide internal directories.