# Functions

GenerateRepoList generates a list of repositories to target for inspection.
ValidateAndNormalizeRepositoryIdentifier tries to extract the repository identifier in the <owner>/<repo> format and returns it, if possible.

# Constants

No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
GHAPIResponseHook represents a single list item of the GitHub repository webhook API response.
No description provided by the author
GHAPIResponseHookLastStatus represents the last_response part of a single webhook item in the GitHub repository webhook API response.
GHAPIResponseInstallationDetails for /app/installations/{installation_id}.
GHAPIResponseInstallationTokenSimplified is a simple representation of the response you get when requesting a GitHub App installation token (see https://docs.github.com/en/rest/reference/apps#create-an-installation-access-token-for-an-app).
GHAPIResponseRateLimit represents the API Response for the /rate_limit API.
GHAPIResponseRepos auto-generated by https://mholt.github.io/json-to-go/ from https://docs.github.com/en/rest/reference/teams#list-team-repositories.
GitHubApp holds all config options that we need to authenticate as a GitHub App installation.
No description provided by the author