Versions in this module Expand all Collapse all v0 v0.1.34422 Feb 11, 2026 v0.1.34283 Feb 3, 2026 v0.1.34038 Dec 11, 2025 v0.1.33826 Nov 26, 2025 v0.1.33721 Nov 19, 2025 v0.1.33494 Sep 26, 2025 v0.1.33470 Sep 26, 2025 v0.1.33163 Aug 19, 2025 v0.1.33128 Aug 19, 2025 v0.1.32638 Jun 24, 2025 v0.1.32580 Jun 23, 2025 Changes in this version + func Example() + func ExampleWithCustomClient() + func NewRepositoryRestClient(config settings.Config) (*repositoryRestClient, error) + type GetRepositoriesResponse struct + Repositories []Repository + TotalCount int + type GitHubAppInstallationResponse struct + AvatarUrl string + ID int + Login string + TargetType string + type Repository struct + CloneURL string + CreatedAt string + DefaultBranch string + Description string + FullName string + HTMLURL string + ID int + Language string + Name string + Owner string + Private bool + PushedAt string + RepoName string + SSHURL string + UpdatedAt string + type RepositoryClient interface + CheckGitHubAppInstallation func(orgID string) (*GitHubAppInstallationResponse, error) + GetGitHubRepositories func(orgID string) (*GetRepositoriesResponse, error)