Documentation
¶
Index ¶
- func GetFileLastCommitAt(repository *gogithub.Repository, file *gogithub.RepositoryContent) time.Time
- func GetLastCommitAt(repository *gogithub.Repository) time.Time
- func GetRepository(ownerName string, name string) (*gogithub.Repository, error)
- func GetRepositoryFiles(repository *gogithub.Repository) []*gogithub.RepositoryContent
- func SearchRepositories(queries []string, repositoryCountLimit int, repositoryCountLimitPerPage int) []*gogithub.Repository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFileLastCommitAt ¶
func GetFileLastCommitAt(repository *gogithub.Repository, file *gogithub.RepositoryContent) time.Time
func GetLastCommitAt ¶
func GetLastCommitAt(repository *gogithub.Repository) time.Time
GetLastCommitAt gets the date of the last commit done in a repository's default branch
func GetRepository ¶
func GetRepository(ownerName string, name string) (*gogithub.Repository, error)
GetRepository gets a repository from the GitHub API using a repository's owner and name
func GetRepositoryFiles ¶
func GetRepositoryFiles(repository *gogithub.Repository) []*gogithub.RepositoryContent
GetRepositoryFileURLs returns all file URLs in a repository
func SearchRepositories ¶
func SearchRepositories(queries []string, repositoryCountLimit int, repositoryCountLimitPerPage int) []*gogithub.Repository
SearchRepositories returns all repositories from GitHub API matching some queries
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.