Versions in this module Expand all Collapse all v1 v1.0.0 Jun 21, 2024 Changes in this version + 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