SYMBOL INDEX (16722 symbols across 467 files) FILE: example/actionpermissions/main.go function main (line 25) | func main() { FILE: example/appengine/app.go function init (line 20) | func init() { function handler (line 24) | func handler(w http.ResponseWriter, r *http.Request) { FILE: example/auditlogstream/main.go function encryptSecret (line 46) | func encryptSecret(publicKeyB64, secret string) (string, error) { function main (line 64) | func main() { function newFlagSet (line 82) | func newFlagSet(name string) (*flag.FlagSet, *string) { function parseAndInit (line 91) | func parseAndInit(fs *flag.FlagSet, enterprise *string, args []string) (... function runCreate (line 104) | func runCreate(args []string) { function runDelete (line 144) | func runDelete(args []string) { function newClient (line 159) | func newClient(token, apiURL string) *github.Client { function requireEnv (line 167) | func requireEnv(name string) string { function requireFlag (line 175) | func requireFlag(name, val string) { function requireIntFlag (line 181) | func requireIntFlag(name string, val int64) { FILE: example/basicauth/main.go function main (line 29) | func main() { FILE: example/codespaces/newreposecretwithxcrypto/main.go function main (line 49) | func main() { function getSecretName (line 85) | func getSecretName() (string, error) { function getSecretValue (line 93) | func getSecretValue(secretName string) (string, error) { function addRepoSecret (line 125) | func addRepoSecret(ctx context.Context, client *github.Client, owner, re... function encryptSecretWithPublicKey (line 143) | func encryptSecretWithPublicKey(publicKey *github.PublicKey, secretName,... FILE: example/codespaces/newusersecretwithxcrypto/main.go function main (line 50) | func main() { function getSecretName (line 78) | func getSecretName() (string, error) { function getSecretValue (line 86) | func getSecretValue(secretName string) (string, error) { function addUserSecret (line 120) | func addUserSecret(ctx context.Context, client *github.Client, secretNam... function encryptSecretWithPublicKey (line 150) | func encryptSecretWithPublicKey(publicKey *github.PublicKey, secretName,... FILE: example/commitpr/main.go function getRef (line 67) | func getRef() (ref *github.Reference, err error) { function branchRef (line 92) | func branchRef(name string) string { function getTree (line 98) | func getTree(ref *github.Reference) (tree *github.Tree, err error) { function getFileContent (line 117) | func getFileContent(fileArg string) (targetName string, b []byte, err er... function pushCommit (line 136) | func pushCommit(ref *github.Reference, tree *github.Tree) (err error) { function createPR (line 182) | func createPR() (err error) { function main (line 215) | func main() { FILE: example/listenvironments/main.go function main (line 24) | func main() { FILE: example/migrations/main.go function fetchAllUserMigrations (line 18) | func fetchAllUserMigrations() ([]*github.UserMigration, error) { function main (line 26) | func main() { FILE: example/newfilewithappauth/main.go function main (line 22) | func main() { FILE: example/newrepo/main.go function main (line 29) | func main() { FILE: example/newreposecretwithlibsodium/main.go function main (line 47) | func main() { function getSecretName (line 83) | func getSecretName() (string, error) { function getSecretValue (line 91) | func getSecretValue(secretName string) (string, error) { function addRepoSecret (line 121) | func addRepoSecret(ctx context.Context, client *github.Client, owner, re... function encryptSecretWithPublicKey (line 139) | func encryptSecretWithPublicKey(publicKey *github.PublicKey, secretName,... FILE: example/newreposecretwithxcrypto/main.go function main (line 49) | func main() { function getSecretName (line 85) | func getSecretName() (string, error) { function getSecretValue (line 93) | func getSecretValue(secretName string) (string, error) { function addRepoSecret (line 125) | func addRepoSecret(ctx context.Context, client *github.Client, owner, re... function encryptSecretWithPublicKey (line 143) | func encryptSecretWithPublicKey(publicKey *github.PublicKey, secretName,... FILE: example/otel/main.go function main (line 22) | func main() { FILE: example/ratelimit/main.go function main (line 23) | func main() { FILE: example/simple/main.go function fetchOrganizations (line 19) | func fetchOrganizations(username string) ([]*github.Organization, error) { function main (line 25) | func main() { FILE: example/tokenauth/main.go function main (line 22) | func main() { FILE: example/topics/main.go function fetchTopics (line 19) | func fetchTopics(topic string) (*github.TopicsSearchResult, error) { function main (line 25) | func main() { FILE: example/uploadreleaseassetfromrelease/main.go function main (line 20) | func main() { FILE: example/verifyartifact/main.go function usage (line 50) | func usage() { function main (line 66) | func main() { function getTrustedMaterial (line 118) | func getTrustedMaterial() (root.TrustedMaterialCollection, error) { function getIdentityPolicies (line 136) | func getIdentityPolicies() ([]verify.PolicyOption, error) { function getSignedEntityVerifier (line 147) | func getSignedEntityVerifier() (*verify.Verifier, error) { function getPolicyBuilder (line 164) | func getPolicyBuilder() (*verify.PolicyBuilder, error) { function runVerification (line 182) | func runVerification(sev *verify.Verifier, pb *verify.PolicyBuilder, b *... FILE: github/actions.go type ActionsService (line 12) | type ActionsService FILE: github/actions_artifacts.go type ArtifactWorkflowRun (line 18) | type ArtifactWorkflowRun struct type Artifact (line 31) | type Artifact struct type ArtifactList (line 52) | type ArtifactList struct type ListArtifactsOptions (line 59) | type ListArtifactsOptions struct type ArtifactPeriod (line 69) | type ArtifactPeriod struct method String (line 74) | func (a ArtifactPeriod) String() string { return Stringify(a) } type ArtifactPeriodOpt (line 78) | type ArtifactPeriodOpt struct method ListArtifacts (line 87) | func (s *ActionsService) ListArtifacts(ctx context.Context, owner, repo ... method ListWorkflowRunArtifacts (line 113) | func (s *ActionsService) ListWorkflowRunArtifacts(ctx context.Context, o... method GetArtifact (line 139) | func (s *ActionsService) GetArtifact(ctx context.Context, owner, repo st... method DownloadArtifact (line 161) | func (s *ActionsService) DownloadArtifact(ctx context.Context, owner, re... method downloadArtifactWithoutRateLimit (line 171) | func (s *ActionsService) downloadArtifactWithoutRateLimit(ctx context.Co... method downloadArtifactWithRateLimit (line 190) | func (s *ActionsService) downloadArtifactWithRateLimit(ctx context.Conte... method DeleteArtifact (line 215) | func (s *ActionsService) DeleteArtifact(ctx context.Context, owner, repo... FILE: github/actions_artifacts_test.go function TestActionsService_ListArtifacts (line 19) | func TestActionsService_ListArtifacts(t *testing.T) { function TestActionsService_ListArtifacts_invalidOwner (line 64) | func TestActionsService_ListArtifacts_invalidOwner(t *testing.T) { function TestActionsService_ListArtifacts_invalidRepo (line 73) | func TestActionsService_ListArtifacts_invalidRepo(t *testing.T) { function TestActionsService_ListArtifacts_notFound (line 82) | func TestActionsService_ListArtifacts_notFound(t *testing.T) { function TestActionsService_ListWorkflowRunArtifacts (line 104) | func TestActionsService_ListWorkflowRunArtifacts(t *testing.T) { function TestActionsService_ListWorkflowRunArtifacts_invalidOwner (line 146) | func TestActionsService_ListWorkflowRunArtifacts_invalidOwner(t *testing... function TestActionsService_ListWorkflowRunArtifacts_invalidRepo (line 155) | func TestActionsService_ListWorkflowRunArtifacts_invalidRepo(t *testing.... function TestActionsService_ListWorkflowRunArtifacts_notFound (line 164) | func TestActionsService_ListWorkflowRunArtifacts_notFound(t *testing.T) { function TestActionsService_GetArtifact (line 186) | func TestActionsService_GetArtifact(t *testing.T) { function TestActionsService_GetArtifact_invalidOwner (line 233) | func TestActionsService_GetArtifact_invalidOwner(t *testing.T) { function TestActionsService_GetArtifact_invalidRepo (line 242) | func TestActionsService_GetArtifact_invalidRepo(t *testing.T) { function TestActionsService_GetArtifact_notFound (line 251) | func TestActionsService_GetArtifact_notFound(t *testing.T) { function TestActionsService_DownloadArtifact (line 273) | func TestActionsService_DownloadArtifact(t *testing.T) { function TestActionsService_DownloadArtifact_invalidOwner (line 335) | func TestActionsService_DownloadArtifact_invalidOwner(t *testing.T) { function TestActionsService_DownloadArtifact_invalidRepo (line 364) | func TestActionsService_DownloadArtifact_invalidRepo(t *testing.T) { function TestActionsService_DownloadArtifact_StatusMovedPermanently_dontFollowRedirects (line 393) | func TestActionsService_DownloadArtifact_StatusMovedPermanently_dontFoll... function TestActionsService_DownloadArtifact_StatusMovedPermanently_followRedirects (line 429) | func TestActionsService_DownloadArtifact_StatusMovedPermanently_followRe... function TestActionsService_DownloadArtifact_unexpectedCode (line 477) | func TestActionsService_DownloadArtifact_unexpectedCode(t *testing.T) { function TestActionsService_DeleteArtifact (line 527) | func TestActionsService_DeleteArtifact(t *testing.T) { function TestActionsService_DeleteArtifact_invalidOwner (line 552) | func TestActionsService_DeleteArtifact_invalidOwner(t *testing.T) { function TestActionsService_DeleteArtifact_invalidRepo (line 561) | func TestActionsService_DeleteArtifact_invalidRepo(t *testing.T) { function TestActionsService_DeleteArtifact_notFound (line 570) | func TestActionsService_DeleteArtifact_notFound(t *testing.T) { function TestArtifact_Marshal (line 589) | func TestArtifact_Marshal(t *testing.T) { function TestArtifactList_Marshal (line 636) | func TestArtifactList_Marshal(t *testing.T) { FILE: github/actions_cache.go type ActionsCache (line 16) | type ActionsCache struct type ActionsCacheList (line 29) | type ActionsCacheList struct type ActionsCacheUsage (line 37) | type ActionsCacheUsage struct type ActionsCacheUsageList (line 46) | type ActionsCacheUsageList struct type TotalCacheUsage (line 54) | type TotalCacheUsage struct type ActionsCacheListOptions (line 62) | type ActionsCacheListOptions struct method ListCaches (line 83) | func (s *ActionsService) ListCaches(ctx context.Context, owner, repo str... method DeleteCachesByKey (line 115) | func (s *ActionsService) DeleteCachesByKey(ctx context.Context, owner, r... method DeleteCachesByID (line 137) | func (s *ActionsService) DeleteCachesByID(ctx context.Context, owner, re... method GetCacheUsageForRepo (line 156) | func (s *ActionsService) GetCacheUsageForRepo(ctx context.Context, owner... method ListCacheUsageByRepoForOrg (line 181) | func (s *ActionsService) ListCacheUsageByRepoForOrg(ctx context.Context,... method GetTotalCacheUsageForOrg (line 211) | func (s *ActionsService) GetTotalCacheUsageForOrg(ctx context.Context, o... method GetTotalCacheUsageForEnterprise (line 235) | func (s *ActionsService) GetTotalCacheUsageForEnterprise(ctx context.Con... FILE: github/actions_cache_test.go function TestActionsService_ListCaches (line 16) | func TestActionsService_ListCaches(t *testing.T) { function TestActionsService_ListCaches_invalidOwner (line 58) | func TestActionsService_ListCaches_invalidOwner(t *testing.T) { function TestActionsService_ListCaches_invalidRepo (line 67) | func TestActionsService_ListCaches_invalidRepo(t *testing.T) { function TestActionsService_ListCaches_notFound (line 76) | func TestActionsService_ListCaches_notFound(t *testing.T) { function TestActionsService_DeleteCachesByKey (line 98) | func TestActionsService_DeleteCachesByKey(t *testing.T) { function TestActionsService_DeleteCachesByKey_invalidOwner (line 124) | func TestActionsService_DeleteCachesByKey_invalidOwner(t *testing.T) { function TestActionsService_DeleteCachesByKey_invalidRepo (line 133) | func TestActionsService_DeleteCachesByKey_invalidRepo(t *testing.T) { function TestActionsService_DeleteCachesByKey_notFound (line 142) | func TestActionsService_DeleteCachesByKey_notFound(t *testing.T) { function TestActionsService_DeleteCachesByID (line 161) | func TestActionsService_DeleteCachesByID(t *testing.T) { function TestActionsService_DeleteCachesByID_invalidOwner (line 186) | func TestActionsService_DeleteCachesByID_invalidOwner(t *testing.T) { function TestActionsService_DeleteCachesByID_invalidRepo (line 195) | func TestActionsService_DeleteCachesByID_invalidRepo(t *testing.T) { function TestActionsService_DeleteCachesByID_notFound (line 204) | func TestActionsService_DeleteCachesByID_notFound(t *testing.T) { function TestActionsService_GetCacheUsageForRepo (line 223) | func TestActionsService_GetCacheUsageForRepo(t *testing.T) { function TestActionsService_GetCacheUsageForRepo_invalidOwner (line 264) | func TestActionsService_GetCacheUsageForRepo_invalidOwner(t *testing.T) { function TestActionsService_GetCacheUsageForRepo_invalidRepo (line 273) | func TestActionsService_GetCacheUsageForRepo_invalidRepo(t *testing.T) { function TestActionsService_GetCacheUsageForRepo_notFound (line 282) | func TestActionsService_GetCacheUsageForRepo_notFound(t *testing.T) { function TestActionsService_ListCacheUsageByRepoForOrg (line 304) | func TestActionsService_ListCacheUsageByRepoForOrg(t *testing.T) { function TestActionsService_ListCacheUsageByRepoForOrg_invalidOrganization (line 346) | func TestActionsService_ListCacheUsageByRepoForOrg_invalidOrganization(t... function TestActionsService_ListCacheUsageByRepoForOrg_notFound (line 355) | func TestActionsService_ListCacheUsageByRepoForOrg_notFound(t *testing.T) { function TestActionsService_GetCacheUsageForOrg (line 377) | func TestActionsService_GetCacheUsageForOrg(t *testing.T) { function TestActionsService_GetCacheUsageForOrg_invalidOrganization (line 417) | func TestActionsService_GetCacheUsageForOrg_invalidOrganization(t *testi... function TestActionsService_GetCacheUsageForOrg_notFound (line 426) | func TestActionsService_GetCacheUsageForOrg_notFound(t *testing.T) { function TestActionsService_GetCacheUsageForEnterprise (line 448) | func TestActionsService_GetCacheUsageForEnterprise(t *testing.T) { function TestActionsService_GetCacheUsageForEnterprise_invalidEnterprise (line 488) | func TestActionsService_GetCacheUsageForEnterprise_invalidEnterprise(t *... function TestActionsService_GetCacheUsageForEnterprise_notFound (line 497) | func TestActionsService_GetCacheUsageForEnterprise_notFound(t *testing.T) { function TestActionsCache_Marshal (line 519) | func TestActionsCache_Marshal(t *testing.T) { function TestActionsCacheList_Marshal (line 546) | func TestActionsCacheList_Marshal(t *testing.T) { function TestActionsCacheUsage_Marshal (line 591) | func TestActionsCacheUsage_Marshal(t *testing.T) { function TestActionsCacheUsageList_Marshal (line 614) | func TestActionsCacheUsageList_Marshal(t *testing.T) { function TestTotalCacheUsage_Marshal (line 641) | func TestTotalCacheUsage_Marshal(t *testing.T) { FILE: github/actions_hosted_runners.go type HostedRunnerPublicIP (line 15) | type HostedRunnerPublicIP struct type HostedRunnerMachineSpec (line 22) | type HostedRunnerMachineSpec struct type HostedRunner (line 30) | type HostedRunner struct type HostedRunnerImageDetail (line 45) | type HostedRunnerImageDetail struct type HostedRunners (line 54) | type HostedRunners struct method ListHostedRunners (line 64) | func (s *ActionsService) ListHostedRunners(ctx context.Context, org stri... type HostedRunnerImage (line 86) | type HostedRunnerImage struct type CreateHostedRunnerRequest (line 96) | type CreateHostedRunnerRequest struct type UpdateHostedRunnerRequest (line 107) | type UpdateHostedRunnerRequest struct function validateCreateHostedRunnerRequest (line 122) | func validateCreateHostedRunnerRequest(request *CreateHostedRunnerReques... method CreateHostedRunner (line 143) | func (s *ActionsService) CreateHostedRunner(ctx context.Context, org str... type HostedRunnerCustomImage (line 164) | type HostedRunnerCustomImage struct type HostedRunnerCustomImages (line 176) | type HostedRunnerCustomImages struct type HostedRunnerCustomImageVersion (line 182) | type HostedRunnerCustomImageVersion struct type HostedRunnerCustomImageVersions (line 191) | type HostedRunnerCustomImageVersions struct type HostedRunnerImageSpecs (line 197) | type HostedRunnerImageSpecs struct type HostedRunnerImages (line 206) | type HostedRunnerImages struct method GetHostedRunnerGitHubOwnedImages (line 216) | func (s *ActionsService) GetHostedRunnerGitHubOwnedImages(ctx context.Co... method GetHostedRunnerPartnerImages (line 237) | func (s *ActionsService) GetHostedRunnerPartnerImages(ctx context.Contex... type HostedRunnerPublicIPLimits (line 254) | type HostedRunnerPublicIPLimits struct type PublicIPUsage (line 259) | type PublicIPUsage struct method GetHostedRunnerLimits (line 269) | func (s *ActionsService) GetHostedRunnerLimits(ctx context.Context, org ... type HostedRunnerMachineSpecs (line 286) | type HostedRunnerMachineSpecs struct method GetHostedRunnerMachineSpecs (line 296) | func (s *ActionsService) GetHostedRunnerMachineSpecs(ctx context.Context... type HostedRunnerPlatforms (line 313) | type HostedRunnerPlatforms struct method GetHostedRunnerPlatforms (line 323) | func (s *ActionsService) GetHostedRunnerPlatforms(ctx context.Context, o... method GetHostedRunner (line 344) | func (s *ActionsService) GetHostedRunner(ctx context.Context, org string... method UpdateHostedRunner (line 365) | func (s *ActionsService) UpdateHostedRunner(ctx context.Context, org str... method DeleteHostedRunner (line 386) | func (s *ActionsService) DeleteHostedRunner(ctx context.Context, org str... method ListHostedRunnerCustomImages (line 407) | func (s *ActionsService) ListHostedRunnerCustomImages(ctx context.Contex... method GetHostedRunnerCustomImage (line 428) | func (s *ActionsService) GetHostedRunnerCustomImage(ctx context.Context,... method DeleteHostedRunnerCustomImage (line 449) | func (s *ActionsService) DeleteHostedRunnerCustomImage(ctx context.Conte... method ListHostedRunnerCustomImageVersions (line 464) | func (s *ActionsService) ListHostedRunnerCustomImageVersions(ctx context... method GetHostedRunnerCustomImageVersion (line 485) | func (s *ActionsService) GetHostedRunnerCustomImageVersion(ctx context.C... method DeleteHostedRunnerCustomImageVersion (line 506) | func (s *ActionsService) DeleteHostedRunnerCustomImageVersion(ctx contex... FILE: github/actions_hosted_runners_test.go function TestActionsService_ListHostedRunners (line 17) | func TestActionsService_ListHostedRunners(t *testing.T) { function TestActionsService_CreateHostedRunner (line 158) | func TestActionsService_CreateHostedRunner(t *testing.T) { function TestActionsService_GetHostedRunnerGitHubOwnedImages (line 324) | func TestActionsService_GetHostedRunnerGitHubOwnedImages(t *testing.T) { function TestActionsService_GetHostedRunnerPartnerImages (line 382) | func TestActionsService_GetHostedRunnerPartnerImages(t *testing.T) { function TestActionsService_GetHostedRunnerLimits (line 440) | func TestActionsService_GetHostedRunnerLimits(t *testing.T) { function TestActionsService_GetHostedRunnerMachineSpecs (line 486) | func TestActionsService_GetHostedRunnerMachineSpecs(t *testing.T) { function TestActionsService_GetHostedRunnerPlatforms (line 541) | func TestActionsService_GetHostedRunnerPlatforms(t *testing.T) { function TestActionsService_GetHostedRunner (line 588) | func TestActionsService_GetHostedRunner(t *testing.T) { function TestActionsService_UpdateHostedRunner (line 677) | func TestActionsService_UpdateHostedRunner(t *testing.T) { function TestActionsService_DeleteHostedRunner (line 773) | func TestActionsService_DeleteHostedRunner(t *testing.T) { function TestActionsService_ListHostedRunnerCustomImages (line 862) | func TestActionsService_ListHostedRunnerCustomImages(t *testing.T) { function TestActionsService_GetHostedRunnerCustomImage (line 946) | func TestActionsService_GetHostedRunnerCustomImage(t *testing.T) { function TestActionsService_DeleteHostedRunnerCustomImage (line 1000) | func TestActionsService_DeleteHostedRunnerCustomImage(t *testing.T) { function TestActionsService_ListHostedRunnerCustomImageVersions (line 1025) | func TestActionsService_ListHostedRunnerCustomImageVersions(t *testing.T) { function TestActionsService_GetHostedRunnerCustomImageVersion (line 1097) | func TestActionsService_GetHostedRunnerCustomImageVersion(t *testing.T) { function TestActionsService_DeleteHostedRunnerCustomImageVersion (line 1145) | func TestActionsService_DeleteHostedRunnerCustomImageVersion(t *testing.... FILE: github/actions_oidc.go type OIDCSubjectClaimCustomTemplate (line 14) | type OIDCSubjectClaimCustomTemplate struct method GetOrgOIDCSubjectClaimCustomTemplate (line 24) | func (s *ActionsService) GetOrgOIDCSubjectClaimCustomTemplate(ctx contex... method GetRepoOIDCSubjectClaimCustomTemplate (line 34) | func (s *ActionsService) GetRepoOIDCSubjectClaimCustomTemplate(ctx conte... method getOIDCSubjectClaimCustomTemplate (line 39) | func (s *ActionsService) getOIDCSubjectClaimCustomTemplate(ctx context.C... method SetOrgOIDCSubjectClaimCustomTemplate (line 59) | func (s *ActionsService) SetOrgOIDCSubjectClaimCustomTemplate(ctx contex... method SetRepoOIDCSubjectClaimCustomTemplate (line 69) | func (s *ActionsService) SetRepoOIDCSubjectClaimCustomTemplate(ctx conte... method setOIDCSubjectClaimCustomTemplate (line 74) | func (s *ActionsService) setOIDCSubjectClaimCustomTemplate(ctx context.C... FILE: github/actions_oidc_test.go function TestActionsService_GetOrgOIDCSubjectClaimCustomTemplate (line 16) | func TestActionsService_GetOrgOIDCSubjectClaimCustomTemplate(t *testing.... function TestActionsService_GetRepoOIDCSubjectClaimCustomTemplate (line 51) | func TestActionsService_GetRepoOIDCSubjectClaimCustomTemplate(t *testing... function TestActionsService_SetOrgOIDCSubjectClaimCustomTemplate (line 86) | func TestActionsService_SetOrgOIDCSubjectClaimCustomTemplate(t *testing.... function TestActionsService_SetRepoOIDCSubjectClaimCustomTemplate (line 118) | func TestActionsService_SetRepoOIDCSubjectClaimCustomTemplate(t *testing... function TestActionService_SetRepoOIDCSubjectClaimCustomTemplateToDefault (line 151) | func TestActionService_SetRepoOIDCSubjectClaimCustomTemplateToDefault(t ... function TestOIDCSubjectClaimCustomTemplate_Marshal (line 182) | func TestOIDCSubjectClaimCustomTemplate_Marshal(t *testing.T) { FILE: github/actions_permissions_enterprise.go type ActionsEnabledOnEnterpriseRepos (line 14) | type ActionsEnabledOnEnterpriseRepos struct type ActionsPermissionsEnterprise (line 22) | type ActionsPermissionsEnterprise struct method String (line 28) | func (a ActionsPermissionsEnterprise) String() string { type DefaultWorkflowPermissionEnterprise (line 35) | type DefaultWorkflowPermissionEnterprise struct type SelfHostRunnerPermissionsEnterprise (line 41) | type SelfHostRunnerPermissionsEnterprise struct method String (line 45) | func (a SelfHostRunnerPermissionsEnterprise) String() string { method GetActionsPermissionsInEnterprise (line 54) | func (s *ActionsService) GetActionsPermissionsInEnterprise(ctx context.C... method UpdateActionsPermissionsInEnterprise (line 76) | func (s *ActionsService) UpdateActionsPermissionsInEnterprise(ctx contex... method ListEnabledOrgsInEnterprise (line 97) | func (s *ActionsService) ListEnabledOrgsInEnterprise(ctx context.Context... method SetEnabledOrgsInEnterprise (line 123) | func (s *ActionsService) SetEnabledOrgsInEnterprise(ctx context.Context,... method AddEnabledOrgInEnterprise (line 146) | func (s *ActionsService) AddEnabledOrgInEnterprise(ctx context.Context, ... method RemoveEnabledOrgInEnterprise (line 167) | func (s *ActionsService) RemoveEnabledOrgInEnterprise(ctx context.Contex... method GetActionsAllowedInEnterprise (line 188) | func (s *ActionsService) GetActionsAllowedInEnterprise(ctx context.Conte... method UpdateActionsAllowedInEnterprise (line 210) | func (s *ActionsService) UpdateActionsAllowedInEnterprise(ctx context.Co... method GetDefaultWorkflowPermissionsInEnterprise (line 231) | func (s *ActionsService) GetDefaultWorkflowPermissionsInEnterprise(ctx c... method UpdateDefaultWorkflowPermissionsInEnterprise (line 253) | func (s *ActionsService) UpdateDefaultWorkflowPermissionsInEnterprise(ct... method GetArtifactAndLogRetentionPeriodInEnterprise (line 274) | func (s *ActionsService) GetArtifactAndLogRetentionPeriodInEnterprise(ct... method UpdateArtifactAndLogRetentionPeriodInEnterprise (line 296) | func (s *ActionsService) UpdateArtifactAndLogRetentionPeriodInEnterprise... method GetSelfHostedRunnerPermissionsInEnterprise (line 311) | func (s *ActionsService) GetSelfHostedRunnerPermissionsInEnterprise(ctx ... method UpdateSelfHostedRunnerPermissionsInEnterprise (line 332) | func (s *ActionsService) UpdateSelfHostedRunnerPermissionsInEnterprise(c... method GetPrivateRepoForkPRWorkflowSettingsInEnterprise (line 347) | func (s *ActionsService) GetPrivateRepoForkPRWorkflowSettingsInEnterpris... method UpdatePrivateRepoForkPRWorkflowSettingsInEnterprise (line 369) | func (s *ActionsService) UpdatePrivateRepoForkPRWorkflowSettingsInEnterp... method GetEnterpriseForkPRContributorApprovalPermissions (line 384) | func (s *ActionsService) GetEnterpriseForkPRContributorApprovalPermissio... method UpdateEnterpriseForkPRContributorApprovalPermissions (line 406) | func (s *ActionsService) UpdateEnterpriseForkPRContributorApprovalPermis... FILE: github/actions_permissions_enterprise_test.go function TestActionsService_GetActionsPermissionsInEnterprise (line 17) | func TestActionsService_GetActionsPermissionsInEnterprise(t *testing.T) { function TestActionsService_UpdateActionsPermissionsInEnterprise (line 51) | func TestActionsService_UpdateActionsPermissionsInEnterprise(t *testing.... function TestActionsService_ListEnabledOrgsInEnterprise (line 95) | func TestActionsService_ListEnabledOrgsInEnterprise(t *testing.T) { function TestActionsService_SetEnabledOrgsInEnterprise (line 139) | func TestActionsService_SetEnabledOrgsInEnterprise(t *testing.T) { function TestActionsService_AddEnabledOrgInEnterprise (line 168) | func TestActionsService_AddEnabledOrgInEnterprise(t *testing.T) { function TestActionsService_RemoveEnabledOrgInEnterprise (line 195) | func TestActionsService_RemoveEnabledOrgInEnterprise(t *testing.T) { function TestActionsService_GetActionsAllowedInEnterprise (line 222) | func TestActionsService_GetActionsAllowedInEnterprise(t *testing.T) { function TestActionsService_UpdateActionsAllowedInEnterprise (line 256) | func TestActionsService_UpdateActionsAllowedInEnterprise(t *testing.T) { function TestActionsService_GetDefaultWorkflowPermissionsInEnterprise (line 300) | func TestActionsService_GetDefaultWorkflowPermissionsInEnterprise(t *tes... function TestActionsService_UpdateDefaultWorkflowPermissionsInEnterprise (line 334) | func TestActionsService_UpdateDefaultWorkflowPermissionsInEnterprise(t *... function TestActionsService_GetArtifactAndLogRetentionPeriodInEnterprise (line 378) | func TestActionsService_GetArtifactAndLogRetentionPeriodInEnterprise(t *... function TestActionsService_UpdateArtifactAndLogRetentionPeriodInEnterprise (line 416) | func TestActionsService_UpdateArtifactAndLogRetentionPeriodInEnterprise(... function TestActionsService_GetSelfHostedRunnerPermissionsInEnterprise (line 454) | func TestActionsService_GetSelfHostedRunnerPermissionsInEnterprise(t *te... function TestActionsService_UpdateSelfHostedRunnerPermissionsInEnterprise (line 488) | func TestActionsService_UpdateSelfHostedRunnerPermissionsInEnterprise(t ... function TestActionsService_GetPrivateRepoForkPRWorkflowSettingsInEnterprise (line 526) | func TestActionsService_GetPrivateRepoForkPRWorkflowSettingsInEnterprise... function TestActionsService_UpdatePrivateRepoForkPRWorkflowSettingsInEnterprise (line 565) | func TestActionsService_UpdatePrivateRepoForkPRWorkflowSettingsInEnterpr... function TestActionsService_GetEnterpriseForkPRContributorApprovalPermissions (line 607) | func TestActionsService_GetEnterpriseForkPRContributorApprovalPermission... function TestActionsService_UpdateEnterpriseForkPRContributorApprovalPermissions (line 641) | func TestActionsService_UpdateEnterpriseForkPRContributorApprovalPermiss... FILE: github/actions_permissions_orgs.go type ActionsPermissions (line 16) | type ActionsPermissions struct method String (line 23) | func (a ActionsPermissions) String() string { type ActionsEnabledOnOrgRepos (line 28) | type ActionsEnabledOnOrgRepos struct type ActionsAllowed (line 36) | type ActionsAllowed struct method String (line 42) | func (a ActionsAllowed) String() string { type DefaultWorkflowPermissionOrganization (line 49) | type DefaultWorkflowPermissionOrganization struct type SelfHostedRunnersSettingsOrganization (line 55) | type SelfHostedRunnersSettingsOrganization struct method String (line 60) | func (s SelfHostedRunnersSettingsOrganization) String() string { type SelfHostedRunnersSettingsOrganizationOpt (line 65) | type SelfHostedRunnersSettingsOrganizationOpt struct method GetActionsPermissions (line 74) | func (s *ActionsService) GetActionsPermissions(ctx context.Context, org ... method UpdateActionsPermissions (line 96) | func (s *ActionsService) UpdateActionsPermissions(ctx context.Context, o... method ListEnabledReposInOrg (line 117) | func (s *ActionsService) ListEnabledReposInOrg(ctx context.Context, owne... method SetEnabledReposInOrg (line 143) | func (s *ActionsService) SetEnabledReposInOrg(ctx context.Context, owner... method AddEnabledReposInOrg (line 166) | func (s *ActionsService) AddEnabledReposInOrg(ctx context.Context, owner... method RemoveEnabledReposInOrg (line 187) | func (s *ActionsService) RemoveEnabledReposInOrg(ctx context.Context, ow... method GetActionsAllowed (line 208) | func (s *ActionsService) GetActionsAllowed(ctx context.Context, org stri... method UpdateActionsAllowed (line 230) | func (s *ActionsService) UpdateActionsAllowed(ctx context.Context, org s... method GetDefaultWorkflowPermissionsInOrganization (line 251) | func (s *ActionsService) GetDefaultWorkflowPermissionsInOrganization(ctx... method UpdateDefaultWorkflowPermissionsInOrganization (line 273) | func (s *ActionsService) UpdateDefaultWorkflowPermissionsInOrganization(... method GetArtifactAndLogRetentionPeriodInOrganization (line 294) | func (s *ActionsService) GetArtifactAndLogRetentionPeriodInOrganization(... method UpdateArtifactAndLogRetentionPeriodInOrganization (line 316) | func (s *ActionsService) UpdateArtifactAndLogRetentionPeriodInOrganizati... method GetSelfHostedRunnersSettingsInOrganization (line 331) | func (s *ActionsService) GetSelfHostedRunnersSettingsInOrganization(ctx ... method UpdateSelfHostedRunnersSettingsInOrganization (line 353) | func (s *ActionsService) UpdateSelfHostedRunnersSettingsInOrganization(c... type SelfHostedRunnersAllowedRepos (line 365) | type SelfHostedRunnersAllowedRepos struct method ListRepositoriesSelfHostedRunnersAllowedInOrganization (line 375) | func (s *ActionsService) ListRepositoriesSelfHostedRunnersAllowedInOrgan... method SetRepositoriesSelfHostedRunnersAllowedInOrganization (line 401) | func (s *ActionsService) SetRepositoriesSelfHostedRunnersAllowedInOrgani... method AddRepositorySelfHostedRunnersAllowedInOrganization (line 419) | func (s *ActionsService) AddRepositorySelfHostedRunnersAllowedInOrganiza... method RemoveRepositorySelfHostedRunnersAllowedInOrganization (line 435) | func (s *ActionsService) RemoveRepositorySelfHostedRunnersAllowedInOrgan... method GetPrivateRepoForkPRWorkflowSettingsInOrganization (line 456) | func (s *ActionsService) GetPrivateRepoForkPRWorkflowSettingsInOrganizat... method UpdatePrivateRepoForkPRWorkflowSettingsInOrganization (line 478) | func (s *ActionsService) UpdatePrivateRepoForkPRWorkflowSettingsInOrgani... method GetOrganizationForkPRContributorApprovalPermissions (line 493) | func (s *ActionsService) GetOrganizationForkPRContributorApprovalPermiss... method UpdateOrganizationForkPRContributorApprovalPermissions (line 515) | func (s *ActionsService) UpdateOrganizationForkPRContributorApprovalPerm... FILE: github/actions_permissions_orgs_test.go function TestActionsService_GetActionsPermissions (line 17) | func TestActionsService_GetActionsPermissions(t *testing.T) { function TestActionsService_UpdateActionsPermissions (line 51) | func TestActionsService_UpdateActionsPermissions(t *testing.T) { function TestActionsService_ListEnabledReposInOrg (line 95) | func TestActionsService_ListEnabledReposInOrg(t *testing.T) { function TestActionsService_SetEnabledReposInOrg (line 139) | func TestActionsService_SetEnabledReposInOrg(t *testing.T) { function TestActionsService_AddEnabledReposInOrg (line 168) | func TestActionsService_AddEnabledReposInOrg(t *testing.T) { function TestActionsService_RemoveEnabledReposInOrg (line 195) | func TestActionsService_RemoveEnabledReposInOrg(t *testing.T) { function TestActionsService_GetActionsAllowed (line 222) | func TestActionsService_GetActionsAllowed(t *testing.T) { function TestActionsService_UpdateActionsAllowed (line 256) | func TestActionsService_UpdateActionsAllowed(t *testing.T) { function TestActionsAllowed_Marshal (line 300) | func TestActionsAllowed_Marshal(t *testing.T) { function TestActionsPermissions_Marshal (line 321) | func TestActionsPermissions_Marshal(t *testing.T) { function TestActionsService_GetDefaultWorkflowPermissionsInOrganization (line 342) | func TestActionsService_GetDefaultWorkflowPermissionsInOrganization(t *t... function TestActionsService_UpdateDefaultWorkflowPermissionsInOrganization (line 376) | func TestActionsService_UpdateDefaultWorkflowPermissionsInOrganization(t... function TestActionsService_GetArtifactAndLogRetentionPeriodInOrganization (line 420) | func TestActionsService_GetArtifactAndLogRetentionPeriodInOrganization(t... function TestActionsService_UpdateArtifactAndLogRetentionPeriodInOrganization (line 458) | func TestActionsService_UpdateArtifactAndLogRetentionPeriodInOrganizatio... function TestActionsService_GetSelfHostedRunnersSettingsInOrganization (line 496) | func TestActionsService_GetSelfHostedRunnersSettingsInOrganization(t *te... function TestActionsService_UpdateSelfHostedRunnersSettingsInOrganization (line 533) | func TestActionsService_UpdateSelfHostedRunnersSettingsInOrganization(t ... function TestActionsService_ListRepositoriesSelfHostedRunnersAllowedInOrganization (line 571) | func TestActionsService_ListRepositoriesSelfHostedRunnersAllowedInOrgani... function TestActionsService_SetRepositoriesSelfHostedRunnersAllowedInOrganization (line 615) | func TestActionsService_SetRepositoriesSelfHostedRunnersAllowedInOrganiz... function TestActionsService_AddRepositorySelfHostedRunnersAllowedInOrganization (line 644) | func TestActionsService_AddRepositorySelfHostedRunnersAllowedInOrganizat... function TestActionsService_RemoveRepositorySelfHostedRunnersAllowedInOrganization (line 671) | func TestActionsService_RemoveRepositorySelfHostedRunnersAllowedInOrgani... function TestActionsService_GetPrivateRepoForkPRWorkflowSettingsInOrganization (line 698) | func TestActionsService_GetPrivateRepoForkPRWorkflowSettingsInOrganizati... function TestActionsService_UpdatePrivateRepoForkPRWorkflowSettingsInOrganization (line 737) | func TestActionsService_UpdatePrivateRepoForkPRWorkflowSettingsInOrganiz... function TestActionsService_GetOrganizationForkPRContributorApprovalPermissions (line 779) | func TestActionsService_GetOrganizationForkPRContributorApprovalPermissi... function TestActionsService_UpdateOrganizationForkPRContributorApprovalPermissions (line 813) | func TestActionsService_UpdateOrganizationForkPRContributorApprovalPermi... FILE: github/actions_runner_groups.go type RunnerGroup (line 14) | type RunnerGroup struct type RunnerGroups (line 31) | type RunnerGroups struct type CreateRunnerGroupRequest (line 37) | type CreateRunnerGroupRequest struct type UpdateRunnerGroupRequest (line 55) | type UpdateRunnerGroupRequest struct type SetRepoAccessRunnerGroupRequest (line 66) | type SetRepoAccessRunnerGroupRequest struct type SetRunnerGroupRunnersRequest (line 73) | type SetRunnerGroupRunnersRequest struct type ListOrgRunnerGroupOptions (line 79) | type ListOrgRunnerGroupOptions struct method ListOrganizationRunnerGroups (line 91) | func (s *ActionsService) ListOrganizationRunnerGroups(ctx context.Contex... method GetOrganizationRunnerGroup (line 117) | func (s *ActionsService) GetOrganizationRunnerGroup(ctx context.Context,... method DeleteOrganizationRunnerGroup (line 138) | func (s *ActionsService) DeleteOrganizationRunnerGroup(ctx context.Conte... method CreateOrganizationRunnerGroup (line 154) | func (s *ActionsService) CreateOrganizationRunnerGroup(ctx context.Conte... method UpdateOrganizationRunnerGroup (line 175) | func (s *ActionsService) UpdateOrganizationRunnerGroup(ctx context.Conte... method ListRepositoryAccessRunnerGroup (line 196) | func (s *ActionsService) ListRepositoryAccessRunnerGroup(ctx context.Con... method SetRepositoryAccessRunnerGroup (line 223) | func (s *ActionsService) SetRepositoryAccessRunnerGroup(ctx context.Cont... method AddRepositoryAccessRunnerGroup (line 240) | func (s *ActionsService) AddRepositoryAccessRunnerGroup(ctx context.Cont... method RemoveRepositoryAccessRunnerGroup (line 257) | func (s *ActionsService) RemoveRepositoryAccessRunnerGroup(ctx context.C... method ListRunnerGroupHostedRunners (line 273) | func (s *ActionsService) ListRunnerGroupHostedRunners(ctx context.Contex... method ListRunnerGroupRunners (line 299) | func (s *ActionsService) ListRunnerGroupRunners(ctx context.Context, org... method SetRunnerGroupRunners (line 326) | func (s *ActionsService) SetRunnerGroupRunners(ctx context.Context, org ... method AddRunnerGroupRunners (line 342) | func (s *ActionsService) AddRunnerGroupRunners(ctx context.Context, org ... method RemoveRunnerGroupRunners (line 359) | func (s *ActionsService) RemoveRunnerGroupRunners(ctx context.Context, o... FILE: github/actions_runner_groups_test.go function TestActionsService_ListOrganizationRunnerGroups (line 17) | func TestActionsService_ListOrganizationRunnerGroups(t *testing.T) { function TestActionsService_ListOrganizationRunnerGroupsVisibleToRepo (line 61) | func TestActionsService_ListOrganizationRunnerGroupsVisibleToRepo(t *tes... function TestActionsService_GetOrganizationRunnerGroup (line 105) | func TestActionsService_GetOrganizationRunnerGroup(t *testing.T) { function TestActionsService_DeleteOrganizationRunnerGroup (line 154) | func TestActionsService_DeleteOrganizationRunnerGroup(t *testing.T) { function TestActionsService_CreateOrganizationRunnerGroup (line 179) | func TestActionsService_CreateOrganizationRunnerGroup(t *testing.T) { function TestActionsService_UpdateOrganizationRunnerGroup (line 236) | func TestActionsService_UpdateOrganizationRunnerGroup(t *testing.T) { function TestActionsService_ListRepositoryAccessRunnerGroup (line 293) | func TestActionsService_ListRepositoryAccessRunnerGroup(t *testing.T) { function TestActionsService_SetRepositoryAccessRunnerGroup (line 335) | func TestActionsService_SetRepositoryAccessRunnerGroup(t *testing.T) { function TestActionsService_AddRepositoryAccessRunnerGroup (line 367) | func TestActionsService_AddRepositoryAccessRunnerGroup(t *testing.T) { function TestActionsService_RemoveRepositoryAccessRunnerGroup (line 392) | func TestActionsService_RemoveRepositoryAccessRunnerGroup(t *testing.T) { function TestActionsService_ListRunnerGroupHostedRunners (line 417) | func TestActionsService_ListRunnerGroupHostedRunners(t *testing.T) { function TestActionsService_ListRunnerGroupRunners (line 560) | func TestActionsService_ListRunnerGroupRunners(t *testing.T) { function TestActionsService_SetRunnerGroupRunners (line 603) | func TestActionsService_SetRunnerGroupRunners(t *testing.T) { function TestActionsService_AddRunnerGroupRunners (line 635) | func TestActionsService_AddRunnerGroupRunners(t *testing.T) { function TestActionsService_RemoveRunnerGroupRunners (line 660) | func TestActionsService_RemoveRunnerGroupRunners(t *testing.T) { function TestRunnerGroup_Marshal (line 685) | func TestRunnerGroup_Marshal(t *testing.T) { function TestRunnerGroups_Marshal (line 720) | func TestRunnerGroups_Marshal(t *testing.T) { function TestCreateRunnerGroupRequest_Marshal (line 766) | func TestCreateRunnerGroupRequest_Marshal(t *testing.T) { function TestUpdateRunnerGroupRequest_Marshal (line 795) | func TestUpdateRunnerGroupRequest_Marshal(t *testing.T) { function TestSetRepoAccessRunnerGroupRequest_Marshal (line 818) | func TestSetRepoAccessRunnerGroupRequest_Marshal(t *testing.T) { function TestSetRunnerGroupRunnersRequest_Marshal (line 833) | func TestSetRunnerGroupRunnersRequest_Marshal(t *testing.T) { FILE: github/actions_runners.go type RunnerApplicationDownload (line 14) | type RunnerApplicationDownload struct method ListRunnerApplicationDownloads (line 28) | func (s *ActionsService) ListRunnerApplicationDownloads(ctx context.Cont... type GenerateJITConfigRequest (line 45) | type GenerateJITConfigRequest struct type JITRunnerConfig (line 56) | type JITRunnerConfig struct method GenerateOrgJITConfig (line 66) | func (s *ActionsService) GenerateOrgJITConfig(ctx context.Context, org s... method GenerateRepoJITConfig (line 87) | func (s *ActionsService) GenerateRepoJITConfig(ctx context.Context, owne... type RegistrationToken (line 104) | type RegistrationToken struct method CreateRegistrationToken (line 114) | func (s *ActionsService) CreateRegistrationToken(ctx context.Context, ow... type Runner (line 132) | type Runner struct type RunnerLabels (line 142) | type RunnerLabels struct type Runners (line 149) | type Runners struct type ListRunnersOptions (line 155) | type ListRunnersOptions struct method ListRunners (line 165) | func (s *ActionsService) ListRunners(ctx context.Context, owner, repo st... method GetRunner (line 191) | func (s *ActionsService) GetRunner(ctx context.Context, owner, repo stri... type RemoveToken (line 208) | type RemoveToken struct method CreateRemoveToken (line 218) | func (s *ActionsService) CreateRemoveToken(ctx context.Context, owner, r... method RemoveRunner (line 240) | func (s *ActionsService) RemoveRunner(ctx context.Context, owner, repo s... method ListOrganizationRunnerApplicationDownloads (line 256) | func (s *ActionsService) ListOrganizationRunnerApplicationDownloads(ctx ... method CreateOrganizationRegistrationToken (line 277) | func (s *ActionsService) CreateOrganizationRegistrationToken(ctx context... method ListOrganizationRunners (line 299) | func (s *ActionsService) ListOrganizationRunners(ctx context.Context, or... method GetOrganizationRunner (line 325) | func (s *ActionsService) GetOrganizationRunner(ctx context.Context, org ... method CreateOrganizationRemoveToken (line 346) | func (s *ActionsService) CreateOrganizationRemoveToken(ctx context.Conte... method RemoveOrganizationRunner (line 368) | func (s *ActionsService) RemoveOrganizationRunner(ctx context.Context, o... FILE: github/actions_runners_test.go function TestActionsService_ListRunnerApplicationDownloads (line 18) | func TestActionsService_ListRunnerApplicationDownloads(t *testing.T) { function TestActionsService_GenerateOrgJITConfig (line 59) | func TestActionsService_GenerateOrgJITConfig(t *testing.T) { function TestActionsService_GenerateRepoJITConfig (line 103) | func TestActionsService_GenerateRepoJITConfig(t *testing.T) { function TestActionsService_CreateRegistrationToken (line 147) | func TestActionsService_CreateRegistrationToken(t *testing.T) { function TestActionsService_ListRunners (line 186) | func TestActionsService_ListRunners(t *testing.T) { function TestActionsService_GetRunner (line 231) | func TestActionsService_GetRunner(t *testing.T) { function TestActionsService_CreateRemoveToken (line 271) | func TestActionsService_CreateRemoveToken(t *testing.T) { function TestActionsService_RemoveRunner (line 306) | func TestActionsService_RemoveRunner(t *testing.T) { function TestActionsService_ListOrganizationRunnerApplicationDownloads (line 331) | func TestActionsService_ListOrganizationRunnerApplicationDownloads(t *te... function TestActionsService_CreateOrganizationRegistrationToken (line 372) | func TestActionsService_CreateOrganizationRegistrationToken(t *testing.T) { function TestActionsService_ListOrganizationRunners (line 411) | func TestActionsService_ListOrganizationRunners(t *testing.T) { function TestActionsService_GetOrganizationRunner (line 456) | func TestActionsService_GetOrganizationRunner(t *testing.T) { function TestActionsService_CreateOrganizationRemoveToken (line 496) | func TestActionsService_CreateOrganizationRemoveToken(t *testing.T) { function TestActionsService_RemoveOrganizationRunner (line 531) | func TestActionsService_RemoveOrganizationRunner(t *testing.T) { function TestRunnerApplicationDownload_Marshal (line 556) | func TestRunnerApplicationDownload_Marshal(t *testing.T) { function TestActionsEnabledOnOrgRepos_Marshal (line 581) | func TestActionsEnabledOnOrgRepos_Marshal(t *testing.T) { function TestRegistrationToken_Marshal (line 613) | func TestRegistrationToken_Marshal(t *testing.T) { function TestRunnerLabels_Marshal (line 630) | func TestRunnerLabels_Marshal(t *testing.T) { function TestRunner_Marshal (line 649) | func TestRunner_Marshal(t *testing.T) { function TestRunners_Marshal (line 686) | func TestRunners_Marshal(t *testing.T) { function TestRemoveToken_Marshal (line 736) | func TestRemoveToken_Marshal(t *testing.T) { FILE: github/actions_secrets.go type PublicKey (line 17) | type PublicKey struct method UnmarshalJSON (line 25) | func (p *PublicKey) UnmarshalJSON(data []byte) error { method getPublicKey (line 51) | func (s *ActionsService) getPublicKey(ctx context.Context, url string) (... method GetRepoPublicKey (line 71) | func (s *ActionsService) GetRepoPublicKey(ctx context.Context, owner, re... method GetOrgPublicKey (line 81) | func (s *ActionsService) GetOrgPublicKey(ctx context.Context, org string... method GetEnvPublicKey (line 91) | func (s *ActionsService) GetEnvPublicKey(ctx context.Context, repoID int... type Secret (line 97) | type Secret struct type Secrets (line 106) | type Secrets struct method listSecrets (line 111) | func (s *ActionsService) listSecrets(ctx context.Context, url string, op... method ListRepoSecrets (line 137) | func (s *ActionsService) ListRepoSecrets(ctx context.Context, owner, rep... method ListRepoOrgSecrets (line 148) | func (s *ActionsService) ListRepoOrgSecrets(ctx context.Context, owner, ... method ListOrgSecrets (line 159) | func (s *ActionsService) ListOrgSecrets(ctx context.Context, org string,... method ListEnvSecrets (line 169) | func (s *ActionsService) ListEnvSecrets(ctx context.Context, repoID int,... method getSecret (line 174) | func (s *ActionsService) getSecret(ctx context.Context, url string) (*Se... method GetRepoSecret (line 194) | func (s *ActionsService) GetRepoSecret(ctx context.Context, owner, repo,... method GetOrgSecret (line 204) | func (s *ActionsService) GetOrgSecret(ctx context.Context, org, name str... method GetEnvSecret (line 214) | func (s *ActionsService) GetEnvSecret(ctx context.Context, repoID int, e... type SelectedRepoIDs (line 220) | type SelectedRepoIDs type EncryptedSecret (line 227) | type EncryptedSecret struct method putSecret (line 235) | func (s *ActionsService) putSecret(ctx context.Context, url string, eSec... method CreateOrUpdateRepoSecret (line 249) | func (s *ActionsService) CreateOrUpdateRepoSecret(ctx context.Context, o... method CreateOrUpdateOrgSecret (line 263) | func (s *ActionsService) CreateOrUpdateOrgSecret(ctx context.Context, or... method CreateOrUpdateEnvSecret (line 277) | func (s *ActionsService) CreateOrUpdateEnvSecret(ctx context.Context, re... method deleteSecret (line 286) | func (s *ActionsService) deleteSecret(ctx context.Context, url string) (... method DeleteRepoSecret (line 300) | func (s *ActionsService) DeleteRepoSecret(ctx context.Context, owner, re... method DeleteOrgSecret (line 310) | func (s *ActionsService) DeleteOrgSecret(ctx context.Context, org, name ... method DeleteEnvSecret (line 320) | func (s *ActionsService) DeleteEnvSecret(ctx context.Context, repoID int... type SelectedReposList (line 326) | type SelectedReposList struct method listSelectedReposForSecret (line 331) | func (s *ActionsService) listSelectedReposForSecret(ctx context.Context,... method ListSelectedReposForOrgSecret (line 356) | func (s *ActionsService) ListSelectedReposForOrgSecret(ctx context.Conte... method setSelectedReposForSecret (line 361) | func (s *ActionsService) setSelectedReposForSecret(ctx context.Context, ... method SetSelectedReposForOrgSecret (line 379) | func (s *ActionsService) SetSelectedReposForOrgSecret(ctx context.Contex... method addSelectedRepoToSecret (line 384) | func (s *ActionsService) addSelectedRepoToSecret(ctx context.Context, ur... method AddSelectedRepoToOrgSecret (line 398) | func (s *ActionsService) AddSelectedRepoToOrgSecret(ctx context.Context,... method removeSelectedRepoFromSecret (line 407) | func (s *ActionsService) removeSelectedRepoFromSecret(ctx context.Contex... method RemoveSelectedRepoFromOrgSecret (line 421) | func (s *ActionsService) RemoveSelectedRepoFromOrgSecret(ctx context.Con... FILE: github/actions_secrets_test.go function TestPublicKey_UnmarshalJSON (line 18) | func TestPublicKey_UnmarshalJSON(t *testing.T) { function TestActionsService_GetRepoPublicKey (line 95) | func TestActionsService_GetRepoPublicKey(t *testing.T) { function TestActionsService_GetRepoPublicKeyNumeric (line 130) | func TestActionsService_GetRepoPublicKeyNumeric(t *testing.T) { function TestActionsService_ListRepoSecrets (line 165) | func TestActionsService_ListRepoSecrets(t *testing.T) { function TestActionsService_ListRepoOrgSecrets (line 208) | func TestActionsService_ListRepoOrgSecrets(t *testing.T) { function TestActionsService_GetRepoSecret (line 251) | func TestActionsService_GetRepoSecret(t *testing.T) { function TestActionsService_CreateOrUpdateRepoSecret (line 290) | func TestActionsService_CreateOrUpdateRepoSecret(t *testing.T) { function TestActionsService_DeleteRepoSecret (line 327) | func TestActionsService_DeleteRepoSecret(t *testing.T) { function TestActionsService_GetOrgPublicKey (line 352) | func TestActionsService_GetOrgPublicKey(t *testing.T) { function TestActionsService_ListOrgSecrets (line 387) | func TestActionsService_ListOrgSecrets(t *testing.T) { function TestActionsService_GetOrgSecret (line 431) | func TestActionsService_GetOrgSecret(t *testing.T) { function TestActionsService_CreateOrUpdateOrgSecret (line 472) | func TestActionsService_CreateOrUpdateOrgSecret(t *testing.T) { function TestActionsService_ListSelectedReposForOrgSecret (line 511) | func TestActionsService_ListSelectedReposForOrgSecret(t *testing.T) { function TestActionsService_SetSelectedReposForOrgSecret (line 552) | func TestActionsService_SetSelectedReposForOrgSecret(t *testing.T) { function TestActionsService_AddSelectedRepoToOrgSecret (line 579) | func TestActionsService_AddSelectedRepoToOrgSecret(t *testing.T) { function TestActionsService_RemoveSelectedRepoFromOrgSecret (line 609) | func TestActionsService_RemoveSelectedRepoFromOrgSecret(t *testing.T) { function TestActionsService_DeleteOrgSecret (line 639) | func TestActionsService_DeleteOrgSecret(t *testing.T) { function TestActionsService_GetEnvPublicKey (line 664) | func TestActionsService_GetEnvPublicKey(t *testing.T) { function TestActionsService_GetEnvPublicKeyNumeric (line 699) | func TestActionsService_GetEnvPublicKeyNumeric(t *testing.T) { function TestActionsService_ListEnvSecrets (line 734) | func TestActionsService_ListEnvSecrets(t *testing.T) { function TestActionsService_GetEnvSecret (line 777) | func TestActionsService_GetEnvSecret(t *testing.T) { function TestActionsService_CreateOrUpdateEnvSecret (line 816) | func TestActionsService_CreateOrUpdateEnvSecret(t *testing.T) { function TestActionsService_DeleteEnvSecret (line 853) | func TestActionsService_DeleteEnvSecret(t *testing.T) { function TestPublicKey_Marshal (line 878) | func TestPublicKey_Marshal(t *testing.T) { function TestSecret_Marshal (line 898) | func TestSecret_Marshal(t *testing.T) { function TestSecrets_Marshal (line 925) | func TestSecrets_Marshal(t *testing.T) { function TestEncryptedSecret_Marshal (line 961) | func TestEncryptedSecret_Marshal(t *testing.T) { function TestSelectedReposList_Marshal (line 986) | func TestSelectedReposList_Marshal(t *testing.T) { FILE: github/actions_variables.go type ActionsVariable (line 15) | type ActionsVariable struct type ActionsVariables (line 28) | type ActionsVariables struct method listVariables (line 33) | func (s *ActionsService) listVariables(ctx context.Context, url string, ... method ListRepoVariables (line 58) | func (s *ActionsService) ListRepoVariables(ctx context.Context, owner, r... method ListRepoOrgVariables (line 68) | func (s *ActionsService) ListRepoOrgVariables(ctx context.Context, owner... method ListOrgVariables (line 78) | func (s *ActionsService) ListOrgVariables(ctx context.Context, org strin... method ListEnvVariables (line 88) | func (s *ActionsService) ListEnvVariables(ctx context.Context, owner, re... method getVariable (line 93) | func (s *ActionsService) getVariable(ctx context.Context, url string) (*... method GetRepoVariable (line 113) | func (s *ActionsService) GetRepoVariable(ctx context.Context, owner, rep... method GetOrgVariable (line 123) | func (s *ActionsService) GetOrgVariable(ctx context.Context, org, name s... method GetEnvVariable (line 133) | func (s *ActionsService) GetEnvVariable(ctx context.Context, owner, repo... method postVariable (line 138) | func (s *ActionsService) postVariable(ctx context.Context, url string, v... method CreateRepoVariable (line 151) | func (s *ActionsService) CreateRepoVariable(ctx context.Context, owner, ... method CreateOrgVariable (line 161) | func (s *ActionsService) CreateOrgVariable(ctx context.Context, org stri... method CreateEnvVariable (line 171) | func (s *ActionsService) CreateEnvVariable(ctx context.Context, owner, r... method patchVariable (line 176) | func (s *ActionsService) patchVariable(ctx context.Context, url string, ... method UpdateRepoVariable (line 189) | func (s *ActionsService) UpdateRepoVariable(ctx context.Context, owner, ... method UpdateOrgVariable (line 203) | func (s *ActionsService) UpdateOrgVariable(ctx context.Context, org stri... method UpdateEnvVariable (line 217) | func (s *ActionsService) UpdateEnvVariable(ctx context.Context, owner, r... method deleteVariable (line 226) | func (s *ActionsService) deleteVariable(ctx context.Context, url string)... method DeleteRepoVariable (line 240) | func (s *ActionsService) DeleteRepoVariable(ctx context.Context, owner, ... method DeleteOrgVariable (line 250) | func (s *ActionsService) DeleteOrgVariable(ctx context.Context, org, nam... method DeleteEnvVariable (line 260) | func (s *ActionsService) DeleteEnvVariable(ctx context.Context, owner, r... method listSelectedReposForVariable (line 265) | func (s *ActionsService) listSelectedReposForVariable(ctx context.Contex... method ListSelectedReposForOrgVariable (line 290) | func (s *ActionsService) ListSelectedReposForOrgVariable(ctx context.Con... method setSelectedReposForVariable (line 295) | func (s *ActionsService) setSelectedReposForVariable(ctx context.Context... method SetSelectedReposForOrgVariable (line 313) | func (s *ActionsService) SetSelectedReposForOrgVariable(ctx context.Cont... method addSelectedRepoToVariable (line 318) | func (s *ActionsService) addSelectedRepoToVariable(ctx context.Context, ... method AddSelectedRepoToOrgVariable (line 332) | func (s *ActionsService) AddSelectedRepoToOrgVariable(ctx context.Contex... method removeSelectedRepoFromVariable (line 344) | func (s *ActionsService) removeSelectedRepoFromVariable(ctx context.Cont... method RemoveSelectedRepoFromOrgVariable (line 358) | func (s *ActionsService) RemoveSelectedRepoFromOrgVariable(ctx context.C... FILE: github/actions_variables_test.go function TestActionsService_ListRepoVariables (line 17) | func TestActionsService_ListRepoVariables(t *testing.T) { function TestActionsService_ListRepoOrgVariables (line 60) | func TestActionsService_ListRepoOrgVariables(t *testing.T) { function TestActionsService_GetRepoVariable (line 103) | func TestActionsService_GetRepoVariable(t *testing.T) { function TestActionsService_CreateRepoVariable (line 143) | func TestActionsService_CreateRepoVariable(t *testing.T) { function TestActionsService_UpdateRepoVariable (line 175) | func TestActionsService_UpdateRepoVariable(t *testing.T) { function TestActionsService_DeleteRepoVariable (line 211) | func TestActionsService_DeleteRepoVariable(t *testing.T) { function TestActionsService_ListOrgVariables (line 236) | func TestActionsService_ListOrgVariables(t *testing.T) { function TestActionsService_GetOrgVariable (line 280) | func TestActionsService_GetOrgVariable(t *testing.T) { function TestActionsService_CreateOrgVariable (line 322) | func TestActionsService_CreateOrgVariable(t *testing.T) { function TestActionsService_UpdateOrgVariable (line 356) | func TestActionsService_UpdateOrgVariable(t *testing.T) { function TestActionsService_ListSelectedReposForOrgVariable (line 394) | func TestActionsService_ListSelectedReposForOrgVariable(t *testing.T) { function TestActionsService_SetSelectedReposForOrgSVariable (line 435) | func TestActionsService_SetSelectedReposForOrgSVariable(t *testing.T) { function TestActionsService_AddSelectedRepoToOrgVariable (line 462) | func TestActionsService_AddSelectedRepoToOrgVariable(t *testing.T) { function TestActionsService_RemoveSelectedRepoFromOrgVariable (line 496) | func TestActionsService_RemoveSelectedRepoFromOrgVariable(t *testing.T) { function TestActionsService_DeleteOrgVariable (line 530) | func TestActionsService_DeleteOrgVariable(t *testing.T) { function TestActionsService_ListEnvVariables (line 555) | func TestActionsService_ListEnvVariables(t *testing.T) { function TestActionsService_GetEnvVariable (line 598) | func TestActionsService_GetEnvVariable(t *testing.T) { function TestActionsService_CreateEnvVariable (line 638) | func TestActionsService_CreateEnvVariable(t *testing.T) { function TestActionsService_UpdateEnvVariable (line 670) | func TestActionsService_UpdateEnvVariable(t *testing.T) { function TestActionsService_DeleteEnvVariable (line 706) | func TestActionsService_DeleteEnvVariable(t *testing.T) { function TestActionVariable_Marshal (line 731) | func TestActionVariable_Marshal(t *testing.T) { FILE: github/actions_workflow_jobs.go type TaskStep (line 16) | type TaskStep struct type WorkflowJob (line 26) | type WorkflowJob struct type Jobs (line 54) | type Jobs struct type ListWorkflowJobsOptions (line 60) | type ListWorkflowJobsOptions struct method ListWorkflowJobs (line 76) | func (s *ActionsService) ListWorkflowJobs(ctx context.Context, owner, re... method ListWorkflowJobsAttempt (line 102) | func (s *ActionsService) ListWorkflowJobsAttempt(ctx context.Context, ow... method GetWorkflowJobByID (line 128) | func (s *ActionsService) GetWorkflowJobByID(ctx context.Context, owner, ... method GetWorkflowJobLogs (line 150) | func (s *ActionsService) GetWorkflowJobLogs(ctx context.Context, owner, ... method getWorkflowJobLogsWithoutRateLimit (line 160) | func (s *ActionsService) getWorkflowJobLogsWithoutRateLimit(ctx context.... method getWorkflowJobLogsWithRateLimit (line 175) | func (s *ActionsService) getWorkflowJobLogsWithRateLimit(ctx context.Con... FILE: github/actions_workflow_jobs_test.go function TestActionsService_ListWorkflowJobs (line 20) | func TestActionsService_ListWorkflowJobs(t *testing.T) { function TestActionsService_ListWorkflowJobs_Filter (line 63) | func TestActionsService_ListWorkflowJobs_Filter(t *testing.T) { function TestActionsService_ListWorkflowJobsAttempt (line 92) | func TestActionsService_ListWorkflowJobsAttempt(t *testing.T) { function TestActionsService_GetWorkflowJobByID (line 146) | func TestActionsService_GetWorkflowJobByID(t *testing.T) { function TestActionsService_GetWorkflowJobLogs (line 185) | func TestActionsService_GetWorkflowJobLogs(t *testing.T) { function TestActionsService_GetWorkflowJobLogs_StatusMovedPermanently_dontFollowRedirects (line 245) | func TestActionsService_GetWorkflowJobLogs_StatusMovedPermanently_dontFo... function TestActionsService_GetWorkflowJobLogs_StatusMovedPermanently_followRedirects (line 281) | func TestActionsService_GetWorkflowJobLogs_StatusMovedPermanently_follow... function TestActionsService_GetWorkflowJobLogs_unexpectedCode (line 333) | func TestActionsService_GetWorkflowJobLogs_unexpectedCode(t *testing.T) { function TestTaskStep_Marshal (line 385) | func TestTaskStep_Marshal(t *testing.T) { function TestWorkflowJob_Marshal (line 410) | func TestWorkflowJob_Marshal(t *testing.T) { function TestJobs_Marshal (line 473) | func TestJobs_Marshal(t *testing.T) { FILE: github/actions_workflow_runs.go type WorkflowRun (line 16) | type WorkflowRun struct type WorkflowRuns (line 55) | type WorkflowRuns struct type ListWorkflowRunsOptions (line 61) | type ListWorkflowRunsOptions struct type WorkflowRunUsage (line 74) | type WorkflowRunUsage struct type WorkflowRunBillMap (line 81) | type WorkflowRunBillMap type WorkflowRunBill (line 84) | type WorkflowRunBill struct type WorkflowRunJobRun (line 91) | type WorkflowRunJobRun struct type WorkflowRunAttemptOptions (line 97) | type WorkflowRunAttemptOptions struct type PendingDeploymentsRequest (line 102) | type PendingDeploymentsRequest struct type ReferencedWorkflow (line 110) | type ReferencedWorkflow struct type PendingDeployment (line 117) | type PendingDeployment struct type PendingDeploymentEnvironment (line 126) | type PendingDeploymentEnvironment struct type ReviewCustomDeploymentProtectionRuleRequest (line 135) | type ReviewCustomDeploymentProtectionRuleRequest struct method listWorkflowRuns (line 141) | func (s *ActionsService) listWorkflowRuns(ctx context.Context, endpoint ... method ListWorkflowRunsByID (line 166) | func (s *ActionsService) ListWorkflowRunsByID(ctx context.Context, owner... method ListWorkflowRunsByFileName (line 176) | func (s *ActionsService) ListWorkflowRunsByFileName(ctx context.Context,... method ListRepositoryWorkflowRuns (line 186) | func (s *ActionsService) ListRepositoryWorkflowRuns(ctx context.Context,... method GetWorkflowRunByID (line 213) | func (s *ActionsService) GetWorkflowRunByID(ctx context.Context, owner, ... method GetWorkflowRunAttempt (line 236) | func (s *ActionsService) GetWorkflowRunAttempt(ctx context.Context, owne... method GetWorkflowRunAttemptLogs (line 263) | func (s *ActionsService) GetWorkflowRunAttemptLogs(ctx context.Context, ... method getWorkflowRunAttemptLogsWithoutRateLimit (line 273) | func (s *ActionsService) getWorkflowRunAttemptLogsWithoutRateLimit(ctx c... method getWorkflowRunAttemptLogsWithRateLimit (line 288) | func (s *ActionsService) getWorkflowRunAttemptLogsWithRateLimit(ctx cont... method RerunWorkflowByID (line 314) | func (s *ActionsService) RerunWorkflowByID(ctx context.Context, owner, r... method RerunFailedJobsByID (line 331) | func (s *ActionsService) RerunFailedJobsByID(ctx context.Context, owner,... method RerunJobByID (line 349) | func (s *ActionsService) RerunJobByID(ctx context.Context, owner, repo s... method CancelWorkflowRunByID (line 366) | func (s *ActionsService) CancelWorkflowRunByID(ctx context.Context, owne... method GetWorkflowRunLogs (line 383) | func (s *ActionsService) GetWorkflowRunLogs(ctx context.Context, owner, ... method getWorkflowRunLogsWithoutRateLimit (line 393) | func (s *ActionsService) getWorkflowRunLogsWithoutRateLimit(ctx context.... method getWorkflowRunLogsWithRateLimit (line 408) | func (s *ActionsService) getWorkflowRunLogsWithRateLimit(ctx context.Con... method DeleteWorkflowRun (line 434) | func (s *ActionsService) DeleteWorkflowRun(ctx context.Context, owner, r... method DeleteWorkflowRunLogs (line 451) | func (s *ActionsService) DeleteWorkflowRunLogs(ctx context.Context, owne... method GetWorkflowRunUsageByID (line 468) | func (s *ActionsService) GetWorkflowRunUsageByID(ctx context.Context, ow... method GetPendingDeployments (line 491) | func (s *ActionsService) GetPendingDeployments(ctx context.Context, owne... method PendingDeployments (line 514) | func (s *ActionsService) PendingDeployments(ctx context.Context, owner, ... method ReviewCustomDeploymentProtectionRule (line 537) | func (s *ActionsService) ReviewCustomDeploymentProtectionRule(ctx contex... FILE: github/actions_workflow_runs_test.go function TestActionsService_ListWorkflowRunsByID (line 21) | func TestActionsService_ListWorkflowRunsByID(t *testing.T) { function TestActionsService_ListWorkflowRunsFileName (line 64) | func TestActionsService_ListWorkflowRunsFileName(t *testing.T) { function TestActionsService_GetWorkflowRunByID (line 107) | func TestActionsService_GetWorkflowRunByID(t *testing.T) { function TestActionsService_GetWorkflowRunAttempt (line 148) | func TestActionsService_GetWorkflowRunAttempt(t *testing.T) { function TestActionsService_GetWorkflowRunAttemptLogs (line 192) | func TestActionsService_GetWorkflowRunAttemptLogs(t *testing.T) { function TestActionsService_GetWorkflowRunAttemptLogs_StatusMovedPermanently_dontFollowRedirects (line 241) | func TestActionsService_GetWorkflowRunAttemptLogs_StatusMovedPermanently... function TestActionsService_GetWorkflowRunAttemptLogs_StatusMovedPermanently_followRedirects (line 277) | func TestActionsService_GetWorkflowRunAttemptLogs_StatusMovedPermanently... function TestActionsService_GetWorkflowRunAttemptLogs_unexpectedCode (line 335) | func TestActionsService_GetWorkflowRunAttemptLogs_unexpectedCode(t *test... function TestActionsService_RerunWorkflowRunByID (line 387) | func TestActionsService_RerunWorkflowRunByID(t *testing.T) { function TestActionsService_RerunFailedJobsByID (line 416) | func TestActionsService_RerunFailedJobsByID(t *testing.T) { function TestActionsService_RerunJobByID (line 445) | func TestActionsService_RerunJobByID(t *testing.T) { function TestActionsService_CancelWorkflowRunByID (line 474) | func TestActionsService_CancelWorkflowRunByID(t *testing.T) { function TestActionsService_GetWorkflowRunLogs (line 503) | func TestActionsService_GetWorkflowRunLogs(t *testing.T) { function TestActionsService_GetWorkflowRunLogs_StatusMovedPermanently_dontFollowRedirects (line 552) | func TestActionsService_GetWorkflowRunLogs_StatusMovedPermanently_dontFo... function TestActionsService_GetWorkflowRunLogs_StatusMovedPermanently_followRedirects (line 588) | func TestActionsService_GetWorkflowRunLogs_StatusMovedPermanently_follow... function TestActionsService_GetWorkflowRunLogs_unexpectedCode (line 646) | func TestActionsService_GetWorkflowRunLogs_unexpectedCode(t *testing.T) { function TestActionService_ListRepositoryWorkflowRuns (line 698) | func TestActionService_ListRepositoryWorkflowRuns(t *testing.T) { function TestActionService_DeleteWorkflowRun (line 747) | func TestActionService_DeleteWorkflowRun(t *testing.T) { function TestActionService_DeleteWorkflowRunLogs (line 773) | func TestActionService_DeleteWorkflowRunLogs(t *testing.T) { function TestPendingDeployment_Marshal (line 799) | func TestPendingDeployment_Marshal(t *testing.T) { function TestActionsService_ReviewCustomDeploymentProtectionRule (line 858) | func TestActionsService_ReviewCustomDeploymentProtectionRule(t *testing.... function TestReviewCustomDeploymentProtectionRuleRequest_Marshal (line 890) | func TestReviewCustomDeploymentProtectionRuleRequest_Marshal(t *testing.... function TestActionsService_GetWorkflowRunUsageByID (line 911) | func TestActionsService_GetWorkflowRunUsageByID(t *testing.T) { function TestWorkflowRun_Marshal (line 979) | func TestWorkflowRun_Marshal(t *testing.T) { function TestWorkflowRuns_Marshal (line 1244) | func TestWorkflowRuns_Marshal(t *testing.T) { function TestWorkflowRunBill_Marshal (line 1503) | func TestWorkflowRunBill_Marshal(t *testing.T) { function TestWorkflowRunBillMap_Marshal (line 1520) | func TestWorkflowRunBillMap_Marshal(t *testing.T) { function TestWorkflowRunUsage_Marshal (line 1557) | func TestWorkflowRunUsage_Marshal(t *testing.T) { function TestActionService_PendingDeployments (line 1600) | func TestActionService_PendingDeployments(t *testing.T) { function TestActionService_GetPendingDeployments (line 1644) | func TestActionService_GetPendingDeployments(t *testing.T) { FILE: github/actions_workflows.go type Workflow (line 14) | type Workflow struct type Workflows (line 28) | type Workflows struct type WorkflowUsage (line 34) | type WorkflowUsage struct type WorkflowBillMap (line 40) | type WorkflowBillMap type WorkflowBill (line 43) | type WorkflowBill struct type CreateWorkflowDispatchEventRequest (line 48) | type CreateWorkflowDispatchEventRequest struct type WorkflowDispatchRunDetails (line 64) | type WorkflowDispatchRunDetails struct type WorkflowsPermissions (line 71) | type WorkflowsPermissions struct method String (line 78) | func (w WorkflowsPermissions) String() string { type WorkflowsPermissionsOpt (line 83) | type WorkflowsPermissionsOpt struct type ContributorApprovalPermissions (line 92) | type ContributorApprovalPermissions struct method String (line 96) | func (p ContributorApprovalPermissions) String() string { method ListWorkflows (line 105) | func (s *ActionsService) ListWorkflows(ctx context.Context, owner, repo ... method GetWorkflowByID (line 131) | func (s *ActionsService) GetWorkflowByID(ctx context.Context, owner, rep... method GetWorkflowByFileName (line 142) | func (s *ActionsService) GetWorkflowByFileName(ctx context.Context, owne... method getWorkflow (line 148) | func (s *ActionsService) getWorkflow(ctx context.Context, url string) (*... method GetWorkflowUsageByID (line 168) | func (s *ActionsService) GetWorkflowUsageByID(ctx context.Context, owner... method GetWorkflowUsageByFileName (line 179) | func (s *ActionsService) GetWorkflowUsageByFileName(ctx context.Context,... method getWorkflowUsage (line 185) | func (s *ActionsService) getWorkflowUsage(ctx context.Context, url strin... method CreateWorkflowDispatchEventByID (line 205) | func (s *ActionsService) CreateWorkflowDispatchEventByID(ctx context.Con... method CreateWorkflowDispatchEventByFileName (line 216) | func (s *ActionsService) CreateWorkflowDispatchEventByFileName(ctx conte... method createWorkflowDispatchEvent (line 222) | func (s *ActionsService) createWorkflowDispatchEvent(ctx context.Context... method EnableWorkflowByID (line 242) | func (s *ActionsService) EnableWorkflowByID(ctx context.Context, owner, ... method EnableWorkflowByFileName (line 252) | func (s *ActionsService) EnableWorkflowByFileName(ctx context.Context, o... method DisableWorkflowByID (line 262) | func (s *ActionsService) DisableWorkflowByID(ctx context.Context, owner,... method DisableWorkflowByFileName (line 272) | func (s *ActionsService) DisableWorkflowByFileName(ctx context.Context, ... method doNewPutRequest (line 277) | func (s *ActionsService) doNewPutRequest(ctx context.Context, url string... FILE: github/actions_workflows_test.go function TestActionsService_ListWorkflows (line 18) | func TestActionsService_ListWorkflows(t *testing.T) { function TestActionsService_GetWorkflowByID (line 61) | func TestActionsService_GetWorkflowByID(t *testing.T) { function TestActionsService_GetWorkflowByFileName (line 100) | func TestActionsService_GetWorkflowByFileName(t *testing.T) { function TestActionsService_GetWorkflowUsageByID (line 139) | func TestActionsService_GetWorkflowUsageByID(t *testing.T) { function TestActionsService_GetWorkflowUsageByFileName (line 186) | func TestActionsService_GetWorkflowUsageByFileName(t *testing.T) { function TestActionsService_CreateWorkflowDispatchEventByID (line 233) | func TestActionsService_CreateWorkflowDispatchEventByID(t *testing.T) { function TestActionsService_CreateWorkflowDispatchEventByFileName (line 294) | func TestActionsService_CreateWorkflowDispatchEventByFileName(t *testing... function TestActionsService_CreateWorkflowDispatchEventByID_noRunDetails (line 355) | func TestActionsService_CreateWorkflowDispatchEventByID_noRunDetails(t *... function TestActionsService_CreateWorkflowDispatchEventByFileName_noRunDetails (line 388) | func TestActionsService_CreateWorkflowDispatchEventByFileName_noRunDetai... function TestActionsService_EnableWorkflowByID (line 421) | func TestActionsService_EnableWorkflowByID(t *testing.T) { function TestActionsService_EnableWorkflowByFilename (line 456) | func TestActionsService_EnableWorkflowByFilename(t *testing.T) { function TestActionsService_DisableWorkflowByID (line 491) | func TestActionsService_DisableWorkflowByID(t *testing.T) { function TestActionsService_DisableWorkflowByFileName (line 526) | func TestActionsService_DisableWorkflowByFileName(t *testing.T) { function TestWorkflow_Marshal (line 561) | func TestWorkflow_Marshal(t *testing.T) { function TestWorkflows_Marshal (line 594) | func TestWorkflows_Marshal(t *testing.T) { function TestWorkflowBill_Marshal (line 635) | func TestWorkflowBill_Marshal(t *testing.T) { function TestWorkflowBillMap_Marshal (line 650) | func TestWorkflowBillMap_Marshal(t *testing.T) { function TestWorkflowUsage_Marshal (line 681) | func TestWorkflowUsage_Marshal(t *testing.T) { function TestCreateWorkflowDispatchEventRequest_Marshal (line 716) | func TestCreateWorkflowDispatchEventRequest_Marshal(t *testing.T) { FILE: github/activity.go type ActivityService (line 14) | type ActivityService method ListFeeds (line 64) | func (s *ActivityService) ListFeeds(ctx context.Context) (*Feeds, *Res... type FeedLink (line 17) | type FeedLink struct type Feeds (line 23) | type Feeds struct type FeedLinks (line 35) | type FeedLinks struct FILE: github/activity_events.go method ListEvents (line 18) | func (s *ActivityService) ListEvents(ctx context.Context, opts *ListOpti... method ListRepositoryEvents (line 43) | func (s *ActivityService) ListRepositoryEvents(ctx context.Context, owne... method ListIssueEventsForRepository (line 69) | func (s *ActivityService) ListIssueEventsForRepository(ctx context.Conte... method ListEventsForRepoNetwork (line 95) | func (s *ActivityService) ListEventsForRepoNetwork(ctx context.Context, ... method ListEventsForOrganization (line 121) | func (s *ActivityService) ListEventsForOrganization(ctx context.Context,... method ListEventsPerformedByUser (line 151) | func (s *ActivityService) ListEventsPerformedByUser(ctx context.Context,... method ListEventsReceivedByUser (line 186) | func (s *ActivityService) ListEventsReceivedByUser(ctx context.Context, ... method ListUserEventsForOrganization (line 218) | func (s *ActivityService) ListUserEventsForOrganization(ctx context.Cont... FILE: github/activity_events_test.go function TestActivityService_ListEvents (line 17) | func TestActivityService_ListEvents(t *testing.T) { function TestActivityService_ListRepositoryEvents (line 51) | func TestActivityService_ListRepositoryEvents(t *testing.T) { function TestActivityService_ListRepositoryEvents_invalidOwner (line 90) | func TestActivityService_ListRepositoryEvents_invalidOwner(t *testing.T) { function TestActivityService_ListIssueEventsForRepository (line 99) | func TestActivityService_ListIssueEventsForRepository(t *testing.T) { function TestActivityService_ListIssueEventsForRepository_invalidOwner (line 138) | func TestActivityService_ListIssueEventsForRepository_invalidOwner(t *te... function TestActivityService_ListEventsForRepoNetwork (line 147) | func TestActivityService_ListEventsForRepoNetwork(t *testing.T) { function TestActivityService_ListEventsForRepoNetwork_invalidOwner (line 186) | func TestActivityService_ListEventsForRepoNetwork_invalidOwner(t *testin... function TestActivityService_ListEventsForOrganization (line 195) | func TestActivityService_ListEventsForOrganization(t *testing.T) { function TestActivityService_ListEventsForOrganization_invalidOrg (line 234) | func TestActivityService_ListEventsForOrganization_invalidOrg(t *testing... function TestActivityService_ListEventsPerformedByUser_all (line 243) | func TestActivityService_ListEventsPerformedByUser_all(t *testing.T) { function TestActivityService_ListEventsPerformedByUser_publicOnly (line 282) | func TestActivityService_ListEventsPerformedByUser_publicOnly(t *testing... function TestActivityService_ListEventsPerformedByUser_invalidUser (line 303) | func TestActivityService_ListEventsPerformedByUser_invalidUser(t *testin... function TestActivityService_ListEventsReceivedByUser_all (line 312) | func TestActivityService_ListEventsReceivedByUser_all(t *testing.T) { function TestActivityService_ListEventsReceivedByUser_publicOnly (line 351) | func TestActivityService_ListEventsReceivedByUser_publicOnly(t *testing.... function TestActivityService_ListEventsReceivedByUser_invalidUser (line 372) | func TestActivityService_ListEventsReceivedByUser_invalidUser(t *testing... function TestActivityService_ListUserEventsForOrganization (line 381) | func TestActivityService_ListUserEventsForOrganization(t *testing.T) { function TestActivityService_EventParsePayload_typed (line 420) | func TestActivityService_EventParsePayload_typed(t *testing.T) { function TestActivityService_EventParsePayload_untyped (line 441) | func TestActivityService_EventParsePayload_untyped(t *testing.T) { function TestActivityService_EventParsePayload_installation (line 459) | func TestActivityService_EventParsePayload_installation(t *testing.T) { FILE: github/activity_notifications.go type Notification (line 15) | type Notification struct type NotificationSubject (line 32) | type NotificationSubject struct type NotificationListOptions (line 41) | type NotificationListOptions struct method ListNotifications (line 55) | func (s *ActivityService) ListNotifications(ctx context.Context, opts *N... method ListRepositoryNotifications (line 82) | func (s *ActivityService) ListRepositoryNotifications(ctx context.Contex... type markReadOptions (line 103) | type markReadOptions struct method MarkNotificationsRead (line 113) | func (s *ActivityService) MarkNotificationsRead(ctx context.Context, las... method MarkRepositoryNotificationsRead (line 132) | func (s *ActivityService) MarkRepositoryNotificationsRead(ctx context.Co... method GetThread (line 150) | func (s *ActivityService) GetThread(ctx context.Context, id string) (*No... method MarkThreadRead (line 172) | func (s *ActivityService) MarkThreadRead(ctx context.Context, id string)... method MarkThreadDone (line 189) | func (s *ActivityService) MarkThreadDone(ctx context.Context, id string)... method GetThreadSubscription (line 206) | func (s *ActivityService) GetThreadSubscription(ctx context.Context, id ... method SetThreadSubscription (line 229) | func (s *ActivityService) SetThreadSubscription(ctx context.Context, id ... method DeleteThreadSubscription (line 252) | func (s *ActivityService) DeleteThreadSubscription(ctx context.Context, ... FILE: github/activity_notifications_test.go function TestActivityService_ListNotification (line 18) | func TestActivityService_ListNotification(t *testing.T) { function TestActivityService_ListRepositoryNotifications (line 61) | func TestActivityService_ListRepositoryNotifications(t *testing.T) { function TestActivityService_MarkNotificationsRead (line 96) | func TestActivityService_MarkNotificationsRead(t *testing.T) { function TestActivityService_MarkNotificationsRead_EmptyLastReadAt (line 120) | func TestActivityService_MarkNotificationsRead_EmptyLastReadAt(t *testin... function TestActivityService_MarkRepositoryNotificationsRead (line 139) | func TestActivityService_MarkRepositoryNotificationsRead(t *testing.T) { function TestActivityService_MarkRepositoryNotificationsRead_EmptyLastReadAt (line 168) | func TestActivityService_MarkRepositoryNotificationsRead_EmptyLastReadAt... function TestActivityService_GetThread (line 187) | func TestActivityService_GetThread(t *testing.T) { function TestActivityService_MarkThreadRead (line 222) | func TestActivityService_MarkThreadRead(t *testing.T) { function TestActivityService_MarkThreadDone (line 248) | func TestActivityService_MarkThreadDone(t *testing.T) { function TestActivityService_GetThreadSubscription (line 274) | func TestActivityService_GetThreadSubscription(t *testing.T) { function TestActivityService_SetThreadSubscription (line 309) | func TestActivityService_SetThreadSubscription(t *testing.T) { function TestActivityService_DeleteThreadSubscription (line 353) | func TestActivityService_DeleteThreadSubscription(t *testing.T) { function TestNotification_Marshal (line 379) | func TestNotification_Marshal(t *testing.T) { function TestNotificationSubject_Marshal (line 426) | func TestNotificationSubject_Marshal(t *testing.T) { function TestMarkReadOptions_Marshal (line 447) | func TestMarkReadOptions_Marshal(t *testing.T) { FILE: github/activity_star.go type StarredRepository (line 15) | type StarredRepository struct type Stargazer (line 21) | type Stargazer struct method ListStargazers (line 31) | func (s *ActivityService) ListStargazers(ctx context.Context, owner, rep... type ActivityListStarredOptions (line 56) | type ActivityListStarredOptions struct method ListStarred (line 77) | func (s *ActivityService) ListStarred(ctx context.Context, user string, ... method IsStarred (line 111) | func (s *ActivityService) IsStarred(ctx context.Context, owner, repo str... method Star (line 128) | func (s *ActivityService) Star(ctx context.Context, owner, repo string) ... method Unstar (line 143) | func (s *ActivityService) Unstar(ctx context.Context, owner, repo string... FILE: github/activity_star_test.go function TestActivityService_ListStargazers (line 18) | func TestActivityService_ListStargazers(t *testing.T) { function TestActivityService_ListStarred_authenticatedUser (line 58) | func TestActivityService_ListStarred_authenticatedUser(t *testing.T) { function TestActivityService_ListStarred_specifiedUser (line 94) | func TestActivityService_ListStarred_specifiedUser(t *testing.T) { function TestActivityService_ListStarred_invalidUser (line 136) | func TestActivityService_ListStarred_invalidUser(t *testing.T) { function TestActivityService_IsStarred_hasStar (line 145) | func TestActivityService_IsStarred_hasStar(t *testing.T) { function TestActivityService_IsStarred_noStar (line 178) | func TestActivityService_IsStarred_noStar(t *testing.T) { function TestActivityService_IsStarred_invalidID (line 211) | func TestActivityService_IsStarred_invalidID(t *testing.T) { function TestActivityService_Star (line 220) | func TestActivityService_Star(t *testing.T) { function TestActivityService_Star_invalidID (line 245) | func TestActivityService_Star_invalidID(t *testing.T) { function TestActivityService_Unstar (line 254) | func TestActivityService_Unstar(t *testing.T) { function TestActivityService_Unstar_invalidID (line 279) | func TestActivityService_Unstar_invalidID(t *testing.T) { function TestStarredRepository_Marshal (line 288) | func TestStarredRepository_Marshal(t *testing.T) { function TestStargazer_Marshal (line 313) | func TestStargazer_Marshal(t *testing.T) { FILE: github/activity_test.go function TestActivityService_List (line 15) | func TestActivityService_List(t *testing.T) { function TestFeedLink_Marshal (line 133) | func TestFeedLink_Marshal(t *testing.T) { function TestFeeds_Marshal (line 150) | func TestFeeds_Marshal(t *testing.T) { function TestFeedLinks_Marshal (line 241) | func TestFeedLinks_Marshal(t *testing.T) { FILE: github/activity_watching.go type Subscription (line 14) | type Subscription struct method ListWatchers (line 33) | func (s *ActivityService) ListWatchers(ctx context.Context, owner, repo ... method ListWatched (line 63) | func (s *ActivityService) ListWatched(ctx context.Context, user string, ... method GetRepositorySubscription (line 96) | func (s *ActivityService) GetRepositorySubscription(ctx context.Context,... method SetRepositorySubscription (line 125) | func (s *ActivityService) SetRepositorySubscription(ctx context.Context,... method DeleteRepositorySubscription (line 151) | func (s *ActivityService) DeleteRepositorySubscription(ctx context.Conte... FILE: github/activity_watching_test.go function TestActivityService_ListWatchers (line 17) | func TestActivityService_ListWatchers(t *testing.T) { function TestActivityService_ListWatched_authenticatedUser (line 56) | func TestActivityService_ListWatched_authenticatedUser(t *testing.T) { function TestActivityService_ListWatched_specifiedUser (line 94) | func TestActivityService_ListWatched_specifiedUser(t *testing.T) { function TestActivityService_GetRepositorySubscription_true (line 118) | func TestActivityService_GetRepositorySubscription_true(t *testing.T) { function TestActivityService_GetRepositorySubscription_false (line 153) | func TestActivityService_GetRepositorySubscription_false(t *testing.T) { function TestActivityService_GetRepositorySubscription_error (line 174) | func TestActivityService_GetRepositorySubscription_error(t *testing.T) { function TestActivityService_SetRepositorySubscription (line 190) | func TestActivityService_SetRepositorySubscription(t *testing.T) { function TestActivityService_DeleteRepositorySubscription (line 234) | func TestActivityService_DeleteRepositorySubscription(t *testing.T) { function TestSubscription_Marshal (line 260) | func TestSubscription_Marshal(t *testing.T) { FILE: github/admin.go type AdminService (line 18) | type AdminService method UpdateUserLDAPMapping (line 88) | func (s *AdminService) UpdateUserLDAPMapping(ctx context.Context, user... method UpdateTeamLDAPMapping (line 109) | func (s *AdminService) UpdateTeamLDAPMapping(ctx context.Context, team... type TeamLDAPMapping (line 21) | type TeamLDAPMapping struct method String (line 35) | func (m TeamLDAPMapping) String() string { type UserLDAPMapping (line 40) | type UserLDAPMapping struct method String (line 61) | func (m UserLDAPMapping) String() string { type Enterprise (line 66) | type Enterprise struct method String (line 79) | func (m Enterprise) String() string { FILE: github/admin_orgs.go type createOrgRequest (line 16) | type createOrgRequest struct method CreateOrg (line 29) | func (s *AdminService) CreateOrg(ctx context.Context, org *Organization,... type renameOrgRequest (line 53) | type renameOrgRequest struct type RenameOrgResponse (line 58) | type RenameOrgResponse struct method RenameOrg (line 68) | func (s *AdminService) RenameOrg(ctx context.Context, org *Organization,... method RenameOrgByName (line 84) | func (s *AdminService) RenameOrgByName(ctx context.Context, org, newName... FILE: github/admin_orgs_test.go function TestAdminOrgs_Create (line 17) | func TestAdminOrgs_Create(t *testing.T) { function TestAdminOrgs_Rename (line 59) | func TestAdminOrgs_Rename(t *testing.T) { function TestAdminOrgs_RenameByName (line 110) | func TestAdminOrgs_RenameByName(t *testing.T) { function TestCreateOrgRequest_Marshal (line 153) | func TestCreateOrgRequest_Marshal(t *testing.T) { function TestRenameOrgRequest_Marshal (line 170) | func TestRenameOrgRequest_Marshal(t *testing.T) { function TestRenameOrgResponse_Marshal (line 185) | func TestRenameOrgResponse_Marshal(t *testing.T) { FILE: github/admin_stats.go type AdminStats (line 14) | type AdminStats struct method String (line 27) | func (s AdminStats) String() string { type IssueStats (line 32) | type IssueStats struct method String (line 38) | func (s IssueStats) String() string { type HookStats (line 43) | type HookStats struct method String (line 49) | func (s HookStats) String() string { type MilestoneStats (line 54) | type MilestoneStats struct method String (line 60) | func (s MilestoneStats) String() string { type OrgStats (line 66) | type OrgStats struct method String (line 73) | func (s OrgStats) String() string { type CommentStats (line 79) | type CommentStats struct method String (line 86) | func (s CommentStats) String() string { type PageStats (line 91) | type PageStats struct method String (line 95) | func (s PageStats) String() string { type UserStats (line 100) | type UserStats struct method String (line 106) | func (s UserStats) String() string { type GistStats (line 111) | type GistStats struct method String (line 117) | func (s GistStats) String() string { type PullStats (line 123) | type PullStats struct method String (line 130) | func (s PullStats) String() string { type RepoStats (line 136) | type RepoStats struct method String (line 145) | func (s RepoStats) String() string { method GetAdminStats (line 158) | func (s *AdminService) GetAdminStats(ctx context.Context) (*AdminStats, ... FILE: github/admin_stats_test.go function TestAdminService_GetAdminStats (line 16) | func TestAdminService_GetAdminStats(t *testing.T) { function TestAdminService_Stringify (line 103) | func TestAdminService_Stringify(t *testing.T) { function TestIssueStats_Marshal (line 218) | func TestIssueStats_Marshal(t *testing.T) { function TestHookStats_Marshal (line 237) | func TestHookStats_Marshal(t *testing.T) { function TestMilestoneStats_Marshal (line 256) | func TestMilestoneStats_Marshal(t *testing.T) { function TestOrgStats_Marshal (line 275) | func TestOrgStats_Marshal(t *testing.T) { function TestCommentStats_Marshal (line 296) | func TestCommentStats_Marshal(t *testing.T) { function TestPageStats_Marshal (line 317) | func TestPageStats_Marshal(t *testing.T) { function TestUserStats_Marshal (line 332) | func TestUserStats_Marshal(t *testing.T) { function TestGistStats_Marshal (line 351) | func TestGistStats_Marshal(t *testing.T) { function TestPullStats_Marshal (line 370) | func TestPullStats_Marshal(t *testing.T) { function TestRepoStats_Marshal (line 391) | func TestRepoStats_Marshal(t *testing.T) { function TestAdminStats_Marshal (line 416) | func TestAdminStats_Marshal(t *testing.T) { FILE: github/admin_test.go function TestAdminService_UpdateUserLDAPMapping (line 17) | func TestAdminService_UpdateUserLDAPMapping(t *testing.T) { function TestAdminService_UpdateTeamLDAPMapping (line 65) | func TestAdminService_UpdateTeamLDAPMapping(t *testing.T) { function TestAdminService_TeamLDAPMapping_String (line 113) | func TestAdminService_TeamLDAPMapping_String(t *testing.T) { function TestAdminService_UserLDAPMapping_String (line 134) | func TestAdminService_UserLDAPMapping_String(t *testing.T) { function TestTeamLDAPMapping_Marshal (line 162) | func TestTeamLDAPMapping_Marshal(t *testing.T) { function TestUserLDAPMapping_Marshal (line 195) | func TestUserLDAPMapping_Marshal(t *testing.T) { function TestEnterprise_Marshal (line 242) | func TestEnterprise_Marshal(t *testing.T) { FILE: github/admin_users.go type CreateUserRequest (line 15) | type CreateUserRequest struct method CreateUser (line 26) | func (s *AdminService) CreateUser(ctx context.Context, userReq CreateUse... method DeleteUser (line 48) | func (s *AdminService) DeleteUser(ctx context.Context, username string) ... type ImpersonateUserOptions (line 65) | type ImpersonateUserOptions struct type OAuthAPP (line 70) | type OAuthAPP struct method String (line 76) | func (s OAuthAPP) String() string { type UserAuthorization (line 81) | type UserAuthorization struct method CreateUserImpersonation (line 101) | func (s *AdminService) CreateUserImpersonation(ctx context.Context, user... method DeleteUserImpersonation (line 123) | func (s *AdminService) DeleteUserImpersonation(ctx context.Context, user... FILE: github/admin_users_test.go function TestAdminUsers_Create (line 18) | func TestAdminUsers_Create(t *testing.T) { function TestAdminUsers_Delete (line 64) | func TestAdminUsers_Delete(t *testing.T) { function TestUserImpersonation_Create (line 89) | func TestUserImpersonation_Create(t *testing.T) { function TestUserImpersonation_Delete (line 161) | func TestUserImpersonation_Delete(t *testing.T) { function TestCreateUserRequest_Marshal (line 186) | func TestCreateUserRequest_Marshal(t *testing.T) { function TestImpersonateUserOptions_Marshal (line 203) | func TestImpersonateUserOptions_Marshal(t *testing.T) { function TestOAuthAPP_Marshal (line 220) | func TestOAuthAPP_Marshal(t *testing.T) { function TestUserAuthorization_Marshal (line 239) | func TestUserAuthorization_Marshal(t *testing.T) { FILE: github/apps.go type AppsService (line 17) | type AppsService method Get (line 225) | func (s *AppsService) Get(ctx context.Context, appSlug string) (*App, ... method ListInstallationRequests (line 252) | func (s *AppsService) ListInstallationRequests(ctx context.Context, op... method ListInstallations (line 277) | func (s *AppsService) ListInstallations(ctx context.Context, opts *Lis... method GetInstallation (line 302) | func (s *AppsService) GetInstallation(ctx context.Context, id int64) (... method ListUserInstallations (line 311) | func (s *AppsService) ListUserInstallations(ctx context.Context, opts ... method SuspendInstallation (line 338) | func (s *AppsService) SuspendInstallation(ctx context.Context, id int6... method UnsuspendInstallation (line 354) | func (s *AppsService) UnsuspendInstallation(ctx context.Context, id in... method DeleteInstallation (line 370) | func (s *AppsService) DeleteInstallation(ctx context.Context, id int64... method CreateInstallationToken (line 386) | func (s *AppsService) CreateInstallationToken(ctx context.Context, id ... method CreateInstallationTokenListRepos (line 410) | func (s *AppsService) CreateInstallationTokenListRepos(ctx context.Con... method CreateAttachment (line 432) | func (s *AppsService) CreateAttachment(ctx context.Context, contentRef... method FindOrganizationInstallation (line 456) | func (s *AppsService) FindOrganizationInstallation(ctx context.Context... method FindRepositoryInstallation (line 465) | func (s *AppsService) FindRepositoryInstallation(ctx context.Context, ... method FindRepositoryInstallationByID (line 474) | func (s *AppsService) FindRepositoryInstallationByID(ctx context.Conte... method FindUserInstallation (line 483) | func (s *AppsService) FindUserInstallation(ctx context.Context, user s... method getInstallation (line 487) | func (s *AppsService) getInstallation(ctx context.Context, url string)... type App (line 20) | type App struct type InstallationToken (line 38) | type InstallationToken struct type InstallationTokenOptions (line 46) | type InstallationTokenOptions struct type InstallationTokenListRepoOptions (line 62) | type InstallationTokenListRepoOptions struct type InstallationPermissions (line 82) | type InstallationPermissions struct type InstallationRequest (line 161) | type InstallationRequest struct type Installation (line 170) | type Installation struct method String (line 208) | func (i Installation) String() string { type Attachment (line 195) | type Attachment struct type ContentReference (line 202) | type ContentReference struct FILE: github/apps_hooks.go method GetHookConfig (line 18) | func (s *AppsService) GetHookConfig(ctx context.Context) (*HookConfig, *... method UpdateHookConfig (line 39) | func (s *AppsService) UpdateHookConfig(ctx context.Context, config *Hook... FILE: github/apps_hooks_deliveries.go method ListHookDeliveries (line 18) | func (s *AppsService) ListHookDeliveries(ctx context.Context, opts *List... method GetHookDelivery (line 43) | func (s *AppsService) GetHookDelivery(ctx context.Context, deliveryID in... method RedeliverHookDelivery (line 64) | func (s *AppsService) RedeliverHookDelivery(ctx context.Context, deliver... FILE: github/apps_hooks_deliveries_test.go function TestAppsService_ListHookDeliveries (line 16) | func TestAppsService_ListHookDeliveries(t *testing.T) { function TestAppsService_GetHookDelivery (line 50) | func TestAppsService_GetHookDelivery(t *testing.T) { function TestAppsService_RedeliverHookDelivery (line 85) | func TestAppsService_RedeliverHookDelivery(t *testing.T) { FILE: github/apps_hooks_test.go function TestAppsService_GetHookConfig (line 16) | func TestAppsService_GetHookConfig(t *testing.T) { function TestAppsService_UpdateHookConfig (line 56) | func TestAppsService_UpdateHookConfig(t *testing.T) { FILE: github/apps_installation.go type ListRepositories (line 14) | type ListRepositories struct method ListRepos (line 24) | func (s *AppsService) ListRepos(ctx context.Context, opts *ListOptions) ... method ListUserRepos (line 50) | func (s *AppsService) ListUserRepos(ctx context.Context, id int64, opts ... method AddRepository (line 76) | func (s *AppsService) AddRepository(ctx context.Context, instID, repoID ... method RemoveRepository (line 97) | func (s *AppsService) RemoveRepository(ctx context.Context, instID, repo... method RevokeInstallationToken (line 112) | func (s *AppsService) RevokeInstallationToken(ctx context.Context) (*Res... FILE: github/apps_installation_test.go function TestAppsService_ListRepos (line 16) | func TestAppsService_ListRepos(t *testing.T) { function TestAppsService_ListUserRepos (line 51) | func TestAppsService_ListUserRepos(t *testing.T) { function TestAppsService_AddRepository (line 91) | func TestAppsService_AddRepository(t *testing.T) { function TestAppsService_RemoveRepository (line 121) | func TestAppsService_RemoveRepository(t *testing.T) { function TestAppsService_RevokeInstallationToken (line 142) | func TestAppsService_RevokeInstallationToken(t *testing.T) { function TestListRepositories_Marshal (line 163) | func TestListRepositories_Marshal(t *testing.T) { FILE: github/apps_manifest.go type AppConfig (line 14) | type AppConfig struct method CompleteAppManifest (line 37) | func (s *AppsService) CompleteAppManifest(ctx context.Context, code stri... FILE: github/apps_manifest_test.go constant manifestJSON (line 17) | manifestJSON = `{ function TestGetConfig (line 27) | func TestGetConfig(t *testing.T) { function TestAppConfig_Marshal (line 69) | func TestAppConfig_Marshal(t *testing.T) { FILE: github/apps_marketplace.go type MarketplaceService (line 17) | type MarketplaceService struct method ListPlans (line 98) | func (s *MarketplaceService) ListPlans(ctx context.Context, opts *List... method ListPlanAccountsForPlan (line 127) | func (s *MarketplaceService) ListPlanAccountsForPlan(ctx context.Conte... method GetPlanAccountForAccount (line 156) | func (s *MarketplaceService) GetPlanAccountForAccount(ctx context.Cont... method ListMarketplacePurchasesForUser (line 181) | func (s *MarketplaceService) ListMarketplacePurchasesForUser(ctx conte... method marketplaceURI (line 205) | func (s *MarketplaceService) marketplaceURI(endpoint string) string { type MarketplacePlan (line 29) | type MarketplacePlan struct type MarketplacePurchase (line 48) | type MarketplacePurchase struct type MarketplacePendingChange (line 61) | type MarketplacePendingChange struct type MarketplacePlanAccount (line 69) | type MarketplacePlanAccount struct type MarketplacePurchaseAccount (line 80) | type MarketplacePurchaseAccount struct FILE: github/apps_marketplace_test.go function TestMarketplaceService_ListPlans (line 16) | func TestMarketplaceService_ListPlans(t *testing.T) { function TestMarketplaceService_Stubbed_ListPlans (line 52) | func TestMarketplaceService_Stubbed_ListPlans(t *testing.T) { function TestMarketplaceService_ListPlanAccountsForPlan (line 75) | func TestMarketplaceService_ListPlanAccountsForPlan(t *testing.T) { function TestMarketplaceService_Stubbed_ListPlanAccountsForPlan (line 107) | func TestMarketplaceService_Stubbed_ListPlanAccountsForPlan(t *testing.T) { function TestMarketplaceService_GetPlanAccountForAccount (line 130) | func TestMarketplaceService_GetPlanAccountForAccount(t *testing.T) { function TestMarketplaceService_Stubbed_GetPlanAccountForAccount (line 161) | func TestMarketplaceService_Stubbed_GetPlanAccountForAccount(t *testing.... function TestMarketplaceService_ListMarketplacePurchasesForUser (line 183) | func TestMarketplaceService_ListMarketplacePurchasesForUser(t *testing.T) { function TestMarketplaceService_Stubbed_ListMarketplacePurchasesForUser (line 215) | func TestMarketplaceService_Stubbed_ListMarketplacePurchasesForUser(t *t... function TestMarketplacePlan_Marshal (line 238) | func TestMarketplacePlan_Marshal(t *testing.T) { function TestMarketplacePurchase_Marshal (line 277) | func TestMarketplacePurchase_Marshal(t *testing.T) { function TestMarketplacePendingChange_Marshal (line 332) | func TestMarketplacePendingChange_Marshal(t *testing.T) { function TestMarketplacePlanAccount_Marshal (line 381) | func TestMarketplacePlanAccount_Marshal(t *testing.T) { FILE: github/apps_test.go function TestAppsService_Get_authenticatedApp (line 18) | func TestAppsService_Get_authenticatedApp(t *testing.T) { function TestAppsService_Get_specifiedApp (line 53) | func TestAppsService_Get_specifiedApp(t *testing.T) { function TestAppsService_ListInstallationRequests (line 74) | func TestAppsService_ListInstallationRequests(t *testing.T) { function TestAppsService_ListInstallations (line 121) | func TestAppsService_ListInstallations(t *testing.T) { function TestAppsService_GetInstallation (line 256) | func TestAppsService_GetInstallation(t *testing.T) { function TestAppsService_ListUserInstallations (line 291) | func TestAppsService_ListUserInstallations(t *testing.T) { function TestAppsService_SuspendInstallation (line 326) | func TestAppsService_SuspendInstallation(t *testing.T) { function TestAppsService_UnsuspendInstallation (line 352) | func TestAppsService_UnsuspendInstallation(t *testing.T) { function TestAppsService_DeleteInstallation (line 378) | func TestAppsService_DeleteInstallation(t *testing.T) { function TestAppsService_CreateInstallationToken (line 404) | func TestAppsService_CreateInstallationToken(t *testing.T) { function TestAppsService_CreateInstallationTokenWithOptions (line 439) | func TestAppsService_CreateInstallationTokenWithOptions(t *testing.T) { function TestAppsService_CreateInstallationTokenListReposWithOptions (line 476) | func TestAppsService_CreateInstallationTokenListReposWithOptions(t *test... function TestAppsService_CreateInstallationTokenListReposWithNoOptions (line 512) | func TestAppsService_CreateInstallationTokenListReposWithNoOptions(t *te... function TestAppsService_CreateAttachment (line 547) | func TestAppsService_CreateAttachment(t *testing.T) { function TestAppsService_FindOrganizationInstallation (line 585) | func TestAppsService_FindOrganizationInstallation(t *testing.T) { function TestAppsService_FindRepositoryInstallation (line 620) | func TestAppsService_FindRepositoryInstallation(t *testing.T) { function TestAppsService_FindRepositoryInstallationByID (line 655) | func TestAppsService_FindRepositoryInstallationByID(t *testing.T) { function TestAppsService_FindUserInstallation (line 690) | func TestAppsService_FindUserInstallation(t *testing.T) { function TestContentReference_Marshal (line 725) | func TestContentReference_Marshal(t *testing.T) { function TestAttachment_Marshal (line 744) | func TestAttachment_Marshal(t *testing.T) { function TestInstallationPermissions_Marshal (line 763) | func TestInstallationPermissions_Marshal(t *testing.T) { function TestInstallation_Marshal (line 842) | func TestInstallation_Marshal(t *testing.T) { function TestInstallationTokenOptions_Marshal (line 1045) | func TestInstallationTokenOptions_Marshal(t *testing.T) { function TestInstallationToken_Marshal (line 1132) | func TestInstallationToken_Marshal(t *testing.T) { function TestApp_Marshal (line 1235) | func TestApp_Marshal(t *testing.T) { FILE: github/attestations.go type Attestation (line 16) | type Attestation struct type AttestationsResponse (line 25) | type AttestationsResponse struct FILE: github/authorizations.go type Scope (line 16) | type Scope constant ScopeNone (line 20) | ScopeNone Scope = "(no scope)" constant ScopeUser (line 21) | ScopeUser Scope = "user" constant ScopeUserEmail (line 22) | ScopeUserEmail Scope = "user:email" constant ScopeUserFollow (line 23) | ScopeUserFollow Scope = "user:follow" constant ScopePublicRepo (line 24) | ScopePublicRepo Scope = "public_repo" constant ScopeRepo (line 25) | ScopeRepo Scope = "repo" constant ScopeRepoDeployment (line 26) | ScopeRepoDeployment Scope = "repo_deployment" constant ScopeRepoStatus (line 27) | ScopeRepoStatus Scope = "repo:status" constant ScopeDeleteRepo (line 28) | ScopeDeleteRepo Scope = "delete_repo" constant ScopeNotifications (line 29) | ScopeNotifications Scope = "notifications" constant ScopeGist (line 30) | ScopeGist Scope = "gist" constant ScopeReadRepoHook (line 31) | ScopeReadRepoHook Scope = "read:repo_hook" constant ScopeWriteRepoHook (line 32) | ScopeWriteRepoHook Scope = "write:repo_hook" constant ScopeAdminRepoHook (line 33) | ScopeAdminRepoHook Scope = "admin:repo_hook" constant ScopeAdminOrgHook (line 34) | ScopeAdminOrgHook Scope = "admin:org_hook" constant ScopeReadOrg (line 35) | ScopeReadOrg Scope = "read:org" constant ScopeWriteOrg (line 36) | ScopeWriteOrg Scope = "write:org" constant ScopeAdminOrg (line 37) | ScopeAdminOrg Scope = "admin:org" constant ScopeReadPublicKey (line 38) | ScopeReadPublicKey Scope = "read:public_key" constant ScopeWritePublicKey (line 39) | ScopeWritePublicKey Scope = "write:public_key" constant ScopeAdminPublicKey (line 40) | ScopeAdminPublicKey Scope = "admin:public_key" constant ScopeReadGPGKey (line 41) | ScopeReadGPGKey Scope = "read:gpg_key" constant ScopeWriteGPGKey (line 42) | ScopeWriteGPGKey Scope = "write:gpg_key" constant ScopeAdminGPGKey (line 43) | ScopeAdminGPGKey Scope = "admin:gpg_key" constant ScopeSecurityEvents (line 44) | ScopeSecurityEvents Scope = "security_events" type AuthorizationsService (line 54) | type AuthorizationsService method Check (line 149) | func (s *AuthorizationsService) Check(ctx context.Context, clientID, a... method Reset (line 184) | func (s *AuthorizationsService) Reset(ctx context.Context, clientID, a... method Revoke (line 215) | func (s *AuthorizationsService) Revoke(ctx context.Context, clientID, ... method DeleteGrant (line 238) | func (s *AuthorizationsService) DeleteGrant(ctx context.Context, clien... method CreateImpersonation (line 263) | func (s *AuthorizationsService) CreateImpersonation(ctx context.Contex... method DeleteImpersonation (line 285) | func (s *AuthorizationsService) DeleteImpersonation(ctx context.Contex... type Authorization (line 57) | type Authorization struct method String (line 75) | func (a Authorization) String() string { type AuthorizationApp (line 80) | type AuthorizationApp struct method String (line 86) | func (a AuthorizationApp) String() string { type Grant (line 91) | type Grant struct method String (line 100) | func (g Grant) String() string { type AuthorizationRequest (line 105) | type AuthorizationRequest struct method String (line 114) | func (a AuthorizationRequest) String() string { type AuthorizationUpdateRequest (line 125) | type AuthorizationUpdateRequest struct method String (line 134) | func (a AuthorizationUpdateRequest) String() string { FILE: github/authorizations_test.go function TestAuthorizationsService_Check (line 16) | func TestAuthorizationsService_Check(t *testing.T) { function TestAuthorizationsService_Reset (line 53) | func TestAuthorizationsService_Reset(t *testing.T) { function TestAuthorizationsService_Revoke (line 90) | func TestAuthorizationsService_Revoke(t *testing.T) { function TestDeleteGrant (line 118) | func TestDeleteGrant(t *testing.T) { function TestAuthorizationsService_CreateImpersonation (line 145) | func TestAuthorizationsService_CreateImpersonation(t *testing.T) { function TestAuthorizationsService_DeleteImpersonation (line 181) | func TestAuthorizationsService_DeleteImpersonation(t *testing.T) { function TestAuthorizationUpdateRequest_Marshal (line 206) | func TestAuthorizationUpdateRequest_Marshal(t *testing.T) { function TestAuthorizationRequest_Marshal (line 231) | func TestAuthorizationRequest_Marshal(t *testing.T) { function TestAuthorizationApp_Marshal (line 256) | func TestAuthorizationApp_Marshal(t *testing.T) { function TestGrant_Marshal (line 275) | func TestGrant_Marshal(t *testing.T) { function TestAuthorization_Marshal (line 308) | func TestAuthorization_Marshal(t *testing.T) { FILE: github/billing.go type BillingService (line 17) | type BillingService method GetOrganizationPackagesBilling (line 178) | func (s *BillingService) GetOrganizationPackagesBilling(ctx context.Co... method GetOrganizationStorageBilling (line 199) | func (s *BillingService) GetOrganizationStorageBilling(ctx context.Con... method GetOrganizationAdvancedSecurityActiveCommitters (line 220) | func (s *BillingService) GetOrganizationAdvancedSecurityActiveCommitte... method GetPackagesBilling (line 245) | func (s *BillingService) GetPackagesBilling(ctx context.Context, user ... method GetStorageBilling (line 266) | func (s *BillingService) GetStorageBilling(ctx context.Context, user s... method GetOrganizationUsageReport (line 289) | func (s *BillingService) GetOrganizationUsageReport(ctx context.Contex... method GetUsageReport (line 317) | func (s *BillingService) GetUsageReport(ctx context.Context, user stri... method GetOrganizationPremiumRequestUsageReport (line 346) | func (s *BillingService) GetOrganizationPremiumRequestUsageReport(ctx ... method GetPremiumRequestUsageReport (line 375) | func (s *BillingService) GetPremiumRequestUsageReport(ctx context.Cont... type PackagesBilling (line 23) | type PackagesBilling struct type StorageBilling (line 30) | type StorageBilling struct type ActiveCommittersListOptions (line 38) | type ActiveCommittersListOptions struct type ActiveCommitters (line 50) | type ActiveCommitters struct type RepositoryActiveCommitters (line 59) | type RepositoryActiveCommitters struct type AdvancedSecurityCommittersBreakdown (line 66) | type AdvancedSecurityCommittersBreakdown struct type UsageReportOptions (line 73) | type UsageReportOptions struct type PremiumRequestUsageReportOptions (line 93) | type PremiumRequestUsageReportOptions struct type UsageItem (line 120) | type UsageItem struct type UsageReport (line 136) | type UsageReport struct type PremiumRequestUsageItem (line 141) | type PremiumRequestUsageItem struct type PremiumRequestUsageTimePeriod (line 156) | type PremiumRequestUsageTimePeriod struct type PremiumRequestUsageReport (line 163) | type PremiumRequestUsageReport struct FILE: github/billing_test.go function TestBillingService_GetOrganizationPackagesBilling (line 16) | func TestBillingService_GetOrganizationPackagesBilling(t *testing.T) { function TestBillingService_GetOrganizationPackagesBilling_invalidOrg (line 59) | func TestBillingService_GetOrganizationPackagesBilling_invalidOrg(t *tes... function TestBillingService_GetOrganizationStorageBilling (line 68) | func TestBillingService_GetOrganizationStorageBilling(t *testing.T) { function TestBillingService_GetOrganizationStorageBilling_invalidOrg (line 111) | func TestBillingService_GetOrganizationStorageBilling_invalidOrg(t *test... function TestBillingService_GetPackagesBilling (line 120) | func TestBillingService_GetPackagesBilling(t *testing.T) { function TestBillingService_GetPackagesBilling_invalidUser (line 163) | func TestBillingService_GetPackagesBilling_invalidUser(t *testing.T) { function TestBillingService_GetStorageBilling (line 172) | func TestBillingService_GetStorageBilling(t *testing.T) { function TestBillingService_GetStorageBilling_invalidUser (line 215) | func TestBillingService_GetStorageBilling_invalidUser(t *testing.T) { function TestMinutesUsedBreakdown_Marshal (line 224) | func TestMinutesUsedBreakdown_Marshal(t *testing.T) { function TestPackagesBilling_Marshal (line 243) | func TestPackagesBilling_Marshal(t *testing.T) { function TestStorageBilling_Marshal (line 266) | func TestStorageBilling_Marshal(t *testing.T) { function TestBillingService_GetOrganizationAdvancedSecurityActiveCommitters (line 289) | func TestBillingService_GetOrganizationAdvancedSecurityActiveCommitters(... function TestBillingService_GetOrganizationAdvancedSecurityActiveCommitters_invalidOrg (line 364) | func TestBillingService_GetOrganizationAdvancedSecurityActiveCommitters_... function TestBillingService_GetOrganizationUsageReport (line 373) | func TestBillingService_GetOrganizationUsageReport(t *testing.T) { function TestBillingService_GetOrganizationUsageReport_invalidOrg (line 448) | func TestBillingService_GetOrganizationUsageReport_invalidOrg(t *testing... function TestBillingService_GetUsageReport (line 457) | func TestBillingService_GetUsageReport(t *testing.T) { function TestBillingService_GetUsageReport_invalidUser (line 528) | func TestBillingService_GetUsageReport_invalidUser(t *testing.T) { function TestBillingService_GetOrganizationPremiumRequestUsageReport (line 537) | func TestBillingService_GetOrganizationPremiumRequestUsageReport(t *test... function TestBillingService_GetOrganizationPremiumRequestUsageReport_invalidOrg (line 627) | func TestBillingService_GetOrganizationPremiumRequestUsageReport_invalid... function TestBillingService_GetPremiumRequestUsageReport (line 636) | func TestBillingService_GetPremiumRequestUsageReport(t *testing.T) { function TestBillingService_GetPremiumRequestUsageReport_invalidUser (line 720) | func TestBillingService_GetPremiumRequestUsageReport_invalidUser(t *test... function TestBillingService_PremiumRequestUsageItem_FloatQuantities (line 729) | func TestBillingService_PremiumRequestUsageItem_FloatQuantities(t *testi... FILE: github/checks.go type ChecksService (line 17) | type ChecksService method GetCheckRun (line 107) | func (s *ChecksService) GetCheckRun(ctx context.Context, owner, repo s... method GetCheckSuite (line 130) | func (s *ChecksService) GetCheckSuite(ctx context.Context, owner, repo... method CreateCheckRun (line 174) | func (s *ChecksService) CreateCheckRun(ctx context.Context, owner, rep... method UpdateCheckRun (line 209) | func (s *ChecksService) UpdateCheckRun(ctx context.Context, owner, rep... method ListCheckRunAnnotations (line 232) | func (s *ChecksService) ListCheckRunAnnotations(ctx context.Context, o... method ListCheckRunsForRef (line 278) | func (s *ChecksService) ListCheckRunsForRef(ctx context.Context, owner... method ListCheckRunsCheckSuite (line 306) | func (s *ChecksService) ListCheckRunsCheckSuite(ctx context.Context, o... method ReRequestCheckRun (line 334) | func (s *ChecksService) ReRequestCheckRun(ctx context.Context, owner, ... method ListCheckSuitesForRef (line 368) | func (s *ChecksService) ListCheckSuitesForRef(ctx context.Context, own... method SetCheckSuitePreferences (line 418) | func (s *ChecksService) SetCheckSuitePreferences(ctx context.Context, ... method CreateCheckSuite (line 447) | func (s *ChecksService) CreateCheckSuite(ctx context.Context, owner, r... method ReRequestCheckSuite (line 470) | func (s *ChecksService) ReRequestCheckSuite(ctx context.Context, owner... type CheckRun (line 20) | type CheckRun struct method String (line 94) | func (c CheckRun) String() string { type CheckRunOutput (line 40) | type CheckRunOutput struct type CheckRunAnnotation (line 51) | type CheckRunAnnotation struct type CheckRunImage (line 64) | type CheckRunImage struct type CheckSuite (line 71) | type CheckSuite struct method String (line 98) | func (c CheckSuite) String() string { type CreateCheckRunOptions (line 149) | type CreateCheckRunOptions struct type CheckRunAction (line 163) | type CheckRunAction struct type UpdateCheckRunOptions (line 193) | type UpdateCheckRunOptions struct type ListCheckRunsOptions (line 256) | type ListCheckRunsOptions struct type ListCheckRunsResults (line 266) | type ListCheckRunsResults struct type ListCheckSuiteOptions (line 348) | type ListCheckSuiteOptions struct type ListCheckSuiteResults (line 356) | type ListCheckSuiteResults struct type AutoTriggerCheck (line 392) | type AutoTriggerCheck struct type CheckSuitePreferenceOptions (line 398) | type CheckSuitePreferenceOptions struct type CheckSuitePreferenceResults (line 403) | type CheckSuitePreferenceResults struct type PreferenceList (line 409) | type PreferenceList struct type CreateCheckSuiteOptions (line 437) | type CreateCheckSuiteOptions struct FILE: github/checks_test.go function TestChecksService_GetCheckRun (line 17) | func TestChecksService_GetCheckRun(t *testing.T) { function TestChecksService_GetCheckSuite (line 67) | func TestChecksService_GetCheckSuite(t *testing.T) { function TestChecksService_CreateCheckRun (line 116) | func TestChecksService_CreateCheckRun(t *testing.T) { function TestChecksService_ListCheckRunAnnotations (line 183) | func TestChecksService_ListCheckRunAnnotations(t *testing.T) { function TestChecksService_UpdateCheckRun (line 243) | func TestChecksService_UpdateCheckRun(t *testing.T) { function TestChecksService_ListCheckRunsForRef (line 309) | func TestChecksService_ListCheckRunsForRef(t *testing.T) { function TestChecksService_ListCheckRunsCheckSuite (line 381) | func TestChecksService_ListCheckRunsCheckSuite(t *testing.T) { function TestChecksService_ListCheckSuiteForRef (line 448) | func TestChecksService_ListCheckSuiteForRef(t *testing.T) { function TestChecksService_SetCheckSuitePreferences (line 514) | func TestChecksService_SetCheckSuitePreferences(t *testing.T) { function TestChecksService_CreateCheckSuite (line 561) | func TestChecksService_CreateCheckSuite(t *testing.T) { function TestChecksService_ReRequestCheckSuite (line 617) | func TestChecksService_ReRequestCheckSuite(t *testing.T) { function Test_CheckRunMarshal (line 642) | func Test_CheckRunMarshal(t *testing.T) { function Test_CheckSuiteMarshal (line 825) | func Test_CheckSuiteMarshal(t *testing.T) { function TestCheckRunAnnotation_Marshal (line 965) | func TestCheckRunAnnotation_Marshal(t *testing.T) { function TestCheckRunImage_Marshal (line 996) | func TestCheckRunImage_Marshal(t *testing.T) { function TestCheckRunAction_Marshal (line 1015) | func TestCheckRunAction_Marshal(t *testing.T) { function TestAutoTriggerCheck_Marshal (line 1038) | func TestAutoTriggerCheck_Marshal(t *testing.T) { function TestCreateCheckSuiteOptions_Marshal (line 1055) | func TestCreateCheckSuiteOptions_Marshal(t *testing.T) { function TestCheckRunOutput_Marshal (line 1072) | func TestCheckRunOutput_Marshal(t *testing.T) { function TestCreateCheckRunOptions_Marshal (line 1135) | func TestCreateCheckRunOptions_Marshal(t *testing.T) { function TestUpdateCheckRunOptions_Marshal (line 1235) | func TestUpdateCheckRunOptions_Marshal(t *testing.T) { function TestListCheckRunsResults_Marshal (line 1328) | func TestListCheckRunsResults_Marshal(t *testing.T) { function TestListCheckSuiteResults_Marshal (line 1519) | func TestListCheckSuiteResults_Marshal(t *testing.T) { function TestCheckSuitePreferenceOptions_Marshal (line 1660) | func TestCheckSuitePreferenceOptions_Marshal(t *testing.T) { function TestPreferenceList_Marshal (line 1685) | func TestPreferenceList_Marshal(t *testing.T) { function TestCheckSuitePreferenceResults_Marshal (line 1710) | func TestCheckSuitePreferenceResults_Marshal(t *testing.T) { function TestChecksService_ReRequestCheckRun (line 1749) | func TestChecksService_ReRequestCheckRun(t *testing.T) { FILE: github/classroom.go type ClassroomService (line 17) | type ClassroomService method GetAssignment (line 113) | func (s *ClassroomService) GetAssignment(ctx context.Context, assignme... method GetClassroom (line 136) | func (s *ClassroomService) GetClassroom(ctx context.Context, classroom... method ListClassrooms (line 159) | func (s *ClassroomService) ListClassrooms(ctx context.Context, opts *L... method ListClassroomAssignments (line 185) | func (s *ClassroomService) ListClassroomAssignments(ctx context.Contex... method ListAcceptedAssignments (line 213) | func (s *ClassroomService) ListAcceptedAssignments(ctx context.Context... method GetAssignmentGrades (line 241) | func (s *ClassroomService) GetAssignmentGrades(ctx context.Context, as... type ClassroomUser (line 20) | type ClassroomUser struct method String (line 27) | func (u ClassroomUser) String() string { type Classroom (line 32) | type Classroom struct method String (line 40) | func (c Classroom) String() string { type ClassroomAssignment (line 45) | type ClassroomAssignment struct method String (line 67) | func (a ClassroomAssignment) String() string { type AcceptedAssignment (line 72) | type AcceptedAssignment struct method String (line 83) | func (a AcceptedAssignment) String() string { type AssignmentGrade (line 88) | type AssignmentGrade struct method String (line 102) | func (g AssignmentGrade) String() string { FILE: github/classroom_test.go function TestClassroom_Marshal (line 17) | func TestClassroom_Marshal(t *testing.T) { function TestClassroomAssignment_Marshal (line 54) | func TestClassroomAssignment_Marshal(t *testing.T) { function TestAcceptedAssignment_Marshal (line 117) | func TestAcceptedAssignment_Marshal(t *testing.T) { function TestAssignmentGrade_Marshal (line 222) | func TestAssignmentGrade_Marshal(t *testing.T) { function TestClassroomService_GetAssignment (line 257) | func TestClassroomService_GetAssignment(t *testing.T) { function TestClassroomService_GetClassroom (line 357) | func TestClassroomService_GetClassroom(t *testing.T) { function TestClassroomService_ListClassrooms (line 419) | func TestClassroomService_ListClassrooms(t *testing.T) { function TestClassroomService_ListClassroomAssignments (line 478) | func TestClassroomService_ListClassroomAssignments(t *testing.T) { function TestClassroomService_ListAcceptedAssignments (line 618) | func TestClassroomService_ListAcceptedAssignments(t *testing.T) { function TestClassroomService_GetAssignmentGrades (line 850) | func TestClassroomService_GetAssignmentGrades(t *testing.T) { FILE: github/code_scanning.go type CodeScanningService (line 21) | type CodeScanningService method ListAlertsForOrg (line 252) | func (s *CodeScanningService) ListAlertsForOrg(ctx context.Context, or... method ListAlertsForRepo (line 282) | func (s *CodeScanningService) ListAlertsForRepo(ctx context.Context, o... method GetAlert (line 313) | func (s *CodeScanningService) GetAlert(ctx context.Context, owner, rep... method UpdateAlert (line 340) | func (s *CodeScanningService) UpdateAlert(ctx context.Context, owner, ... method ListAlertInstances (line 365) | func (s *CodeScanningService) ListAlertInstances(ctx context.Context, ... method UploadSarif (line 395) | func (s *CodeScanningService) UploadSarif(ctx context.Context, owner, ... method GetSARIF (line 439) | func (s *CodeScanningService) GetSARIF(ctx context.Context, owner, rep... method ListAnalysesForRepo (line 465) | func (s *CodeScanningService) ListAnalysesForRepo(ctx context.Context,... method GetAnalysis (line 496) | func (s *CodeScanningService) GetAnalysis(ctx context.Context, owner, ... method DeleteAnalysis (line 531) | func (s *CodeScanningService) DeleteAnalysis(ctx context.Context, owne... method ListCodeQLDatabases (line 556) | func (s *CodeScanningService) ListCodeQLDatabases(ctx context.Context,... method GetCodeQLDatabase (line 581) | func (s *CodeScanningService) GetCodeQLDatabase(ctx context.Context, o... method GetDefaultSetupConfiguration (line 615) | func (s *CodeScanningService) GetDefaultSetupConfiguration(ctx context... method UpdateDefaultSetupConfiguration (line 658) | func (s *CodeScanningService) UpdateDefaultSetupConfiguration(ctx cont... type Rule (line 24) | type Rule struct type Location (line 36) | type Location struct type Message (line 45) | type Message struct type MostRecentInstance (line 50) | type MostRecentInstance struct type Tool (line 64) | type Tool struct type Alert (line 73) | type Alert struct method ID (line 99) | func (a *Alert) ID() int64 { type AlertInstancesListOptions (line 121) | type AlertInstancesListOptions struct type AlertListOptions (line 130) | type AlertListOptions struct type AnalysesListOptions (line 161) | type AnalysesListOptions struct type CodeQLDatabase (line 175) | type CodeQLDatabase struct type ScanningAnalysis (line 190) | type ScanningAnalysis struct type SarifAnalysis (line 211) | type SarifAnalysis struct type CodeScanningAlertState (line 223) | type CodeScanningAlertState struct type SarifID (line 239) | type SarifID struct type SARIFUpload (line 423) | type SARIFUpload struct type DeleteAnalysis (line 514) | type DeleteAnalysis struct type DefaultSetupConfiguration (line 599) | type DefaultSetupConfiguration struct type UpdateDefaultSetupConfigurationOptions (line 634) | type UpdateDefaultSetupConfigurationOptions struct type UpdateDefaultSetupConfigurationResponse (line 641) | type UpdateDefaultSetupConfigurationResponse struct FILE: github/code_scanning_test.go function TestCodeScanningService_Alert_ID (line 18) | func TestCodeScanningService_Alert_ID(t *testing.T) { function TestCodeScanningService_UploadSarif (line 57) | func TestCodeScanningService_UploadSarif(t *testing.T) { function TestCodeScanningService_GetSARIF (line 102) | func TestCodeScanningService_GetSARIF(t *testing.T) { function TestCodeScanningService_ListAlertsForOrg (line 143) | func TestCodeScanningService_ListAlertsForOrg(t *testing.T) { function TestCodeScanningService_ListAlertsForOrgLisCursorOptions (line 347) | func TestCodeScanningService_ListAlertsForOrgLisCursorOptions(t *testing... function TestCodeScanningService_ListAlertsForRepo (line 473) | func TestCodeScanningService_ListAlertsForRepo(t *testing.T) { function TestCodeScanningService_UpdateAlert (line 667) | func TestCodeScanningService_UpdateAlert(t *testing.T) { function TestCodeScanningService_ListAlertInstances (line 785) | func TestCodeScanningService_ListAlertInstances(t *testing.T) { function TestCodeScanningService_GetAlert (line 864) | func TestCodeScanningService_GetAlert(t *testing.T) { function TestAlert_Marshal (line 976) | func TestAlert_Marshal(t *testing.T) { function TestLocation_Marshal (line 1033) | func TestLocation_Marshal(t *testing.T) { function TestRule_Marshal (line 1056) | func TestRule_Marshal(t *testing.T) { function TestTool_Marshal (line 1085) | func TestTool_Marshal(t *testing.T) { function TestMessage_Marshal (line 1104) | func TestMessage_Marshal(t *testing.T) { function TestCodeScanningService_ListAnalysesForRepo (line 1119) | func TestCodeScanningService_ListAnalysesForRepo(t *testing.T) { function TestCodeScanningService_GetAnalysis (line 1243) | func TestCodeScanningService_GetAnalysis(t *testing.T) { function TestCodeScanningService_DeleteAnalysis (line 1319) | func TestCodeScanningService_DeleteAnalysis(t *testing.T) { function TestCodeScanningService_ListCodeQLDatabases (line 1360) | func TestCodeScanningService_ListCodeQLDatabases(t *testing.T) { function TestCodeScanningService_GetCodeQLDatabase (line 1459) | func TestCodeScanningService_GetCodeQLDatabase(t *testing.T) { function TestCodeScanningService_GetDefaultSetupConfiguration (line 1554) | func TestCodeScanningService_GetDefaultSetupConfiguration(t *testing.T) { function TestCodeScanningService_UpdateDefaultSetupConfiguration (line 1607) | func TestCodeScanningService_UpdateDefaultSetupConfiguration(t *testing.... FILE: github/codesofconduct.go type CodesOfConductService (line 14) | type CodesOfConductService method List (line 33) | func (s *CodesOfConductService) List(ctx context.Context) ([]*CodeOfCo... method Get (line 62) | func (s *CodesOfConductService) Get(ctx context.Context, key string) (... type CodeOfConduct (line 17) | type CodeOfConduct struct method String (line 24) | func (c *CodeOfConduct) String() string { method ListCodesOfConduct (line 53) | func (c *Client) ListCodesOfConduct(ctx context.Context) ([]*CodeOfCondu... method GetCodeOfConduct (line 83) | func (c *Client) GetCodeOfConduct(ctx context.Context, key string) (*Cod... FILE: github/codesofconduct_test.go function TestCodesOfConductService_List (line 16) | func TestCodesOfConductService_List(t *testing.T) { function TestCodesOfConductService_Get (line 55) | func TestCodesOfConductService_Get(t *testing.T) { function TestCodeOfConduct_Marshal (line 99) | func TestCodeOfConduct_Marshal(t *testing.T) { FILE: github/codespaces.go type CodespacesService (line 17) | type CodespacesService method ListInRepo (line 96) | func (s *CodespacesService) ListInRepo(ctx context.Context, owner, rep... method List (line 132) | func (s *CodespacesService) List(ctx context.Context, opts *ListCodesp... method CreateInRepo (line 276) | func (s *CodespacesService) CreateInRepo(ctx context.Context, owner, r... method Start (line 300) | func (s *CodespacesService) Start(ctx context.Context, codespaceName s... method Stop (line 324) | func (s *CodespacesService) Stop(ctx context.Context, codespaceName st... method Delete (line 348) | func (s *CodespacesService) Delete(ctx context.Context, codespaceName ... method ListDevContainerConfigurations (line 363) | func (s *CodespacesService) ListDevContainerConfigurations(ctx context... method GetDefaultAttributes (line 389) | func (s *CodespacesService) GetDefaultAttributes(ctx context.Context, ... method CheckPermissions (line 415) | func (s *CodespacesService) CheckPermissions(ctx context.Context, owne... method CreateFromPullRequest (line 447) | func (s *CodespacesService) CreateFromPullRequest(ctx context.Context,... method Create (line 470) | func (s *CodespacesService) Create(ctx context.Context, opts *Codespac... method Get (line 491) | func (s *CodespacesService) Get(ctx context.Context, codespaceName str... method Update (line 514) | func (s *CodespacesService) Update(ctx context.Context, codespaceName ... method ExportCodespace (line 535) | func (s *CodespacesService) ExportCodespace(ctx context.Context, codes... method GetLatestCodespaceExport (line 556) | func (s *CodespacesService) GetLatestCodespaceExport(ctx context.Conte... method Publish (line 577) | func (s *CodespacesService) Publish(ctx context.Context, codespaceName... type Codespace (line 22) | type Codespace struct type CodespacesGitStatus (line 57) | type CodespacesGitStatus struct type CodespacesMachine (line 66) | type CodespacesMachine struct type CodespacesRuntimeConstraints (line 77) | type CodespacesRuntimeConstraints struct type ListCodespaces (line 82) | type ListCodespaces struct type ListCodespacesOptions (line 118) | type ListCodespacesOptions struct type CreateCodespaceOptions (line 154) | type CreateCodespaceOptions struct type DevContainer (line 175) | type DevContainer struct type DevContainerConfigurations (line 182) | type DevContainerConfigurations struct type CodespaceDefaults (line 188) | type CodespaceDefaults struct type CodespaceDefaultAttributes (line 194) | type CodespaceDefaultAttributes struct type CodespaceGetDefaultAttributesOptions (line 200) | type CodespaceGetDefaultAttributesOptions struct type CodespacePullRequestOptions (line 208) | type CodespacePullRequestOptions struct type CodespaceCreateForUserOptions (line 216) | type CodespaceCreateForUserOptions struct type UpdateCodespaceOptions (line 234) | type UpdateCodespaceOptions struct type CodespaceExport (line 243) | type CodespaceExport struct type PublishCodespaceOptions (line 255) | type PublishCodespaceOptions struct type CodespacePermissions (line 263) | type CodespacePermissions struct FILE: github/codespaces_machines.go type CodespacesMachines (line 14) | type CodespacesMachines struct type ListRepoMachineTypesOptions (line 20) | type ListRepoMachineTypesOptions struct method ListRepositoryMachineTypes (line 34) | func (s *CodespacesService) ListRepositoryMachineTypes(ctx context.Conte... method ListCodespaceMachineTypes (line 60) | func (s *CodespacesService) ListCodespaceMachineTypes(ctx context.Contex... FILE: github/codespaces_machines_test.go function TestCodespacesService_ListRepositoryMachineTypes (line 16) | func TestCodespacesService_ListRepositoryMachineTypes(t *testing.T) { function TestCodespacesService_ListCodespaceMachineTypes (line 93) | func TestCodespacesService_ListCodespaceMachineTypes(t *testing.T) { FILE: github/codespaces_orgs.go type CodespacesOrgAccessControlRequest (line 14) | type CodespacesOrgAccessControlRequest struct method ListInOrg (line 28) | func (s *CodespacesService) ListInOrg(ctx context.Context, org string, o... method SetOrgAccessControl (line 54) | func (s *CodespacesService) SetOrgAccessControl(ctx context.Context, org... method AddUsersToOrgAccess (line 74) | func (s *CodespacesService) AddUsersToOrgAccess(ctx context.Context, org... method RemoveUsersFromOrgAccess (line 94) | func (s *CodespacesService) RemoveUsersFromOrgAccess(ctx context.Context... method ListUserCodespacesInOrg (line 114) | func (s *CodespacesService) ListUserCodespacesInOrg(ctx context.Context,... method DeleteUserCodespaceInOrg (line 140) | func (s *CodespacesService) DeleteUserCodespaceInOrg(ctx context.Context... method StopUserCodespaceInOrg (line 160) | func (s *CodespacesService) StopUserCodespaceInOrg(ctx context.Context, ... FILE: github/codespaces_orgs_test.go function TestCodespacesService_ListInOrg (line 16) | func TestCodespacesService_ListInOrg(t *testing.T) { function TestCodespacesService_SetOrgAccessControl (line 56) | func TestCodespacesService_SetOrgAccessControl(t *testing.T) { function TestEnterpriseService_AddUsersToOrgAccess (line 87) | func TestEnterpriseService_AddUsersToOrgAccess(t *testing.T) { function TestEnterpriseService_RemoveUsersFromOrgAccess (line 117) | func TestEnterpriseService_RemoveUsersFromOrgAccess(t *testing.T) { function TestCodespacesService_ListUserCodespacesInOrg (line 147) | func TestCodespacesService_ListUserCodespacesInOrg(t *testing.T) { function TestEnterpriseService_DeleteUserCodespaceInOrg (line 187) | func TestEnterpriseService_DeleteUserCodespaceInOrg(t *testing.T) { function TestEnterpriseService_StopUserCodespaceInOrg (line 215) | func TestEnterpriseService_StopUserCodespaceInOrg(t *testing.T) { FILE: github/codespaces_secrets.go method ListUserSecrets (line 23) | func (s *CodespacesService) ListUserSecrets(ctx context.Context, opts *L... method ListOrgSecrets (line 38) | func (s *CodespacesService) ListOrgSecrets(ctx context.Context, org stri... method ListRepoSecrets (line 54) | func (s *CodespacesService) ListRepoSecrets(ctx context.Context, owner, ... method listSecrets (line 63) | func (s *CodespacesService) listSecrets(ctx context.Context, url string)... method GetUserPublicKey (line 87) | func (s *CodespacesService) GetUserPublicKey(ctx context.Context) (*Publ... method GetOrgPublicKey (line 98) | func (s *CodespacesService) GetOrgPublicKey(ctx context.Context, org str... method GetRepoPublicKey (line 109) | func (s *CodespacesService) GetRepoPublicKey(ctx context.Context, owner,... method getPublicKey (line 113) | func (s *CodespacesService) getPublicKey(ctx context.Context, url string... method GetUserSecret (line 137) | func (s *CodespacesService) GetUserSecret(ctx context.Context, name stri... method GetOrgSecret (line 149) | func (s *CodespacesService) GetOrgSecret(ctx context.Context, org, name ... method GetRepoSecret (line 161) | func (s *CodespacesService) GetRepoSecret(ctx context.Context, owner, re... method getSecret (line 166) | func (s *CodespacesService) getSecret(ctx context.Context, url string) (... method CreateOrUpdateUserSecret (line 190) | func (s *CodespacesService) CreateOrUpdateUserSecret(ctx context.Context... method CreateOrUpdateOrgSecret (line 206) | func (s *CodespacesService) CreateOrUpdateOrgSecret(ctx context.Context,... method CreateOrUpdateRepoSecret (line 222) | func (s *CodespacesService) CreateOrUpdateRepoSecret(ctx context.Context... method createOrUpdateSecret (line 231) | func (s *CodespacesService) createOrUpdateSecret(ctx context.Context, ur... method DeleteUserSecret (line 254) | func (s *CodespacesService) DeleteUserSecret(ctx context.Context, name s... method DeleteOrgSecret (line 266) | func (s *CodespacesService) DeleteOrgSecret(ctx context.Context, org, na... method DeleteRepoSecret (line 278) | func (s *CodespacesService) DeleteRepoSecret(ctx context.Context, owner,... method deleteSecret (line 283) | func (s *CodespacesService) deleteSecret(ctx context.Context, url string... method ListSelectedReposForUserSecret (line 305) | func (s *CodespacesService) ListSelectedReposForUserSecret(ctx context.C... method ListSelectedReposForOrgSecret (line 322) | func (s *CodespacesService) ListSelectedReposForOrgSecret(ctx context.Co... method listSelectedReposForSecret (line 332) | func (s *CodespacesService) listSelectedReposForSecret(ctx context.Conte... method SetSelectedReposForUserSecret (line 355) | func (s *CodespacesService) SetSelectedReposForUserSecret(ctx context.Co... method SetSelectedReposForOrgSecret (line 367) | func (s *CodespacesService) SetSelectedReposForOrgSecret(ctx context.Con... method setSelectedRepoForSecret (line 372) | func (s *CodespacesService) setSelectedRepoForSecret(ctx context.Context... method AddSelectedRepoToUserSecret (line 397) | func (s *CodespacesService) AddSelectedRepoToUserSecret(ctx context.Cont... method AddSelectedRepoToOrgSecret (line 416) | func (s *CodespacesService) AddSelectedRepoToOrgSecret(ctx context.Conte... method addSelectedRepoToSecret (line 428) | func (s *CodespacesService) addSelectedRepoToSecret(ctx context.Context,... method RemoveSelectedRepoFromUserSecret (line 449) | func (s *CodespacesService) RemoveSelectedRepoFromUserSecret(ctx context... method RemoveSelectedRepoFromOrgSecret (line 468) | func (s *CodespacesService) RemoveSelectedRepoFromOrgSecret(ctx context.... method removeSelectedRepoFromSecret (line 480) | func (s *CodespacesService) removeSelectedRepoFromSecret(ctx context.Con... FILE: github/codespaces_secrets_test.go function TestCodespacesService_ListSecrets (line 18) | func TestCodespacesService_ListSecrets(t *testing.T) { function TestCodespacesService_GetSecret (line 121) | func TestCodespacesService_GetSecret(t *testing.T) { function TestCodespacesService_CreateOrUpdateSecret (line 214) | func TestCodespacesService_CreateOrUpdateSecret(t *testing.T) { function TestCodespacesService_DeleteSecret (line 312) | func TestCodespacesService_DeleteSecret(t *testing.T) { function TestCodespacesService_GetPublicKey (line 393) | func TestCodespacesService_GetPublicKey(t *testing.T) { function TestCodespacesService_ListSelectedReposForSecret (line 487) | func TestCodespacesService_ListSelectedReposForSecret(t *testing.T) { function TestCodespacesService_SetSelectedReposForSecret (line 571) | func TestCodespacesService_SetSelectedReposForSecret(t *testing.T) { function TestCodespacesService_AddSelectedReposForSecret (line 642) | func TestCodespacesService_AddSelectedReposForSecret(t *testing.T) { function TestCodespacesService_RemoveSelectedReposFromSecret (line 712) | func TestCodespacesService_RemoveSelectedReposFromSecret(t *testing.T) { FILE: github/codespaces_test.go function TestCodespacesService_ListInRepo (line 17) | func TestCodespacesService_ListInRepo(t *testing.T) { function TestCodespacesService_List (line 102) | func TestCodespacesService_List(t *testing.T) { function TestCodespacesService_CreateInRepo (line 145) | func TestCodespacesService_CreateInRepo(t *testing.T) { function TestCodespacesService_Start (line 192) | func TestCodespacesService_Start(t *testing.T) { function TestCodespacesService_Stop (line 231) | func TestCodespacesService_Stop(t *testing.T) { function TestCodespacesService_Delete (line 270) | func TestCodespacesService_Delete(t *testing.T) { function TestCodespacesService_ListDevContainerConfigurations (line 295) | func TestCodespacesService_ListDevContainerConfigurations(t *testing.T) { function TestCodespacesService_GetDefaultAttributes (line 350) | func TestCodespacesService_GetDefaultAttributes(t *testing.T) { function TestCodespacesService_CheckPermissions (line 413) | func TestCodespacesService_CheckPermissions(t *testing.T) { function TestCodespacesService_CreateFromPullRequest (line 449) | func TestCodespacesService_CreateFromPullRequest(t *testing.T) { function TestCodespacesService_Create (line 493) | func TestCodespacesService_Create(t *testing.T) { function TestCodespacesService_Get (line 549) | func TestCodespacesService_Get(t *testing.T) { function TestCodespacesService_Update (line 585) | func TestCodespacesService_Update(t *testing.T) { function TestCodespacesService_ExportCodespace (line 642) | func TestCodespacesService_ExportCodespace(t *testing.T) { function TestCodespacesService_GetLatestCodespaceExport (line 683) | func TestCodespacesService_GetLatestCodespaceExport(t *testing.T) { function TestCodespacesService_Publish (line 724) | func TestCodespacesService_Publish(t *testing.T) { FILE: github/copilot.go type CopilotService (line 20) | type CopilotService method GetCopilotBilling (line 285) | func (s *CopilotService) GetCopilotBilling(ctx context.Context, org st... method ListCopilotSeats (line 309) | func (s *CopilotService) ListCopilotSeats(ctx context.Context, org str... method ListCopilotEnterpriseSeats (line 337) | func (s *CopilotService) ListCopilotEnterpriseSeats(ctx context.Contex... method AddCopilotTeams (line 363) | func (s *CopilotService) AddCopilotTeams(ctx context.Context, org stri... method RemoveCopilotTeams (line 391) | func (s *CopilotService) RemoveCopilotTeams(ctx context.Context, org s... method AddCopilotUsers (line 419) | func (s *CopilotService) AddCopilotUsers(ctx context.Context, org stri... method RemoveCopilotUsers (line 447) | func (s *CopilotService) RemoveCopilotUsers(ctx context.Context, org s... method GetSeatDetails (line 475) | func (s *CopilotService) GetSeatDetails(ctx context.Context, org, user... method GetEnterpriseMetrics (line 497) | func (s *CopilotService) GetEnterpriseMetrics(ctx context.Context, ent... method GetEnterpriseTeamMetrics (line 523) | func (s *CopilotService) GetEnterpriseTeamMetrics(ctx context.Context,... method GetOrganizationMetrics (line 549) | func (s *CopilotService) GetOrganizationMetrics(ctx context.Context, o... method GetOrganizationTeamMetrics (line 575) | func (s *CopilotService) GetOrganizationTeamMetrics(ctx context.Contex... method GetEnterpriseDailyMetricsReport (line 601) | func (s *CopilotService) GetEnterpriseDailyMetricsReport(ctx context.C... method GetEnterpriseMetricsReport (line 627) | func (s *CopilotService) GetEnterpriseMetricsReport(ctx context.Contex... method GetEnterpriseUsersDailyMetricsReport (line 649) | func (s *CopilotService) GetEnterpriseUsersDailyMetricsReport(ctx cont... method GetEnterpriseUsersMetricsReport (line 675) | func (s *CopilotService) GetEnterpriseUsersMetricsReport(ctx context.C... method GetOrganizationDailyMetricsReport (line 697) | func (s *CopilotService) GetOrganizationDailyMetricsReport(ctx context... method GetOrganizationMetricsReport (line 723) | func (s *CopilotService) GetOrganizationMetricsReport(ctx context.Cont... method GetOrganizationUsersDailyMetricsReport (line 745) | func (s *CopilotService) GetOrganizationUsersDailyMetricsReport(ctx co... method GetOrganizationUsersMetricsReport (line 771) | func (s *CopilotService) GetOrganizationUsersMetricsReport(ctx context... type CopilotOrganizationDetails (line 23) | type CopilotOrganizationDetails struct type CopilotSeatBreakdown (line 31) | type CopilotSeatBreakdown struct type ListCopilotSeatsResponse (line 41) | type ListCopilotSeatsResponse struct type CopilotSeatDetails (line 47) | type CopilotSeatDetails struct method UnmarshalJSON (line 207) | func (cp *CopilotSeatDetails) UnmarshalJSON(data []byte) error { method GetUser (line 269) | func (cp *CopilotSeatDetails) GetUser() (*User, bool) { u, ok := cp.As... method GetTeam (line 272) | func (cp *CopilotSeatDetails) GetTeam() (*Team, bool) { t, ok := cp.As... method GetOrganization (line 275) | func (cp *CopilotSeatDetails) GetOrganization() (*Organization, bool) { type SeatAssignments (line 60) | type SeatAssignments struct type SeatCancellations (line 65) | type SeatCancellations struct type CopilotMetricsListOptions (line 70) | type CopilotMetricsListOptions struct type CopilotIDECodeCompletionsLanguage (line 78) | type CopilotIDECodeCompletionsLanguage struct type CopilotIDECodeCompletionsModelLanguage (line 84) | type CopilotIDECodeCompletionsModelLanguage struct type CopilotIDECodeCompletionsModel (line 94) | type CopilotIDECodeCompletionsModel struct type CopilotIDECodeCompletionsEditor (line 103) | type CopilotIDECodeCompletionsEditor struct type CopilotIDECodeCompletions (line 110) | type CopilotIDECodeCompletions struct type CopilotIDEChatModel (line 117) | type CopilotIDEChatModel struct type CopilotIDEChatEditor (line 128) | type CopilotIDEChatEditor struct type CopilotIDEChat (line 135) | type CopilotIDEChat struct type CopilotDotcomChatModel (line 141) | type CopilotDotcomChatModel struct type CopilotDotcomChat (line 150) | type CopilotDotcomChat struct type CopilotDotcomPullRequestsModel (line 156) | type CopilotDotcomPullRequestsModel struct type CopilotDotcomPullRequestsRepository (line 165) | type CopilotDotcomPullRequestsRepository struct type CopilotDotcomPullRequests (line 172) | type CopilotDotcomPullRequests struct type CopilotMetrics (line 178) | type CopilotMetrics struct type CopilotMetricsReportOptions (line 189) | type CopilotMetricsReportOptions struct type CopilotDailyMetricsReport (line 194) | type CopilotDailyMetricsReport struct type CopilotMetricsReport (line 200) | type CopilotMetricsReport struct FILE: github/copilot_test.go function TestCopilotSeatDetails_UnmarshalJSON (line 20) | func TestCopilotSeatDetails_UnmarshalJSON(t *testing.T) { function TestCopilotService_GetSeatDetailsUser (line 142) | func TestCopilotService_GetSeatDetailsUser(t *testing.T) { function TestCopilotService_GetSeatDetailsTeam (line 191) | func TestCopilotService_GetSeatDetailsTeam(t *testing.T) { function TestCopilotService_GetSeatDetailsOrganization (line 240) | func TestCopilotService_GetSeatDetailsOrganization(t *testing.T) { function TestCopilotService_GetCopilotBilling (line 288) | func TestCopilotService_GetCopilotBilling(t *testing.T) { function TestCopilotService_ListCopilotSeats (line 347) | func TestCopilotService_ListCopilotSeats(t *testing.T) { function TestCopilotService_ListCopilotEnterpriseSeats (line 585) | func TestCopilotService_ListCopilotEnterpriseSeats(t *testing.T) { function TestCopilotService_AddCopilotTeams (line 779) | func TestCopilotService_AddCopilotTeams(t *testing.T) { function TestCopilotService_RemoveCopilotTeams (line 817) | func TestCopilotService_RemoveCopilotTeams(t *testing.T) { function TestCopilotService_AddCopilotUsers (line 855) | func TestCopilotService_AddCopilotUsers(t *testing.T) { function TestCopilotService_RemoveCopilotUsers (line 893) | func TestCopilotService_RemoveCopilotUsers(t *testing.T) { function TestCopilotService_GetSeatDetails (line 931) | func TestCopilotService_GetSeatDetails(t *testing.T) { function TestCopilotService_GetEnterpriseMetrics (line 1050) | func TestCopilotService_GetEnterpriseMetrics(t *testing.T) { function TestCopilotService_GetEnterpriseTeamMetrics (line 1393) | func TestCopilotService_GetEnterpriseTeamMetrics(t *testing.T) { function TestCopilotService_GetOrganizationMetrics (line 1736) | func TestCopilotService_GetOrganizationMetrics(t *testing.T) { function TestCopilotService_GetOrganizationTeamMetrics (line 2079) | func TestCopilotService_GetOrganizationTeamMetrics(t *testing.T) { function TestCopilotService_GetEnterpriseDailyMetricsReport (line 2422) | func TestCopilotService_GetEnterpriseDailyMetricsReport(t *testing.T) { function TestCopilotService_GetEnterpriseMetricsReport (line 2467) | func TestCopilotService_GetEnterpriseMetricsReport(t *testing.T) { function TestCopilotService_GetEnterpriseUsersDailyMetricsReport (line 2512) | func TestCopilotService_GetEnterpriseUsersDailyMetricsReport(t *testing.... function TestCopilotService_GetEnterpriseUsersMetricsReport (line 2557) | func TestCopilotService_GetEnterpriseUsersMetricsReport(t *testing.T) { function TestCopilotService_GetOrganizationDailyMetricsReport (line 2602) | func TestCopilotService_GetOrganizationDailyMetricsReport(t *testing.T) { function TestCopilotService_GetOrganizationMetricsReport (line 2647) | func TestCopilotService_GetOrganizationMetricsReport(t *testing.T) { function TestCopilotService_GetOrganizationUsersDailyMetricsReport (line 2692) | func TestCopilotService_GetOrganizationUsersDailyMetricsReport(t *testin... function TestCopilotService_GetOrganizationUsersMetricsReport (line 2737) | func TestCopilotService_GetOrganizationUsersMetricsReport(t *testing.T) { FILE: github/credentials.go type CredentialsService (line 13) | type CredentialsService method Revoke (line 26) | func (s *CredentialsService) Revoke(ctx context.Context, credentials [... type revokeCredentialsRequest (line 16) | type revokeCredentialsRequest struct FILE: github/credentials_test.go function TestCredentialsService_Revoke (line 15) | func TestCredentialsService_Revoke(t *testing.T) { FILE: github/dependabot.go type DependabotService (line 12) | type DependabotService FILE: github/dependabot_alerts.go type Dependency (line 14) | type Dependency struct type AdvisoryCVSS (line 21) | type AdvisoryCVSS struct type AdvisoryCWEs (line 27) | type AdvisoryCWEs struct type AdvisoryEPSS (line 36) | type AdvisoryEPSS struct type DependabotSecurityAdvisory (line 42) | type DependabotSecurityAdvisory struct type DependabotAlert (line 60) | type DependabotAlert struct type DependabotAlertState (line 81) | type DependabotAlertState struct type ListAlertsOptions (line 93) | type ListAlertsOptions struct method listAlerts (line 106) | func (s *DependabotService) listAlerts(ctx context.Context, url string, ... method ListRepoAlerts (line 131) | func (s *DependabotService) ListRepoAlerts(ctx context.Context, owner, r... method ListOrgAlerts (line 141) | func (s *DependabotService) ListOrgAlerts(ctx context.Context, org strin... method GetRepoAlert (line 151) | func (s *DependabotService) GetRepoAlert(ctx context.Context, owner, rep... method UpdateAlert (line 172) | func (s *DependabotService) UpdateAlert(ctx context.Context, owner, repo... FILE: github/dependabot_alerts_test.go function TestDependabotService_ListRepoAlerts (line 17) | func TestDependabotService_ListRepoAlerts(t *testing.T) { function TestDependabotService_GetRepoAlert (line 57) | func TestDependabotService_GetRepoAlert(t *testing.T) { function TestDependabotService_ListOrgAlerts (line 95) | func TestDependabotService_ListOrgAlerts(t *testing.T) { function TestDependabotService_UpdateAlert (line 135) | func TestDependabotService_UpdateAlert(t *testing.T) { function TestDependency_Marshal (line 181) | func TestDependency_Marshal(t *testing.T) { function TestAdvisoryCVSS_Marshal (line 206) | func TestAdvisoryCVSS_Marshal(t *testing.T) { function TestAdvisoryCWEs_Marshal (line 223) | func TestAdvisoryCWEs_Marshal(t *testing.T) { function TestDependabotSecurityAdvisory_Marshal (line 240) | func TestDependabotSecurityAdvisory_Marshal(t *testing.T) { FILE: github/dependabot_secrets.go method getPublicKey (line 14) | func (s *DependabotService) getPublicKey(ctx context.Context, url string... method GetRepoPublicKey (line 34) | func (s *DependabotService) GetRepoPublicKey(ctx context.Context, owner,... method GetOrgPublicKey (line 44) | func (s *DependabotService) GetOrgPublicKey(ctx context.Context, org str... method listSecrets (line 49) | func (s *DependabotService) listSecrets(ctx context.Context, url string,... method ListRepoSecrets (line 75) | func (s *DependabotService) ListRepoSecrets(ctx context.Context, owner, ... method ListOrgSecrets (line 86) | func (s *DependabotService) ListOrgSecrets(ctx context.Context, org stri... method getSecret (line 91) | func (s *DependabotService) getSecret(ctx context.Context, url string) (... method GetRepoSecret (line 111) | func (s *DependabotService) GetRepoSecret(ctx context.Context, owner, re... method GetOrgSecret (line 121) | func (s *DependabotService) GetOrgSecret(ctx context.Context, org, name ... type DependabotEncryptedSecret (line 131) | type DependabotEncryptedSecret struct method putSecret (line 139) | func (s *DependabotService) putSecret(ctx context.Context, url string, e... method CreateOrUpdateRepoSecret (line 153) | func (s *DependabotService) CreateOrUpdateRepoSecret(ctx context.Context... method CreateOrUpdateOrgSecret (line 167) | func (s *DependabotService) CreateOrUpdateOrgSecret(ctx context.Context,... method deleteSecret (line 193) | func (s *DependabotService) deleteSecret(ctx context.Context, url string... method DeleteRepoSecret (line 207) | func (s *DependabotService) DeleteRepoSecret(ctx context.Context, owner,... method DeleteOrgSecret (line 217) | func (s *DependabotService) DeleteOrgSecret(ctx context.Context, org, na... method ListSelectedReposForOrgSecret (line 227) | func (s *DependabotService) ListSelectedReposForOrgSecret(ctx context.Co... type DependabotSecretsSelectedRepoIDs (line 249) | type DependabotSecretsSelectedRepoIDs method SetSelectedReposForOrgSecret (line 256) | func (s *DependabotService) SetSelectedReposForOrgSecret(ctx context.Con... method AddSelectedRepoToOrgSecret (line 275) | func (s *DependabotService) AddSelectedRepoToOrgSecret(ctx context.Conte... method RemoveSelectedRepoFromOrgSecret (line 297) | func (s *DependabotService) RemoveSelectedRepoFromOrgSecret(ctx context.... FILE: github/dependabot_secrets_test.go function TestDependabotService_GetRepoPublicKey (line 17) | func TestDependabotService_GetRepoPublicKey(t *testing.T) { function TestDependabotService_GetRepoPublicKeyNumeric (line 52) | func TestDependabotService_GetRepoPublicKeyNumeric(t *testing.T) { function TestDependabotService_ListRepoSecrets (line 87) | func TestDependabotService_ListRepoSecrets(t *testing.T) { function TestDependabotService_GetRepoSecret (line 130) | func TestDependabotService_GetRepoSecret(t *testing.T) { function TestDependabotService_CreateOrUpdateRepoSecret (line 169) | func TestDependabotService_CreateOrUpdateRepoSecret(t *testing.T) { function TestDependabotService_DeleteRepoSecret (line 206) | func TestDependabotService_DeleteRepoSecret(t *testing.T) { function TestDependabotService_GetOrgPublicKey (line 231) | func TestDependabotService_GetOrgPublicKey(t *testing.T) { function TestDependabotService_ListOrgSecrets (line 266) | func TestDependabotService_ListOrgSecrets(t *testing.T) { function TestDependabotService_GetOrgSecret (line 310) | func TestDependabotService_GetOrgSecret(t *testing.T) { function TestDependabotService_CreateOrUpdateOrgSecret (line 351) | func TestDependabotService_CreateOrUpdateOrgSecret(t *testing.T) { function TestDependabotService_ListSelectedReposForOrgSecret (line 390) | func TestDependabotService_ListSelectedReposForOrgSecret(t *testing.T) { function TestDependabotService_SetSelectedReposForOrgSecret (line 431) | func TestDependabotService_SetSelectedReposForOrgSecret(t *testing.T) { function TestDependabotService_AddSelectedRepoToOrgSecret (line 458) | func TestDependabotService_AddSelectedRepoToOrgSecret(t *testing.T) { function TestDependabotService_RemoveSelectedRepoFromOrgSecret (line 492) | func TestDependabotService_RemoveSelectedRepoFromOrgSecret(t *testing.T) { function TestDependabotService_DeleteOrgSecret (line 526) | func TestDependabotService_DeleteOrgSecret(t *testing.T) { FILE: github/dependency_graph.go type DependencyGraphService (line 17) | type DependencyGraphService method GetSBOM (line 114) | func (s *DependencyGraphService) GetSBOM(ctx context.Context, owner, r... type SBOM (line 21) | type SBOM struct method String (line 105) | func (s SBOM) String() string { type CreationInfo (line 26) | type CreationInfo struct type RepoDependencies (line 32) | type RepoDependencies struct type PackageExternalRef (line 48) | type PackageExternalRef struct type SBOMRelationship (line 68) | type SBOMRelationship struct type SBOMInfo (line 87) | type SBOMInfo struct FILE: github/dependency_graph_snapshots.go type DependencyGraphSnapshotResolvedDependency (line 16) | type DependencyGraphSnapshotResolvedDependency struct type DependencyGraphSnapshotJob (line 43) | type DependencyGraphSnapshotJob struct type DependencyGraphSnapshotDetector (line 52) | type DependencyGraphSnapshotDetector struct type DependencyGraphSnapshotManifestFile (line 61) | type DependencyGraphSnapshotManifestFile struct type DependencyGraphSnapshotManifest (line 68) | type DependencyGraphSnapshotManifest struct type DependencyGraphSnapshot (line 78) | type DependencyGraphSnapshot struct type DependencyGraphSnapshotCreationData (line 92) | type DependencyGraphSnapshotCreationData struct method CreateSnapshot (line 109) | func (s *DependencyGraphService) CreateSnapshot(ctx context.Context, own... FILE: github/dependency_graph_snapshots_test.go function TestDependencyGraphService_CreateSnapshot (line 17) | func TestDependencyGraphService_CreateSnapshot(t *testing.T) { FILE: github/dependency_graph_test.go function TestDependencyGraphService_GetSBOM (line 17) | func TestDependencyGraphService_GetSBOM(t *testing.T) { FILE: github/emojis.go type EmojisService (line 13) | type EmojisService method List (line 20) | func (s *EmojisService) List(ctx context.Context) (map[string]string, ... method ListEmojis (line 38) | func (c *Client) ListEmojis(ctx context.Context) (map[string]string, *Re... FILE: github/emojis_test.go function TestEmojisService_List (line 16) | func TestEmojisService_List(t *testing.T) { FILE: github/enterprise.go type EnterpriseService (line 12) | type EnterpriseService FILE: github/enterprise_actions_hosted_runners.go method ListHostedRunners (line 18) | func (s *EnterpriseService) ListHostedRunners(ctx context.Context, enter... method CreateHostedRunner (line 44) | func (s *EnterpriseService) CreateHostedRunner(ctx context.Context, ente... method GetHostedRunnerGitHubOwnedImages (line 69) | func (s *EnterpriseService) GetHostedRunnerGitHubOwnedImages(ctx context... method GetHostedRunnerPartnerImages (line 90) | func (s *EnterpriseService) GetHostedRunnerPartnerImages(ctx context.Con... method GetHostedRunnerLimits (line 111) | func (s *EnterpriseService) GetHostedRunnerLimits(ctx context.Context, e... method GetHostedRunnerMachineSpecs (line 132) | func (s *EnterpriseService) GetHostedRunnerMachineSpecs(ctx context.Cont... method GetHostedRunnerPlatforms (line 153) | func (s *EnterpriseService) GetHostedRunnerPlatforms(ctx context.Context... method GetHostedRunner (line 174) | func (s *EnterpriseService) GetHostedRunner(ctx context.Context, enterpr... method UpdateHostedRunner (line 195) | func (s *EnterpriseService) UpdateHostedRunner(ctx context.Context, ente... method DeleteHostedRunner (line 216) | func (s *EnterpriseService) DeleteHostedRunner(ctx context.Context, ente... method ListHostedRunnerCustomImages (line 237) | func (s *EnterpriseService) ListHostedRunnerCustomImages(ctx context.Con... method GetHostedRunnerCustomImage (line 258) | func (s *EnterpriseService) GetHostedRunnerCustomImage(ctx context.Conte... method DeleteHostedRunnerCustomImage (line 279) | func (s *EnterpriseService) DeleteHostedRunnerCustomImage(ctx context.Co... method ListHostedRunnerCustomImageVersions (line 294) | func (s *EnterpriseService) ListHostedRunnerCustomImageVersions(ctx cont... method GetHostedRunnerCustomImageVersion (line 315) | func (s *EnterpriseService) GetHostedRunnerCustomImageVersion(ctx contex... method DeleteHostedRunnerCustomImageVersion (line 336) | func (s *EnterpriseService) DeleteHostedRunnerCustomImageVersion(ctx con... FILE: github/enterprise_actions_hosted_runners_test.go function TestEnterpriseService_ListHostedRunners (line 17) | func TestEnterpriseService_ListHostedRunners(t *testing.T) { function TestEnterpriseService_CreateHostedRunner (line 158) | func TestEnterpriseService_CreateHostedRunner(t *testing.T) { function TestEnterpriseService_GetHostedRunnerGitHubOwnedImages (line 323) | func TestEnterpriseService_GetHostedRunnerGitHubOwnedImages(t *testing.T) { function TestEnterpriseService_GetHostedRunnerPartnerImages (line 381) | func TestEnterpriseService_GetHostedRunnerPartnerImages(t *testing.T) { function TestEnterpriseService_GetHostedRunnerLimits (line 439) | func TestEnterpriseService_GetHostedRunnerLimits(t *testing.T) { function TestEnterpriseService_GetHostedRunnerMachineSpecs (line 484) | func TestEnterpriseService_GetHostedRunnerMachineSpecs(t *testing.T) { function TestEnterpriseService_GetHostedRunnerPlatforms (line 539) | func TestEnterpriseService_GetHostedRunnerPlatforms(t *testing.T) { function TestEnterpriseService_GetHostedRunner (line 586) | func TestEnterpriseService_GetHostedRunner(t *testing.T) { function TestEnterpriseService_UpdateHostedRunner (line 675) | func TestEnterpriseService_UpdateHostedRunner(t *testing.T) { function TestEnterpriseService_DeleteHostedRunner (line 772) | func TestEnterpriseService_DeleteHostedRunner(t *testing.T) { function TestEnterpriseService_ListHostedRunnerCustomImages (line 861) | func TestEnterpriseService_ListHostedRunnerCustomImages(t *testing.T) { function TestEnterpriseService_GetHostedRunnerCustomImage (line 945) | func TestEnterpriseService_GetHostedRunnerCustomImage(t *testing.T) { function TestEnterpriseService_DeleteHostedRunnerCustomImage (line 999) | func TestEnterpriseService_DeleteHostedRunnerCustomImage(t *testing.T) { function TestEnterpriseService_ListHostedRunnerCustomImageVersions (line 1024) | func TestEnterpriseService_ListHostedRunnerCustomImageVersions(t *testin... function TestEnterpriseService_GetHostedRunnerCustomImageVersion (line 1096) | func TestEnterpriseService_GetHostedRunnerCustomImageVersion(t *testing.... function TestEnterpriseService_DeleteHostedRunnerCustomImageVersion (line 1144) | func TestEnterpriseService_DeleteHostedRunnerCustomImageVersion(t *testi... FILE: github/enterprise_actions_runner_groups.go type ListOrganizations (line 14) | type ListOrganizations struct type EnterpriseRunnerGroup (line 20) | type EnterpriseRunnerGroup struct type EnterpriseRunnerGroups (line 37) | type EnterpriseRunnerGroups struct type CreateEnterpriseRunnerGroupRequest (line 43) | type CreateEnterpriseRunnerGroupRequest struct type UpdateEnterpriseRunnerGroupRequest (line 61) | type UpdateEnterpriseRunnerGroupRequest struct type SetOrgAccessRunnerGroupRequest (line 72) | type SetOrgAccessRunnerGroupRequest struct type ListEnterpriseRunnerGroupOptions (line 78) | type ListEnterpriseRunnerGroupOptions struct method ListRunnerGroups (line 90) | func (s *EnterpriseService) ListRunnerGroups(ctx context.Context, enterp... method GetEnterpriseRunnerGroup (line 116) | func (s *EnterpriseService) GetEnterpriseRunnerGroup(ctx context.Context... method DeleteEnterpriseRunnerGroup (line 137) | func (s *EnterpriseService) DeleteEnterpriseRunnerGroup(ctx context.Cont... method CreateEnterpriseRunnerGroup (line 153) | func (s *EnterpriseService) CreateEnterpriseRunnerGroup(ctx context.Cont... method UpdateEnterpriseRunnerGroup (line 174) | func (s *EnterpriseService) UpdateEnterpriseRunnerGroup(ctx context.Cont... method ListOrganizationAccessRunnerGroup (line 195) | func (s *EnterpriseService) ListOrganizationAccessRunnerGroup(ctx contex... method SetOrganizationAccessRunnerGroup (line 222) | func (s *EnterpriseService) SetOrganizationAccessRunnerGroup(ctx context... method AddOrganizationAccessRunnerGroup (line 239) | func (s *EnterpriseService) AddOrganizationAccessRunnerGroup(ctx context... method RemoveOrganizationAccessRunnerGroup (line 256) | func (s *EnterpriseService) RemoveOrganizationAccessRunnerGroup(ctx cont... method ListRunnerGroupRunners (line 272) | func (s *EnterpriseService) ListRunnerGroupRunners(ctx context.Context, ... method SetRunnerGroupRunners (line 299) | func (s *EnterpriseService) SetRunnerGroupRunners(ctx context.Context, e... method AddRunnerGroupRunners (line 315) | func (s *EnterpriseService) AddRunnerGroupRunners(ctx context.Context, e... method RemoveRunnerGroupRunners (line 332) | func (s *EnterpriseService) RemoveRunnerGroupRunners(ctx context.Context... FILE: github/enterprise_actions_runner_groups_test.go function TestEnterpriseService_ListRunnerGroups (line 16) | func TestEnterpriseService_ListRunnerGroups(t *testing.T) { function TestEnterpriseService_ListRunnerGroupsVisibleToOrganization (line 60) | func TestEnterpriseService_ListRunnerGroupsVisibleToOrganization(t *test... function TestEnterpriseService_GetRunnerGroup (line 104) | func TestEnterpriseService_GetRunnerGroup(t *testing.T) { function TestEnterpriseService_DeleteRunnerGroup (line 151) | func TestEnterpriseService_DeleteRunnerGroup(t *testing.T) { function TestEnterpriseService_CreateRunnerGroup (line 176) | func TestEnterpriseService_CreateRunnerGroup(t *testing.T) { function TestEnterpriseService_UpdateRunnerGroup (line 230) | func TestEnterpriseService_UpdateRunnerGroup(t *testing.T) { function TestEnterpriseService_ListOrganizationAccessRunnerGroup (line 284) | func TestEnterpriseService_ListOrganizationAccessRunnerGroup(t *testing.... function TestEnterpriseService_SetOrganizationAccessRunnerGroup (line 326) | func TestEnterpriseService_SetOrganizationAccessRunnerGroup(t *testing.T) { function TestEnterpriseService_AddOrganizationAccessRunnerGroup (line 358) | func TestEnterpriseService_AddOrganizationAccessRunnerGroup(t *testing.T) { function TestEnterpriseService_RemoveOrganizationAccessRunnerGroup (line 383) | func TestEnterpriseService_RemoveOrganizationAccessRunnerGroup(t *testin... function TestEnterpriseService_ListEnterpriseRunnerGroupRunners (line 408) | func TestEnterpriseService_ListEnterpriseRunnerGroupRunners(t *testing.T) { function TestEnterpriseService_SetEnterpriseRunnerGroupRunners (line 451) | func TestEnterpriseService_SetEnterpriseRunnerGroupRunners(t *testing.T) { function TestEnterpriseService_AddEnterpriseRunnerGroupRunners (line 483) | func TestEnterpriseService_AddEnterpriseRunnerGroupRunners(t *testing.T) { function TestEnterpriseService_RemoveEnterpriseRunnerGroupRunners (line 508) | func TestEnterpriseService_RemoveEnterpriseRunnerGroupRunners(t *testing... function TestEnterpriseRunnerGroup_Marshal (line 533) | func TestEnterpriseRunnerGroup_Marshal(t *testing.T) { function TestEnterpriseRunnerGroups_Marshal (line 568) | func TestEnterpriseRunnerGroups_Marshal(t *testing.T) { function TestCreateEnterpriseRunnerGroupRequest_Marshal (line 611) | func TestCreateEnterpriseRunnerGroupRequest_Marshal(t *testing.T) { function TestUpdateEnterpriseRunnerGroupRequest_Marshal (line 640) | func TestUpdateEnterpriseRunnerGroupRequest_Marshal(t *testing.T) { function TestSetOrgAccessRunnerGroupRequest_Marshal (line 663) | func TestSetOrgAccessRunnerGroupRequest_Marshal(t *testing.T) { FILE: github/enterprise_actions_runners.go method ListRunnerApplicationDownloads (line 18) | func (s *EnterpriseService) ListRunnerApplicationDownloads(ctx context.C... method GenerateEnterpriseJITConfig (line 39) | func (s *EnterpriseService) GenerateEnterpriseJITConfig(ctx context.Cont... method CreateRegistrationToken (line 61) | func (s *EnterpriseService) CreateRegistrationToken(ctx context.Context,... method ListRunners (line 83) | func (s *EnterpriseService) ListRunners(ctx context.Context, enterprise ... method GetRunner (line 109) | func (s *EnterpriseService) GetRunner(ctx context.Context, enterprise st... method RemoveRunner (line 130) | func (s *EnterpriseService) RemoveRunner(ctx context.Context, enterprise... FILE: github/enterprise_actions_runners_test.go function TestEnterpriseService_GenerateEnterpriseJITConfig (line 18) | func TestEnterpriseService_GenerateEnterpriseJITConfig(t *testing.T) { function TestEnterpriseService_CreateRegistrationToken (line 62) | func TestEnterpriseService_CreateRegistrationToken(t *testing.T) { function TestEnterpriseService_ListRunners (line 101) | func TestEnterpriseService_ListRunners(t *testing.T) { function TestEnterpriseService_GetRunner (line 146) | func TestEnterpriseService_GetRunner(t *testing.T) { function TestEnterpriseService_RemoveRunner (line 186) | func TestEnterpriseService_RemoveRunner(t *testing.T) { function TestEnterpriseService_ListRunnerApplicationDownloads (line 211) | func TestEnterpriseService_ListRunnerApplicationDownloads(t *testing.T) { FILE: github/enterprise_app_installation.go type InstallableOrganization (line 14) | type InstallableOrganization struct type AccessibleRepository (line 21) | type AccessibleRepository struct type InstallAppRequest (line 28) | type InstallAppRequest struct method ListAppInstallableOrganizations (line 43) | func (s *EnterpriseService) ListAppInstallableOrganizations(ctx context.... method ListAppAccessibleOrganizationRepositories (line 70) | func (s *EnterpriseService) ListAppAccessibleOrganizationRepositories(ct... method ListAppInstallations (line 97) | func (s *EnterpriseService) ListAppInstallations(ctx context.Context, en... method InstallApp (line 125) | func (s *EnterpriseService) InstallApp(ctx context.Context, enterprise, ... method UninstallApp (line 146) | func (s *EnterpriseService) UninstallApp(ctx context.Context, enterprise... FILE: github/enterprise_app_installation_test.go function TestEnterpriseService_ListAppInstallableOrganizations (line 16) | func TestEnterpriseService_ListAppInstallableOrganizations(t *testing.T) { function TestEnterpriseService_ListAppAccessibleOrganizationRepositories (line 54) | func TestEnterpriseService_ListAppAccessibleOrganizationRepositories(t *... function TestEnterpriseService_ListAppInstallations (line 94) | func TestEnterpriseService_ListAppInstallations(t *testing.T) { function TestEnterpriseService_InstallApp (line 134) | func TestEnterpriseService_InstallApp(t *testing.T) { function TestEnterpriseService_UninstallApp (line 173) | func TestEnterpriseService_UninstallApp(t *testing.T) { FILE: github/enterprise_apps.go type AppInstallationRepositoriesOptions (line 16) | type AppInstallationRepositoriesOptions struct type UpdateAppInstallationRepositoriesOptions (line 22) | type UpdateAppInstallationRepositoriesOptions struct method ListRepositoriesForOrgAppInstallation (line 33) | func (s *EnterpriseService) ListRepositoriesForOrgAppInstallation(ctx co... method UpdateAppInstallationRepositories (line 60) | func (s *EnterpriseService) UpdateAppInstallationRepositories(ctx contex... method AddRepositoriesToAppInstallation (line 81) | func (s *EnterpriseService) AddRepositoriesToAppInstallation(ctx context... method RemoveRepositoriesFromAppInstallation (line 102) | func (s *EnterpriseService) RemoveRepositoriesFromAppInstallation(ctx co... FILE: github/enterprise_apps_test.go function TestEnterpriseService_ListRepositoriesForOrgAppInstallation (line 16) | func TestEnterpriseService_ListRepositoriesForOrgAppInstallation(t *test... function TestEnterpriseService_UpdateAppInstallationRepositories (line 49) | func TestEnterpriseService_UpdateAppInstallationRepositories(t *testing.... function TestEnterpriseService_AddRepositoriesToAppInstallation (line 87) | func TestEnterpriseService_AddRepositoriesToAppInstallation(t *testing.T) { function TestEnterpriseService_RemoveRepositoriesFromAppInstallation (line 122) | func TestEnterpriseService_RemoveRepositoriesFromAppInstallation(t *test... FILE: github/enterprise_audit_log.go method GetAuditLog (line 18) | func (s *EnterpriseService) GetAuditLog(ctx context.Context, enterprise ... FILE: github/enterprise_audit_log_stream.go type AuditLogStream (line 14) | type AuditLogStream struct type AuditLogStreamConfig (line 25) | type AuditLogStreamConfig struct type AuditLogStreamVendorConfig (line 33) | type AuditLogStreamVendorConfig interface type AuditLogStreamKey (line 38) | type AuditLogStreamKey struct type AzureBlobConfig (line 44) | type AzureBlobConfig struct method isAuditLogStreamVendorConfig (line 110) | func (*AzureBlobConfig) isAuditLogStreamVendorConfig() {} type AzureHubConfig (line 51) | type AzureHubConfig struct method isAuditLogStreamVendorConfig (line 111) | func (*AzureHubConfig) isAuditLogStreamVendorConfig() {} type AmazonS3OIDCConfig (line 58) | type AmazonS3OIDCConfig struct method isAuditLogStreamVendorConfig (line 112) | func (*AmazonS3OIDCConfig) isAuditLogStreamVendorConfig() {} type AmazonS3AccessKeysConfig (line 67) | type AmazonS3AccessKeysConfig struct method isAuditLogStreamVendorConfig (line 113) | func (*AmazonS3AccessKeysConfig) isAuditLogStreamVendorConfig() {} type SplunkConfig (line 77) | type SplunkConfig struct method isAuditLogStreamVendorConfig (line 114) | func (*SplunkConfig) isAuditLogStreamVendorConfig() {} type HecConfig (line 86) | type HecConfig struct method isAuditLogStreamVendorConfig (line 115) | func (*HecConfig) isAuditLogStreamVendorConfig() {} type GoogleCloudConfig (line 96) | type GoogleCloudConfig struct method isAuditLogStreamVendorConfig (line 116) | func (*GoogleCloudConfig) isAuditLogStreamVendorConfig() {} type DatadogConfig (line 103) | type DatadogConfig struct method isAuditLogStreamVendorConfig (line 117) | func (*DatadogConfig) isAuditLogStreamVendorConfig() {} function NewAzureBlobStreamConfig (line 120) | func NewAzureBlobStreamConfig(enabled bool, cfg *AzureBlobConfig) *Audit... function NewAzureHubStreamConfig (line 125) | func NewAzureHubStreamConfig(enabled bool, cfg *AzureHubConfig) *AuditLo... function NewAmazonS3OIDCStreamConfig (line 130) | func NewAmazonS3OIDCStreamConfig(enabled bool, cfg *AmazonS3OIDCConfig) ... function NewAmazonS3AccessKeysStreamConfig (line 135) | func NewAmazonS3AccessKeysStreamConfig(enabled bool, cfg *AmazonS3Access... function NewSplunkStreamConfig (line 140) | func NewSplunkStreamConfig(enabled bool, cfg *SplunkConfig) *AuditLogStr... function NewHecStreamConfig (line 145) | func NewHecStreamConfig(enabled bool, cfg *HecConfig) *AuditLogStreamCon... function NewGoogleCloudStreamConfig (line 150) | func NewGoogleCloudStreamConfig(enabled bool, cfg *GoogleCloudConfig) *A... function NewDatadogStreamConfig (line 155) | func NewDatadogStreamConfig(enabled bool, cfg *DatadogConfig) *AuditLogS... method GetAuditLogStreamKey (line 166) | func (s *EnterpriseService) GetAuditLogStreamKey(ctx context.Context, en... method ListAuditLogStreams (line 188) | func (s *EnterpriseService) ListAuditLogStreams(ctx context.Context, ent... method GetAuditLogStream (line 210) | func (s *EnterpriseService) GetAuditLogStream(ctx context.Context, enter... method CreateAuditLogStream (line 233) | func (s *EnterpriseService) CreateAuditLogStream(ctx context.Context, en... method UpdateAuditLogStream (line 256) | func (s *EnterpriseService) UpdateAuditLogStream(ctx context.Context, en... method DeleteAuditLogStream (line 278) | func (s *EnterpriseService) DeleteAuditLogStream(ctx context.Context, en... FILE: github/enterprise_audit_log_stream_test.go function TestEnterpriseService_GetAuditLogStreamKey (line 16) | func TestEnterpriseService_GetAuditLogStreamKey(t *testing.T) { function TestEnterpriseService_ListAuditLogStreams (line 53) | func TestEnterpriseService_ListAuditLogStreams(t *testing.T) { function TestEnterpriseService_GetAuditLogStream (line 94) | func TestEnterpriseService_GetAuditLogStream(t *testing.T) { function TestEnterpriseService_CreateAuditLogStream (line 133) | func TestEnterpriseService_CreateAuditLogStream(t *testing.T) { function TestEnterpriseService_UpdateAuditLogStream (line 178) | func TestEnterpriseService_UpdateAuditLogStream(t *testing.T) { function TestEnterpriseService_DeleteAuditLogStream (line 225) | func TestEnterpriseService_DeleteAuditLogStream(t *testing.T) { function TestNewAzureBlobStreamConfig (line 249) | func TestNewAzureBlobStreamConfig(t *testing.T) { function TestNewAzureHubStreamConfig (line 269) | func TestNewAzureHubStreamConfig(t *testing.T) { function TestNewAmazonS3OIDCStreamConfig (line 289) | func TestNewAmazonS3OIDCStreamConfig(t *testing.T) { function TestNewAmazonS3AccessKeysStreamConfig (line 311) | func TestNewAmazonS3AccessKeysStreamConfig(t *testing.T) { function TestNewSplunkStreamConfig (line 334) | func TestNewSplunkStreamConfig(t *testing.T) { function TestNewHecStreamConfig (line 356) | func TestNewHecStreamConfig(t *testing.T) { function TestNewGoogleCloudStreamConfig (line 379) | func TestNewGoogleCloudStreamConfig(t *testing.T) { function TestNewDatadogStreamConfig (line 399) | func TestNewDatadogStreamConfig(t *testing.T) { FILE: github/enterprise_audit_log_test.go function TestEnterpriseService_GetAuditLog (line 15) | func TestEnterpriseService_GetAuditLog(t *testing.T) { FILE: github/enterprise_billing_cost_centers.go type CostCenter (line 14) | type CostCenter struct type CostCenterResource (line 23) | type CostCenterResource struct type CostCenters (line 29) | type CostCenters struct type ListCostCenterOptions (line 34) | type ListCostCenterOptions struct type CostCenterRequest (line 40) | type CostCenterRequest struct type CostCenterResourceRequest (line 45) | type CostCenterResourceRequest struct type AddResourcesToCostCenterResponse (line 52) | type AddResourcesToCostCenterResponse struct type ReassignedResource (line 58) | type ReassignedResource struct type RemoveResourcesFromCostCenterResponse (line 65) | type RemoveResourcesFromCostCenterResponse struct type DeleteCostCenterResponse (line 70) | type DeleteCostCenterResponse struct method ListCostCenters (line 82) | func (s *EnterpriseService) ListCostCenters(ctx context.Context, enterpr... method CreateCostCenter (line 108) | func (s *EnterpriseService) CreateCostCenter(ctx context.Context, enterp... method GetCostCenter (line 130) | func (s *EnterpriseService) GetCostCenter(ctx context.Context, enterpris... method UpdateCostCenter (line 152) | func (s *EnterpriseService) UpdateCostCenter(ctx context.Context, enterp... method DeleteCostCenter (line 174) | func (s *EnterpriseService) DeleteCostCenter(ctx context.Context, enterp... method AddResourcesToCostCenter (line 196) | func (s *EnterpriseService) AddResourcesToCostCenter(ctx context.Context... method RemoveResourcesFromCostCenter (line 218) | func (s *EnterpriseService) RemoveResourcesFromCostCenter(ctx context.Co... FILE: github/enterprise_billing_cost_centers_test.go function TestEnterpriseService_ListCostCenters (line 16) | func TestEnterpriseService_ListCostCenters(t *testing.T) { function TestEnterpriseService_ListCostCenters_invalidEnterprise (line 117) | func TestEnterpriseService_ListCostCenters_invalidEnterprise(t *testing.... function TestEnterpriseService_CreateCostCenter (line 126) | func TestEnterpriseService_CreateCostCenter(t *testing.T) { function TestEnterpriseService_CreateCostCenter_invalidEnterprise (line 173) | func TestEnterpriseService_CreateCostCenter_invalidEnterprise(t *testing... function TestEnterpriseService_GetCostCenter (line 182) | func TestEnterpriseService_GetCostCenter(t *testing.T) { function TestEnterpriseService_GetCostCenter_invalidEnterprise (line 247) | func TestEnterpriseService_GetCostCenter_invalidEnterprise(t *testing.T) { function TestEnterpriseService_UpdateCostCenter (line 256) | func TestEnterpriseService_UpdateCostCenter(t *testing.T) { function TestEnterpriseService_UpdateCostCenter_invalidEnterprise (line 325) | func TestEnterpriseService_UpdateCostCenter_invalidEnterprise(t *testing... function TestEnterpriseService_DeleteCostCenter (line 334) | func TestEnterpriseService_DeleteCostCenter(t *testing.T) { function TestEnterpriseService_DeleteCostCenter_invalidEnterprise (line 379) | func TestEnterpriseService_DeleteCostCenter_invalidEnterprise(t *testing... function TestEnterpriseService_AddResourcesToCostCenter (line 388) | func TestEnterpriseService_AddResourcesToCostCenter(t *testing.T) { function TestEnterpriseService_AddResourcesToCostCenter_invalidEnterprise (line 465) | func TestEnterpriseService_AddResourcesToCostCenter_invalidEnterprise(t ... function TestEnterpriseService_RemoveResourcesFromCostCenter (line 474) | func TestEnterpriseService_RemoveResourcesFromCostCenter(t *testing.T) { function TestEnterpriseService_RemoveResourcesFromCostCenter_invalidEnterprise (line 517) | func TestEnterpriseService_RemoveResourcesFromCostCenter_invalidEnterpri... function TestCostCenter_Marshal (line 526) | func TestCostCenter_Marshal(t *testing.T) { function TestCostCenterResource_Marshal (line 559) | func TestCostCenterResource_Marshal(t *testing.T) { function TestCostCenters_Marshal (line 576) | func TestCostCenters_Marshal(t *testing.T) { function TestCostCenterRequest_Marshal (line 605) | func TestCostCenterRequest_Marshal(t *testing.T) { function TestCostCenterResourceRequest_Marshal (line 620) | func TestCostCenterResourceRequest_Marshal(t *testing.T) { function TestDeleteCostCenterResponse_Marshal (line 639) | func TestDeleteCostCenterResponse_Marshal(t *testing.T) { FILE: github/enterprise_budgets.go constant BudgetScopeEnterprise (line 15) | BudgetScopeEnterprise = "enterprise" constant BudgetScopeOrganization (line 16) | BudgetScopeOrganization = "organization" constant BudgetScopeRepository (line 17) | BudgetScopeRepository = "repository" constant BudgetScopeCostCenter (line 18) | BudgetScopeCostCenter = "cost_center" constant BudgetTypeProductPricing (line 23) | BudgetTypeProductPricing = "ProductPricing" constant BudgetTypeSkuPricing (line 24) | BudgetTypeSkuPricing = "SkuPricing" type EnterpriseBudgetAlerting (line 28) | type EnterpriseBudgetAlerting struct type EnterpriseBudget (line 34) | type EnterpriseBudget struct method String (line 45) | func (b EnterpriseBudget) String() string { type EnterpriseListBudgets (line 50) | type EnterpriseListBudgets struct type EnterpriseCreateBudget (line 57) | type EnterpriseCreateBudget struct type EnterpriseUpdateBudget (line 68) | type EnterpriseUpdateBudget struct type EnterpriseCreateOrUpdateBudgetResponse (line 79) | type EnterpriseCreateOrUpdateBudgetResponse struct type EnterpriseDeleteBudgetResponse (line 85) | type EnterpriseDeleteBudgetResponse struct method ListBudgets (line 95) | func (s *EnterpriseService) ListBudgets(ctx context.Context, enterprise ... method CreateBudget (line 117) | func (s *EnterpriseService) CreateBudget(ctx context.Context, enterprise... method GetBudget (line 139) | func (s *EnterpriseService) GetBudget(ctx context.Context, enterprise, b... method UpdateBudget (line 161) | func (s *EnterpriseService) UpdateBudget(ctx context.Context, enterprise... method DeleteBudget (line 183) | func (s *EnterpriseService) DeleteBudget(ctx context.Context, enterprise... FILE: github/enterprise_budgets_test.go function TestEnterpriseService_ListBudgets (line 16) | func TestEnterpriseService_ListBudgets(t *testing.T) { function TestEnterpriseService_ListBudgets_invalidEnterprise (line 85) | func TestEnterpriseService_ListBudgets_invalidEnterprise(t *testing.T) { function TestEnterpriseService_CreateBudget (line 94) | func TestEnterpriseService_CreateBudget(t *testing.T) { function TestEnterpriseService_CreateBudget_invalidEnterprise (line 153) | func TestEnterpriseService_CreateBudget_invalidEnterprise(t *testing.T) { function TestEnterpriseService_GetBudget (line 162) | func TestEnterpriseService_GetBudget(t *testing.T) { function TestEnterpriseService_GetBudget_invalidEnterprise (line 211) | func TestEnterpriseService_GetBudget_invalidEnterprise(t *testing.T) { function TestEnterpriseService_UpdateBudget (line 220) | func TestEnterpriseService_UpdateBudget(t *testing.T) { function TestEnterpriseService_UpdateBudget_invalidEnterprise (line 275) | func TestEnterpriseService_UpdateBudget_invalidEnterprise(t *testing.T) { function TestEnterpriseService_DeleteBudget (line 284) | func TestEnterpriseService_DeleteBudget(t *testing.T) { function TestEnterpriseService_DeleteBudget_invalidEnterprise (line 325) | func TestEnterpriseService_DeleteBudget_invalidEnterprise(t *testing.T) { function TestEnterpriseBudget_Marshal (line 334) | func TestEnterpriseBudget_Marshal(t *testing.T) { function TestEnterpriseBudgetAlerting_Marshal (line 371) | func TestEnterpriseBudgetAlerting_Marshal(t *testing.T) { function TestEnterpriseListBudgets_Marshal (line 391) | func TestEnterpriseListBudgets_Marshal(t *testing.T) { function TestEnterpriseCreateOrUpdateBudgetResponse_Marshal (line 417) | func TestEnterpriseCreateOrUpdateBudgetResponse_Marshal(t *testing.T) { function TestEnterpriseDeleteBudgetResponse_Marshal (line 437) | func TestEnterpriseDeleteBudgetResponse_Marshal(t *testing.T) { FILE: github/enterprise_code_security_and_analysis.go type EnterpriseSecurityAnalysisSettings (line 14) | type EnterpriseSecurityAnalysisSettings struct method GetCodeSecurityAndAnalysis (line 27) | func (s *EnterpriseService) GetCodeSecurityAndAnalysis(ctx context.Conte... method UpdateCodeSecurityAndAnalysis (line 49) | func (s *EnterpriseService) UpdateCodeSecurityAndAnalysis(ctx context.Co... method EnableDisableSecurityFeature (line 72) | func (s *EnterpriseService) EnableDisableSecurityFeature(ctx context.Con... FILE: github/enterprise_code_security_and_analysis_test.go function TestEnterpriseService_GetCodeSecurityAndAnalysis (line 17) | func TestEnterpriseService_GetCodeSecurityAndAnalysis(t *testing.T) { function TestEnterpriseService_UpdateCodeSecurityAndAnalysis (line 68) | func TestEnterpriseService_UpdateCodeSecurityAndAnalysis(t *testing.T) { function TestEnterpriseService_EnableAdvancedSecurity (line 109) | func TestEnterpriseService_EnableAdvancedSecurity(t *testing.T) { FILE: github/enterprise_codesecurity_configurations.go type ListEnterpriseCodeSecurityConfigurationOptions (line 22) | type ListEnterpriseCodeSecurityConfigurationOptions struct method ListCodeSecurityConfigurations (line 38) | func (s *EnterpriseService) ListCodeSecurityConfigurations(ctx context.C... method CreateCodeSecurityConfiguration (line 63) | func (s *EnterpriseService) CreateCodeSecurityConfiguration(ctx context.... method ListDefaultCodeSecurityConfigurations (line 84) | func (s *EnterpriseService) ListDefaultCodeSecurityConfigurations(ctx co... method GetCodeSecurityConfiguration (line 105) | func (s *EnterpriseService) GetCodeSecurityConfiguration(ctx context.Con... method UpdateCodeSecurityConfiguration (line 126) | func (s *EnterpriseService) UpdateCodeSecurityConfiguration(ctx context.... method DeleteCodeSecurityConfiguration (line 147) | func (s *EnterpriseService) DeleteCodeSecurityConfiguration(ctx context.... method AttachCodeSecurityConfigurationToRepositories (line 168) | func (s *EnterpriseService) AttachCodeSecurityConfigurationToRepositorie... method SetDefaultCodeSecurityConfiguration (line 192) | func (s *EnterpriseService) SetDefaultCodeSecurityConfiguration(ctx cont... method ListCodeSecurityConfigurationRepositories (line 215) | func (s *EnterpriseService) ListCodeSecurityConfigurationRepositories(ct... FILE: github/enterprise_codesecurity_configurations_test.go function TestEnterpriseService_ListCodeSecurityConfigurations (line 17) | func TestEnterpriseService_ListCodeSecurityConfigurations(t *testing.T) { function TestEnterpriseService_GetCodeSecurityConfiguration (line 67) | func TestEnterpriseService_GetCodeSecurityConfiguration(t *testing.T) { function TestEnterpriseService_CreateCodeSecurityConfiguration (line 107) | func TestEnterpriseService_CreateCodeSecurityConfiguration(t *testing.T) { function TestEnterpriseService_ListDefaultCodeSecurityConfigurations (line 159) | func TestEnterpriseService_ListDefaultCodeSecurityConfigurations(t *test... function TestEnterpriseService_UpdateCodeSecurityConfiguration (line 216) | func TestEnterpriseService_UpdateCodeSecurityConfiguration(t *testing.T) { function TestEnterpriseService_DeleteCodeSecurityConfiguration (line 268) | func TestEnterpriseService_DeleteCodeSecurityConfiguration(t *testing.T) { function TestEnterpriseService_AttachCodeSecurityConfigurationToRepositories (line 300) | func TestEnterpriseService_AttachCodeSecurityConfigurationToRepositories... function TestEnterpriseService_SetDefaultCodeSecurityConfiguration (line 340) | func TestEnterpriseService_SetDefaultCodeSecurityConfiguration(t *testin... function TestEnterpriseService_ListCodeSecurityConfigurationRepositories (line 392) | func TestEnterpriseService_ListCodeSecurityConfigurationRepositories(t *... FILE: github/enterprise_licenses.go type EnterpriseConsumedLicenses (line 14) | type EnterpriseConsumedLicenses struct type EnterpriseLicensedUsers (line 21) | type EnterpriseLicensedUsers struct type EnterpriseLicenseSyncStatus (line 44) | type EnterpriseLicenseSyncStatus struct type ServerInstanceProperties (line 51) | type ServerInstanceProperties struct type ServerInstances (line 57) | type ServerInstances struct type ServiceInstanceItems (line 64) | type ServiceInstanceItems struct type ServerItemProperties (line 71) | type ServerItemProperties struct type LastLicenseSync (line 79) | type LastLicenseSync struct type LastLicenseSyncProperties (line 86) | type LastLicenseSyncProperties struct method GetConsumedLicenses (line 97) | func (s *EnterpriseService) GetConsumedLicenses(ctx context.Context, ent... method GetLicenseSyncStatus (line 123) | func (s *EnterpriseService) GetLicenseSyncStatus(ctx context.Context, en... FILE: github/enterprise_licenses_test.go function TestEnterpriseService_GetConsumedLicenses (line 17) | func TestEnterpriseService_GetConsumedLicenses(t *testing.T) { function TestEnterpriseService_GetLicenseSyncStatus (line 111) | func TestEnterpriseService_GetLicenseSyncStatus(t *testing.T) { FILE: github/enterprise_manage_ghes.go type NodeQueryOptions (line 14) | type NodeQueryOptions struct type ClusterStatus (line 23) | type ClusterStatus struct type ClusterStatusNode (line 29) | type ClusterStatusNode struct type ClusterStatusNodeServiceItem (line 36) | type ClusterStatusNodeServiceItem struct type SystemRequirements (line 43) | type SystemRequirements struct type SystemRequirementsNode (line 49) | type SystemRequirementsNode struct type SystemRequirementsNodeRoleStatus (line 56) | type SystemRequirementsNodeRoleStatus struct type NodeReleaseVersion (line 62) | type NodeReleaseVersion struct type ReleaseVersion (line 68) | type ReleaseVersion struct method CheckSystemRequirements (line 80) | func (s *EnterpriseService) CheckSystemRequirements(ctx context.Context)... method ClusterStatus (line 101) | func (s *EnterpriseService) ClusterStatus(ctx context.Context) (*Cluster... method ReplicationStatus (line 122) | func (s *EnterpriseService) ReplicationStatus(ctx context.Context, opts ... method GetNodeReleaseVersions (line 146) | func (s *EnterpriseService) GetNodeReleaseVersions(ctx context.Context, ... FILE: github/enterprise_manage_ghes_config.go type ConfigApplyOptions (line 14) | type ConfigApplyOptions struct type ConfigApplyStatus (line 20) | type ConfigApplyStatus struct type ConfigApplyStatusNode (line 27) | type ConfigApplyStatusNode struct type ConfigApplyEventsOptions (line 35) | type ConfigApplyEventsOptions struct type ConfigApplyEvents (line 40) | type ConfigApplyEvents struct type ConfigApplyEventsNode (line 45) | type ConfigApplyEventsNode struct type ConfigApplyEventsNodeEvent (line 52) | type ConfigApplyEventsNodeEvent struct type InitialConfigOptions (line 67) | type InitialConfigOptions struct type LicenseStatus (line 73) | type LicenseStatus struct type UploadLicenseOptions (line 95) | type UploadLicenseOptions struct type LicenseCheck (line 100) | type LicenseCheck struct type ConfigSettings (line 106) | type ConfigSettings struct type ConfigSettingsAvatar (line 140) | type ConfigSettingsAvatar struct type ConfigSettingsCustomer (line 146) | type ConfigSettingsCustomer struct type ConfigSettingsLicenseSettings (line 155) | type ConfigSettingsLicenseSettings struct type ConfigSettingsGithubSSL (line 167) | type ConfigSettingsGithubSSL struct type ConfigSettingsLDAP (line 174) | type ConfigSettingsLDAP struct type ConfigSettingsLDAPReconciliation (line 198) | type ConfigSettingsLDAPReconciliation struct type ConfigSettingsLDAPProfile (line 204) | type ConfigSettingsLDAPProfile struct type ConfigSettingsCAS (line 212) | type ConfigSettingsCAS struct type ConfigSettingsSAML (line 217) | type ConfigSettingsSAML struct type ConfigSettingsGithubOAuth (line 227) | type ConfigSettingsGithubOAuth struct type ConfigSettingsSMTP (line 235) | type ConfigSettingsSMTP struct type ConfigSettingsNTP (line 252) | type ConfigSettingsNTP struct type ConfigSettingsSNMP (line 258) | type ConfigSettingsSNMP struct type ConfigSettingsSyslog (line 264) | type ConfigSettingsSyslog struct type ConfigSettingsPagesSettings (line 271) | type ConfigSettingsPagesSettings struct type ConfigSettingsCollectd (line 276) | type ConfigSettingsCollectd struct type ConfigSettingsMapping (line 286) | type ConfigSettingsMapping struct type NodeMetadataStatus (line 294) | type NodeMetadataStatus struct type NodeDetails (line 300) | type NodeDetails struct method ConfigApplyEvents (line 311) | func (s *EnterpriseService) ConfigApplyEvents(ctx context.Context, opts ... method InitialConfig (line 336) | func (s *EnterpriseService) InitialConfig(ctx context.Context, license, ... method License (line 357) | func (s *EnterpriseService) License(ctx context.Context) ([]*LicenseStat... method UploadLicense (line 378) | func (s *EnterpriseService) UploadLicense(ctx context.Context, license s... method LicenseStatus (line 396) | func (s *EnterpriseService) LicenseStatus(ctx context.Context) ([]*Licen... method NodeMetadata (line 418) | func (s *EnterpriseService) NodeMetadata(ctx context.Context, opts *Node... method Settings (line 442) | func (s *EnterpriseService) Settings(ctx context.Context) (*ConfigSettin... method UpdateSettings (line 463) | func (s *EnterpriseService) UpdateSettings(ctx context.Context, opts *Co... method ConfigApply (line 482) | func (s *EnterpriseService) ConfigApply(ctx context.Context, opts *Confi... method ConfigApplyStatus (line 503) | func (s *EnterpriseService) ConfigApplyStatus(ctx context.Context, opts ... FILE: github/enterprise_manage_ghes_config_test.go function TestEnterpriseService_Settings (line 18) | func TestEnterpriseService_Settings(t *testing.T) { function TestEnterpriseService_NodeMetadata (line 316) | func TestEnterpriseService_NodeMetadata(t *testing.T) { function TestEnterpriseService_LicenseStatus (line 371) | func TestEnterpriseService_LicenseStatus(t *testing.T) { function TestEnterpriseService_License (line 405) | func TestEnterpriseService_License(t *testing.T) { function TestEnterpriseService_ConfigApplyEvents (line 472) | func TestEnterpriseService_ConfigApplyEvents(t *testing.T) { function TestEnterpriseService_UpdateSettings (line 545) | func TestEnterpriseService_UpdateSettings(t *testing.T) { function TestEnterpriseService_UploadLicense (line 575) | func TestEnterpriseService_UploadLicense(t *testing.T) { function TestEnterpriseService_InitialConfig (line 596) | func TestEnterpriseService_InitialConfig(t *testing.T) { function TestEnterpriseService_ConfigApply (line 626) | func TestEnterpriseService_ConfigApply(t *testing.T) { function TestEnterpriseService_ConfigApplyStatus (line 670) | func TestEnterpriseService_ConfigApplyStatus(t *testing.T) { FILE: github/enterprise_manage_ghes_maintenance.go type MaintenanceOperationStatus (line 13) | type MaintenanceOperationStatus struct type MaintenanceStatus (line 20) | type MaintenanceStatus struct type ConnectionServiceItem (line 32) | type ConnectionServiceItem struct type MaintenanceOptions (line 39) | type MaintenanceOptions struct method GetMaintenanceStatus (line 52) | func (s *EnterpriseService) GetMaintenanceStatus(ctx context.Context, op... method CreateMaintenance (line 77) | func (s *EnterpriseService) CreateMaintenance(ctx context.Context, enabl... FILE: github/enterprise_manage_ghes_maintenance_test.go function TestEnterpriseService_GetMaintenanceStatus (line 18) | func TestEnterpriseService_GetMaintenanceStatus(t *testing.T) { function TestEnterpriseService_CreateMaintenance (line 83) | func TestEnterpriseService_CreateMaintenance(t *testing.T) { FILE: github/enterprise_manage_ghes_ssh.go type SSHKeyStatus (line 13) | type SSHKeyStatus struct type SSHKeyOptions (line 21) | type SSHKeyOptions struct type ClusterSSHKey (line 27) | type ClusterSSHKey struct method DeleteSSHKey (line 37) | func (s *EnterpriseService) DeleteSSHKey(ctx context.Context, key string... method GetSSHKey (line 61) | func (s *EnterpriseService) GetSSHKey(ctx context.Context) ([]*ClusterSS... method CreateSSHKey (line 82) | func (s *EnterpriseService) CreateSSHKey(ctx context.Context, key string... FILE: github/enterprise_manage_ghes_ssh_test.go function TestEnterpriseService_GetSSHKey (line 17) | func TestEnterpriseService_GetSSHKey(t *testing.T) { function TestEnterpriseService_DeleteSSHKey (line 53) | func TestEnterpriseService_DeleteSSHKey(t *testing.T) { function TestEnterpriseService_CreateSSHKey (line 94) | func TestEnterpriseService_CreateSSHKey(t *testing.T) { FILE: github/enterprise_manage_ghes_test.go function TestEnterpriseService_CheckSystemRequirements (line 16) | func TestEnterpriseService_CheckSystemRequirements(t *testing.T) { function TestEnterpriseService_ClusterStatus (line 66) | func TestEnterpriseService_ClusterStatus(t *testing.T) { function TestEnterpriseService_ReplicationStatus (line 110) | func TestEnterpriseService_ReplicationStatus(t *testing.T) { function TestEnterpriseService_Versions (line 161) | func TestEnterpriseService_Versions(t *testing.T) { FILE: github/enterprise_network_configurations.go method ListEnterpriseNetworkConfigurations (line 18) | func (s *EnterpriseService) ListEnterpriseNetworkConfigurations(ctx cont... method CreateEnterpriseNetworkConfiguration (line 44) | func (s *EnterpriseService) CreateEnterpriseNetworkConfiguration(ctx con... method GetEnterpriseNetworkConfiguration (line 69) | func (s *EnterpriseService) GetEnterpriseNetworkConfiguration(ctx contex... method UpdateEnterpriseNetworkConfiguration (line 90) | func (s *EnterpriseService) UpdateEnterpriseNetworkConfiguration(ctx con... method DeleteEnterpriseNetworkConfiguration (line 115) | func (s *EnterpriseService) DeleteEnterpriseNetworkConfiguration(ctx con... method GetEnterpriseNetworkSettingsResource (line 130) | func (s *EnterpriseService) GetEnterpriseNetworkSettingsResource(ctx con... FILE: github/enterprise_network_configurations_test.go function TestEnterpriseService_ListEnterpriseNetworkConfigurations (line 17) | func TestEnterpriseService_ListEnterpriseNetworkConfigurations(t *testin... function TestEnterpriseService_CreateEnterpriseNetworkConfiguration (line 97) | func TestEnterpriseService_CreateEnterpriseNetworkConfiguration(t *testi... function TestEnterpriseService_GetEnterpriseNetworkConfiguration (line 191) | func TestEnterpriseService_GetEnterpriseNetworkConfiguration(t *testing.... function TestEnterpriseService_UpdateEnterpriseNetworkConfiguration (line 241) | func TestEnterpriseService_UpdateEnterpriseNetworkConfiguration(t *testi... function TestEnterpriseService_DeleteEnterpriseNetworkConfiguration (line 334) | func TestEnterpriseService_DeleteEnterpriseNetworkConfiguration(t *testi... function TestEnterpriseService_GetEnterpriseNetworkSettingsResource (line 359) | func TestEnterpriseService_GetEnterpriseNetworkSettingsResource(t *testi... FILE: github/enterprise_organization_properties.go type EnterpriseCustomPropertySchema (line 14) | type EnterpriseCustomPropertySchema struct type EnterpriseCustomPropertiesValues (line 20) | type EnterpriseCustomPropertiesValues struct type EnterpriseCustomPropertyValuesRequest (line 30) | type EnterpriseCustomPropertyValuesRequest struct method GetOrganizationCustomPropertySchema (line 43) | func (s *EnterpriseService) GetOrganizationCustomPropertySchema(ctx cont... method CreateOrUpdateOrganizationCustomPropertySchema (line 65) | func (s *EnterpriseService) CreateOrUpdateOrganizationCustomPropertySche... method GetOrganizationCustomProperty (line 85) | func (s *EnterpriseService) GetOrganizationCustomProperty(ctx context.Co... method CreateOrUpdateOrganizationCustomProperty (line 107) | func (s *EnterpriseService) CreateOrUpdateOrganizationCustomProperty(ctx... method DeleteOrganizationCustomProperty (line 127) | func (s *EnterpriseService) DeleteOrganizationCustomProperty(ctx context... method ListOrganizationCustomPropertyValues (line 148) | func (s *EnterpriseService) ListOrganizationCustomPropertyValues(ctx con... method CreateOrUpdateOrganizationCustomPropertyValues (line 176) | func (s *EnterpriseService) CreateOrUpdateOrganizationCustomPropertyValu... FILE: github/enterprise_organization_properties_test.go function TestEnterpriseService_GetOrganizationCustomPropertySchema (line 16) | func TestEnterpriseService_GetOrganizationCustomPropertySchema(t *testin... function TestEnterpriseService_CreateOrUpdateOrganizationCustomPropertySchema (line 65) | func TestEnterpriseService_CreateOrUpdateOrganizationCustomPropertySchem... function TestEnterpriseService_GetOrganizationCustomProperty (line 93) | func TestEnterpriseService_GetOrganizationCustomProperty(t *testing.T) { function TestEnterpriseService_CreateOrUpdateOrganizationCustomProperty (line 136) | func TestEnterpriseService_CreateOrUpdateOrganizationCustomProperty(t *t... function TestEnterpriseService_DeleteOrganizationCustomProperty (line 162) | func TestEnterpriseService_DeleteOrganizationCustomProperty(t *testing.T) { function TestEnterpriseService_ListOrganizationCustomPropertyValues (line 187) | func TestEnterpriseService_ListOrganizationCustomPropertyValues(t *testi... function TestEnterpriseService_CreateOrUpdateOrganizationCustomPropertyValues (line 237) | func TestEnterpriseService_CreateOrUpdateOrganizationCustomPropertyValue... FILE: github/enterprise_properties.go method GetAllCustomProperties (line 18) | func (s *EnterpriseService) GetAllCustomProperties(ctx context.Context, ... method CreateOrUpdateCustomProperties (line 40) | func (s *EnterpriseService) CreateOrUpdateCustomProperties(ctx context.C... method GetCustomProperty (line 68) | func (s *EnterpriseService) GetCustomProperty(ctx context.Context, enter... method CreateOrUpdateCustomProperty (line 90) | func (s *EnterpriseService) CreateOrUpdateCustomProperty(ctx context.Con... method RemoveCustomProperty (line 112) | func (s *EnterpriseService) RemoveCustomProperty(ctx context.Context, en... FILE: github/enterprise_properties_test.go function TestEnterpriseService_GetAllCustomProperties (line 16) | func TestEnterpriseService_GetAllCustomProperties(t *testing.T) { function TestEnterpriseService_CreateOrUpdateCustomProperties (line 88) | func TestEnterpriseService_CreateOrUpdateCustomProperties(t *testing.T) { function TestEnterpriseService_GetCustomProperty (line 151) | func TestEnterpriseService_GetCustomProperty(t *testing.T) { function TestEnterpriseService_CreateOrUpdateCustomProperty (line 201) | func TestEnterpriseService_CreateOrUpdateCustomProperty(t *testing.T) { function TestEnterpriseService_RemoveCustomProperty (line 258) | func TestEnterpriseService_RemoveCustomProperty(t *testing.T) { FILE: github/enterprise_rules.go method CreateRepositoryRuleset (line 18) | func (s *EnterpriseService) CreateRepositoryRuleset(ctx context.Context,... method GetRepositoryRuleset (line 40) | func (s *EnterpriseService) GetRepositoryRuleset(ctx context.Context, en... method UpdateRepositoryRuleset (line 62) | func (s *EnterpriseService) UpdateRepositoryRuleset(ctx context.Context,... method DeleteRepositoryRuleset (line 84) | func (s *EnterpriseService) DeleteRepositoryRuleset(ctx context.Context,... FILE: github/enterprise_rules_test.go function TestEnterpriseService_CreateRepositoryRuleset_OrgNameRepoName (line 17) | func TestEnterpriseService_CreateRepositoryRuleset_OrgNameRepoName(t *te... function TestEnterpriseService_UpdateRepositoryRuleset_OmitZero_Nil (line 388) | func TestEnterpriseService_UpdateRepositoryRuleset_OmitZero_Nil(t *testi... function TestEnterpriseService_UpdateRepositoryRuleset_OmitZero_EmptySlice (line 419) | func TestEnterpriseService_UpdateRepositoryRuleset_OmitZero_EmptySlice(t... function TestEnterpriseService_CreateRepositoryRuleset_OrgNameRepoProperty (line 443) | func TestEnterpriseService_CreateRepositoryRuleset_OrgNameRepoProperty(t... function TestEnterpriseService_CreateRepositoryRuleset_OrgIdRepoName (line 843) | func TestEnterpriseService_CreateRepositoryRuleset_OrgIdRepoName(t *test... function TestEnterpriseService_CreateRepositoryRuleset_OrgIdRepoProperty (line 1206) | func TestEnterpriseService_CreateRepositoryRuleset_OrgIdRepoProperty(t *... function TestEnterpriseService_GetRepositoryRuleset (line 1598) | func TestEnterpriseService_GetRepositoryRuleset(t *testing.T) { function TestEnterpriseService_UpdateRepositoryRuleset (line 1705) | func TestEnterpriseService_UpdateRepositoryRuleset(t *testing.T) { function TestEnterpriseService_DeleteRepositoryRuleset (line 1828) | func TestEnterpriseService_DeleteRepositoryRuleset(t *testing.T) { FILE: github/enterprise_scim.go constant SCIMSchemasURINamespacesGroups (line 15) | SCIMSchemasURINamespacesGroups = "urn:ietf:params:scim:schemas:core:2.0:... constant SCIMSchemasURINamespacesUser (line 19) | SCIMSchemasURINamespacesUser = "urn:ietf:params:scim:schemas:core:2.0:User" constant SCIMSchemasURINamespacesListResponse (line 23) | SCIMSchemasURINamespacesListResponse = "urn:ietf:params:scim:api:message... constant SCIMSchemasURINamespacesPatchOp (line 27) | SCIMSchemasURINamespacesPatchOp = "urn:ietf:params:scim:api:messages:2.0... type SCIMEnterpriseGroupAttributes (line 32) | type SCIMEnterpriseGroupAttributes struct type SCIMEnterpriseDisplayReference (line 43) | type SCIMEnterpriseDisplayReference struct type SCIMEnterpriseMeta (line 50) | type SCIMEnterpriseMeta struct type SCIMEnterpriseGroups (line 58) | type SCIMEnterpriseGroups struct type ListProvisionedSCIMGroupsEnterpriseOptions (line 69) | type ListProvisionedSCIMGroupsEnterpriseOptions struct type GetProvisionedSCIMGroupEnterpriseOptions (line 86) | type GetProvisionedSCIMGroupEnterpriseOptions struct type SCIMEnterpriseUserAttributes (line 94) | type SCIMEnterpriseUserAttributes struct type SCIMEnterpriseUserName (line 110) | type SCIMEnterpriseUserName struct type SCIMEnterpriseUserEmail (line 118) | type SCIMEnterpriseUserEmail struct type SCIMEnterpriseUserRole (line 125) | type SCIMEnterpriseUserRole struct type SCIMEnterpriseUsers (line 133) | type SCIMEnterpriseUsers struct type ListProvisionedSCIMUsersEnterpriseOptions (line 144) | type ListProvisionedSCIMUsersEnterpriseOptions struct type SCIMEnterpriseAttribute (line 159) | type SCIMEnterpriseAttribute struct type SCIMEnterpriseAttributeOperation (line 165) | type SCIMEnterpriseAttributeOperation struct method ListProvisionedSCIMGroups (line 180) | func (s *EnterpriseService) ListProvisionedSCIMGroups(ctx context.Contex... method ListProvisionedSCIMUsers (line 211) | func (s *EnterpriseService) ListProvisionedSCIMUsers(ctx context.Context... method SetProvisionedSCIMGroup (line 242) | func (s *EnterpriseService) SetProvisionedSCIMGroup(ctx context.Context,... method SetProvisionedSCIMUser (line 270) | func (s *EnterpriseService) SetProvisionedSCIMUser(ctx context.Context, ... method UpdateSCIMGroupAttribute (line 300) | func (s *EnterpriseService) UpdateSCIMGroupAttribute(ctx context.Context... method UpdateSCIMUserAttribute (line 332) | func (s *EnterpriseService) UpdateSCIMUserAttribute(ctx context.Context,... method ProvisionSCIMGroup (line 354) | func (s *EnterpriseService) ProvisionSCIMGroup(ctx context.Context, ente... method ProvisionSCIMUser (line 376) | func (s *EnterpriseService) ProvisionSCIMUser(ctx context.Context, enter... method GetProvisionedSCIMGroup (line 402) | func (s *EnterpriseService) GetProvisionedSCIMGroup(ctx context.Context,... method GetProvisionedSCIMUser (line 429) | func (s *EnterpriseService) GetProvisionedSCIMUser(ctx context.Context, ... method DeleteSCIMGroup (line 452) | func (s *EnterpriseService) DeleteSCIMGroup(ctx context.Context, enterpr... method DeleteSCIMUser (line 473) | func (s *EnterpriseService) DeleteSCIMUser(ctx context.Context, enterpri... FILE: github/enterprise_scim_test.go function TestSCIMEnterpriseGroups_Marshal (line 16) | func TestSCIMEnterpriseGroups_Marshal(t *testing.T) { function TestSCIMEnterpriseUsers_Marshal (line 71) | func TestSCIMEnterpriseUsers_Marshal(t *testing.T) { function TestSCIMEnterpriseGroupAttributes_Marshal (line 164) | func TestSCIMEnterpriseGroupAttributes_Marshal(t *testing.T) { function TestSCIMEnterpriseAttribute_Marshal (line 207) | func TestSCIMEnterpriseAttribute_Marshal(t *testing.T) { function TestEnterpriseService_ListProvisionedSCIMGroups (line 272) | func TestEnterpriseService_ListProvisionedSCIMGroups(t *testing.T) { function TestEnterpriseService_ListProvisionedSCIMUsers (line 366) | func TestEnterpriseService_ListProvisionedSCIMUsers(t *testing.T) { function TestEnterpriseService_SetProvisionedSCIMGroup (line 474) | func TestEnterpriseService_SetProvisionedSCIMGroup(t *testing.T) { function TestEnterpriseService_SetProvisionedSCIMUser (line 538) | func TestEnterpriseService_SetProvisionedSCIMUser(t *testing.T) { function TestEnterpriseService_UpdateSCIMGroupAttribute (line 623) | func TestEnterpriseService_UpdateSCIMGroupAttribute(t *testing.T) { function TestEnterpriseService_UpdateSCIMUserAttribute (line 700) | func TestEnterpriseService_UpdateSCIMUserAttribute(t *testing.T) { function TestEnterpriseService_ProvisionSCIMGroup (line 805) | func TestEnterpriseService_ProvisionSCIMGroup(t *testing.T) { function TestEnterpriseService_ProvisionSCIMUser (line 897) | func TestEnterpriseService_ProvisionSCIMUser(t *testing.T) { function TestEnterpriseService_GetProvisionedSCIMGroup (line 1009) | func TestEnterpriseService_GetProvisionedSCIMGroup(t *testing.T) { function TestEnterpriseService_GetProvisionedSCIMUser (line 1081) | func TestEnterpriseService_GetProvisionedSCIMUser(t *testing.T) { function TestEnterpriseService_DeleteSCIMGroup (line 1165) | func TestEnterpriseService_DeleteSCIMGroup(t *testing.T) { function TestEnterpriseService_DeleteSCIMUser (line 1192) | func TestEnterpriseService_DeleteSCIMUser(t *testing.T) { FILE: github/enterprise_team.go type EnterpriseTeam (line 14) | type EnterpriseTeam struct type EnterpriseTeamCreateOrUpdateRequest (line 29) | type EnterpriseTeamCreateOrUpdateRequest struct method ListTeams (line 46) | func (s *EnterpriseService) ListTeams(ctx context.Context, enterprise st... method CreateTeam (line 72) | func (s *EnterpriseService) CreateTeam(ctx context.Context, enterprise s... method GetTeam (line 94) | func (s *EnterpriseService) GetTeam(ctx context.Context, enterprise, tea... method UpdateTeam (line 116) | func (s *EnterpriseService) UpdateTeam(ctx context.Context, enterprise, ... method DeleteTeam (line 138) | func (s *EnterpriseService) DeleteTeam(ctx context.Context, enterprise, ... method ListTeamMembers (line 159) | func (s *EnterpriseService) ListTeamMembers(ctx context.Context, enterpr... method BulkAddTeamMembers (line 185) | func (s *EnterpriseService) BulkAddTeamMembers(ctx context.Context, ente... method BulkRemoveTeamMembers (line 206) | func (s *EnterpriseService) BulkRemoveTeamMembers(ctx context.Context, e... method GetTeamMembership (line 227) | func (s *EnterpriseService) GetTeamMembership(ctx context.Context, enter... method AddTeamMember (line 249) | func (s *EnterpriseService) AddTeamMember(ctx context.Context, enterpris... method RemoveTeamMember (line 271) | func (s *EnterpriseService) RemoveTeamMember(ctx context.Context, enterp... method ListAssignments (line 292) | func (s *EnterpriseService) ListAssignments(ctx context.Context, enterpr... method AddMultipleAssignments (line 318) | func (s *EnterpriseService) AddMultipleAssignments(ctx context.Context, ... method RemoveMultipleAssignments (line 340) | func (s *EnterpriseService) RemoveMultipleAssignments(ctx context.Contex... method GetAssignment (line 362) | func (s *EnterpriseService) GetAssignment(ctx context.Context, enterpris... method AddAssignment (line 384) | func (s *EnterpriseService) AddAssignment(ctx context.Context, enterpris... method RemoveAssignment (line 406) | func (s *EnterpriseService) RemoveAssignment(ctx context.Context, enterp... FILE: github/enterprise_team_test.go function TestEnterpriseService_ListTeams (line 17) | func TestEnterpriseService_ListTeams(t *testing.T) { function TestEnterpriseService_CreateTeam (line 76) | func TestEnterpriseService_CreateTeam(t *testing.T) { function TestEnterpriseService_GetTeam (line 122) | func TestEnterpriseService_GetTeam(t *testing.T) { function TestEnterpriseService_UpdateTeam (line 165) | func TestEnterpriseService_UpdateTeam(t *testing.T) { function TestEnterpriseService_DeleteTeam (line 213) | func TestEnterpriseService_DeleteTeam(t *testing.T) { function TestEnterpriseService_ListTeamMembers (line 238) | func TestEnterpriseService_ListTeamMembers(t *testing.T) { function TestEnterpriseService_BulkAddTeamMembers (line 283) | func TestEnterpriseService_BulkAddTeamMembers(t *testing.T) { function TestEnterpriseService_BulkRemoveTeamMembers (line 328) | func TestEnterpriseService_BulkRemoveTeamMembers(t *testing.T) { function TestEnterpriseService_GetTeamMembership (line 373) | func TestEnterpriseService_GetTeamMembership(t *testing.T) { function TestEnterpriseService_AddTeamMember (line 414) | func TestEnterpriseService_AddTeamMember(t *testing.T) { function TestEnterpriseService_RemoveTeamMember (line 455) | func TestEnterpriseService_RemoveTeamMember(t *testing.T) { function TestEnterpriseService_ListAssignments (line 483) | func TestEnterpriseService_ListAssignments(t *testing.T) { function TestEnterpriseService_AddMultipleAssignments (line 550) | func TestEnterpriseService_AddMultipleAssignments(t *testing.T) { function TestEnterpriseService_RemoveMultipleAssignments (line 595) | func TestEnterpriseService_RemoveMultipleAssignments(t *testing.T) { function TestEnterpriseService_GetAssignment (line 640) | func TestEnterpriseService_GetAssignment(t *testing.T) { function TestEnterpriseService_AddAssignment (line 681) | func TestEnterpriseService_AddAssignment(t *testing.T) { function TestEnterpriseService_RemoveAssignment (line 722) | func TestEnterpriseService_RemoveAssignment(t *testing.T) { FILE: github/event.go type Event (line 13) | type Event struct method String (line 24) | func (e Event) String() string { method ParsePayload (line 30) | func (e *Event) ParsePayload() (any, error) { method Payload (line 47) | func (e *Event) Payload() (payload any) { FILE: github/event_test.go function TestPayload_Panic (line 13) | func TestPayload_Panic(t *testing.T) { function TestPayload_NoPanic (line 27) | func TestPayload_NoPanic(t *testing.T) { function TestEmptyEvent_NoPanic (line 35) | func TestEmptyEvent_NoPanic(t *testing.T) { function TestEvent_Marshal (line 48) | func TestEvent_Marshal(t *testing.T) { FILE: github/event_types.go type RequestedAction (line 14) | type RequestedAction struct type BranchProtectionRuleEvent (line 22) | type BranchProtectionRuleEvent struct type BranchProtectionConfigurationEvent (line 36) | type BranchProtectionConfigurationEvent struct type CheckRunEvent (line 49) | type CheckRunEvent struct type CheckSuiteEvent (line 68) | type CheckSuiteEvent struct type CommitCommentEvent (line 84) | type CommitCommentEvent struct type ContentReferenceEvent (line 104) | type ContentReferenceEvent struct type CreateEvent (line 120) | type CreateEvent struct type CustomPropertyEvent (line 142) | type CustomPropertyEvent struct type CustomPropertyValuesEvent (line 158) | type CustomPropertyValuesEvent struct type DeleteEvent (line 179) | type DeleteEvent struct type DependabotAlertEvent (line 199) | type DependabotAlertEvent struct type DeployKeyEvent (line 218) | type DeployKeyEvent struct type DeploymentEvent (line 244) | type DeploymentEvent struct type DeploymentProtectionRuleEvent (line 263) | type DeploymentProtectionRuleEvent struct type DeploymentReviewEvent (line 282) | type DeploymentReviewEvent struct type WorkflowJobRun (line 307) | type WorkflowJobRun struct type DeploymentStatusEvent (line 324) | type DeploymentStatusEvent struct type DiscussionCommentEvent (line 343) | type DiscussionCommentEvent struct type CommentDiscussion (line 356) | type CommentDiscussion struct type DiscussionEvent (line 382) | type DiscussionEvent struct type Discussion (line 395) | type Discussion struct type DiscussionCategory (line 424) | type DiscussionCategory struct type ForkEvent (line 441) | type ForkEvent struct type GitHubAppAuthorizationEvent (line 455) | type GitHubAppAuthorizationEvent struct type Page (line 465) | type Page struct type GollumEvent (line 478) | type GollumEvent struct type EditChange (line 493) | type EditChange struct type EditTitle (line 504) | type EditTitle struct type EditBody (line 509) | type EditBody struct type EditBase (line 514) | type EditBase struct type EditRef (line 520) | type EditRef struct type EditRepo (line 525) | type EditRepo struct type EditOwner (line 530) | type EditOwner struct type OwnerInfo (line 535) | type OwnerInfo struct type RepoName (line 541) | type RepoName struct type EditTopics (line 546) | type EditTopics struct type EditSHA (line 551) | type EditSHA struct type EditDefaultBranch (line 556) | type EditDefaultBranch struct type ProjectChange (line 561) | type ProjectChange struct type ProjectName (line 567) | type ProjectName struct type ProjectBody (line 572) | type ProjectBody struct type ProjectCardChange (line 577) | type ProjectCardChange struct type ProjectCardNote (line 582) | type ProjectCardNote struct type ProjectColumnChange (line 587) | type ProjectColumnChange struct type ProjectColumnName (line 592) | type ProjectColumnName struct type TeamChange (line 597) | type TeamChange struct type TeamDescription (line 605) | type TeamDescription struct type TeamName (line 610) | type TeamName struct type TeamPrivacy (line 615) | type TeamPrivacy struct type TeamRepository (line 620) | type TeamRepository struct type TeamPermissions (line 625) | type TeamPermissions struct type TeamPermissionsFrom (line 630) | type TeamPermissionsFrom struct type InstallationEvent (line 641) | type InstallationEvent struct type InstallationRepositoriesEvent (line 658) | type InstallationRepositoriesEvent struct type InstallationLoginChange (line 673) | type InstallationLoginChange struct type InstallationSlugChange (line 678) | type InstallationSlugChange struct type InstallationChanges (line 683) | type InstallationChanges struct type InstallationTargetEvent (line 692) | type InstallationTargetEvent struct type IssueCommentEvent (line 709) | type IssueCommentEvent struct type IssuesEvent (line 733) | type IssuesEvent struct type LabelEvent (line 759) | type LabelEvent struct type MarketplacePurchaseEvent (line 778) | type MarketplacePurchaseEvent struct type MemberChangesPermission (line 796) | type MemberChangesPermission struct type MemberChangesRoleName (line 802) | type MemberChangesRoleName struct type MemberChanges (line 808) | type MemberChanges struct type MemberEvent (line 817) | type MemberEvent struct type MembershipEvent (line 840) | type MembershipEvent struct type MergeGroup (line 855) | type MergeGroup struct type MergeGroupEvent (line 872) | type MergeGroupEvent struct type MetaEvent (line 893) | type MetaEvent struct type MilestoneEvent (line 914) | type MilestoneEvent struct type OrganizationEvent (line 934) | type OrganizationEvent struct type OrgBlockEvent (line 955) | type OrgBlockEvent struct type PackageEvent (line 973) | type PackageEvent struct type PageBuildEvent (line 996) | type PageBuildEvent struct type PersonalAccessTokenRequestEvent (line 1016) | type PersonalAccessTokenRequestEvent struct type PersonalAccessTokenRequest (line 1027) | type PersonalAccessTokenRequest struct type PersonalAccessTokenPermissions (line 1076) | type PersonalAccessTokenPermissions struct type PingEvent (line 1085) | type PingEvent struct type ProjectV2Event (line 1104) | type ProjectV2Event struct type ProjectV2ItemEvent (line 1118) | type ProjectV2ItemEvent struct type ProjectV2ItemChange (line 1130) | type ProjectV2ItemChange struct type ArchivedAt (line 1136) | type ArchivedAt struct type FieldValue (line 1142) | type FieldValue struct type PublicEvent (line 1156) | type PublicEvent struct type PullRequestEvent (line 1173) | type PullRequestEvent struct type PullRequestReviewEvent (line 1218) | type PullRequestReviewEvent struct type PullRequestReviewCommentEvent (line 1239) | type PullRequestReviewCommentEvent struct type PullRequestReviewThreadEvent (line 1262) | type PullRequestReviewThreadEvent struct type PullRequestTargetEvent (line 1285) | type PullRequestTargetEvent struct type PushEvent (line 1327) | type PushEvent struct method String (line 1371) | func (p PushEvent) String() string { type HeadCommit (line 1376) | type HeadCommit struct method String (line 1395) | func (h HeadCommit) String() string { type PushEventRepository (line 1400) | type PushEventRepository struct type PushEventRepoOwner (line 1442) | type PushEventRepoOwner struct type RegistryPackageEvent (line 1453) | type RegistryPackageEvent struct type ReleaseEvent (line 1472) | type ReleaseEvent struct type RepositoryEvent (line 1497) | type RepositoryEvent struct type RepositoryDispatchEvent (line 1514) | type RepositoryDispatchEvent struct type RepositoryImportEvent (line 1530) | type RepositoryImportEvent struct type RepositoryRulesetEvent (line 1543) | type RepositoryRulesetEvent struct type RepositoryRulesetChanges (line 1555) | type RepositoryRulesetChanges struct type RepositoryRulesetChangeSource (line 1563) | type RepositoryRulesetChangeSource struct type RepositoryRulesetChangeSources (line 1568) | type RepositoryRulesetChangeSources struct type RepositoryRulesetChangedConditions (line 1573) | type RepositoryRulesetChangedConditions struct type RepositoryRulesetUpdatedConditions (line 1580) | type RepositoryRulesetUpdatedConditions struct type RepositoryRulesetUpdatedCondition (line 1586) | type RepositoryRulesetUpdatedCondition struct type RepositoryRulesetChangedRules (line 1594) | type RepositoryRulesetChangedRules struct type RepositoryRulesetUpdatedRules (line 1601) | type RepositoryRulesetUpdatedRules struct type RepositoryRulesetChangedRule (line 1607) | type RepositoryRulesetChangedRule struct type RepositoryVulnerabilityAlertEvent (line 1616) | type RepositoryVulnerabilityAlertEvent struct type RepositoryVulnerabilityAlert (line 1638) | type RepositoryVulnerabilityAlert struct type SecretScanningAlertEvent (line 1657) | type SecretScanningAlertEvent struct type SecretScanningAlertLocationEvent (line 1677) | type SecretScanningAlertLocationEvent struct type SecurityAndAnalysisEvent (line 1691) | type SecurityAndAnalysisEvent struct type SecurityAndAnalysisChange (line 1702) | type SecurityAndAnalysisChange struct type SecurityAndAnalysisChangeFrom (line 1708) | type SecurityAndAnalysisChangeFrom struct type StarEvent (line 1716) | type StarEvent struct type StatusEvent (line 1737) | type StatusEvent struct type TeamEvent (line 1768) | type TeamEvent struct type TeamAddEvent (line 1787) | type TeamAddEvent struct type UserEvent (line 1803) | type UserEvent struct type WatchEvent (line 1821) | type WatchEvent struct type WorkflowDispatchEvent (line 1839) | type WorkflowDispatchEvent struct type WorkflowJobEvent (line 1854) | type WorkflowJobEvent struct type WorkflowRunEvent (line 1873) | type WorkflowRunEvent struct type SecurityAdvisory (line 1888) | type SecurityAdvisory struct type AdvisoryIdentifier (line 1919) | type AdvisoryIdentifier struct type AdvisoryReference (line 1925) | type AdvisoryReference struct type AdvisoryVulnerability (line 1930) | type AdvisoryVulnerability struct type VulnerabilityPackage (line 1944) | type VulnerabilityPackage struct type FirstPatchedVersion (line 1950) | type FirstPatchedVersion struct type SecurityAdvisoryEvent (line 1957) | type SecurityAdvisoryEvent struct type CodeScanningAlertEvent (line 1972) | type CodeScanningAlertEvent struct type SponsorshipEvent (line 1988) | type SponsorshipEvent struct type SponsorshipChanges (line 1999) | type SponsorshipChanges struct type SponsorshipTier (line 2005) | type SponsorshipTier struct FILE: github/event_types_test.go function TestEditChange_Marshal_TitleChange (line 16) | func TestEditChange_Marshal_TitleChange(t *testing.T) { function TestEditChange_Marshal_BodyChange (line 37) | func TestEditChange_Marshal_BodyChange(t *testing.T) { function TestEditChange_Marshal_BaseChange (line 58) | func TestEditChange_Marshal_BaseChange(t *testing.T) { function TestEditChange_Marshal_Repo (line 91) | func TestEditChange_Marshal_Repo(t *testing.T) { function TestEditChange_Marshal_TransferFromUser (line 123) | func TestEditChange_Marshal_TransferFromUser(t *testing.T) { function TestEditChange_Marshal_TransferFromOrg (line 162) | func TestEditChange_Marshal_TransferFromOrg(t *testing.T) { function TestProjectChange_Marshal_NameChange (line 201) | func TestProjectChange_Marshal_NameChange(t *testing.T) { function TestProjectChange_Marshal_BodyChange (line 219) | func TestProjectChange_Marshal_BodyChange(t *testing.T) { function TestProjectCardChange_Marshal_NoteChange (line 237) | func TestProjectCardChange_Marshal_NoteChange(t *testing.T) { function TestProjectColumnChange_Marshal_NameChange (line 254) | func TestProjectColumnChange_Marshal_NameChange(t *testing.T) { function TestBranchProtectionConfigurationEvent_Marshal (line 271) | func TestBranchProtectionConfigurationEvent_Marshal(t *testing.T) { function TestTeamAddEvent_Marshal (line 326) | func TestTeamAddEvent_Marshal(t *testing.T) { function TestStarEvent_Marshal (line 681) | func TestStarEvent_Marshal(t *testing.T) { function TestTeamEvent_Marshal (line 770) | func TestTeamEvent_Marshal(t *testing.T) { function TestInstallationRepositoriesEvent_Marshal (line 1167) | func TestInstallationRepositoriesEvent_Marshal(t *testing.T) { function TestInstallationTargetEvent_Marshal (line 1422) | func TestInstallationTargetEvent_Marshal(t *testing.T) { function TestEditTitle_Marshal (line 1761) | func TestEditTitle_Marshal(t *testing.T) { function TestEditBody_Marshal (line 1776) | func TestEditBody_Marshal(t *testing.T) { function TestEditBase_Marshal (line 1791) | func TestEditBase_Marshal(t *testing.T) { function TestEditRef_Marshal (line 1816) | func TestEditRef_Marshal(t *testing.T) { function TestEditSHA_Marshal (line 1831) | func TestEditSHA_Marshal(t *testing.T) { function TestProjectName_Marshal (line 1846) | func TestProjectName_Marshal(t *testing.T) { function TestProjectBody_Marshal (line 1861) | func TestProjectBody_Marshal(t *testing.T) { function TestProjectCardNote_Marshal (line 1876) | func TestProjectCardNote_Marshal(t *testing.T) { function TestProjectColumnName_Marshal (line 1891) | func TestProjectColumnName_Marshal(t *testing.T) { function TestTeamDescription_Marshal (line 1906) | func TestTeamDescription_Marshal(t *testing.T) { function TestTeamName_Marshal (line 1921) | func TestTeamName_Marshal(t *testing.T) { function TestTeamPrivacy_Marshal (line 1936) | func TestTeamPrivacy_Marshal(t *testing.T) { function TestTeamRepository_Marshal (line 1951) | func TestTeamRepository_Marshal(t *testing.T) { function TestTeamPermissions_Marshal (line 1978) | func TestTeamPermissions_Marshal(t *testing.T) { function TestTeamPermissionsFrom_Marshal (line 2001) | func TestTeamPermissionsFrom_Marshal(t *testing.T) { function TestRepositoryVulnerabilityAlert_Marshal (line 2020) | func TestRepositoryVulnerabilityAlert_Marshal(t *testing.T) { function TestPage_Marshal (line 2067) | func TestPage_Marshal(t *testing.T) { function TestTeamChange_Marshal (line 2092) | func TestTeamChange_Marshal(t *testing.T) { function TestIssueCommentEvent_Marshal (line 2141) | func TestIssueCommentEvent_Marshal(t *testing.T) { function TestIssuesEvent_Marshal (line 2460) | func TestIssuesEvent_Marshal(t *testing.T) { function TestLabelEvent_Marshal (line 2753) | func TestLabelEvent_Marshal(t *testing.T) { function TestMilestoneEvent_Marshal (line 3050) | func TestMilestoneEvent_Marshal(t *testing.T) { function TestPublicEvent_Marshal (line 3365) | func TestPublicEvent_Marshal(t *testing.T) { function TestPullRequestReviewEvent_Marshal (line 3598) | func TestPullRequestReviewEvent_Marshal(t *testing.T) { function TestPushEvent_Marshal (line 3885) | func TestPushEvent_Marshal(t *testing.T) { function TestStatusEvent_Marshal (line 4204) | func TestStatusEvent_Marshal(t *testing.T) { function TestMarketplacePurchaseEvent_Marshal (line 4465) | func TestMarketplacePurchaseEvent_Marshal(t *testing.T) { function TestOrganizationEvent_Marshal (line 4788) | func TestOrganizationEvent_Marshal(t *testing.T) { function TestPageBuildEvent_Marshal (line 5135) | func TestPageBuildEvent_Marshal(t *testing.T) { function TestCommitCommentEvent_Marshal (line 5374) | func TestCommitCommentEvent_Marshal(t *testing.T) { function TestDeploymentEvent_Marshal (line 5675) | func TestDeploymentEvent_Marshal(t *testing.T) { function TestDeploymentProtectionRuleEvent_Marshal (line 6147) | func TestDeploymentProtectionRuleEvent_Marshal(t *testing.T) { function TestDeploymentReviewEvent_Marshal (line 6535) | func TestDeploymentReviewEvent_Marshal(t *testing.T) { function TestDeploymentStatusEvent_Marshal (line 7136) | func TestDeploymentStatusEvent_Marshal(t *testing.T) { function TestDiscussionCommentEvent_Marshal (line 7472) | func TestDiscussionCommentEvent_Marshal(t *testing.T) { function TestDiscussionEvent_Marshal (line 7889) | func TestDiscussionEvent_Marshal(t *testing.T) { function TestPackageEvent_Marshal (line 8238) | func TestPackageEvent_Marshal(t *testing.T) { function TestPersonalAccessTokenRequestEvent_Marshal (line 8367) | func TestPersonalAccessTokenRequestEvent_Marshal(t *testing.T) { function TestPingEvent_Marshal (line 8442) | func TestPingEvent_Marshal(t *testing.T) { function TestRegistryPackageEvent_Marshal (line 8687) | func TestRegistryPackageEvent_Marshal(t *testing.T) { function TestRepositoryDispatchEvent_Marshal (line 8816) | func TestRepositoryDispatchEvent_Marshal(t *testing.T) { function TestRepositoryImportEvent_Marshal (line 9106) | func TestRepositoryImportEvent_Marshal(t *testing.T) { function TestRepositoryEvent_Marshal (line 9193) | func TestRepositoryEvent_Marshal(t *testing.T) { function TestReleaseEvent_Marshal (line 9472) | func TestReleaseEvent_Marshal(t *testing.T) { function TestRepositoryRulesetEvent_Unmarshal (line 9745) | func TestRepositoryRulesetEvent_Unmarshal(t *testing.T) { function TestContentReferenceEvent_Marshal (line 10043) | func TestContentReferenceEvent_Marshal(t *testing.T) { function TestMemberEvent_Marshal (line 10288) | func TestMemberEvent_Marshal(t *testing.T) { function TestMembershipEvent_Marshal (line 10561) | func TestMembershipEvent_Marshal(t *testing.T) { function TestMergeGroupEvent_Marshal (line 10928) | func TestMergeGroupEvent_Marshal(t *testing.T) { function TestOrgBlockEvent_Marshal (line 11225) | func TestOrgBlockEvent_Marshal(t *testing.T) { function TestGollumEvent_Marshal (line 11512) | func TestGollumEvent_Marshal(t *testing.T) { function TestWorkflowRunEvent_Marshal (line 11765) | func TestWorkflowRunEvent_Marshal(t *testing.T) { function TestWorkflowDispatchEvent_Marshal (line 12036) | func TestWorkflowDispatchEvent_Marshal(t *testing.T) { function TestWatchEvent_Marshal (line 12133) | func TestWatchEvent_Marshal(t *testing.T) { function TestUserEvent_Marshal (line 12368) | func TestUserEvent_Marshal(t *testing.T) { function TestCheckRunEvent_Marshal (line 12444) | func TestCheckRunEvent_Marshal(t *testing.T) { function TestCheckSuiteEvent_Marshal (line 12901) | func TestCheckSuiteEvent_Marshal(t *testing.T) { function TestDeployKeyEvent_Marshal (line 13302) | func TestDeployKeyEvent_Marshal(t *testing.T) { function TestMetaEvent_Marshal (line 13407) | func TestMetaEvent_Marshal(t *testing.T) { function TestRequestedAction_Marshal (line 13464) | func TestRequestedAction_Marshal(t *testing.T) { function TestCreateEvent_Marshal (line 13479) | func TestCreateEvent_Marshal(t *testing.T) { function TestCustomPropertyEvent_Marshal (line 13722) | func TestCustomPropertyEvent_Marshal(t *testing.T) { function TestCustomPropertyValuesEvent_Marshal (line 13970) | func TestCustomPropertyValuesEvent_Marshal(t *testing.T) { function TestDeleteEvent_Marshal (line 14215) | func TestDeleteEvent_Marshal(t *testing.T) { function TestDependabotAlertEvent_Marshal (line 14454) | func TestDependabotAlertEvent_Marshal(t *testing.T) { function TestForkEvent_Marshal (line 14918) | func TestForkEvent_Marshal(t *testing.T) { function TestGitHubAppAuthorizationEvent_Marshal (line 15161) | func TestGitHubAppAuthorizationEvent_Marshal(t *testing.T) { function TestInstallationEvent_Marshal (line 15194) | func TestInstallationEvent_Marshal(t *testing.T) { function TestHeadCommit_Marshal (line 15433) | func TestHeadCommit_Marshal(t *testing.T) { function TestPushEventRepository_Marshal (line 15496) | func TestPushEventRepository_Marshal(t *testing.T) { function TestPushEventRepoOwner_Marshal (line 15615) | func TestPushEventRepoOwner_Marshal(t *testing.T) { function TestProjectV2Event_Marshal (line 15632) | func TestProjectV2Event_Marshal(t *testing.T) { function TestProjectV2ItemEvent_Marshal (line 15845) | func TestProjectV2ItemEvent_Marshal(t *testing.T) { function TestPullRequestEvent_Marshal (line 16028) | func TestPullRequestEvent_Marshal(t *testing.T) { function TestPullRequestReviewCommentEvent_Marshal (line 16413) | func TestPullRequestReviewCommentEvent_Marshal(t *testing.T) { function TestPullRequestReviewThreadEvent_Marshal (line 16688) | func TestPullRequestReviewThreadEvent_Marshal(t *testing.T) { function TestPullRequestTargetEvent_Marshal (line 16940) | func TestPullRequestTargetEvent_Marshal(t *testing.T) { function TestRepositoryVulnerabilityAlertEvent_Marshal (line 17323) | func TestRepositoryVulnerabilityAlertEvent_Marshal(t *testing.T) { function TestSecretScanningAlertEvent_Marshal (line 17386) | func TestSecretScanningAlertEvent_Marshal(t *testing.T) { function TestSecretScanningAlertLocationEvent_Marshal (line 17719) | func TestSecretScanningAlertLocationEvent_Marshal(t *testing.T) { function TestSecurityAdvisoryEvent_Marshal (line 17811) | func TestSecurityAdvisoryEvent_Marshal(t *testing.T) { function TestSecurityAndAnalysisEvent_Marshal (line 18198) | func TestSecurityAndAnalysisEvent_Marshal(t *testing.T) { function TestCodeScanningAlertEvent_Marshal (line 18535) | func TestCodeScanningAlertEvent_Marshal(t *testing.T) { function TestSponsorshipEvent_Marshal (line 18864) | func TestSponsorshipEvent_Marshal(t *testing.T) { function TestSponsorshipChanges_Marshal (line 18925) | func TestSponsorshipChanges_Marshal(t *testing.T) { function TestSponsorshipTier_Marshal (line 18946) | func TestSponsorshipTier_Marshal(t *testing.T) { FILE: github/example_iterators_test.go function ExampleRepositoriesService_ListByUserIter (line 16) | func ExampleRepositoriesService_ListByUserIter() { FILE: github/examples_test.go function ExampleMarkdownService_Render (line 18) | func ExampleMarkdownService_Render() { function ExampleRepositoriesService_GetReadme (line 33) | func ExampleRepositoriesService_GetReadme() { function ExampleRepositoriesService_ListByUser (line 52) | func ExampleRepositoriesService_ListByUser() { function ExampleRepositoriesService_CreateFile (line 67) | func ExampleRepositoriesService_CreateFile() { function ExampleUsersService_ListAll (line 96) | func ExampleUsersService_ListAll() { function ExamplePullRequestsService_Create (line 113) | func ExamplePullRequestsService_Create() { function ExampleTeamsService_ListTeams (line 141) | func ExampleTeamsService_ListTeams() { function ExampleUsersService_ListUserSocialAccounts (line 177) | func ExampleUsersService_ListUserSocialAccounts() { FILE: github/fuzz_messages_test.go function FuzzParseWebHook (line 23) | func FuzzParseWebHook(f *testing.F) { FILE: github/gen-accessors.go constant fileSuffix (line 38) | fileSuffix = "-accessors.go" function logf (line 70) | func logf(fmt string, args ...any) { function main (line 76) | func main() { function sourceFilter (line 211) | func sourceFilter(fi os.FileInfo) bool { function newGetter (line 258) | func newGetter(receiverType, fieldName, fieldType, zeroValue string, nam... function zeroValueOfIdent (line 329) | func zeroValueOfIdent(x *ast.Ident) string { function genIdentGetter (line 344) | func genIdentGetter(x *ast.Ident, receiverType, fieldName string) *getter { type templateData (line 424) | type templateData struct method processAST (line 122) | func (t *templateData) processAST(f *ast.File) error { method dump (line 215) | func (t *templateData) dump() error { method addArrayType (line 270) | func (t *templateData) addArrayType(x *ast.ArrayType, receiverType, fi... method addSimpleValueIdent (line 292) | func (t *templateData) addSimpleValueIdent(x *ast.Ident, receiverType,... method addIdent (line 324) | func (t *templateData) addIdent(x *ast.Ident, receiverType, fieldName ... method addMapType (line 350) | func (t *templateData) addMapType(x *ast.MapType, receiverType, fieldN... method addSimpleValueSelectorExpr (line 376) | func (t *templateData) addSimpleValueSelectorExpr(x *ast.SelectorExpr,... method addSelectorExpr (line 386) | func (t *templateData) addSelectorExpr(x *ast.SelectorExpr, receiverTy... method genSelectorExprGetter (line 394) | func (t *templateData) genSelectorExprGetter(x *ast.SelectorExpr, rece... type getter (line 432) | type getter struct constant source (line 445) | source = `// Code generated by gen-accessors; DO NOT EDIT. constant test (line 499) | test = `// Code generated by gen-accessors; DO NOT EDIT. FILE: github/gen-iterators.go constant fileSuffix (line 33) | fileSuffix = "-iterators.go" function logf (line 46) | func logf(fmt string, args ...any) { function main (line 52) | func main() { function sourceFilter (line 88) | func sourceFilter(fi os.FileInfo) bool { type templateData (line 92) | type templateData struct method processStructs (line 166) | func (t *templateData) processStructs(f *ast.File) { method hasListCursorOptions (line 219) | func (t *templateData) hasListCursorOptions(structName string) bool { method hasListOptions (line 223) | func (t *templateData) hasListOptions(structName string) bool { method hasOptions (line 227) | func (t *templateData) hasOptions(structName, optionsType string) bool { method hasIntPage (line 243) | func (t *templateData) hasIntPage(structName string) bool { method hasStringAfter (line 259) | func (t *templateData) hasStringAfter(structName string) bool { method processMethods (line 290) | func (t *templateData) processMethods(f *ast.File) error { method isMethodIterable (line 326) | func (t *templateData) isMethodIterable(fd *ast.FuncDecl) (*methodInfo... method collectMethodInfo (line 355) | func (t *templateData) collectMethodInfo(fd *ast.FuncDecl) (*methodInf... method processReturnArrayType (line 444) | func (t *templateData) processReturnArrayType(fd *ast.FuncDecl, sliceR... method processReturnStarExpr (line 484) | func (t *templateData) processReturnStarExpr(fd *ast.FuncDecl, starRet... method dump (line 581) | func (t *templateData) dump() error { type structDef (line 99) | type structDef struct type method (line 106) | type method struct type methodInfo (line 131) | type methodInfo struct function getZeroValue (line 275) | func getZeroValue(typeStr string) string { function validateMethodShape (line 339) | func validateMethodShape(fd *ast.FuncDecl) bool { function findSinglePointerSliceField (line 543) | func findSinglePointerSliceField(sd *structDef) (fieldName, fieldType st... function lowerFirst (line 557) | func lowerFirst(s string) string { function typeToString (line 564) | func typeToString(expr ast.Expr) string { constant doNotEditHeader (line 612) | doNotEditHeader = `// Code generated by gen-iterators; DO NOT EDIT. constant source (line 622) | source = doNotEditHeader + ` constant test (line 702) | test = doNotEditHeader + ` FILE: github/gen-stringify-test.go constant ignoreFilePrefix1 (line 33) | ignoreFilePrefix1 = "gen-" constant ignoreFilePrefix2 (line 34) | ignoreFilePrefix2 = "github-" constant outputFileSuffix (line 35) | outputFileSuffix = "-stringify_test.go" function main (line 86) | func main() { function sourceFilter (line 118) | func sourceFilter(fi os.FileInfo) bool { type templateData (line 124) | type templateData struct method processAST (line 143) | func (t *templateData) processAST(f *ast.File) error { method addMapType (line 248) | func (t *templateData) addMapType(receiverType, fieldName string) { method addIdent (line 252) | func (t *templateData) addIdent(x *ast.Ident, receiverType, fieldName ... method addIdentPtr (line 276) | func (t *templateData) addIdentPtr(x *ast.Ident, receiverType, fieldNa... method addIdentSlice (line 300) | func (t *templateData) addIdentSlice(x *ast.Ident, receiverType, field... method dump (line 328) | func (t *templateData) dump() error { type structField (line 133) | type structField struct function newStructField (line 372) | func newStructField(receiverType, fieldName, fieldType, zeroValue string... function logf (line 384) | func logf(fmt string, args ...any) { constant source (line 390) | source = `// Code generated by gen-stringify-tests; DO NOT EDIT. FILE: github/gists.go type GistsService (line 18) | type GistsService method List (line 105) | func (s *GistsService) List(ctx context.Context, user string, opts *Gi... method ListAll (line 136) | func (s *GistsService) ListAll(ctx context.Context, opts *GistListOpti... method ListStarred (line 161) | func (s *GistsService) ListStarred(ctx context.Context, opts *GistList... method Get (line 186) | func (s *GistsService) Get(ctx context.Context, id string) (*Gist, *Re... method GetRevision (line 207) | func (s *GistsService) GetRevision(ctx context.Context, id, sha string... method Create (line 228) | func (s *GistsService) Create(ctx context.Context, gist *Gist) (*Gist,... method Edit (line 249) | func (s *GistsService) Edit(ctx context.Context, id string, gist *Gist... method ListCommits (line 270) | func (s *GistsService) ListCommits(ctx context.Context, id string, opt... method Delete (line 296) | func (s *GistsService) Delete(ctx context.Context, id string) (*Respon... method Star (line 311) | func (s *GistsService) Star(ctx context.Context, id string) (*Response... method Unstar (line 326) | func (s *GistsService) Unstar(ctx context.Context, id string) (*Respon... method IsStarred (line 341) | func (s *GistsService) IsStarred(ctx context.Context, id string) (bool... method Fork (line 358) | func (s *GistsService) Fork(ctx context.Context, id string) (*Gist, *R... method ListForks (line 379) | func (s *GistsService) ListForks(ctx context.Context, id string, opts ... type Gist (line 21) | type Gist struct method String (line 36) | func (g Gist) String() string { type GistFilename (line 41) | type GistFilename type GistFile (line 44) | type GistFile struct method String (line 53) | func (g GistFile) String() string { type GistCommit (line 58) | type GistCommit struct method String (line 67) | func (gc GistCommit) String() string { type GistFork (line 72) | type GistFork struct method String (line 81) | func (gf GistFork) String() string { type GistListOptions (line 87) | type GistListOptions struct FILE: github/gists_comments.go type GistComment (line 14) | type GistComment struct method String (line 22) | func (g GistComment) String() string { method ListComments (line 31) | func (s *GistsService) ListComments(ctx context.Context, gistID string, ... method GetComment (line 57) | func (s *GistsService) GetComment(ctx context.Context, gistID string, co... method CreateComment (line 78) | func (s *GistsService) CreateComment(ctx context.Context, gistID string,... method EditComment (line 99) | func (s *GistsService) EditComment(ctx context.Context, gistID string, c... method DeleteComment (line 120) | func (s *GistsService) DeleteComment(ctx context.Context, gistID string,... FILE: github/gists_comments_test.go function TestGistComments_Marshal (line 18) | func TestGistComments_Marshal(t *testing.T) { function TestGistsService_ListComments (line 75) | func TestGistsService_ListComments(t *testing.T) { function TestGistsService_ListComments_invalidID (line 112) | func TestGistsService_ListComments_invalidID(t *testing.T) { function TestGistsService_GetComment (line 121) | func TestGistsService_GetComment(t *testing.T) { function TestGistsService_GetComment_invalidID (line 156) | func TestGistsService_GetComment_invalidID(t *testing.T) { function TestGistsService_CreateComment (line 165) | func TestGistsService_CreateComment(t *testing.T) { function TestGistsService_CreateComment_invalidID (line 209) | func TestGistsService_CreateComment_invalidID(t *testing.T) { function TestGistsService_EditComment (line 218) | func TestGistsService_EditComment(t *testing.T) { function TestGistsService_EditComment_invalidID (line 262) | func TestGistsService_EditComment_invalidID(t *testing.T) { function TestGistsService_DeleteComment (line 271) | func TestGistsService_DeleteComment(t *testing.T) { function TestGistsService_DeleteComment_invalidID (line 296) | func TestGistsService_DeleteComment_invalidID(t *testing.T) { FILE: github/gists_test.go function TestGist_Marshal (line 18) | func TestGist_Marshal(t *testing.T) { function TestGistCommit_Marshal (line 108) | func TestGistCommit_Marshal(t *testing.T) { function TestGistFork_Marshal (line 173) | func TestGistFork_Marshal(t *testing.T) { function TestGistsService_List_specifiedUser (line 230) | func TestGistsService_List_specifiedUser(t *testing.T) { function TestGistsService_List_authenticatedUser (line 271) | func TestGistsService_List_authenticatedUser(t *testing.T) { function TestGistsService_List_invalidUser (line 306) | func TestGistsService_List_invalidUser(t *testing.T) { function TestGistsService_ListAll (line 315) | func TestGistsService_ListAll(t *testing.T) { function TestGistsService_ListStarred (line 351) | func TestGistsService_ListStarred(t *testing.T) { function TestGistsService_Get (line 387) | func TestGistsService_Get(t *testing.T) { function TestGistsService_Get_invalidID (line 422) | func TestGistsService_Get_invalidID(t *testing.T) { function TestGistsService_GetRevision (line 431) | func TestGistsService_GetRevision(t *testing.T) { function TestGistsService_GetRevision_invalidID (line 466) | func TestGistsService_GetRevision_invalidID(t *testing.T) { function TestGistsService_Create (line 475) | func TestGistsService_Create(t *testing.T) { function TestGistsService_Edit (line 538) | func TestGistsService_Edit(t *testing.T) { function TestGistsService_Edit_invalidID (line 609) | func TestGistsService_Edit_invalidID(t *testing.T) { function TestGistsService_ListCommits (line 618) | func TestGistsService_ListCommits(t *testing.T) { function TestGistsService_ListCommits_withOptions (line 681) | func TestGistsService_ListCommits_withOptions(t *testing.T) { function TestGistsService_ListCommits_invalidID (line 714) | func TestGistsService_ListCommits_invalidID(t *testing.T) { function TestGistsService_Delete (line 723) | func TestGistsService_Delete(t *testing.T) { function TestGistsService_Delete_invalidID (line 748) | func TestGistsService_Delete_invalidID(t *testing.T) { function TestGistsService_Star (line 757) | func TestGistsService_Star(t *testing.T) { function TestGistsService_Star_invalidID (line 782) | func TestGistsService_Star_invalidID(t *testing.T) { function TestGistsService_Unstar (line 791) | func TestGistsService_Unstar(t *testing.T) { function TestGistsService_Unstar_invalidID (line 816) | func TestGistsService_Unstar_invalidID(t *testing.T) { function TestGistsService_IsStarred_hasStar (line 825) | func TestGistsService_IsStarred_hasStar(t *testing.T) { function TestGistsService_IsStarred_noStar (line 858) | func TestGistsService_IsStarred_noStar(t *testing.T) { function TestGistsService_IsStarred_invalidID (line 891) | func TestGistsService_IsStarred_invalidID(t *testing.T) { function TestGistsService_Fork (line 900) | func TestGistsService_Fork(t *testing.T) { function TestGistsService_ListForks (line 935) | func TestGistsService_ListForks(t *testing.T) { function TestGistsService_ListForks_withOptions (line 987) | func TestGistsService_ListForks_withOptions(t *testing.T) { function TestGistFile_Marshal (line 1025) | func TestGistFile_Marshal(t *testing.T) { FILE: github/git.go type GitService (line 12) | type GitService FILE: github/git_blobs.go type Blob (line 15) | type Blob struct method GetBlob (line 29) | func (s *GitService) GetBlob(ctx context.Context, owner, repo, sha strin... method GetBlobRaw (line 51) | func (s *GitService) GetBlobRaw(ctx context.Context, owner, repo, sha st... method CreateBlob (line 74) | func (s *GitService) CreateBlob(ctx context.Context, owner, repo string,... FILE: github/git_blobs_test.go function TestGitService_GetBlob (line 18) | func TestGitService_GetBlob(t *testing.T) { function TestGitService_GetBlob_invalidOwner (line 61) | func TestGitService_GetBlob_invalidOwner(t *testing.T) { function TestGitService_GetBlobRaw (line 70) | func TestGitService_GetBlobRaw(t *testing.T) { function TestGitService_CreateBlob (line 107) | func TestGitService_CreateBlob(t *testing.T) { function TestGitService_CreateBlob_invalidOwner (line 164) | func TestGitService_CreateBlob_invalidOwner(t *testing.T) { function TestBlob_Marshal (line 173) | func TestBlob_Marshal(t *testing.T) { FILE: github/git_commits.go type SignatureVerification (line 18) | type SignatureVerification struct type MessageSigner (line 33) | type MessageSigner interface type MessageSignerFunc (line 38) | type MessageSignerFunc method Sign (line 41) | func (f MessageSignerFunc) Sign(w io.Writer, r io.Reader) error { type Commit (line 46) | type Commit struct method String (line 64) | func (c Commit) String() string { type CommitAuthor (line 70) | type CommitAuthor struct method String (line 79) | func (c CommitAuthor) String() string { method GetCommit (line 88) | func (s *GitService) GetCommit(ctx context.Context, owner, repo, sha str... type createCommit (line 105) | type createCommit struct type CreateCommitOptions (line 116) | type CreateCommitOptions struct method CreateCommit (line 132) | func (s *GitService) CreateCommit(ctx context.Context, owner, repo strin... function createSignature (line 178) | func createSignature(signer MessageSigner, commit *createCommit) (string... function createSignatureMessage (line 197) | func createSignatureMessage(commit *createCommit) (string, error) { FILE: github/git_commits_test.go function mockSigner (line 20) | func mockSigner(t *testing.T, signature string, emitErr error, wantMessa... function uncalledSigner (line 33) | func uncalledSigner(t *testing.T) MessageSignerFunc { function TestCommit_Marshal (line 40) | func TestCommit_Marshal(t *testing.T) { function TestGitService_GetCommit (line 130) | func TestGitService_GetCommit(t *testing.T) { function TestGitService_GetCommit_invalidOwner (line 165) | func TestGitService_GetCommit_invalidOwner(t *testing.T) { function TestGitService_CreateCommit (line 174) | func TestGitService_CreateCommit(t *testing.T) { function TestGitService_CreateSignedCommit (line 227) | func TestGitService_CreateSignedCommit(t *testing.T) { function TestGitService_CreateSignedCommitWithInvalidParams (line 286) | func TestGitService_CreateSignedCommitWithInvalidParams(t *testing.T) { function TestGitService_CreateCommit_WithSigner (line 300) | func TestGitService_CreateCommit_WithSigner(t *testing.T) { function TestGitService_createSignature_nilSigner (line 351) | func TestGitService_createSignature_nilSigner(t *testing.T) { function TestGitService_createSignature_nilCommit (line 366) | func TestGitService_createSignature_nilCommit(t *testing.T) { function TestGitService_createSignature_signerError (line 375) | func TestGitService_createSignature_signerError(t *testing.T) { function TestGitService_createSignatureMessage_nilCommit (line 392) | func TestGitService_createSignatureMessage_nilCommit(t *testing.T) { function TestGitService_createSignatureMessage_nilMessage (line 400) | func TestGitService_createSignatureMessage_nilMessage(t *testing.T) { function TestGitService_createSignatureMessage_emptyMessage (line 418) | func TestGitService_createSignatureMessage_emptyMessage(t *testing.T) { function TestGitService_createSignatureMessage_nilAuthor (line 436) | func TestGitService_createSignatureMessage_nilAuthor(t *testing.T) { function TestGitService_createSignatureMessage_withoutTree (line 448) | func TestGitService_createSignatureMessage_withoutTree(t *testing.T) { function TestGitService_createSignatureMessage_withoutCommitter (line 471) | func TestGitService_createSignatureMessage_withoutCommitter(t *testing.T) { function TestGitService_CreateCommit_invalidOwner (line 499) | func TestGitService_CreateCommit_invalidOwner(t *testing.T) { function TestSignatureVerification_Marshal (line 508) | func TestSignatureVerification_Marshal(t *testing.T) { function TestCommitAuthor_Marshal (line 529) | func TestCommitAuthor_Marshal(t *testing.T) { function TestCreateCommit_Marshal (line 550) | func TestCreateCommit_Marshal(t *testing.T) { FILE: github/git_refs.go type Reference (line 17) | type Reference struct method String (line 25) | func (r Reference) String() string { type GitObject (line 30) | type GitObject struct method String (line 36) | func (o GitObject) String() string { type CreateRef (line 41) | type CreateRef struct type UpdateRef (line 47) | type UpdateRef struct method GetRef (line 58) | func (s *GitService) GetRef(ctx context.Context, owner, repo, ref string... function refURLEscape (line 77) | func refURLEscape(ref string) string { method ListMatchingRefs (line 93) | func (s *GitService) ListMatchingRefs(ctx context.Context, owner, repo, ... method CreateRef (line 116) | func (s *GitService) CreateRef(ctx context.Context, owner, repo string, ... method UpdateRef (line 148) | func (s *GitService) UpdateRef(ctx context.Context, owner, repo, ref str... method DeleteRef (line 178) | func (s *GitService) DeleteRef(ctx context.Context, owner, repo, ref str... FILE: github/git_refs_test.go function TestGitService_GetRef_singleRef (line 18) | func TestGitService_GetRef_singleRef(t *testing.T) { function TestGitService_GetRef_noRefs (line 75) | func TestGitService_GetRef_noRefs(t *testing.T) { function TestGitService_ListMatchingRefs_singleRef (line 111) | func TestGitService_ListMatchingRefs_singleRef(t *testing.T) { function TestGitService_ListMatchingRefs_multipleRefs (line 166) | func TestGitService_ListMatchingRefs_multipleRefs(t *testing.T) { function TestGitService_ListMatchingRefs_noRefs (line 230) | func TestGitService_ListMatchingRefs_noRefs(t *testing.T) { function TestGitService_ListMatchingRefs_allRefs (line 264) | func TestGitService_ListMatchingRefs_allRefs(t *testing.T) { function TestGitService_CreateRef (line 338) | func TestGitService_CreateRef(t *testing.T) { function TestGitService_UpdateRef (line 423) | func TestGitService_UpdateRef(t *testing.T) { function TestGitService_DeleteRef (line 512) | func TestGitService_DeleteRef(t *testing.T) { function TestGitService_GetRef_pathEscape (line 542) | func TestGitService_GetRef_pathEscape(t *testing.T) { function TestGitService_UpdateRef_pathEscape (line 584) | func TestGitService_UpdateRef_pathEscape(t *testing.T) { function TestReference_Marshal (line 636) | func TestReference_Marshal(t *testing.T) { function TestGitObject_Marshal (line 669) | func TestGitObject_Marshal(t *testing.T) { function TestCreateRef_Marshal (line 692) | func TestCreateRef_Marshal(t *testing.T) { function TestUpdateRef_Marshal (line 709) | func TestUpdateRef_Marshal(t *testing.T) { FILE: github/git_tags.go type Tag (line 14) | type Tag struct type CreateTag (line 26) | type CreateTag struct method GetTag (line 39) | func (s *GitService) GetTag(ctx context.Context, owner, repo, sha string... method CreateTag (line 60) | func (s *GitService) CreateTag(ctx context.Context, owner, repo string, ... FILE: github/git_tags_test.go function TestGitService_GetTag (line 17) | func TestGitService_GetTag(t *testing.T) { function TestGitService_CreateTag (line 52) | func TestGitService_CreateTag(t *testing.T) { function TestTag_Marshal (line 101) | func TestTag_Marshal(t *testing.T) { function TestCreateTag_Marshal (line 158) | func TestCreateTag_Marshal(t *testing.T) { FILE: github/git_trees.go type Tree (line 15) | type Tree struct method String (line 26) | func (t Tree) String() string { type TreeEntry (line 40) | type TreeEntry struct method String (line 50) | func (t TreeEntry) String() string { method MarshalJSON (line 69) | func (t *TreeEntry) MarshalJSON() ([]byte, error) { type treeEntryWithFileDelete (line 58) | type treeEntryWithFileDelete struct method GetTree (line 107) | func (s *GitService) GetTree(ctx context.Context, owner, repo, sha strin... type createTree (line 128) | type createTree struct method CreateTree (line 146) | func (s *GitService) CreateTree(ctx context.Context, owner, repo, baseTr... FILE: github/git_trees_test.go function TestMarshalJSON_withNilContentAndSHA (line 18) | func TestMarshalJSON_withNilContentAndSHA(t *testing.T) { function TestGitService_GetTree (line 39) | func TestGitService_GetTree(t *testing.T) { function TestGitService_GetTree_invalidOwner (line 86) | func TestGitService_GetTree_invalidOwner(t *testing.T) { function TestGitService_CreateTree (line 95) | func TestGitService_CreateTree(t *testing.T) { function TestGitService_CreateTree_Content (line 174) | func TestGitService_CreateTree_Content(t *testing.T) { function TestGitService_CreateTree_Delete (line 255) | func TestGitService_CreateTree_Delete(t *testing.T) { function TestGitService_CreateTree_invalidOwner (line 335) | func TestGitService_CreateTree_invalidOwner(t *testing.T) { function TestTree_Marshal (line 344) | func TestTree_Marshal(t *testing.T) { function TestTreeEntry_Marshal (line 383) | func TestTreeEntry_Marshal(t *testing.T) { function TestTreeEntryWithFileDelete_Marshal (line 410) | func TestTreeEntryWithFileDelete_Marshal(t *testing.T) { function TestCreateTree_Marshal (line 437) | func TestCreateTree_Marshal(t *testing.T) { FILE: github/github-accessors.go method GetMessage (line 18) | func (a *AbuseRateLimitError) GetMessage() string { method GetRetryAfter (line 26) | func (a *AbuseRateLimitError) GetRetryAfter() time.Duration { method GetAssignment (line 34) | func (a *AcceptedAssignment) GetAssignment() *ClassroomAssignment { method GetCommitCount (line 42) | func (a *AcceptedAssignment) GetCommitCount() int { method GetGrade (line 50) | func (a *AcceptedAssignment) GetGrade() string { method GetID (line 58) | func (a *AcceptedAssignment) GetID() int64 { method GetPassing (line 66) | func (a *AcceptedAssignment) GetPassing() bool { method GetRepository (line 74) | func (a *AcceptedAssignment) GetRepository() *Repository { method GetStudents (line 82) | func (a *AcceptedAssignment) GetStudents() []*ClassroomUser { method GetSubmitted (line 90) | func (a *AcceptedAssignment) GetSubmitted() bool { method GetRaw (line 98) | func (a *AcceptedError) GetRaw() []byte { method GetFullName (line 106) | func (a *AccessibleRepository) GetFullName() string { method GetID (line 114) | func (a *AccessibleRepository) GetID() int64 { method GetName (line 122) | func (a *AccessibleRepository) GetName() string { method GetGithubOwnedAllowed (line 130) | func (a *ActionsAllowed) GetGithubOwnedAllowed() bool { method GetPatternsAllowed (line 138) | func (a *ActionsAllowed) GetPatternsAllowed() []string { method GetVerifiedAllowed (line 146) | func (a *ActionsAllowed) GetVerifiedAllowed() bool { method GetCreatedAt (line 154) | func (a *ActionsCache) GetCreatedAt() Timestamp { method GetID (line 162) | func (a *ActionsCache) GetID() int64 { method GetKey (line 170) | func (a *ActionsCache) GetKey() string { method GetLastAccessedAt (line 178) | func (a *ActionsCache) GetLastAccessedAt() Timestamp { method GetRef (line 186) | func (a *ActionsCache) GetRef() string { method GetSizeInBytes (line 194) | func (a *ActionsCache) GetSizeInBytes() int64 { method GetVersion (line 202) | func (a *ActionsCache) GetVersion() string { method GetActionsCaches (line 210) | func (a *ActionsCacheList) GetActionsCaches() []*ActionsCache { method GetTotalCount (line 218) | func (a *ActionsCacheList) GetTotalCount() int { method GetDirection (line 226) | func (a *ActionsCacheListOptions) GetDirection() string { method GetKey (line 234) | func (a *ActionsCacheListOptions) GetKey() string { method GetRef (line 242) | func (a *ActionsCacheListOptions) GetRef() string { method GetSort (line 250) | func (a *ActionsCacheListOptions) GetSort() string { method GetActiveCachesCount (line 258) | func (a *ActionsCacheUsage) GetActiveCachesCount() int { method GetActiveCachesSizeInBytes (line 266) | func (a *ActionsCacheUsage) GetActiveCachesSizeInBytes() int64 { method GetFullName (line 274) | func (a *ActionsCacheUsage) GetFullName() string { method GetRepoCacheUsage (line 282) | func (a *ActionsCacheUsageList) GetRepoCacheUsage() []*ActionsCacheUsage { method GetTotalCount (line 290) | func (a *ActionsCacheUsageList) GetTotalCount() int { method GetOrganizations (line 298) | func (a *ActionsEnabledOnEnterpriseRepos) GetOrganizations() []*Organiza... method GetTotalCount (line 306) | func (a *ActionsEnabledOnEnterpriseRepos) GetTotalCount() int { method GetRepositories (line 314) | func (a *ActionsEnabledOnOrgRepos) GetRepositories() []*Repository { method GetTotalCount (line 322) | func (a *ActionsEnabledOnOrgRepos) GetTotalCount() int { method GetFullDomains (line 330) | func (a *ActionsInboundDomains) GetFullDomains() []string { method GetWildcardDomains (line 338) | func (a *ActionsInboundDomains) GetWildcardDomains() []string { method GetAllowedActions (line 346) | func (a *ActionsPermissions) GetAllowedActions() string { method GetEnabledRepositories (line 354) | func (a *ActionsPermissions) GetEnabledRepositories() string { method GetSelectedActionsURL (line 362) | func (a *ActionsPermissions) GetSelectedActionsURL() string { method GetSHAPinningRequired (line 370) | func (a *ActionsPermissions) GetSHAPinningRequired() bool { method GetAllowedActions (line 378) | func (a *ActionsPermissionsEnterprise) GetAllowedActions() string { method GetEnabledOrganizations (line 386) | func (a *ActionsPermissionsEnterprise) GetEnabledOrganizations() string { method GetSelectedActionsURL (line 394) | func (a *ActionsPermissionsEnterprise) GetSelectedActionsURL() string { method GetAllowedActions (line 402) | func (a *ActionsPermissionsRepository) GetAllowedActions() string { method GetEnabled (line 410) | func (a *ActionsPermissionsRepository) GetEnabled() bool { method GetSelectedActionsURL (line 418) | func (a *ActionsPermissionsRepository) GetSelectedActionsURL() string { method GetSHAPinningRequired (line 426) | func (a *ActionsPermissionsRepository) GetSHAPinningRequired() bool { method GetCreatedAt (line 434) | func (a *ActionsVariable) GetCreatedAt() Timestamp { method GetName (line 442) | func (a *ActionsVariable) GetName() string { method GetSelectedRepositoriesURL (line 450) | func (a *ActionsVariable) GetSelectedRepositoriesURL() string { method GetSelectedRepositoryIDs (line 458) | func (a *ActionsVariable) GetSelectedRepositoryIDs() *SelectedRepoIDs { method GetUpdatedAt (line 466) | func (a *ActionsVariable) GetUpdatedAt() Timestamp { method GetValue (line 474) | func (a *ActionsVariable) GetValue() string { method GetVisibility (line 482) | func (a *ActionsVariable) GetVisibility() string { method GetTotalCount (line 490) | func (a *ActionsVariables) GetTotalCount() int { method GetVariables (line 498) | func (a *ActionsVariables) GetVariables() []*ActionsVariable { method GetMaximumAdvancedSecurityCommitters (line 506) | func (a *ActiveCommitters) GetMaximumAdvancedSecurityCommitters() int { method GetPurchasedAdvancedSecurityCommitters (line 514) | func (a *ActiveCommitters) GetPurchasedAdvancedSecurityCommitters() int { method GetRepositories (line 522) | func (a *ActiveCommitters) GetRepositories() []*RepositoryActiveCommitte... method GetTotalAdvancedSecurityCommitters (line 530) | func (a *ActiveCommitters) GetTotalAdvancedSecurityCommitters() int { method GetTotalCount (line 538) | func (a *ActiveCommitters) GetTotalCount() int { method GetAdvancedSecurityProduct (line 546) | func (a *ActiveCommittersListOptions) GetAdvancedSecurityProduct() string { method GetDirection (line 554) | func (a *ActivityListStarredOptions) GetDirection() string { method GetSort (line 562) | func (a *ActivityListStarredOptions) GetSort() string { method GetCountryCode (line 570) | func (a *ActorLocation) GetCountryCode() string { method GetID (line 578) | func (a *AddProjectItemOptions) GetID() int64 { method GetType (line 586) | func (a *AddProjectItemOptions) GetType() *ProjectV2ItemContentType { method GetMessage (line 594) | func (a *AddResourcesToCostCenterResponse) GetMessage() string { method GetReassignedResources (line 602) | func (a *AddResourcesToCostCenterResponse) GetReassignedResources() []*R... method GetFrom (line 610) | func (a *AdminEnforcedChanges) GetFrom() bool { method GetEnabled (line 618) | func (a *AdminEnforcement) GetEnabled() bool { method GetURL (line 626) | func (a *AdminEnforcement) GetURL() string { method GetComments (line 634) | func (a *AdminStats) GetComments() *CommentStats { method GetGists (line 642) | func (a *AdminStats) GetGists() *GistStats { method GetHooks (line 650) | func (a *AdminStats) GetHooks() *HookStats { method GetIssues (line 658) | func (a *AdminStats) GetIssues() *IssueStats { method GetMilestones (line 666) | func (a *AdminStats) GetMilestones() *MilestoneStats { method GetOrgs (line 674) | func (a *AdminStats) GetOrgs() *OrgStats { method GetPages (line 682) | func (a *AdminStats) GetPages() *PageStats { method GetPulls (line 690) | func (a *AdminStats) GetPulls() *PullStats { method GetRepos (line 698) | func (a *AdminStats) GetRepos() *RepoStats { method GetUsers (line 706) | func (a *AdminStats) GetUsers() *UserStats { method GetStatus (line 714) | func (a *AdvancedSecurity) GetStatus() string { method GetLastPushedDate (line 722) | func (a *AdvancedSecurityCommittersBreakdown) GetLastPushedDate() string { method GetLastPushedEmail (line 730) | func (a *AdvancedSecurityCommittersBreakdown) GetLastPushedEmail() string { method GetUserLogin (line 738) | func (a *AdvancedSecurityCommittersBreakdown) GetUserLogin() string { method GetScore (line 746) | func (a *AdvisoryCVSS) GetScore() float64 { method GetVectorString (line 754) | func (a *AdvisoryCVSS) GetVectorString() string { method GetCWEID (line 762) | func (a *AdvisoryCWEs) GetCWEID() string { method GetName (line 770) | func (a *AdvisoryCWEs) GetName() string { method GetPercentage (line 778) | func (a *AdvisoryEPSS) GetPercentage() float64 { method GetPercentile (line 786) | func (a *AdvisoryEPSS) GetPercentile() float64 { method GetType (line 794) | func (a *AdvisoryIdentifier) GetType() string { method GetValue (line 802) | func (a *AdvisoryIdentifier) GetValue() string { method GetURL (line 810) | func (a *AdvisoryReference) GetURL() string { method GetFirstPatchedVersion (line 818) | func (a *AdvisoryVulnerability) GetFirstPatchedVersion() *FirstPatchedVe... method GetPackage (line 826) | func (a *AdvisoryVulnerability) GetPackage() *VulnerabilityPackage { method GetPatchedVersions (line 834) | func (a *AdvisoryVulnerability) GetPatchedVersions() string { method GetSeverity (line 842) | func (a *AdvisoryVulnerability) GetSeverity() string { method GetVulnerableFunctions (line 850) | func (a *AdvisoryVulnerability) GetVulnerableFunctions() []string { method GetVulnerableVersionRange (line 858) | func (a *AdvisoryVulnerability) GetVulnerableVersionRange() string { method GetClosedAt (line 866) | func (a *Alert) GetClosedAt() Timestamp { method GetClosedBy (line 874) | func (a *Alert) GetClosedBy() *User { method GetCreatedAt (line 882) | func (a *Alert) GetCreatedAt() Timestamp { method GetDismissedAt (line 890) | func (a *Alert) GetDismissedAt() Timestamp { method GetDismissedBy (line 898) | func (a *Alert) GetDismissedBy() *User { method GetDismissedComment (line 906) | func (a *Alert) GetDismissedComment() string { method GetDismissedReason (line 914) | func (a *Alert) GetDismissedReason() string { method GetFixedAt (line 922) | func (a *Alert) GetFixedAt() Timestamp { method GetHTMLURL (line 930) | func (a *Alert) GetHTMLURL() string { method GetInstances (line 938) | func (a *Alert) GetInstances() []*MostRecentInstance { method GetInstancesURL (line 946) | func (a *Alert) GetInstancesURL() string { method GetMostRecentInstance (line 954) | func (a *Alert) GetMostRecentInstance() *MostRecentInstance { method GetNumber (line 962) | func (a *Alert) GetNumber() int { method GetRepository (line 970) | func (a *Alert) GetRepository() *Repository { method GetRule (line 978) | func (a *Alert) GetRule() *Rule { method GetRuleDescription (line 986) | func (a *Alert) GetRuleDescription() string { method GetRuleID (line 994) | func (a *Alert) GetRuleID() string { method GetRuleSeverity (line 1002) | func (a *Alert) GetRuleSeverity() string { method GetState (line 1010) | func (a *Alert) GetState() string { method GetTool (line 1018) | func (a *Alert) GetTool() *Tool { method GetUpdatedAt (line 1026) | func (a *Alert) GetUpdatedAt() Timestamp { method GetURL (line 1034) | func (a *Alert) GetURL() string { method GetRef (line 1042) | func (a *AlertInstancesListOptions) GetRef() string { method GetDirection (line 1050) | func (a *AlertListOptions) GetDirection() string { method GetRef (line 1058) | func (a *AlertListOptions) GetRef() string { method GetSeverity (line 1066) | func (a *AlertListOptions) GetSeverity() string { method GetSort (line 1074) | func (a *AlertListOptions) GetSort() string { method GetState (line 1082) | func (a *AlertListOptions) GetState() string { method GetToolGUID (line 1090) | func (a *AlertListOptions) GetToolGUID() string { method GetToolName (line 1098) | func (a *AlertListOptions) GetToolName() string { method GetEnabled (line 1106) | func (a *AllowDeletions) GetEnabled() bool { method GetFrom (line 1114) | func (a *AllowDeletionsEnforcementLevelChanges) GetFrom() string { method GetEnabled (line 1122) | func (a *AllowForcePushes) GetEnabled() bool { method GetEnabled (line 1130) | func (a *AllowForkSyncing) GetEnabled() bool { method GetAuthenticationType (line 1138) | func (a *AmazonS3AccessKeysConfig) GetAuthenticationType() string { method GetBucket (line 1146) | func (a *AmazonS3AccessKeysConfig) GetBucket() string { method GetEncryptedAccessKeyID (line 1154) | func (a *AmazonS3AccessKeysConfig) GetEncryptedAccessKeyID() string { method GetEncryptedSecretKey (line 1162) | func (a *AmazonS3AccessKeysConfig) GetEncryptedSecretKey() string { method GetKeyID (line 1170) | func (a *AmazonS3AccessKeysConfig) GetKeyID() string { method GetRegion (line 1178) | func (a *AmazonS3AccessKeysConfig) GetRegion() string { method GetArnRole (line 1186) | func (a *AmazonS3OIDCConfig) GetArnRole() string { method GetAuthenticationType (line 1194) | func (a *AmazonS3OIDCConfig) GetAuthenticationType() string { method GetBucket (line 1202) | func (a *AmazonS3OIDCConfig) GetBucket() string { method GetKeyID (line 1210) | func (a *AmazonS3OIDCConfig) GetKeyID() string { method GetRegion (line 1218) | func (a *AmazonS3OIDCConfig) GetRegion() string { method GetRef (line 1226) | func (a *AnalysesListOptions) GetRef() string { method GetSarifID (line 1234) | func (a *AnalysesListOptions) GetSarifID() string { method GetActions (line 1242) | func (a *APIMeta) GetActions() []string { method GetActionsMacos (line 1250) | func (a *APIMeta) GetActionsMacos() []string { method GetAPI (line 1258) | func (a *APIMeta) GetAPI() []string { method GetCodespaces (line 1266) | func (a *APIMeta) GetCodespaces() []string { method GetCopilot (line 1274) | func (a *APIMeta) GetCopilot() []string { method GetDependabot (line 1282) | func (a *APIMeta) GetDependabot() []string { method GetDomains (line 1290) | func (a *APIMeta) GetDomains() *APIMetaDomains { method GetGit (line 1298) | func (a *APIMeta) GetGit() []string { method GetGithubEnterpriseImporter (line 1306) | func (a *APIMeta) GetGithubEnterpriseImporter() []string { method GetHooks (line 1314) | func (a *APIMeta) GetHooks() []string { method GetImporter (line 1322) | func (a *APIMeta) GetImporter() []string { method GetPackages (line 1330) | func (a *APIMeta) GetPackages() []string { method GetPages (line 1338) | func (a *APIMeta) GetPages() []string { method GetSSHKeyFingerprints (line 1346) | func (a *APIMeta) GetSSHKeyFingerprints() map[string]string { method GetSSHKeys (line 1354) | func (a *APIMeta) GetSSHKeys() []string { method GetVerifiablePasswordAuthentication (line 1362) | func (a *APIMeta) GetVerifiablePasswordAuthentication() bool { method GetWeb (line 1370) | func (a *APIMeta) GetWeb() []string { method GetServices (line 1378) | func (a *APIMetaArtifactAttestations) GetServices() []string { method GetTrustDomain (line 1386) | func (a *APIMetaArtifactAttestations) GetTrustDomain() string { method GetActions (line 1394) | func (a *APIMetaDomains) GetActions() []string { method GetActionsInbound (line 1402) | func (a *APIMetaDomains) GetActionsInbound() *ActionsInboundDomains { method GetArtifactAttestations (line 1410) | func (a *APIMetaDomains) GetArtifactAttestations() *APIMetaArtifactAttes... method GetCodespaces (line 1418) | func (a *APIMetaDomains) GetCodespaces() []string { method GetCopilot (line 1426) | func (a *APIMetaDomains) GetCopilot() []string { method GetPackages (line 1434) | func (a *APIMetaDomains) GetPackages() []string { method GetWebsite (line 1442) | func (a *APIMetaDomains) GetWebsite() []string { method GetClientID (line 1450) | func (a *App) GetClientID() string { method GetCreatedAt (line 1458) | func (a *App) GetCreatedAt() Timestamp { method GetDescription (line 1466) | func (a *App) GetDescription() string { method GetEvents (line 1474) | func (a *App) GetEvents() []string { method GetExternalURL (line 1482) | func (a *App) GetExternalURL() string { method GetHTMLURL (line 1490) | func (a *App) GetHTMLURL() string { method GetID (line 1498) | func (a *App) GetID() int64 { method GetInstallationsCount (line 1506) | func (a *App) GetInstallationsCount() int { method GetName (line 1514) | func (a *App) GetName() string { method GetNodeID (line 1522) | func (a *App) GetNodeID() string { method GetOwner (line 1530) | func (a *App) GetOwner() *User { method GetPermissions (line 1538) | func (a *App) GetPermissions() *InstallationPermissions { method GetSlug (line 1546) | func (a *App) GetSlug() string { method GetUpdatedAt (line 1554) | func (a *App) GetUpdatedAt() Timestamp { method GetClientID (line 1562) | func (a *AppConfig) GetClientID() string { method GetClientSecret (line 1570) | func (a *AppConfig) GetClientSecret() string { method GetCreatedAt (line 1578) | func (a *AppConfig) GetCreatedAt() Timestamp { method GetDescription (line 1586) | func (a *AppConfig) GetDescription() string { method GetExternalURL (line 1594) | func (a *AppConfig) GetExternalURL() string { method GetHTMLURL (line 1602) | func (a *AppConfig) GetHTMLURL() string { method GetID (line 1610) | func (a *AppConfig) GetID() int64 { method GetName (line 1618) | func (a *AppConfig) GetName() string { method GetNodeID (line 1626) | func (a *AppConfig) GetNodeID() string { method GetOwner (line 1634) | func (a *AppConfig) GetOwner() *User { method GetPEM (line 1642) | func (a *AppConfig) GetPEM() string { method GetSlug (line 1650) | func (a *AppConfig) GetSlug() string { method GetUpdatedAt (line 1658) | func (a *AppConfig) GetUpdatedAt() Timestamp { method GetWebhookSecret (line 1666) | func (a *AppConfig) GetWebhookSecret() string { method GetSelectedRepositoryIDs (line 1674) | func (a *AppInstallationRepositoriesOptions) GetSelectedRepositoryIDs() ... method GetFrom (line 1682) | func (a *ArchivedAt) GetFrom() Timestamp { method GetTo (line 1690) | func (a *ArchivedAt) GetTo() Timestamp { method GetArchiveDownloadURL (line 1698) | func (a *Artifact) GetArchiveDownloadURL() string { method GetCreatedAt (line 1706) | func (a *Artifact) GetCreatedAt() Timestamp { method GetDigest (line 1714) | func (a *Artifact) GetDigest() string { method GetExpired (line 1722) | func (a *Artifact) GetExpired() bool { method GetExpiresAt (line 1730) | func (a *Artifact) GetExpiresAt() Timestamp { method GetID (line 1738) | func (a *Artifact) GetID() int64 { method GetName (line 1746) | func (a *Artifact) GetName() string { method GetNodeID (line 1754) | func (a *Artifact) GetNodeID() string { method GetSizeInBytes (line 1762) | func (a *Artifact) GetSizeInBytes() int64 { method GetUpdatedAt (line 1770) | func (a *Artifact) GetUpdatedAt() Timestamp { method GetURL (line 1778) | func (a *Artifact) GetURL() string { method GetWorkflowRun (line 1786) | func (a *Artifact) GetWorkflowRun() *ArtifactWorkflowRun { method GetAttestationID (line 1794) | func (a *ArtifactDeploymentRecord) GetAttestationID() int64 { method GetCluster (line 1802) | func (a *ArtifactDeploymentRecord) GetCluster() string { method GetCreatedAt (line 1810) | func (a *ArtifactDeploymentRecord) GetCreatedAt() Timestamp { method GetDeploymentName (line 1818) | func (a *ArtifactDeploymentRecord) GetDeploymentName() string { method GetDigest (line 1826) | func (a *ArtifactDeploymentRecord) GetDigest() string { method GetID (line 1834) | func (a *ArtifactDeploymentRecord) GetID() int64 { method GetLogicalEnvironment (line 1842) | func (a *ArtifactDeploymentRecord) GetLogicalEnvironment() string { method GetPhysicalEnvironment (line 1850) | func (a *ArtifactDeploymentRecord) GetPhysicalEnvironment() string { method GetRuntimeRisks (line 1858) | func (a *ArtifactDeploymentRecord) GetRuntimeRisks() []DeploymentRuntime... method GetTags (line 1866) | func (a *ArtifactDeploymentRecord) GetTags() map[string]string { method GetUpdatedAt (line 1874) | func (a *ArtifactDeploymentRecord) GetUpdatedAt() Timestamp { method GetDeploymentRecords (line 1882) | func (a *ArtifactDeploymentResponse) GetDeploymentRecords() []*ArtifactD... method GetTotalCount (line 1890) | func (a *ArtifactDeploymentResponse) GetTotalCount() int { method GetArtifacts (line 1898) | func (a *ArtifactList) GetArtifacts() []*Artifact { method GetTotalCount (line 1906) | func (a *ArtifactList) GetTotalCount() int64 { method GetDays (line 1914) | func (a *ArtifactPeriod) GetDays() int { method GetMaximumAllowedDays (line 1922) | func (a *ArtifactPeriod) GetMaximumAllowedDays() int { method GetDays (line 1930) | func (a *ArtifactPeriodOpt) GetDays() int { method GetArtifactURL (line 1938) | func (a *ArtifactStorageRecord) GetArtifactURL() string { method GetCreatedAt (line 1946) | func (a *ArtifactStorageRecord) GetCreatedAt() Timestamp { method GetDigest (line 1954) | func (a *ArtifactStorageRecord) GetDigest() string { method GetID (line 1962) | func (a *ArtifactStorageRecord) GetID() int64 { method GetName (line 1970) | func (a *ArtifactStorageRecord) GetName() string { method GetRegistryURL (line 1978) | func (a *ArtifactStorageRecord) GetRegistryURL() string { method GetRepository (line 1986) | func (a *ArtifactStorageRecord) GetRepository() string { method GetStatus (line 1994) | func (a *ArtifactStorageRecord) GetStatus() string { method GetUpdatedAt (line 2002) | func (a *ArtifactStorageRecord) GetUpdatedAt() Timestamp { method GetStorageRecords (line 2010) | func (a *ArtifactStorageResponse) GetStorageRecords() []*ArtifactStorage... method GetTotalCount (line 2018) | func (a *ArtifactStorageResponse) GetTotalCount() int { method GetHeadBranch (line 2026) | func (a *ArtifactWorkflowRun) GetHeadBranch() string { method GetHeadRepositoryID (line 2034) | func (a *ArtifactWorkflowRun) GetHeadRepositoryID() int64 { method GetHeadSHA (line 2042) | func (a *ArtifactWorkflowRun) GetHeadSHA() string { method GetID (line 2050) | func (a *ArtifactWorkflowRun) GetID() int64 { method GetRepositoryID (line 2058) | func (a *ArtifactWorkflowRun) GetRepositoryID() int64 { method GetAssignmentName (line 2066) | func (a *AssignmentGrade) GetAssignmentName() string { method GetAssignmentURL (line 2074) | func (a *AssignmentGrade) GetAssignmentURL() string { method GetGithubUsername (line 2082) | func (a *AssignmentGrade) GetGithubUsername() string { method GetGroupName (line 2090) | func (a *AssignmentGrade) GetGroupName() string { method GetPointsAvailable (line 2098) | func (a *AssignmentGrade) GetPointsAvailable() int { method GetPointsAwarded (line 2106) | func (a *AssignmentGrade) GetPointsAwarded() int { method GetRosterIdentifier (line 2114) | func (a *AssignmentGrade) GetRosterIdentifier() string { method GetStarterCodeURL (line 2122) | func (a *AssignmentGrade) GetStarterCodeURL() string { method GetStudentRepositoryName (line 2130) | func (a *AssignmentGrade) GetStudentRepositoryName() string { method GetStudentRepositoryURL (line 2138) | func (a *AssignmentGrade) GetStudentRepositoryURL() string { method GetSubmissionTimestamp (line 2146) | func (a *AssignmentGrade) GetSubmissionTimestamp() Timestamp { method GetBody (line 2154) | func (a *Attachment) GetBody() string { method GetID (line 2162) | func (a *Attachment) GetID() int64 { method GetTitle (line 2170) | func (a *Attachment) GetTitle() string { method GetBundle (line 2178) | func (a *Attestation) GetBundle() json.RawMessage { method GetRepositoryID (line 2186) | func (a *Attestation) GetRepositoryID() int64 { method GetAttestations (line 2194) | func (a *AttestationsResponse) GetAttestations() []*Attestation { method GetAction (line 2202) | func (a *AuditEntry) GetAction() string { method GetActor (line 2210) | func (a *AuditEntry) GetActor() string { method GetActorID (line 2218) | func (a *AuditEntry) GetActorID() int64 { method GetActorLocation (line 2226) | func (a *AuditEntry) GetActorLocation() *ActorLocation { method GetAdditionalFields (line 2234) | func (a *AuditEntry) GetAdditionalFields() map[string]any { method GetBusiness (line 2242) | func (a *AuditEntry) GetBusiness() string { method GetBusinessID (line 2250) | func (a *AuditEntry) GetBusinessID() int64 { method GetCreatedAt (line 2258) | func (a *AuditEntry) GetCreatedAt() Timestamp { method GetData (line 2266) | func (a *AuditEntry) GetData() map[string]any { method GetDocumentID (line 2274) | func (a *AuditEntry) GetDocumentID() string { method GetExternalIdentityNameID (line 2282) | func (a *AuditEntry) GetExternalIdentityNameID() string { method GetExternalIdentityUsername (line 2290) | func (a *AuditEntry) GetExternalIdentityUsername() string { method GetHashedToken (line 2298) | func (a *AuditEntry) GetHashedToken() string { method GetOrg (line 2306) | func (a *AuditEntry) GetOrg() string { method GetOrgID (line 2314) | func (a *AuditEntry) GetOrgID() int64 { method GetTimestamp (line 2322) | func (a *AuditEntry) GetTimestamp() Timestamp { method GetTokenID (line 2330) | func (a *AuditEntry) GetTokenID() int64 { method GetTokenScopes (line 2338) | func (a *AuditEntry) GetTokenScopes() string { method GetUser (line 2346) | func (a *AuditEntry) GetUser() string { method GetUserID (line 2354) | func (a *AuditEntry) GetUserID() int64 { method GetCreatedAt (line 2362) | func (a *AuditLogStream) GetCreatedAt() Timestamp { method GetEnabled (line 2370) | func (a *AuditLogStream) GetEnabled() bool { method GetID (line 2378) | func (a *AuditLogStream) GetID() int64 { method GetPausedAt (line 2386) | func (a *AuditLogStream) GetPausedAt() Timestamp { method GetStreamDetails (line 2394) | func (a *AuditLogStream) GetStreamDetails() string { method GetStreamType (line 2402) | func (a *AuditLogStream) GetStreamType() string { method GetUpdatedAt (line 2410) | func (a *AuditLogStream) GetUpdatedAt() Timestamp { method GetEnabled (line 2418) | func (a *AuditLogStreamConfig) GetEnabled() bool { method GetStreamType (line 2426) | func (a *AuditLogStreamConfig) GetStreamType() string { method GetVendorSpecific (line 2434) | func (a *AuditLogStreamConfig) GetVendorSpecific() AuditLogStreamVendorC... method GetKey (line 2442) | func (a *AuditLogStreamKey) GetKey() string { method GetKeyID (line 2450) | func (a *AuditLogStreamKey) GetKeyID() string { method GetApp (line 2458) | func (a *Authorization) GetApp() *AuthorizationApp { method GetCreatedAt (line 2466) | func (a *Authorization) GetCreatedAt() Timestamp { method GetFingerprint (line 2474) | func (a *Authorization) GetFingerprint() string { method GetHashedToken (line 2482) | func (a *Authorization) GetHashedToken() string { method GetID (line 2490) | func (a *Authorization) GetID() int64 { method GetNote (line 2498) | func (a *Authorization) GetNote() string { method GetNoteURL (line 2506) | func (a *Authorization) GetNoteURL() string { method GetScopes (line 2514) | func (a *Authorization) GetScopes() []Scope { method GetToken (line 2522) | func (a *Authorization) GetToken() string { method GetTokenLastEight (line 2530) | func (a *Authorization) GetTokenLastEight() string { method GetUpdatedAt (line 2538) | func (a *Authorization) GetUpdatedAt() Timestamp { method GetURL (line 2546) | func (a *Authorization) GetURL() string { method GetUser (line 2554) | func (a *Authorization) GetUser() *User { method GetClientID (line 2562) | func (a *AuthorizationApp) GetClientID() string { method GetName (line 2570) | func (a *AuthorizationApp) GetName() string { method GetURL (line 2578) | func (a *AuthorizationApp) GetURL() string { method GetClientID (line 2586) | func (a *AuthorizationRequest) GetClientID() string { method GetClientSecret (line 2594) | func (a *AuthorizationRequest) GetClientSecret() string { method GetFingerprint (line 2602) | func (a *AuthorizationRequest) GetFingerprint() string { method GetNote (line 2610) | func (a *AuthorizationRequest) GetNote() string { method GetNoteURL (line 2618) | func (a *AuthorizationRequest) GetNoteURL() string { method GetScopes (line 2626) | func (a *AuthorizationRequest) GetScopes() []Scope { method GetAddScopes (line 2634) | func (a *AuthorizationUpdateRequest) GetAddScopes() []string { method GetFingerprint (line 2642) | func (a *AuthorizationUpdateRequest) GetFingerprint() string { method GetNote (line 2650) | func (a *AuthorizationUpdateRequest) GetNote() string { method GetNoteURL (line 2658) | func (a *AuthorizationUpdateRequest) GetNoteURL() string { method GetRemoveScopes (line 2666) | func (a *AuthorizationUpdateRequest) GetRemoveScopes() []string { method GetScopes (line 2674) | func (a *AuthorizationUpdateRequest) GetScopes() []string { method GetFrom (line 2682) | func (a *AuthorizedActorNames) GetFrom() []string { method GetFrom (line 2690) | func (a *AuthorizedActorsOnly) GetFrom() bool { method GetFrom (line 2698) | func (a *AuthorizedDismissalActorsOnlyChanges) GetFrom() bool { method GetID (line 2706) | func (a *Autolink) GetID() int64 { method GetIsAlphanumeric (line 2714) | func (a *Autolink) GetIsAlphanumeric() bool { method GetKeyPrefix (line 2722) | func (a *Autolink) GetKeyPrefix() string { method GetURLTemplate (line 2730) | func (a *Autolink) GetURLTemplate() string { method GetIsAlphanumeric (line 2738) | func (a *AutolinkOptions) GetIsAlphanumeric() bool { method GetKeyPrefix (line 2746) | func (a *AutolinkOptions) GetKeyPrefix() string { method GetURLTemplate (line 2754) | func (a *AutolinkOptions) GetURLTemplate() string { method GetEnabled (line 2762) | func (a *AutomatedSecurityFixes) GetEnabled() bool { method GetPaused (line 2770) | func (a *AutomatedSecurityFixes) GetPaused() bool { method GetAppID (line 2778) | func (a *AutoTriggerCheck) GetAppID() int64 { method GetSetting (line 2786) | func (a *AutoTriggerCheck) GetSetting() bool { method GetContainer (line 2794) | func (a *AzureBlobConfig) GetContainer() string { method GetEncryptedSASURL (line 2802) | func (a *AzureBlobConfig) GetEncryptedSASURL() string { method GetKeyID (line 2810) | func (a *AzureBlobConfig) GetKeyID() string { method GetEncryptedConnstring (line 2818) | func (a *AzureHubConfig) GetEncryptedConnstring() string { method GetKeyID (line 2826) | func (a *AzureHubConfig) GetKeyID() string { method GetName (line 2834) | func (a *AzureHubConfig) GetName() string { method GetOTP (line 2842) | func (b *BasicAuthTransport) GetOTP() string { method GetPassword (line 2850) | func (b *BasicAuthTransport) GetPassword() string { method GetUsername (line 2858) | func (b *BasicAuthTransport) GetUsername() string { method GetContent (line 2866) | func (b *Blob) GetContent() string { method GetEncoding (line 2874) | func (b *Blob) GetEncoding() string { method GetNodeID (line 2882) | func (b *Blob) GetNodeID() string { method GetSHA (line 2890) | func (b *Blob) GetSHA() string { method GetSize (line 2898) | func (b *Blob) GetSize() int { method GetURL (line 2906) | func (b *Blob) GetURL() string { method GetEnabled (line 2914) | func (b *BlockCreations) GetEnabled() bool { method GetCommit (line 2922) | func (b *Branch) GetCommit() *RepositoryCommit { method GetName (line 2930) | func (b *Branch) GetName() string { method GetProtected (line 2938) | func (b *Branch) GetProtected() bool { method GetProtection (line 2946) | func (b *Branch) GetProtection() *Protection { method GetProtectionURL (line 2954) | func (b *Branch) GetProtectionURL() string { method GetCommit (line 2962) | func (b *BranchCommit) GetCommit() *Commit { method GetName (line 2970) | func (b *BranchCommit) GetName() string { method GetProtected (line 2978) | func (b *BranchCommit) GetProtected() bool { method GetProtected (line 2986) | func (b *BranchListOptions) GetProtected() bool { method GetCustomBranchPolicies (line 2994) | func (b *BranchPolicy) GetCustomBranchPolicies() bool { method GetProtectedBranches (line 3002) | func (b *BranchPolicy) GetProtectedBranches() bool { method GetAction (line 3010) | func (b *BranchProtectionConfigurationEvent) GetAction() string { method GetEnterprise (line 3018) | func (b *BranchProtectionConfigurationEvent) GetEnterprise() *Enterprise { method GetInstallation (line 3026) | func (b *BranchProtectionConfigurationEvent) GetInstallation() *Installa... method GetOrg (line 3034) | func (b *BranchProtectionConfigurationEvent) GetOrg() *Organization { method GetRepo (line 3042) | func (b *BranchProtectionConfigurationEvent) GetRepo() *Repository { method GetSender (line 3050) | func (b *BranchProtectionConfigurationEvent) GetSender() *User { method GetAdminEnforced (line 3058) | func (b *BranchProtectionRule) GetAdminEnforced() bool { method GetAllowDeletionsEnforcementLevel (line 3066) | func (b *BranchProtectionRule) GetAllowDeletionsEnforcementLevel() string { method GetAllowForcePushesEnforcementLevel (line 3074) | func (b *BranchProtectionRule) GetAllowForcePushesEnforcementLevel() str... method GetAuthorizedActorNames (line 3082) | func (b *BranchProtectionRule) GetAuthorizedActorNames() []string { method GetAuthorizedActorsOnly (line 3090) | func (b *BranchProtectionRule) GetAuthorizedActorsOnly() bool { method GetAuthorizedDismissalActorsOnly (line 3098) | func (b *BranchProtectionRule) GetAuthorizedDismissalActorsOnly() bool { method GetCreatedAt (line 3106) | func (b *BranchProtectionRule) GetCreatedAt() Timestamp { method GetDismissStaleReviewsOnPush (line 3114) | func (b *BranchProtectionRule) GetDismissStaleReviewsOnPush() bool { method GetID (line 3122) | func (b *BranchProtectionRule) GetID() int64 { method GetIgnoreApprovalsFromContributors (line 3130) | func (b *BranchProtectionRule) GetIgnoreApprovalsFromContributors() bool { method GetLinearHistoryRequirementEnforcementLevel (line 3138) | func (b *BranchProtectionRule) GetLinearHistoryRequirementEnforcementLev... method GetMergeQueueEnforcementLevel (line 3146) | func (b *BranchProtectionRule) GetMergeQueueEnforcementLevel() string { method GetName (line 3154) | func (b *BranchProtectionRule) GetName() string { method GetPullRequestReviewsEnforcementLevel (line 3162) | func (b *BranchProtectionRule) GetPullRequestReviewsEnforcementLevel() s... method GetRepositoryID (line 3170) | func (b *BranchProtectionRule) GetRepositoryID() int64 { method GetRequireCodeOwnerReview (line 3178) | func (b *BranchProtectionRule) GetRequireCodeOwnerReview() bool { method GetRequiredApprovingReviewCount (line 3186) | func (b *BranchProtectionRule) GetRequiredApprovingReviewCount() int { method GetRequiredConversationResolutionLevel (line 3194) | func (b *BranchProtectionRule) GetRequiredConversationResolutionLevel() ... method GetRequiredDeploymentsEnforcementLevel (line 3202) | func (b *BranchProtectionRule) GetRequiredDeploymentsEnforcementLevel() ... method GetRequiredStatusChecks (line 3210) | func (b *BranchProtectionRule) GetRequiredStatusChecks() []string { method GetRequiredStatusChecksEnforcementLevel (line 3218) | func (b *BranchProtectionRule) GetRequiredStatusChecksEnforcementLevel()... method GetRequireLastPushApproval (line 3226) | func (b *BranchProtectionRule) GetRequireLastPushApproval() bool { method GetSignatureRequirementEnforcementLevel (line 3234) | func (b *BranchProtectionRule) GetSignatureRequirementEnforcementLevel()... method GetStrictRequiredStatusChecksPolicy (line 3242) | func (b *BranchProtectionRule) GetStrictRequiredStatusChecksPolicy() bool { method GetUpdatedAt (line 3250) | func (b *BranchProtectionRule) GetUpdatedAt() Timestamp { method GetAction (line 3258) | func (b *BranchProtectionRuleEvent) GetAction() string { method GetChanges (line 3266) | func (b *BranchProtectionRuleEvent) GetChanges() *ProtectionChanges { method GetInstallation (line 3274) | func (b *BranchProtectionRuleEvent) GetInstallation() *Installation { method GetOrg (line 3282) | func (b *BranchProtectionRuleEvent) GetOrg() *Organization { method GetRepo (line 3290) | func (b *BranchProtectionRuleEvent) GetRepo() *Repository { method GetRule (line 3298) | func (b *BranchProtectionRuleEvent) GetRule() *BranchProtectionRule { method GetSender (line 3306) | func (b *BranchProtectionRuleEvent) GetSender() *User { method GetApps (line 3314) | func (b *BranchRestrictions) GetApps() []*App { method GetTeams (line 3322) | func (b *BranchRestrictions) GetTeams() []*Team { method GetUsers (line 3330) | func (b *BranchRestrictions) GetUsers() []*User { method GetApps (line 3338) | func (b *BranchRestrictionsRequest) GetApps() []string { method GetTeams (line 3346) | func (b *BranchRestrictionsRequest) GetTeams() []string { method GetUsers (line 3354) | func (b *BranchRestrictionsRequest) GetUsers() []string { method GetRulesetID (line 3362) | func (b *BranchRuleMetadata) GetRulesetID() int64 { method GetRulesetSource (line 3370) | func (b *BranchRuleMetadata) GetRulesetSource() string { method GetRulesetSourceType (line 3378) | func (b *BranchRuleMetadata) GetRulesetSourceType() RulesetSourceType { method GetBranchNamePattern (line 3386) | func (b *BranchRules) GetBranchNamePattern() []*PatternBranchRule { method GetCodeScanning (line 3394) | func (b *BranchRules) GetCodeScanning() []*CodeScanningBranchRule { method GetCommitAuthorEmailPattern (line 3402) | func (b *BranchRules) GetCommitAuthorEmailPattern() []*PatternBranchRule { method GetCommitMessagePattern (line 3410) | func (b *BranchRules) GetCommitMessagePattern() []*PatternBranchRule { method GetCommitterEmailPattern (line 3418) | func (b *BranchRules) GetCommitterEmailPattern() []*PatternBranchRule { method GetCopilotCodeReview (line 3426) | func (b *BranchRules) GetCopilotCodeReview() []*CopilotCodeReviewBranchR... method GetCreation (line 3434) | func (b *BranchRules) GetCreation() []*BranchRuleMetadata { method GetDeletion (line 3442) | func (b *BranchRules) GetDeletion() []*BranchRuleMetadata { method GetFileExtensionRestriction (line 3450) | func (b *BranchRules) GetFileExtensionRestriction() []*FileExtensionRest... method GetFilePathRestriction (line 3458) | func (b *BranchRules) GetFilePathRestriction() []*FilePathRestrictionBra... method GetMaxFilePathLength (line 3466) | func (b *BranchRules) GetMaxFilePathLength() []*MaxFilePathLengthBranchR... method GetMaxFileSize (line 3474) | func (b *BranchRules) GetMaxFileSize() []*MaxFileSizeBranchRule { method GetMergeQueue (line 3482) | func (b *BranchRules) GetMergeQueue() []*MergeQueueBranchRule { method GetNonFastForward (line 3490) | func (b *BranchRules) GetNonFastForward() []*BranchRuleMetadata { method GetPullRequest (line 3498) | func (b *BranchRules) GetPullRequest() []*PullRequestBranchRule { method GetRequiredDeployments (line 3506) | func (b *BranchRules) GetRequiredDeployments() []*RequiredDeploymentsBra... method GetRequiredLinearHistory (line 3514) | func (b *BranchRules) GetRequiredLinearHistory() []*BranchRuleMetadata { method GetRequiredSignatures (line 3522) | func (b *BranchRules) GetRequiredSignatures() []*BranchRuleMetadata { method GetRequiredStatusChecks (line 3530) | func (b *BranchRules) GetRequiredStatusChecks() []*RequiredStatusChecksB... method GetTagNamePattern (line 3538) | func (b *BranchRules) GetTagNamePattern() []*PatternBranchRule { method GetUpdate (line 3546) | func (b *BranchRules) GetUpdate() []*UpdateBranchRule { method GetWorkflows (line 3554) | func (b *BranchRules) GetWorkflows() []*WorkflowsBranchRule { method GetActorID (line 3562) | func (b *BypassActor) GetActorID() int64 { method GetActorType (line 3570) | func (b *BypassActor) GetActorType() *BypassActorType { method GetBypassMode (line 3578) | func (b *BypassActor) GetBypassMode() *BypassMode { method GetApps (line 3586) | func (b *BypassPullRequestAllowances) GetApps() []*App { method GetTeams (line 3594) | func (b *BypassPullRequestAllowances) GetTeams() []*Team { method GetUsers (line 3602) | func (b *BypassPullRequestAllowances) GetUsers() []*User { method GetApps (line 3610) | func (b *BypassPullRequestAllowancesRequest) GetApps() []string { method GetTeams (line 3618) | func (b *BypassPullRequestAllowancesRequest) GetTeams() []string { method GetUsers (line 3626) | func (b *BypassPullRequestAllowancesRequest) GetUsers() []string { method GetReviewerID (line 3634) | func (b *BypassReviewer) GetReviewerID() int64 { method GetReviewerType (line 3642) | func (b *BypassReviewer) GetReviewerType() string { method GetSecurityConfigurationID (line 3650) | func (b *BypassReviewer) GetSecurityConfigurationID() int64 { method GetApp (line 3658) | func (c *CheckRun) GetApp() *App { method GetCheckSuite (line 3666) | func (c *CheckRun) GetCheckSuite() *CheckSuite { method GetCompletedAt (line 3674) | func (c *CheckRun) GetCompletedAt() Timestamp { method GetConclusion (line 3682) | func (c *CheckRun) GetConclusion() string { method GetDetailsURL (line 3690) | func (c *CheckRun) GetDetailsURL() string { method GetExternalID (line 3698) | func (c *CheckRun) GetExternalID() string { method GetHeadSHA (line 3706) | func (c *CheckRun) GetHeadSHA() string { method GetHTMLURL (line 3714) | func (c *CheckRun) GetHTMLURL() string { method GetID (line 3722) | func (c *CheckRun) GetID() int64 { method GetName (line 3730) | func (c *CheckRun) GetName() string { method GetNodeID (line 3738) | func (c *CheckRun) GetNodeID() string { method GetOutput (line 3746) | func (c *CheckRun) GetOutput() *CheckRunOutput { method GetPullRequests (line 3754) | func (c *CheckRun) GetPullRequests() []*PullRequest { method GetStartedAt (line 3762) | func (c *CheckRun) GetStartedAt() Timestamp { method GetStatus (line 3770) | func (c *CheckRun) GetStatus() string { method GetURL (line 3778) | func (c *CheckRun) GetURL() string { method GetDescription (line 3786) | func (c *CheckRunAction) GetDescription() string { method GetIdentifier (line 3794) | func (c *CheckRunAction) GetIdentifier() string { method GetLabel (line 3802) | func (c *CheckRunAction) GetLabel() string { method GetAnnotationLevel (line 3810) | func (c *CheckRunAnnotation) GetAnnotationLevel() string { method GetEndColumn (line 3818) | func (c *CheckRunAnnotation) GetEndColumn() int { method GetEndLine (line 3826) | func (c *CheckRunAnnotation) GetEndLine() int { method GetMessage (line 3834) | func (c *CheckRunAnnotation) GetMessage() string { method GetPath (line 3842) | func (c *CheckRunAnnotation) GetPath() string { method GetRawDetails (line 3850) | func (c *CheckRunAnnotation) GetRawDetails() string { method GetStartColumn (line 3858) | func (c *CheckRunAnnotation) GetStartColumn() int { method GetStartLine (line 3866) | func (c *CheckRunAnnotation) GetStartLine() int { method GetTitle (line 3874) | func (c *CheckRunAnnotation) GetTitle() string { method GetAction (line 3882) | func (c *CheckRunEvent) GetAction() string { method GetCheckRun (line 3890) | func (c *CheckRunEvent) GetCheckRun() *CheckRun { method GetInstallation (line 3898) | func (c *CheckRunEvent) GetInstallation() *Installation { method GetOrg (line 3906) | func (c *CheckRunEvent) GetOrg() *Organization { method GetRepo (line 3914) | func (c *CheckRunEvent) GetRepo() *Repository { method GetRequestedAction (line 3922) | func (c *CheckRunEvent) GetRequestedAction() *RequestedAction { method GetSender (line 3930) | func (c *CheckRunEvent) GetSender() *User { method GetAlt (line 3938) | func (c *CheckRunImage) GetAlt() string { method GetCaption (line 3946) | func (c *CheckRunImage) GetCaption() string { method GetImageURL (line 3954) | func (c *CheckRunImage) GetImageURL() string { method GetAnnotations (line 3962) | func (c *CheckRunOutput) GetAnnotations() []*CheckRunAnnotation { method GetAnnotationsCount (line 3970) | func (c *CheckRunOutput) GetAnnotationsCount() int { method GetAnnotationsURL (line 3978) | func (c *CheckRunOutput) GetAnnotationsURL() string { method GetImages (line 3986) | func (c *CheckRunOutput) GetImages() []*CheckRunImage { method GetSummary (line 3994) | func (c *CheckRunOutput) GetSummary() string { method GetText (line 4002) | func (c *CheckRunOutput) GetText() string { method GetTitle (line 4010) | func (c *CheckRunOutput) GetTitle() string { method GetAfterSHA (line 4018) | func (c *CheckSuite) GetAfterSHA() string { method GetApp (line 4026) | func (c *CheckSuite) GetApp() *App { method GetBeforeSHA (line 4034) | func (c *CheckSuite) GetBeforeSHA() string { method GetConclusion (line 4042) | func (c *CheckSuite) GetConclusion() string { method GetCreatedAt (line 4050) | func (c *CheckSuite) GetCreatedAt() Timestamp { method GetHeadBranch (line 4058) | func (c *CheckSuite) GetHeadBranch() string { method GetHeadCommit (line 4066) | func (c *CheckSuite) GetHeadCommit() *Commit { method GetHeadSHA (line 4074) | func (c *CheckSuite) GetHeadSHA() string { method GetID (line 4082) | func (c *CheckSuite) GetID() int64 { method GetLatestCheckRunsCount (line 4090) | func (c *CheckSuite) GetLatestCheckRunsCount() int64 { method GetNodeID (line 4098) | func (c *CheckSuite) GetNodeID() string { method GetPullRequests (line 4106) | func (c *CheckSuite) GetPullRequests() []*PullRequest { method GetRepository (line 4114) | func (c *CheckSuite) GetRepository() *Repository { method GetRerequestable (line 4122) | func (c *CheckSuite) GetRerequestable() bool { method GetRunsRerequestable (line 4130) | func (c *CheckSuite) GetRunsRerequestable() bool { method GetStatus (line 4138) | func (c *CheckSuite) GetStatus() string { method GetUpdatedAt (line 4146) | func (c *CheckSuite) GetUpdatedAt() Timestamp { method GetURL (line 4154) | func (c *CheckSuite) GetURL() string { method GetAction (line 4162) | func (c *CheckSuiteEvent) GetAction() string { method GetCheckSuite (line 4170) | func (c *CheckSuiteEvent) GetCheckSuite() *CheckSuite { method GetInstallation (line 4178) | func (c *CheckSuiteEvent) GetInstallation() *Installation { method GetOrg (line 4186) | func (c *CheckSuiteEvent) GetOrg() *Organization { method GetRepo (line 4194) | func (c *CheckSuiteEvent) GetRepo() *Repository { method GetSender (line 4202) | func (c *CheckSuiteEvent) GetSender() *User { method GetAutoTriggerChecks (line 4210) | func (c *CheckSuitePreferenceOptions) GetAutoTriggerChecks() []*AutoTrig... method GetPreferences (line 4218) | func (c *CheckSuitePreferenceResults) GetPreferences() *PreferenceList { method GetRepository (line 4226) | func (c *CheckSuitePreferenceResults) GetRepository() *Repository { method GetArchived (line 4234) | func (c *Classroom) GetArchived() bool { method GetID (line 4242) | func (c *Classroom) GetID() int64 { method GetName (line 4250) | func (c *Classroom) GetName() string { method GetOrganization (line 4258) | func (c *Classroom) GetOrganization() *Organization { method GetURL (line 4266) | func (c *Classroom) GetURL() string { method GetAccepted (line 4274) | func (c *ClassroomAssignment) GetAccepted() int { method GetClassroom (line 4282) | func (c *ClassroomAssignment) GetClassroom() *Classroom { method GetDeadline (line 4290) | func (c *ClassroomAssignment) GetDeadline() Timestamp { method GetEditor (line 4298) | func (c *ClassroomAssignment) GetEditor() string { method GetFeedbackPullRequestsEnabled (line 4306) | func (c *ClassroomAssignment) GetFeedbackPullRequestsEnabled() bool { method GetID (line 4314) | func (c *ClassroomAssignment) GetID() int64 { method GetInvitationsEnabled (line 4322) | func (c *ClassroomAssignment) GetInvitationsEnabled() bool { method GetInviteLink (line 4330) | func (c *ClassroomAssignment) GetInviteLink() string { method GetLanguage (line 4338) | func (c *ClassroomAssignment) GetLanguage() string { method GetMaxMembers (line 4346) | func (c *ClassroomAssignment) GetMaxMembers() int { method GetMaxTeams (line 4354) | func (c *ClassroomAssignment) GetMaxTeams() int { method GetPassing (line 4362) | func (c *ClassroomAssignment) GetPassing() int { method GetPublicRepo (line 4370) | func (c *ClassroomAssignment) GetPublicRepo() bool { method GetSlug (line 4378) | func (c *ClassroomAssignment) GetSlug() string { method GetStarterCodeRepository (line 4386) | func (c *ClassroomAssignment) GetStarterCodeRepository() *Repository { method GetStudentsAreRepoAdmins (line 4394) | func (c *ClassroomAssignment) GetStudentsAreRepoAdmins() bool { method GetSubmitted (line 4402) | func (c *ClassroomAssignment) GetSubmitted() int { method GetTitle (line 4410) | func (c *ClassroomAssignment) GetTitle() string { method GetType (line 4418) | func (c *ClassroomAssignment) GetType() string { method GetAvatarURL (line 4426) | func (c *ClassroomUser) GetAvatarURL() string { method GetHTMLURL (line 4434) | func (c *ClassroomUser) GetHTMLURL() string { method GetID (line 4442) | func (c *ClassroomUser) GetID() int64 { method GetLogin (line 4450) | func (c *ClassroomUser) GetLogin() string { method GetDeploymentName (line 4458) | func (c *ClusterArtifactDeployment) GetDeploymentName() string { method GetDigest (line 4466) | func (c *ClusterArtifactDeployment) GetDigest() string { method GetGithubRepository (line 4474) | func (c *ClusterArtifactDeployment) GetGithubRepository() string { method GetName (line 4482) | func (c *ClusterArtifactDeployment) GetName() string { method GetRuntimeRisks (line 4490) | func (c *ClusterArtifactDeployment) GetRuntimeRisks() []DeploymentRuntim... method GetStatus (line 4498) | func (c *ClusterArtifactDeployment) GetStatus() string { method GetTags (line 4506) | func (c *ClusterArtifactDeployment) GetTags() map[string]string { method GetVersion (line 4514) | func (c *ClusterArtifactDeployment) GetVersion() string { method GetDeployments (line 4522) | func (c *ClusterDeploymentRecordsRequest) GetDeployments() []*ClusterArt... method GetLogicalEnvironment (line 4530) | func (c *ClusterDeploymentRecordsRequest) GetLogicalEnvironment() string { method GetPhysicalEnvironment (line 4538) | func (c *ClusterDeploymentRecordsRequest) GetPhysicalEnvironment() string { method GetFingerprint (line 4546) | func (c *ClusterSSHKey) GetFingerprint() string { method GetKey (line 4554) | func (c *ClusterSSHKey) GetKey() string { method GetNodes (line 4562) | func (c *ClusterStatus) GetNodes() []*ClusterStatusNode { method GetStatus (line 4570) | func (c *ClusterStatus) GetStatus() string { method GetHostname (line 4578) | func (c *ClusterStatusNode) GetHostname() string { method GetServices (line 4586) | func (c *ClusterStatusNode) GetServices() []*ClusterStatusNodeServiceItem { method GetStatus (line 4594) | func (c *ClusterStatusNode) GetStatus() string { method GetDetails (line 4602) | func (c *ClusterStatusNodeServiceItem) GetDetails() string { method GetName (line 4610) | func (c *ClusterStatusNodeServiceItem) GetName() string { method GetStatus (line 4618) | func (c *ClusterStatusNodeServiceItem) GetStatus() string { method GetBody (line 4626) | func (c *CodeOfConduct) GetBody() string { method GetKey (line 4634) | func (c *CodeOfConduct) GetKey() string { method GetName (line 4642) | func (c *CodeOfConduct) GetName() string { method GetURL (line 4650) | func (c *CodeOfConduct) GetURL() string { method GetColumn (line 4658) | func (c *CodeownersError) GetColumn() int { method GetKind (line 4666) | func (c *CodeownersError) GetKind() string { method GetLine (line 4674) | func (c *CodeownersError) GetLine() int { method GetMessage (line 4682) | func (c *CodeownersError) GetMessage() string { method GetPath (line 4690) | func (c *CodeownersError) GetPath() string { method GetSource (line 4698) | func (c *CodeownersError) GetSource() string { method GetSuggestion (line 4706) | func (c *CodeownersError) GetSuggestion() string { method GetErrors (line 4714) | func (c *CodeownersErrors) GetErrors() []*CodeownersError { method GetContentType (line 4722) | func (c *CodeQLDatabase) GetContentType() string { method GetCreatedAt (line 4730) | func (c *CodeQLDatabase) GetCreatedAt() Timestamp { method GetID (line 4738) | func (c *CodeQLDatabase) GetID() int64 { method GetLanguage (line 4746) | func (c *CodeQLDatabase) GetLanguage() string { method GetName (line 4754) | func (c *CodeQLDatabase) GetName() string { method GetSize (line 4762) | func (c *CodeQLDatabase) GetSize() int64 { method GetUpdatedAt (line 4770) | func (c *CodeQLDatabase) GetUpdatedAt() Timestamp { method GetUploader (line 4778) | func (c *CodeQLDatabase) GetUploader() *User { method GetURL (line 4786) | func (c *CodeQLDatabase) GetURL() string { method GetHTMLURL (line 4794) | func (c *CodeResult) GetHTMLURL() string { method GetName (line 4802) | func (c *CodeResult) GetName() string { method GetPath (line 4810) | func (c *CodeResult) GetPath() string { method GetRepository (line 4818) | func (c *CodeResult) GetRepository() *Repository { method GetSHA (line 4826) | func (c *CodeResult) GetSHA() string { method GetTextMatches (line 4834) | func (c *CodeResult) GetTextMatches() []*TextMatch { method GetAction (line 4842) | func (c *CodeScanningAlertEvent) GetAction() string { method GetAlert (line 4850) | func (c *CodeScanningAlertEvent) GetAlert() *Alert { method GetCommitOID (line 4858) | func (c *CodeScanningAlertEvent) GetCommitOID() string { method GetInstallation (line 4866) | func (c *CodeScanningAlertEvent) GetInstallation() *Installation { method GetOrg (line 4874) | func (c *CodeScanningAlertEvent) GetOrg() *Organization { method GetRef (line 4882) | func (c *CodeScanningAlertEvent) GetRef() string { method GetRepo (line 4890) | func (c *CodeScanningAlertEvent) GetRepo() *Repository { method GetSender (line 4898) | func (c *CodeScanningAlertEvent) GetSender() *User { method GetDismissedComment (line 4906) | func (c *CodeScanningAlertState) GetDismissedComment() string { method GetDismissedReason (line 4914) | func (c *CodeScanningAlertState) GetDismissedReason() string { method GetState (line 4922) | func (c *CodeScanningAlertState) GetState() string { method GetParameters (line 4930) | func (c *CodeScanningBranchRule) GetParameters() CodeScanningRuleParamet... method GetRunnerLabel (line 4938) | func (c *CodeScanningDefaultSetupOptions) GetRunnerLabel() string { method GetRunnerType (line 4946) | func (c *CodeScanningDefaultSetupOptions) GetRunnerType() string { method GetAllowAdvanced (line 4954) | func (c *CodeScanningOptions) GetAllowAdvanced() bool { method GetCodeScanningTools (line 4962) | func (c *CodeScanningRuleParameters) GetCodeScanningTools() []*RuleCodeS... method GetCodeResults (line 4970) | func (c *CodeSearchResult) GetCodeResults() []*CodeResult { method GetIncompleteResults (line 4978) | func (c *CodeSearchResult) GetIncompleteResults() bool { method GetTotal (line 4986) | func (c *CodeSearchResult) GetTotal() int { method GetAdvancedSecurity (line 4994) | func (c *CodeSecurityConfiguration) GetAdvancedSecurity() string { method GetCodeScanningDefaultSetup (line 5002) | func (c *CodeSecurityConfiguration) GetCodeScanningDefaultSetup() string { method GetCodeScanningDefaultSetupOptions (line 5010) | func (c *CodeSecurityConfiguration) GetCodeScanningDefaultSetupOptions()... method GetCodeScanningDelegatedAlertDismissal (line 5018) | func (c *CodeSecurityConfiguration) GetCodeScanningDelegatedAlertDismiss... method GetCodeScanningOptions (line 5026) | func (c *CodeSecurityConfiguration) GetCodeScanningOptions() *CodeScanni... method GetCodeSecurity (line 5034) | func (c *CodeSecurityConfiguration) GetCodeSecurity() string { method GetCreatedAt (line 5042) | func (c *CodeSecurityConfiguration) GetCreatedAt() Timestamp { method GetDependabotAlerts (line 5050) | func (c *CodeSecurityConfiguration) GetDependabotAlerts() string { method GetDependabotSecurityUpdates (line 5058) | func (c *CodeSecurityConfiguration) GetDependabotSecurityUpdates() string { method GetDependencyGraph (line 5066) | func (c *CodeSecurityConfiguration) GetDependencyGraph() string { method GetDependencyGraphAutosubmitAction (line 5074) | func (c *CodeSecurityConfiguration) GetDependencyGraphAutosubmitAction()... method GetDependencyGraphAutosubmitActionOptions (line 5082) | func (c *CodeSecurityConfiguration) GetDependencyGraphAutosubmitActionOp... method GetDescription (line 5090) | func (c *CodeSecurityConfiguration) GetDescription() string { method GetEnforcement (line 5098) | func (c *CodeSecurityConfiguration) GetEnforcement() string { method GetHTMLURL (line 5106) | func (c *CodeSecurityConfiguration) GetHTMLURL() string { method GetID (line 5114) | func (c *CodeSecurityConfiguration) GetID() int64 { method GetName (line 5122) | func (c *CodeSecurityConfiguration) GetName() string { method GetPrivateVulnerabilityReporting (line 5130) | func (c *CodeSecurityConfiguration) GetPrivateVulnerabilityReporting() s... method GetSecretProtection (line 5138) | func (c *CodeSecurityConfiguration) GetSecretProtection() string { method GetSecretScanning (line 5146) | func (c *CodeSecurityConfiguration) GetSecretScanning() string { method GetSecretScanningDelegatedAlertDismissal (line 5154) | func (c *CodeSecurityConfiguration) GetSecretScanningDelegatedAlertDismi... method GetSecretScanningDelegatedBypass (line 5162) | func (c *CodeSecurityConfiguration) GetSecretScanningDelegatedBypass() s... method GetSecretScanningDelegatedBypassOptions (line 5170) | func (c *CodeSecurityConfiguration) GetSecretScanningDelegatedBypassOpti... method GetSecretScanningGenericSecrets (line 5178) | func (c *CodeSecurityConfiguration) GetSecretScanningGenericSecrets() st... method GetSecretScanningNonProviderPatterns (line 5186) | func (c *CodeSecurityConfiguration) GetSecretScanningNonProviderPatterns... method GetSecretScanningPushProtection (line 5194) | func (c *CodeSecurityConfiguration) GetSecretScanningPushProtection() st... method GetSecretScanningValidityChecks (line 5202) | func (c *CodeSecurityConfiguration) GetSecretScanningValidityChecks() st... method GetTargetType (line 5210) | func (c *CodeSecurityConfiguration) GetTargetType() string { method GetUpdatedAt (line 5218) | func (c *CodeSecurityConfiguration) GetUpdatedAt() Timestamp { method GetURL (line 5226) | func (c *CodeSecurityConfiguration) GetURL() string { method GetConfiguration (line 5234) | func (c *CodeSecurityConfigurationWithDefaultForNewRepos) GetConfigurati... method GetDefaultForNewRepos (line 5242) | func (c *CodeSecurityConfigurationWithDefaultForNewRepos) GetDefaultForN... method GetBillableOwner (line 5250) | func (c *Codespace) GetBillableOwner() *User { method GetCreatedAt (line 5258) | func (c *Codespace) GetCreatedAt() Timestamp { method GetDevcontainerPath (line 5266) | func (c *Codespace) GetDevcontainerPath() string { method GetDisplayName (line 5274) | func (c *Codespace) GetDisplayName() string { method GetEnvironmentID (line 5282) | func (c *Codespace) GetEnvironmentID() string { method GetGitStatus (line 5290) | func (c *Codespace) GetGitStatus() *CodespacesGitStatus { method GetID (line 5298) | func (c *Codespace) GetID() int64 { method GetIdleTimeoutMinutes (line 5306) | func (c *Codespace) GetIdleTimeoutMinutes() int { method GetIdleTimeoutNotice (line 5314) | func (c *Codespace) GetIdleTimeoutNotice() string { method GetLastKnownStopNotice (line 5322) | func (c *Codespace) GetLastKnownStopNotice() string { method GetLastUsedAt (line 5330) | func (c *Codespace) GetLastUsedAt() Timestamp { method GetLocation (line 5338) | func (c *Codespace) GetLocation() string { method GetMachine (line 5346) | func (c *Codespace) GetMachine() *CodespacesMachine { method GetMachinesURL (line 5354) | func (c *Codespace) GetMachinesURL() string { method GetName (line 5362) | func (c *Codespace) GetName() string { method GetOwner (line 5370) | func (c *Codespace) GetOwner() *User { method GetPendingOperation (line 5378) | func (c *Codespace) GetPendingOperation() bool { method GetPendingOperationDisabledReason (line 5386) | func (c *Codespace) GetPendingOperationDisabledReason() string { method GetPrebuild (line 5394) | func (c *Codespace) GetPrebuild() bool { method GetPullsURL (line 5402) | func (c *Codespace) GetPullsURL() string { method GetRecentFolders (line 5410) | func (c *Codespace) GetRecentFolders() []string { method GetRepository (line 5418) | func (c *Codespace) GetRepository() *Repository { method GetRetentionExpiresAt (line 5426) | func (c *Codespace) GetRetentionExpiresAt() Timestamp { method GetRetentionPeriodMinutes (line 5434) | func (c *Codespace) GetRetentionPeriodMinutes() int { method GetRuntimeConstraints (line 5442) | func (c *Codespace) GetRuntimeConstraints() *CodespacesRuntimeConstraints { method GetStartURL (line 5450) | func (c *Codespace) GetStartURL() string { method GetState (line 5458) | func (c *Codespace) GetState() string { method GetStopURL (line 5466) | func (c *Codespace) GetStopURL() string { method GetUpdatedAt (line 5474) | func (c *Codespace) GetUpdatedAt() Timestamp { method GetURL (line 5482) | func (c *Codespace) GetURL() string { method GetWebURL (line 5490) | func (c *Codespace) GetWebURL() string { method GetClientIP (line 5498) | func (c *CodespaceCreateForUserOptions) GetClientIP() string { method GetDevcontainerPath (line 5506) | func (c *CodespaceCreateForUserOptions) GetDevcontainerPath() string { method GetDisplayName (line 5514) | func (c *CodespaceCreateForUserOptions) GetDisplayName() string { method GetGeo (line 5522) | func (c *CodespaceCreateForUserOptions) GetGeo() string { method GetIdleTimeoutMinutes (line 5530) | func (c *CodespaceCreateForUserOptions) GetIdleTimeoutMinutes() int { method GetLocation (line 5538) | func (c *CodespaceCreateForUserOptions) GetLocation() string { method GetMachine (line 5546) | func (c *CodespaceCreateForUserOptions) GetMachine() string { method GetMultiRepoPermissionsOptOut (line 5554) | func (c *CodespaceCreateForUserOptions) GetMultiRepoPermissionsOptOut() ... method GetPullRequest (line 5562) | func (c *CodespaceCreateForUserOptions) GetPullRequest() *CodespacePullR... method GetRef (line 5570) | func (c *CodespaceCreateForUserOptions) GetRef() string { method GetRepositoryID (line 5578) | func (c *CodespaceCreateForUserOptions) GetRepositoryID() int64 { method GetRetentionPeriodMinutes (line 5586) | func (c *CodespaceCreateForUserOptions) GetRetentionPeriodMinutes() int { method GetWorkingDirectory (line 5594) | func (c *CodespaceCreateForUserOptions) GetWorkingDirectory() string { method GetBillableOwner (line 5602) | func (c *CodespaceDefaultAttributes) GetBillableOwner() *User { method GetDefaults (line 5610) | func (c *CodespaceDefaultAttributes) GetDefaults() *CodespaceDefaults { method GetDevcontainerPath (line 5618) | func (c *CodespaceDefaults) GetDevcontainerPath() string { method GetLocation (line 5626) | func (c *CodespaceDefaults) GetLocation() string { method GetBranch (line 5634) | func (c *CodespaceExport) GetBranch() string { method GetCompletedAt (line 5642) | func (c *CodespaceExport) GetCompletedAt() Timestamp { method GetExportURL (line 5650) | func (c *CodespaceExport) GetExportURL() string { method GetHTMLURL (line 5658) | func (c *CodespaceExport) GetHTMLURL() string { method GetID (line 5666) | func (c *CodespaceExport) GetID() string { method GetSHA (line 5674) | func (c *CodespaceExport) GetSHA() string { method GetState (line 5682) | func (c *CodespaceExport) GetState() string { method GetClientIP (line 5690) | func (c *CodespaceGetDefaultAttributesOptions) GetClientIP() string { method GetRef (line 5698) | func (c *CodespaceGetDefaultAttributesOptions) GetRef() string { method GetAccepted (line 5706) | func (c *CodespacePermissions) GetAccepted() bool { method GetPullRequestNumber (line 5714) | func (c *CodespacePullRequestOptions) GetPullRequestNumber() int64 { method GetRepositoryID (line 5722) | func (c *CodespacePullRequestOptions) GetRepositoryID() int64 { method GetAhead (line 5730) | func (c *CodespacesGitStatus) GetAhead() int { method GetBehind (line 5738) | func (c *CodespacesGitStatus) GetBehind() int { method GetHasUncommittedChanges (line 5746) | func (c *CodespacesGitStatus) GetHasUncommittedChanges() bool { method GetHasUnpushedChanges (line 5754) | func (c *CodespacesGitStatus) GetHasUnpushedChanges() bool { method GetRef (line 5762) | func (c *CodespacesGitStatus) GetRef() string { method GetCPUs (line 5770) | func (c *CodespacesMachine) GetCPUs() int { method GetDisplayName (line 5778) | func (c *CodespacesMachine) GetDisplayName() string { method GetMemoryInBytes (line 5786) | func (c *CodespacesMachine) GetMemoryInBytes() int64 { method GetName (line 5794) | func (c *CodespacesMachine) GetName() string { method GetOperatingSystem (line 5802) | func (c *CodespacesMachine) GetOperatingSystem() string { method GetPrebuildAvailability (line 5810) | func (c *CodespacesMachine) GetPrebuildAvailability() string { method GetStorageInBytes (line 5818) | func (c *CodespacesMachine) GetStorageInBytes() int64 { method GetMachines (line 5826) | func (c *CodespacesMachines) GetMachines() []*CodespacesMachine { method GetTotalCount (line 5834) | func (c *CodespacesMachines) GetTotalCount() int64 { method GetSelectedUsernames (line 5842) | func (c *CodespacesOrgAccessControlRequest) GetSelectedUsernames() []str... method GetVisibility (line 5850) | func (c *CodespacesOrgAccessControlRequest) GetVisibility() string { method GetAllowedPortPrivacySettings (line 5858) | func (c *CodespacesRuntimeConstraints) GetAllowedPortPrivacySettings() [... method GetCreatedAt (line 5866) | func (c *CollaboratorInvitation) GetCreatedAt() Timestamp { method GetHTMLURL (line 5874) | func (c *CollaboratorInvitation) GetHTMLURL() string { method GetID (line 5882) | func (c *CollaboratorInvitation) GetID() int64 { method GetInvitee (line 5890) | func (c *CollaboratorInvitation) GetInvitee() *User { method GetInviter (line 5898) | func (c *CollaboratorInvitation) GetInviter() *User { method GetPermissions (line 5906) | func (c *CollaboratorInvitation) GetPermissions() string { method GetRepo (line 5914) | func (c *CollaboratorInvitation) GetRepo() *Repository { method GetURL (line 5922) | func (c *CollaboratorInvitation) GetURL() string { method GetCommitURL (line 5930) | func (c *CombinedStatus) GetCommitURL() string { method GetName (line 5938) | func (c *CombinedStatus) GetName() string { method GetRepositoryURL (line 5946) | func (c *CombinedStatus) GetRepositoryURL() string { method GetSHA (line 5954) | func (c *CombinedStatus) GetSHA() string { method GetState (line 5962) | func (c *CombinedStatus) GetState() string { method GetStatuses (line 5970) | func (c *CombinedStatus) GetStatuses() []*RepoStatus { method GetTotalCount (line 5978) | func (c *CombinedStatus) GetTotalCount() int { method GetBody (line 5986) | func (c *Comment) GetBody() string { method GetCreatedAt (line 5994) | func (c *Comment) GetCreatedAt() Timestamp { method GetAuthorAssociation (line 6002) | func (c *CommentDiscussion) GetAuthorAssociation() string { method GetBody (line 6010) | func (c *CommentDiscussion) GetBody() string { method GetChildCommentCount (line 6018) | func (c *CommentDiscussion) GetChildCommentCount() int { method GetCreatedAt (line 6026) | func (c *CommentDiscussion) GetCreatedAt() Timestamp { method GetDiscussionID (line 6034) | func (c *CommentDiscussion) GetDiscussionID() int64 { method GetHTMLURL (line 6042) | func (c *CommentDiscussion) GetHTMLURL() string { method GetID (line 6050) | func (c *CommentDiscussion) GetID() int64 { method GetNodeID (line 6058) | func (c *CommentDiscussion) GetNodeID() string { method GetParentID (line 6066) | func (c *CommentDiscussion) GetParentID() int64 { method GetReactions (line 6074) | func (c *CommentDiscussion) GetReactions() *Reactions { method GetRepositoryURL (line 6082) | func (c *CommentDiscussion) GetRepositoryURL() string { method GetUpdatedAt (line 6090) | func (c *CommentDiscussion) GetUpdatedAt() Timestamp { method GetUser (line 6098) | func (c *CommentDiscussion) GetUser() *User { method GetTotalCommitComments (line 6106) | func (c *CommentStats) GetTotalCommitComments() int { method GetTotalGistComments (line 6114) | func (c *CommentStats) GetTotalGistComments() int { method GetTotalIssueComments (line 6122) | func (c *CommentStats) GetTotalIssueComments() int { method GetTotalPullRequestComments (line 6130) | func (c *CommentStats) GetTotalPullRequestComments() int { method GetAuthor (line 6138) | func (c *Commit) GetAuthor() *CommitAuthor { method GetCommentCount (line 6146) | func (c *Commit) GetCommentCount() int { method GetCommitter (line 6154) | func (c *Commit) GetCommitter() *CommitAuthor { method GetHTMLURL (line 6162) | func (c *Commit) GetHTMLURL() string { method GetMessage (line 6170) | func (c *Commit) GetMessage() string { method GetNodeID (line 6178) | func (c *Commit) GetNodeID() string { method GetParents (line 6186) | func (c *Commit) GetParents() []*Commit { method GetSHA (line 6194) | func (c *Commit) GetSHA() string { method GetTree (line 6202) | func (c *Commit) GetTree() *Tree { method GetURL (line 6210) | func (c *Commit) GetURL() string { method GetVerification (line 6218) | func (c *Commit) GetVerification() *SignatureVerification { method GetDate (line 6226) | func (c *CommitAuthor) GetDate() Timestamp { method GetEmail (line 6234) | func (c *CommitAuthor) GetEmail() string { method GetLogin (line 6242) | func (c *CommitAuthor) GetLogin() string { method GetName (line 6250) | func (c *CommitAuthor) GetName() string { method GetAction (line 6258) | func (c *CommitCommentEvent) GetAction() string { method GetComment (line 6266) | func (c *CommitCommentEvent) GetComment() *RepositoryComment { method GetInstallation (line 6274) | func (c *CommitCommentEvent) GetInstallation() *Installation { method GetOrg (line 6282) | func (c *CommitCommentEvent) GetOrg() *Organization { method GetRepo (line 6290) | func (c *CommitCommentEvent) GetRepo() *Repository { method GetSender (line 6298) | func (c *CommitCommentEvent) GetSender() *User { method GetAdditions (line 6306) | func (c *CommitFile) GetAdditions() int { method GetBlobURL (line 6314) | func (c *CommitFile) GetBlobURL() string { method GetChanges (line 6322) | func (c *CommitFile) GetChanges() int { method GetContentsURL (line 6330) | func (c *CommitFile) GetContentsURL() string { method GetDeletions (line 6338) | func (c *CommitFile) GetDeletions() int { method GetFilename (line 6346) | func (c *CommitFile) GetFilename() string { method GetPatch (line 6354) | func (c *CommitFile) GetPatch() string { method GetPreviousFilename (line 6362) | func (c *CommitFile) GetPreviousFilename() string { method GetRawURL (line 6370) | func (c *CommitFile) GetRawURL() string { method GetSHA (line 6378) | func (c *CommitFile) GetSHA() string { method GetStatus (line 6386) | func (c *CommitFile) GetStatus() string { method GetAuthor (line 6394) | func (c *CommitResult) GetAuthor() *User { method GetCommentsURL (line 6402) | func (c *CommitResult) GetCommentsURL() string { method GetCommit (line 6410) | func (c *CommitResult) GetCommit() *Commit { method GetCommitter (line 6418) | func (c *CommitResult) GetCommitter() *User { method GetHTMLURL (line 6426) | func (c *CommitResult) GetHTMLURL() string { method GetParents (line 6434) | func (c *CommitResult) GetParents() []*Commit { method GetRepository (line 6442) | func (c *CommitResult) GetRepository() *Repository { method GetScore (line 6450) | func (c *CommitResult) GetScore() float64 { method GetSHA (line 6458) | func (c *CommitResult) GetSHA() string { method GetURL (line 6466) | func (c *CommitResult) GetURL() string { method GetAheadBy (line 6474) | func (c *CommitsComparison) GetAheadBy() int { method GetBaseCommit (line 6482) | func (c *CommitsComparison) GetBaseCommit() *RepositoryCommit { method GetBehindBy (line 6490) | func (c *CommitsComparison) GetBehindBy() int { method GetCommits (line 6498) | func (c *CommitsComparison) GetCommits() []*RepositoryCommit { method GetDiffURL (line 6506) | func (c *CommitsComparison) GetDiffURL() string { method GetFiles (line 6514) | func (c *CommitsComparison) GetFiles() []*CommitFile { method GetHTMLURL (line 6522) | func (c *CommitsComparison) GetHTMLURL() string { method GetMergeBaseCommit (line 6530) | func (c *CommitsComparison) GetMergeBaseCommit() *RepositoryCommit { method GetPatchURL (line 6538) | func (c *CommitsComparison) GetPatchURL() string { method GetPermalinkURL (line 6546) | func (c *CommitsComparison) GetPermalinkURL() string { method GetStatus (line 6554) | func (c *CommitsComparison) GetStatus() string { method GetTotalCommits (line 6562) | func (c *CommitsComparison) GetTotalCommits() int { method GetURL (line 6570) | func (c *CommitsComparison) GetURL() string { method GetAuthor (line 6578) | func (c *CommitsListOptions) GetAuthor() string { method GetPath (line 6586) | func (c *CommitsListOptions) GetPath() string { method GetSHA (line 6594) | func (c *CommitsListOptions) GetSHA() string { method GetSince (line 6602) | func (c *CommitsListOptions) GetSince() time.Time { method GetUntil (line 6610) | func (c *CommitsListOptions) GetUntil() time.Time { method GetCommits (line 6618) | func (c *CommitsSearchResult) GetCommits() []*CommitResult { method GetIncompleteResults (line 6626) | func (c *CommitsSearchResult) GetIncompleteResults() bool { method GetTotal (line 6634) | func (c *CommitsSearchResult) GetTotal() int { method GetAdditions (line 6642) | func (c *CommitStats) GetAdditions() int { method GetDeletions (line 6650) | func (c *CommitStats) GetDeletions() int { method GetTotal (line 6658) | func (c *CommitStats) GetTotal() int { method GetCodeOfConduct (line 6666) | func (c *CommunityHealthFiles) GetCodeOfConduct() *Metric { method GetCodeOfConductFile (line 6674) | func (c *CommunityHealthFiles) GetCodeOfConductFile() *Metric { method GetContributing (line 6682) | func (c *CommunityHealthFiles) GetContributing() *Metric { method GetIssueTemplate (line 6690) | func (c *CommunityHealthFiles) GetIssueTemplate() *Metric { method GetLicense (line 6698) | func (c *CommunityHealthFiles) GetLicense() *Metric { method GetPullRequestTemplate (line 6706) | func (c *CommunityHealthFiles) GetPullRequestTemplate() *Metric { method GetReadme (line 6714) | func (c *CommunityHealthFiles) GetReadme() *Metric { method GetContentReportsEnabled (line 6722) | func (c *CommunityHealthMetrics) GetContentReportsEnabled() bool { method GetDescription (line 6730) | func (c *CommunityHealthMetrics) GetDescription() string { method GetDocumentation (line 6738) | func (c *CommunityHealthMetrics) GetDocumentation() string { method GetFiles (line 6746) | func (c *CommunityHealthMetrics) GetFiles() *CommunityHealthFiles { method GetHealthPercentage (line 6754) | func (c *CommunityHealthMetrics) GetHealthPercentage() int { method GetUpdatedAt (line 6762) | func (c *CommunityHealthMetrics) GetUpdatedAt() Timestamp { method GetNodes (line 6770) | func (c *ConfigApplyEvents) GetNodes() []*ConfigApplyEventsNode { method GetEvents (line 6778) | func (c *ConfigApplyEventsNode) GetEvents() []*ConfigApplyEventsNodeEvent { method GetLastRequestID (line 6786) | func (c *ConfigApplyEventsNode) GetLastRequestID() string { method GetNode (line 6794) | func (c *ConfigApplyEventsNode) GetNode() string { method GetBody (line 6802) | func (c *ConfigApplyEventsNodeEvent) GetBody() string { method GetConfigRunID (line 6810) | func (c *ConfigApplyEventsNodeEvent) GetConfigRunID() string { method GetEventName (line 6818) | func (c *ConfigApplyEventsNodeEvent) GetEventName() string { method GetHostname (line 6826) | func (c *ConfigApplyEventsNodeEvent) GetHostname() string { method GetSeverityText (line 6834) | func (c *ConfigApplyEventsNodeEvent) GetSeverityText() string { method GetSpanDepth (line 6842) | func (c *ConfigApplyEventsNodeEvent) GetSpanDepth() int { method GetSpanID (line 6850) | func (c *ConfigApplyEventsNodeEvent) GetSpanID() string { method GetSpanParentID (line 6858) | func (c *ConfigApplyEventsNodeEvent) GetSpanParentID() int64 { method GetTimestamp (line 6866) | func (c *ConfigApplyEventsNodeEvent) GetTimestamp() Timestamp { method GetTopology (line 6874) | func (c *ConfigApplyEventsNodeEvent) GetTopology() string { method GetTraceID (line 6882) | func (c *ConfigApplyEventsNodeEvent) GetTraceID() string { method GetLastRequestID (line 6890) | func (c *ConfigApplyEventsOptions) GetLastRequestID() string { method GetRunID (line 6898) | func (c *ConfigApplyOptions) GetRunID() string { method GetNodes (line 6906) | func (c *ConfigApplyStatus) GetNodes() []*ConfigApplyStatusNode { method GetRunning (line 6914) | func (c *ConfigApplyStatus) GetRunning() bool { method GetSuccessful (line 6922) | func (c *ConfigApplyStatus) GetSuccessful() bool { method GetHostname (line 6930) | func (c *ConfigApplyStatusNode) GetHostname() string { method GetRunID (line 6938) | func (c *ConfigApplyStatusNode) GetRunID() string { method GetRunning (line 6946) | func (c *ConfigApplyStatusNode) GetRunning() bool { method GetSuccessful (line 6954) | func (c *ConfigApplyStatusNode) GetSuccessful() bool { method GetAdminPassword (line 6962) | func (c *ConfigSettings) GetAdminPassword() string { method GetAssets (line 6970) | func (c *ConfigSettings) GetAssets() string { method GetAuthMode (line 6978) | func (c *ConfigSettings) GetAuthMode() string { method GetAvatar (line 6986) | func (c *ConfigSettings) GetAvatar() *ConfigSettingsAvatar { method GetCAS (line 6994) | func (c *ConfigSettings) GetCAS() *ConfigSettingsCAS { method GetCollectd (line 7002) | func (c *ConfigSettings) GetCollectd() *ConfigSettingsCollectd { method GetConfigurationID (line 7010) | func (c *ConfigSettings) GetConfigurationID() int64 { method GetConfigurationRunCount (line 7018) | func (c *ConfigSettings) GetConfigurationRunCount() int { method GetCustomer (line 7026) | func (c *ConfigSettings) GetCustomer() *ConfigSettingsCustomer { method GetExpireSessions (line 7034) | func (c *ConfigSettings) GetExpireSessions() bool { method GetGithubHostname (line 7042) | func (c *ConfigSettings) GetGithubHostname() string { method GetGithubOAuth (line 7050) | func (c *ConfigSettings) GetGithubOAuth() *ConfigSettingsGithubOAuth { method GetGithubSSL (line 7058) | func (c *ConfigSettings) GetGithubSSL() *ConfigSettingsGithubSSL { method GetHTTPProxy (line 7066) | func (c *ConfigSettings) GetHTTPProxy() string { method GetIdenticonsHost (line 7074) | func (c *ConfigSettings) GetIdenticonsHost() string { method GetLDAP (line 7082) | func (c *ConfigSettings) GetLDAP() *ConfigSettingsLDAP { method GetLicense (line 7090) | func (c *ConfigSettings) GetLicense() *ConfigSettingsLicenseSettings { method GetLoadBalancer (line 7098) | func (c *ConfigSettings) GetLoadBalancer() string { method GetMapping (line 7106) | func (c *ConfigSettings) GetMapping() *ConfigSettingsMapping { method GetNTP (line 7114) | func (c *ConfigSettings) GetNTP() *ConfigSettingsNTP { method GetPages (line 7122) | func (c *ConfigSettings) GetPages() *ConfigSettingsPagesSettings { method GetPrivateMode (line 7130) | func (c *ConfigSettings) GetPrivateMode() bool { method GetPublicPages (line 7138) | func (c *ConfigSettings) GetPublicPages() bool { method GetSAML (line 7146) | func (c *ConfigSettings) GetSAML() *ConfigSettingsSAML { method GetSignupEnabled (line 7154) | func (c *ConfigSettings) GetSignupEnabled() bool { method GetSMTP (line 7162) | func (c *ConfigSettings) GetSMTP() *ConfigSettingsSMTP { method GetSNMP (line 7170) | func (c *ConfigSettings) GetSNMP() *ConfigSettingsSNMP { method GetSubdomainIsolation (line 7178) | func (c *ConfigSettings) GetSubdomainIsolation() bool { method GetSyslog (line 7186) | func (c *ConfigSettings) GetSyslog() *ConfigSettingsSyslog { method GetTimezone (line 7194) | func (c *ConfigSettings) GetTimezone() string { method GetEnabled (line 7202) | func (c *ConfigSettingsAvatar) GetEnabled() bool { method GetURI (line 7210) | func (c *ConfigSettingsAvatar) GetURI() string { method GetURL (line 7218) | func (c *ConfigSettingsCAS) GetURL() string { method GetEnabled (line 7226) | func (c *ConfigSettingsCollectd) GetEnabled() bool { method GetEncryption (line 7234) | func (c *ConfigSettingsCollectd) GetEncryption() string { method GetPassword (line 7242) | func (c *ConfigSettingsCollectd) GetPassword() string { method GetPort (line 7250) | func (c *ConfigSettingsCollectd) GetPort() int { method GetServer (line 7258) | func (c *ConfigSettingsCollectd) GetServer() string { method GetUsername (line 7266) | func (c *ConfigSettingsCollectd) GetUsername() string { method GetEmail (line 7274) | func (c *ConfigSettingsCustomer) GetEmail() string { method GetName (line 7282) | func (c *ConfigSettingsCustomer) GetName() string { method GetPublicKeyData (line 7290) | func (c *ConfigSettingsCustomer) GetPublicKeyData() string { method GetSecret (line 7298) | func (c *ConfigSettingsCustomer) GetSecret() string { method GetUUID (line 7306) | func (c *ConfigSettingsCustomer) GetUUID() string { method GetClientID (line 7314) | func (c *ConfigSettingsGithubOAuth) GetClientID() string { method GetClientSecret (line 7322) | func (c *ConfigSettingsGithubOAuth) GetClientSecret() string { method GetOrganizationName (line 7330) | func (c *ConfigSettingsGithubOAuth) GetOrganizationName() string { method GetOrganizationTeam (line 7338) | func (c *ConfigSettingsGithubOAuth) GetOrganizationTeam() string { method GetCert (line 7346) | func (c *ConfigSettingsGithubSSL) GetCert() string { method GetEnabled (line 7354) | func (c *ConfigSettingsGithubSSL) GetEnabled() bool { method GetKey (line 7362) | func (c *ConfigSettingsGithubSSL) GetKey() string { method GetAdminGroup (line 7370) | func (c *ConfigSettingsLDAP) GetAdminGroup() string { method GetBase (line 7378) | func (c *ConfigSettingsLDAP) GetBase() []string { method GetBindDN (line 7386) | func (c *ConfigSettingsLDAP) GetBindDN() string { method GetHost (line 7394) | func (c *ConfigSettingsLDAP) GetHost() string { method GetMethod (line 7402) | func (c *ConfigSettingsLDAP) GetMethod() string { method GetPassword (line 7410) | func (c *ConfigSettingsLDAP) GetPassword() string { method GetPort (line 7418) | func (c *ConfigSettingsLDAP) GetPort() int { method GetPosixSupport (line 7426) | func (c *ConfigSettingsLDAP) GetPosixSupport() bool { method GetProfile (line 7434) | func (c *ConfigSettingsLDAP) GetProfile() *ConfigSettingsLDAPProfile { method GetReconciliation (line 7442) | func (c *ConfigSettingsLDAP) GetReconciliation() *ConfigSettingsLDAPReco... method GetRecursiveGroupSearch (line 7450) | func (c *ConfigSettingsLDAP) GetRecursiveGroupSearch() bool { method GetSearchStrategy (line 7458) | func (c *ConfigSettingsLDAP) GetSearchStrategy() string { method GetSyncEnabled (line 7466) | func (c *ConfigSettingsLDAP) GetSyncEnabled() bool { method GetTeamSyncInterval (line 7474) | func (c *ConfigSettingsLDAP) GetTeamSyncInterval() int { method GetUID (line 7482) | func (c *ConfigSettingsLDAP) GetUID() string { method GetUserGroups (line 7490) | func (c *ConfigSettingsLDAP) GetUserGroups() []string { method GetUserSyncEmails (line 7498) | func (c *ConfigSettingsLDAP) GetUserSyncEmails() bool { method GetUserSyncInterval (line 7506) | func (c *ConfigSettingsLDAP) GetUserSyncInterval() int { method GetUserSyncKeys (line 7514) | func (c *ConfigSettingsLDAP) GetUserSyncKeys() bool { method GetVirtualAttributeEnabled (line 7522) | func (c *ConfigSettingsLDAP) GetVirtualAttributeEnabled() bool { method GetKey (line 7530) | func (c *ConfigSettingsLDAPProfile) GetKey() string { method GetMail (line 7538) | func (c *ConfigSettingsLDAPProfile) GetMail() string { method GetName (line 7546) | func (c *ConfigSettingsLDAPProfile) GetName() string { method GetUID (line 7554) | func (c *ConfigSettingsLDAPProfile) GetUID() string { method GetOrg (line 7562) | func (c *ConfigSettingsLDAPReconciliation) GetOrg() string { method GetUser (line 7570) | func (c *ConfigSettingsLDAPReconciliation) GetUser() string { method GetClusterSupport (line 7578) | func (c *ConfigSettingsLicenseSettings) GetClusterSupport() bool { method GetEvaluation (line 7586) | func (c *ConfigSettingsLicenseSettings) GetEvaluation() bool { method GetExpireAt (line 7594) | func (c *ConfigSettingsLicenseSettings) GetExpireAt() Timestamp { method GetPerpetual (line 7602) | func (c *ConfigSettingsLicenseSettings) GetPerpetual() bool { method GetSeats (line 7610) | func (c *ConfigSettingsLicenseSettings) GetSeats() int { method GetSSHAllowed (line 7618) | func (c *ConfigSettingsLicenseSettings) GetSSHAllowed() bool { method GetSupportKey (line 7626) | func (c *ConfigSettingsLicenseSettings) GetSupportKey() string { method GetUnlimitedSeating (line 7634) | func (c *ConfigSettingsLicenseSettings) GetUnlimitedSeating() bool { method GetBasemap (line 7642) | func (c *ConfigSettingsMapping) GetBasemap() string { method GetEnabled (line 7650) | func (c *ConfigSettingsMapping) GetEnabled() bool { method GetTileserver (line 7658) | func (c *ConfigSettingsMapping) GetTileserver() string { method GetToken (line 7666) | func (c *ConfigSettingsMapping) GetToken() string { method GetPrimaryServer (line 7674) | func (c *ConfigSettingsNTP) GetPrimaryServer() string { method GetSecondaryServer (line 7682) | func (c *ConfigSettingsNTP) GetSecondaryServer() string { method GetEnabled (line 7690) | func (c *ConfigSettingsPagesSettings) GetEnabled() bool { method GetCertificate (line 7698) | func (c *ConfigSettingsSAML) GetCertificate() string { method GetCertificatePath (line 7706) | func (c *ConfigSettingsSAML) GetCertificatePath() string { method GetDisableAdminDemote (line 7714) | func (c *ConfigSettingsSAML) GetDisableAdminDemote() bool { method GetIDPInitiatedSSO (line 7722) | func (c *ConfigSettingsSAML) GetIDPInitiatedSSO() bool { method GetIssuer (line 7730) | func (c *ConfigSettingsSAML) GetIssuer() string { method GetSSOURL (line 7738) | func (c *ConfigSettingsSAML) GetSSOURL() string { method GetAddress (line 7746) | func (c *ConfigSettingsSMTP) GetAddress() string { method GetAuthentication (line 7754) | func (c *ConfigSettingsSMTP) GetAuthentication() string { method GetDiscardToNoreplyAddress (line 7762) | func (c *ConfigSettingsSMTP) GetDiscardToNoreplyAddress() bool { method GetDomain (line 7770) | func (c *ConfigSettingsSMTP) GetDomain() string { method GetEnabled (line 7778) | func (c *ConfigSettingsSMTP) GetEnabled() bool { method GetEnableStarttlsAuto (line 7786) | func (c *ConfigSettingsSMTP) GetEnableStarttlsAuto() bool { method GetNoreplyAddress (line 7794) | func (c *ConfigSettingsSMTP) GetNoreplyAddress() string { method GetPassword (line 7802) | func (c *ConfigSettingsSMTP) GetPassword() string { method GetPort (line 7810) | func (c *ConfigSettingsSMTP) GetPort() string { method GetSupportAddress (line 7818) | func (c *ConfigSettingsSMTP) GetSupportAddress() string { method GetSupportAddressType (line 7826) | func (c *ConfigSettingsSMTP) GetSupportAddressType() string { method GetUsername (line 7834) | func (c *ConfigSettingsSMTP) GetUsername() string { method GetUserName (line 7842) | func (c *ConfigSettingsSMTP) GetUserName() string { method GetCommunity (line 7850) | func (c *ConfigSettingsSNMP) GetCommunity() string { method GetEnabled (line 7858) | func (c *ConfigSettingsSNMP) GetEnabled() bool { method GetEnabled (line 7866) | func (c *ConfigSettingsSyslog) GetEnabled() bool { method GetProtocolName (line 7874) | func (c *ConfigSettingsSyslog) GetProtocolName() string { method GetServer (line 7882) | func (c *ConfigSettingsSyslog) GetServer() string { method GetName (line 7890) | func (c *ConnectionServiceItem) GetName() string { method GetNumber (line 7898) | func (c *ConnectionServiceItem) GetNumber() int { method GetID (line 7906) | func (c *ContentReference) GetID() int64 { method GetNodeID (line 7914) | func (c *ContentReference) GetNodeID() string { method GetReference (line 7922) | func (c *ContentReference) GetReference() string { method GetAction (line 7930) | func (c *ContentReferenceEvent) GetAction() string { method GetContentReference (line 7938) | func (c *ContentReferenceEvent) GetContentReference() *ContentReference { method GetInstallation (line 7946) | func (c *ContentReferenceEvent) GetInstallation() *Installation { method GetRepo (line 7954) | func (c *ContentReferenceEvent) GetRepo() *Repository { method GetSender (line 7962) | func (c *ContentReferenceEvent) GetSender() *User { method GetAvatarURL (line 7970) | func (c *Contributor) GetAvatarURL() string { method GetContributions (line 7978) | func (c *Contributor) GetContributions() int { method GetEmail (line 7986) | func (c *Contributor) GetEmail() string { method GetEventsURL (line 7994) | func (c *Contributor) GetEventsURL() string { method GetFollowersURL (line 8002) | func (c *Contributor) GetFollowersURL() string { method GetFollowingURL (line 8010) | func (c *Contributor) GetFollowingURL() string { method GetGistsURL (line 8018) | func (c *Contributor) GetGistsURL() string { method GetGravatarID (line 8026) | func (c *Contributor) GetGravatarID() string { method GetHTMLURL (line 8034) | func (c *Contributor) GetHTMLURL() string { method GetID (line 8042) | func (c *Contributor) GetID() int64 { method GetLogin (line 8050) | func (c *Contributor) GetLogin() string { method GetName (line 8058) | func (c *Contributor) GetName() string { method GetNodeID (line 8066) | func (c *Contributor) GetNodeID() string { method GetOrganizationsURL (line 8074) | func (c *Contributor) GetOrganizationsURL() string { method GetReceivedEventsURL (line 8082) | func (c *Contributor) GetReceivedEventsURL() string { method GetReposURL (line 8090) | func (c *Contributor) GetReposURL() string { method GetSiteAdmin (line 8098) | func (c *Contributor) GetSiteAdmin() bool { method GetStarredURL (line 8106) | func (c *Contributor) GetStarredURL() string { method GetSubscriptionsURL (line 8114) | func (c *Contributor) GetSubscriptionsURL() string { method GetType (line 8122) | func (c *Contributor) GetType() string { method GetURL (line 8130) | func (c *Contributor) GetURL() string { method GetApprovalPolicy (line 8138) | func (c *ContributorApprovalPermissions) GetApprovalPolicy() string { method GetAuthor (line 8146) | func (c *ContributorStats) GetAuthor() *Contributor { method GetTotal (line 8154) | func (c *ContributorStats) GetTotal() int { method GetWeeks (line 8162) | func (c *ContributorStats) GetWeeks() []*WeeklyStats { method GetParameters (line 8170) | func (c *CopilotCodeReviewBranchRule) GetParameters() CopilotCodeReviewR... method GetReviewDraftPullRequests (line 8178) | func (c *CopilotCodeReviewRuleParameters) GetReviewDraftPullRequests() b... method GetReviewOnPush (line 8186) | func (c *CopilotCodeReviewRuleParameters) GetReviewOnPush() bool { method GetDownloadLinks (line 8194) | func (c *CopilotDailyMetricsReport) GetDownloadLinks() []string { method GetReportDay (line 8202) | func (c *CopilotDailyMetricsReport) GetReportDay() string { method GetModels (line 8210) | func (c *CopilotDotcomChat) GetModels() []*CopilotDotcomChatModel { method GetTotalEngagedUsers (line 8218) | func (c *CopilotDotcomChat) GetTotalEngagedUsers() int { method GetCustomModelTrainingDate (line 8226) | func (c *CopilotDotcomChatModel) GetCustomModelTrainingDate() string { method GetIsCustomModel (line 8234) | func (c *CopilotDotcomChatModel) GetIsCustomModel() bool { method GetName (line 8242) | func (c *CopilotDotcomChatModel) GetName() string { method GetTotalChats (line 8250) | func (c *CopilotDotcomChatModel) GetTotalChats() int { method GetTotalEngagedUsers (line 8258) | func (c *CopilotDotcomChatModel) GetTotalEngagedUsers() int { method GetRepositories (line 8266) | func (c *CopilotDotcomPullRequests) GetRepositories() []*CopilotDotcomPu... method GetTotalEngagedUsers (line 8274) | func (c *CopilotDotcomPullRequests) GetTotalEngagedUsers() int { method GetCustomModelTrainingDate (line 8282) | func (c *CopilotDotcomPullRequestsModel) GetCustomModelTrainingDate() st... method GetIsCustomModel (line 8290) | func (c *CopilotDotcomPullRequestsModel) GetIsCustomModel() bool { method GetName (line 8298) | func (c *CopilotDotcomPullRequestsModel) GetName() string { method GetTotalEngagedUsers (line 8306) | func (c *CopilotDotcomPullRequestsModel) GetTotalEngagedUsers() int { method GetTotalPRSummariesCreated (line 8314) | func (c *CopilotDotcomPullRequestsModel) GetTotalPRSummariesCreated() int { method GetModels (line 8322) | func (c *CopilotDotcomPullRequestsRepository) GetModels() []*CopilotDotc... method GetName (line 8330) | func (c *CopilotDotcomPullRequestsRepository) GetName() string { method GetTotalEngagedUsers (line 8338) | func (c *CopilotDotcomPullRequestsRepository) GetTotalEngagedUsers() int { method GetEditors (line 8346) | func (c *CopilotIDEChat) GetEditors() []*CopilotIDEChatEditor { method GetTotalEngagedUsers (line 8354) | func (c *CopilotIDEChat) GetTotalEngagedUsers() int { method GetModels (line 8362) | func (c *CopilotIDEChatEditor) GetModels() []*CopilotIDEChatModel { method GetName (line 8370) | func (c *CopilotIDEChatEditor) GetName() string { method GetTotalEngagedUsers (line 8378) | func (c *CopilotIDEChatEditor) GetTotalEngagedUsers() int { method GetCustomModelTrainingDate (line 8386) | func (c *CopilotIDEChatModel) GetCustomModelTrainingDate() string { method GetIsCustomModel (line 8394) | func (c *CopilotIDEChatModel) GetIsCustomModel() bool { method GetName (line 8402) | func (c *CopilotIDEChatModel) GetName() string { method GetTotalChatCopyEvents (line 8410) | func (c *CopilotIDEChatModel) GetTotalChatCopyEvents() int { method GetTotalChatInsertionEvents (line 8418) | func (c *CopilotIDEChatModel) GetTotalChatInsertionEvents() int { method GetTotalChats (line 8426) | func (c *CopilotIDEChatModel) GetTotalChats() int { method GetTotalEngagedUsers (line 8434) | func (c *CopilotIDEChatModel) GetTotalEngagedUsers() int { method GetEditors (line 8442) | func (c *CopilotIDECodeCompletions) GetEditors() []*CopilotIDECodeComple... method GetLanguages (line 8450) | func (c *CopilotIDECodeCompletions) GetLanguages() []*CopilotIDECodeComp... method GetTotalEngagedUsers (line 8458) | func (c *CopilotIDECodeCompletions) GetTotalEngagedUsers() int { method GetModels (line 8466) | func (c *CopilotIDECodeCompletionsEditor) GetModels() []*CopilotIDECodeC... method GetName (line 8474) | func (c *CopilotIDECodeCompletionsEditor) GetName() string { method GetTotalEngagedUsers (line 8482) | func (c *CopilotIDECodeCompletionsEditor) GetTotalEngagedUsers() int { method GetName (line 8490) | func (c *CopilotIDECodeCompletionsLanguage) GetName() string { method GetTotalEngagedUsers (line 8498) | func (c *CopilotIDECodeCompletionsLanguage) GetTotalEngagedUsers() int { method GetCustomModelTrainingDate (line 8506) | func (c *CopilotIDECodeCompletionsModel) GetCustomModelTrainingDate() st... method GetIsCustomModel (line 8514) | func (c *CopilotIDECodeCompletionsModel) GetIsCustomModel() bool { method GetLanguages (line 8522) | func (c *CopilotIDECodeCompletionsModel) GetLanguages() []*CopilotIDECod... method GetName (line 8530) | func (c *CopilotIDECodeCompletionsModel) GetName() string { method GetTotalEngagedUsers (line 8538) | func (c *CopilotIDECodeCompletionsModel) GetTotalEngagedUsers() int { method GetName (line 8546) | func (c *CopilotIDECodeCompletionsModelLanguage) GetName() string { method GetTotalCodeAcceptances (line 8554) | func (c *CopilotIDECodeCompletionsModelLanguage) GetTotalCodeAcceptances... method GetTotalCodeLinesAccepted (line 8562) | func (c *CopilotIDECodeCompletionsModelLanguage) GetTotalCodeLinesAccept... method GetTotalCodeLinesSuggested (line 8570) | func (c *CopilotIDECodeCompletionsModelLanguage) GetTotalCodeLinesSugges... method GetTotalCodeSuggestions (line 8578) | func (c *CopilotIDECodeCompletionsModelLanguage) GetTotalCodeSuggestions... method GetTotalEngagedUsers (line 8586) | func (c *CopilotIDECodeCompletionsModelLanguage) GetTotalEngagedUsers() ... method GetCopilotDotcomChat (line 8594) | func (c *CopilotMetrics) GetCopilotDotcomChat() *CopilotDotcomChat { method GetCopilotDotcomPullRequests (line 8602) | func (c *CopilotMetrics) GetCopilotDotcomPullRequests() *CopilotDotcomPu... method GetCopilotIDEChat (line 8610) | func (c *CopilotMetrics) GetCopilotIDEChat() *CopilotIDEChat { method GetCopilotIDECodeCompletions (line 8618) | func (c *CopilotMetrics) GetCopilotIDECodeCompletions() *CopilotIDECodeC... method GetDate (line 8626) | func (c *CopilotMetrics) GetDate() string { method GetTotalActiveUsers (line 8634) | func (c *CopilotMetrics) GetTotalActiveUsers() int { method GetTotalEngagedUsers (line 8642) | func (c *CopilotMetrics) GetTotalEngagedUsers() int { method GetSince (line 8650) | func (c *CopilotMetricsListOptions) GetSince() time.Time { method GetUntil (line 8658) | func (c *CopilotMetricsListOptions) GetUntil() time.Time { method GetDownloadLinks (line 8666) | func (c *CopilotMetricsReport) GetDownloadLinks() []string { method GetReportEndDay (line 8674) | func (c *CopilotMetricsReport) GetReportEndDay() string { method GetReportStartDay (line 8682) | func (c *CopilotMetricsReport) GetReportStartDay() string { method GetDay (line 8690) | func (c *CopilotMetricsReportOptions) GetDay() string { method GetCopilotChat (line 8698) | func (c *CopilotOrganizationDetails) GetCopilotChat() string { method GetPublicCodeSuggestions (line 8706) | func (c *CopilotOrganizationDetails) GetPublicCodeSuggestions() string { method GetSeatBreakdown (line 8714) | func (c *CopilotOrganizationDetails) GetSeatBreakdown() *CopilotSeatBrea... method GetSeatManagementSetting (line 8722) | func (c *CopilotOrganizationDetails) GetSeatManagementSetting() string { method GetActiveThisCycle (line 8730) | func (c *CopilotSeatBreakdown) GetActiveThisCycle() int { method GetAddedThisCycle (line 8738) | func (c *CopilotSeatBreakdown) GetAddedThisCycle() int { method GetInactiveThisCycle (line 8746) | func (c *CopilotSeatBreakdown) GetInactiveThisCycle() int { method GetPendingCancellation (line 8754) | func (c *CopilotSeatBreakdown) GetPendingCancellation() int { method GetPendingInvitation (line 8762) | func (c *CopilotSeatBreakdown) GetPendingInvitation() int { method GetTotal (line 8770) | func (c *CopilotSeatBreakdown) GetTotal() int { method GetAssignee (line 8778) | func (c *CopilotSeatDetails) GetAssignee() any { method GetAssigningTeam (line 8786) | func (c *CopilotSeatDetails) GetAssigningTeam() *Team { method GetCreatedAt (line 8794) | func (c *CopilotSeatDetails) GetCreatedAt() Timestamp { method GetLastActivityAt (line 8802) | func (c *CopilotSeatDetails) GetLastActivityAt() Timestamp { method GetLastActivityEditor (line 8810) | func (c *CopilotSeatDetails) GetLastActivityEditor() string { method GetPendingCancellationDate (line 8818) | func (c *CopilotSeatDetails) GetPendingCancellationDate() string { method GetPlanType (line 8826) | func (c *CopilotSeatDetails) GetPlanType() string { method GetUpdatedAt (line 8834) | func (c *CopilotSeatDetails) GetUpdatedAt() Timestamp { method GetAzureSubscription (line 8842) | func (c *CostCenter) GetAzureSubscription() string { method GetID (line 8850) | func (c *CostCenter) GetID() string { method GetName (line 8858) | func (c *CostCenter) GetName() string { method GetResources (line 8866) | func (c *CostCenter) GetResources() []*CostCenterResource { method GetState (line 8874) | func (c *CostCenter) GetState() string { method GetName (line 8882) | func (c *CostCenterRequest) GetName() string { method GetName (line 8890) | func (c *CostCenterResource) GetName() string { method GetType (line 8898) | func (c *CostCenterResource) GetType() string { method GetOrganizations (line 8906) | func (c *CostCenterResourceRequest) GetOrganizations() []string { method GetRepositories (line 8914) | func (c *CostCenterResourceRequest) GetRepositories() []string { method GetUsers (line 8922) | func (c *CostCenterResourceRequest) GetUsers() []string { method GetCostCenters (line 8930) | func (c *CostCenters) GetCostCenters() []*CostCenter { method GetCluster (line 8938) | func (c *CreateArtifactDeploymentRequest) GetCluster() string { method GetDeploymentName (line 8946) | func (c *CreateArtifactDeploymentRequest) GetDeploymentName() string { method GetDigest (line 8954) | func (c *CreateArtifactDeploymentRequest) GetDigest() string { method GetGithubRepository (line 8962) | func (c *CreateArtifactDeploymentRequest) GetGithubRepository() string { method GetLogicalEnvironment (line 8970) | func (c *CreateArtifactDeploymentRequest) GetLogicalEnvironment() string { method GetName (line 8978) | func (c *CreateArtifactDeploymentRequest) GetName() string { method GetPhysicalEnvironment (line 8986) | func (c *CreateArtifactDeploymentRequest) GetPhysicalEnvironment() string { method GetRuntimeRisks (line 8994) | func (c *CreateArtifactDeploymentRequest) GetRuntimeRisks() []Deployment... method GetStatus (line 9002) | func (c *CreateArtifactDeploymentRequest) GetStatus() string { method GetTags (line 9010) | func (c *CreateArtifactDeploymentRequest) GetTags() map[string]string { method GetVersion (line 9018) | func (c *CreateArtifactDeploymentRequest) GetVersion() string { method GetArtifactURL (line 9026) | func (c *CreateArtifactStorageRequest) GetArtifactURL() string { method GetDigest (line 9034) | func (c *CreateArtifactStorageRequest) GetDigest() string { method GetGithubRepository (line 9042) | func (c *CreateArtifactStorageRequest) GetGithubRepository() string { method GetName (line 9050) | func (c *CreateArtifactStorageRequest) GetName() string { method GetPath (line 9058) | func (c *CreateArtifactStorageRequest) GetPath() string { method GetRegistryURL (line 9066) | func (c *CreateArtifactStorageRequest) GetRegistryURL() string { method GetRepository (line 9074) | func (c *CreateArtifactStorageRequest) GetRepository() string { method GetStatus (line 9082) | func (c *CreateArtifactStorageRequest) GetStatus() string { method GetVersion (line 9090) | func (c *CreateArtifactStorageRequest) GetVersion() string { method GetActions (line 9098) | func (c *CreateCheckRunOptions) GetActions() []*CheckRunAction { method GetCompletedAt (line 9106) | func (c *CreateCheckRunOptions) GetCompletedAt() Timestamp { method GetConclusion (line 9114) | func (c *CreateCheckRunOptions) GetConclusion() string { method GetDetailsURL (line 9122) | func (c *CreateCheckRunOptions) GetDetailsURL() string { method GetExternalID (line 9130) | func (c *CreateCheckRunOptions) GetExternalID() string { method GetHeadSHA (line 9138) | func (c *CreateCheckRunOptions) GetHeadSHA() string { method GetName (line 9146) | func (c *CreateCheckRunOptions) GetName() string { method GetOutput (line 9154) | func (c *CreateCheckRunOptions) GetOutput() *CheckRunOutput { method GetStartedAt (line 9162) | func (c *CreateCheckRunOptions) GetStartedAt() Timestamp { method GetStatus (line 9170) | func (c *CreateCheckRunOptions) GetStatus() string { method GetHeadBranch (line 9178) | func (c *CreateCheckSuiteOptions) GetHeadBranch() string { method GetHeadSHA (line 9186) | func (c *CreateCheckSuiteOptions) GetHeadSHA() string { method GetClientIP (line 9194) | func (c *CreateCodespaceOptions) GetClientIP() string { method GetDevcontainerPath (line 9202) | func (c *CreateCodespaceOptions) GetDevcontainerPath() string { method GetDisplayName (line 9210) | func (c *CreateCodespaceOptions) GetDisplayName() string { method GetGeo (line 9218) | func (c *CreateCodespaceOptions) GetGeo() string { method GetIdleTimeoutMinutes (line 9226) | func (c *CreateCodespaceOptions) GetIdleTimeoutMinutes() int { method GetLocation (line 9234) | func (c *CreateCodespaceOptions) GetLocation() string { method GetMachine (line 9242) | func (c *CreateCodespaceOptions) GetMachine() string { method GetMultiRepoPermissionsOptOut (line 9250) | func (c *CreateCodespaceOptions) GetMultiRepoPermissionsOptOut() bool { method GetRef (line 9258) | func (c *CreateCodespaceOptions) GetRef() string { method GetRetentionPeriodMinutes (line 9266) | func (c *CreateCodespaceOptions) GetRetentionPeriodMinutes() int { method GetWorkingDirectory (line 9274) | func (c *CreateCodespaceOptions) GetWorkingDirectory() string { method GetSigner (line 9282) | func (c *CreateCommitOptions) GetSigner() MessageSigner { method GetBaseRole (line 9290) | func (c *CreateCustomOrgRoleRequest) GetBaseRole() string { method GetDescription (line 9298) | func (c *CreateCustomOrgRoleRequest) GetDescription() string { method GetName (line 9306) | func (c *CreateCustomOrgRoleRequest) GetName() string { method GetPermissions (line 9314) | func (c *CreateCustomOrgRoleRequest) GetPermissions() []string { method GetAllowsPublicRepositories (line 9322) | func (c *CreateEnterpriseRunnerGroupRequest) GetAllowsPublicRepositories... method GetName (line 9330) | func (c *CreateEnterpriseRunnerGroupRequest) GetName() string { method GetNetworkConfigurationID (line 9338) | func (c *CreateEnterpriseRunnerGroupRequest) GetNetworkConfigurationID()... method GetRestrictedToWorkflows (line 9346) | func (c *CreateEnterpriseRunnerGroupRequest) GetRestrictedToWorkflows() ... method GetRunners (line 9354) | func (c *CreateEnterpriseRunnerGroupRequest) GetRunners() []int64 { method GetSelectedOrganizationIDs (line 9362) | func (c *CreateEnterpriseRunnerGroupRequest) GetSelectedOrganizationIDs(... method GetSelectedWorkflows (line 9370) | func (c *CreateEnterpriseRunnerGroupRequest) GetSelectedWorkflows() []st... method GetVisibility (line 9378) | func (c *CreateEnterpriseRunnerGroupRequest) GetVisibility() string { method GetDescription (line 9386) | func (c *CreateEvent) GetDescription() string { method GetInstallation (line 9394) | func (c *CreateEvent) GetInstallation() *Installation { method GetMasterBranch (line 9402) | func (c *CreateEvent) GetMasterBranch() string { method GetOrg (line 9410) | func (c *CreateEvent) GetOrg() *Organization { method GetPusherType (line 9418) | func (c *CreateEvent) GetPusherType() string { method GetRef (line 9426) | func (c *CreateEvent) GetRef() string { method GetRefType (line 9434) | func (c *CreateEvent) GetRefType() string { method GetRepo (line 9442) | func (c *CreateEvent) GetRepo() *Repository { method GetSender (line 9450) | func (c *CreateEvent) GetSender() *User { method GetEnableStaticIP (line 9458) | func (c *CreateHostedRunnerRequest) GetEnableStaticIP() bool { method GetImage (line 9466) | func (c *CreateHostedRunnerRequest) GetImage() HostedRunnerImage { method GetImageGen (line 9474) | func (c *CreateHostedRunnerRequest) GetImageGen() bool { method GetMaximumRunners (line 9482) | func (c *CreateHostedRunnerRequest) GetMaximumRunners() int64 { method GetName (line 9490) | func (c *CreateHostedRunnerRequest) GetName() string { method GetRunnerGroupID (line 9498) | func (c *CreateHostedRunnerRequest) GetRunnerGroupID() int64 { method GetSize (line 9506) | func (c *CreateHostedRunnerRequest) GetSize() string { method GetEncryptedValue (line 9514) | func (c *CreateOrganizationPrivateRegistry) GetEncryptedValue() string { method GetKeyID (line 9522) | func (c *CreateOrganizationPrivateRegistry) GetKeyID() string { method GetRegistryType (line 9530) | func (c *CreateOrganizationPrivateRegistry) GetRegistryType() string { method GetSelectedRepositoryIDs (line 9538) | func (c *CreateOrganizationPrivateRegistry) GetSelectedRepositoryIDs() [... method GetURL (line 9546) | func (c *CreateOrganizationPrivateRegistry) GetURL() string { method GetUsername (line 9554) | func (c *CreateOrganizationPrivateRegistry) GetUsername() string { method GetVisibility (line 9562) | func (c *CreateOrganizationPrivateRegistry) GetVisibility() PrivateRegis... method GetEmail (line 9570) | func (c *CreateOrgInvitationOptions) GetEmail() string { method GetInviteeID (line 9578) | func (c *CreateOrgInvitationOptions) GetInviteeID() int64 { method GetRole (line 9586) | func (c *CreateOrgInvitationOptions) GetRole() string { method GetTeamID (line 9594) | func (c *CreateOrgInvitationOptions) GetTeamID() []int64 { method GetBaseRole (line 9602) | func (c *CreateOrUpdateCustomRepoRoleOptions) GetBaseRole() string { method GetDescription (line 9610) | func (c *CreateOrUpdateCustomRepoRoleOptions) GetDescription() string { method GetName (line 9618) | func (c *CreateOrUpdateCustomRepoRoleOptions) GetName() string { method GetPermissions (line 9626) | func (c *CreateOrUpdateCustomRepoRoleOptions) GetPermissions() []string { method GetColor (line 9634) | func (c *CreateOrUpdateIssueTypesOptions) GetColor() string { method GetDescription (line 9642) | func (c *CreateOrUpdateIssueTypesOptions) GetDescription() string { method GetIsEnabled (line 9650) | func (c *CreateOrUpdateIssueTypesOptions) GetIsEnabled() bool { method GetIsPrivate (line 9658) | func (c *CreateOrUpdateIssueTypesOptions) GetIsPrivate() bool { method GetName (line 9666) | func (c *CreateOrUpdateIssueTypesOptions) GetName() string { method GetFrom (line 9674) | func (c *CreateProtectedChanges) GetFrom() bool { method GetRef (line 9682) | func (c *CreateRef) GetRef() string { method GetSHA (line 9690) | func (c *CreateRef) GetSHA() string { method GetAllowsPublicRepositories (line 9698) | func (c *CreateRunnerGroupRequest) GetAllowsPublicRepositories() bool { method GetName (line 9706) | func (c *CreateRunnerGroupRequest) GetName() string { method GetNetworkConfigurationID (line 9714) | func (c *CreateRunnerGroupRequest) GetNetworkConfigurationID() string { method GetRestrictedToWorkflows (line 9722) | func (c *CreateRunnerGroupRequest) GetRestrictedToWorkflows() bool { method GetRunners (line 9730) | func (c *CreateRunnerGroupRequest) GetRunners() []int64 { method GetSelectedRepositoryIDs (line 9738) | func (c *CreateRunnerGroupRequest) GetSelectedRepositoryIDs() []int64 { method GetSelectedWorkflows (line 9746) | func (c *CreateRunnerGroupRequest) GetSelectedWorkflows() []string { method GetVisibility (line 9754) | func (c *CreateRunnerGroupRequest) GetVisibility() string { method GetMessage (line 9762) | func (c *CreateTag) GetMessage() string { method GetObject (line 9770) | func (c *CreateTag) GetObject() string { method GetTag (line 9778) | func (c *CreateTag) GetTag() string { method GetTagger (line 9786) | func (c *CreateTag) GetTagger() *CommitAuthor { method GetType (line 9794) | func (c *CreateTag) GetType() string { method GetCanAdminsBypass (line 9802) | func (c *CreateUpdateEnvironment) GetCanAdminsBypass() bool { method GetDeploymentBranchPolicy (line 9810) | func (c *CreateUpdateEnvironment) GetDeploymentBranchPolicy() *BranchPol... method GetPreventSelfReview (line 9818) | func (c *CreateUpdateEnvironment) GetPreventSelfReview() bool { method GetReviewers (line 9826) | func (c *CreateUpdateEnvironment) GetReviewers() []*EnvReviewers { method GetWaitTimer (line 9834) | func (c *CreateUpdateEnvironment) GetWaitTimer() int { method GetEmail (line 9842) | func (c *CreateUserRequest) GetEmail() string { method GetLogin (line 9850) | func (c *CreateUserRequest) GetLogin() string { method GetSuspended (line 9858) | func (c *CreateUserRequest) GetSuspended() bool { method GetInputs (line 9866) | func (c *CreateWorkflowDispatchEventRequest) GetInputs() map[string]any { method GetRef (line 9874) | func (c *CreateWorkflowDispatchEventRequest) GetRef() string { method GetReturnRunDetails (line 9882) | func (c *CreateWorkflowDispatchEventRequest) GetReturnRunDetails() bool { method GetCreated (line 9890) | func (c *CreationInfo) GetCreated() Timestamp { method GetCreators (line 9898) | func (c *CreationInfo) GetCreators() []string { method GetAuthorizedCredentialExpiresAt (line 9906) | func (c *CredentialAuthorization) GetAuthorizedCredentialExpiresAt() Tim... method GetAuthorizedCredentialID (line 9914) | func (c *CredentialAuthorization) GetAuthorizedCredentialID() int64 { method GetAuthorizedCredentialNote (line 9922) | func (c *CredentialAuthorization) GetAuthorizedCredentialNote() string { method GetAuthorizedCredentialTitle (line 9930) | func (c *CredentialAuthorization) GetAuthorizedCredentialTitle() string { method GetCredentialAccessedAt (line 9938) | func (c *CredentialAuthorization) GetCredentialAccessedAt() Timestamp { method GetCredentialAuthorizedAt (line 9946) | func (c *CredentialAuthorization) GetCredentialAuthorizedAt() Timestamp { method GetCredentialID (line 9954) | func (c *CredentialAuthorization) GetCredentialID() int64 { method GetCredentialType (line 9962) | func (c *CredentialAuthorization) GetCredentialType() string { method GetFingerprint (line 9970) | func (c *CredentialAuthorization) GetFingerprint() string { method GetLogin (line 9978) | func (c *CredentialAuthorization) GetLogin() string { method GetScopes (line 9986) | func (c *CredentialAuthorization) GetScopes() []string { method GetTokenLastEight (line 9994) | func (c *CredentialAuthorization) GetTokenLastEight() string { method GetLogin (line 10002) | func (c *CredentialAuthorizationsListOptions) GetLogin() string { method GetType (line 10010) | func (c *Credit) GetType() string { method GetUser (line 10018) | func (c *Credit) GetUser() *User { method GetApp (line 10026) | func (c *CustomDeploymentProtectionRule) GetApp() *CustomDeploymentProte... method GetEnabled (line 10034) | func (c *CustomDeploymentProtectionRule) GetEnabled() bool { method GetID (line 10042) | func (c *CustomDeploymentProtectionRule) GetID() int64 { method GetNodeID (line 10050) | func (c *CustomDeploymentProtectionRule) GetNodeID() string { method GetID (line 10058) | func (c *CustomDeploymentProtectionRuleApp) GetID() int64 { method GetIntegrationURL (line 10066) | func (c *CustomDeploymentProtectionRuleApp) GetIntegrationURL() string { method GetNodeID (line 10074) | func (c *CustomDeploymentProtectionRuleApp) GetNodeID() string { method GetSlug (line 10082) | func (c *CustomDeploymentProtectionRuleApp) GetSlug() string { method GetIntegrationID (line 10090) | func (c *CustomDeploymentProtectionRuleRequest) GetIntegrationID() int64 { method GetBaseRole (line 10098) | func (c *CustomOrgRole) GetBaseRole() string { method GetCreatedAt (line 10106) | func (c *CustomOrgRole) GetCreatedAt() Timestamp { method GetDescription (line 10114) | func (c *CustomOrgRole) GetDescription() string { method GetID (line 10122) | func (c *CustomOrgRole) GetID() int64 { method GetName (line 10130) | func (c *CustomOrgRole) GetName() string { method GetOrg (line 10138) | func (c *CustomOrgRole) GetOrg() *Organization { method GetPermissions (line 10146) | func (c *CustomOrgRole) GetPermissions() []string { method GetSource (line 10154) | func (c *CustomOrgRole) GetSource() string { method GetUpdatedAt (line 10162) | func (c *CustomOrgRole) GetUpdatedAt() Timestamp { method GetPatternScope (line 10170) | func (c *CustomPatternBackfillScan) GetPatternScope() string { method GetPatternSlug (line 10178) | func (c *CustomPatternBackfillScan) GetPatternSlug() string { method GetAllowedValues (line 10186) | func (c *CustomProperty) GetAllowedValues() []string { method GetDefaultValue (line 10194) | func (c *CustomProperty) GetDefaultValue() any { method GetDescription (line 10202) | func (c *CustomProperty) GetDescription() string { method GetPropertyName (line 10210) | func (c *CustomProperty) GetPropertyName() string { method GetRequired (line 10218) | func (c *CustomProperty) GetRequired() bool { method GetSourceType (line 10226) | func (c *CustomProperty) GetSourceType() string { method GetURL (line 10234) | func (c *CustomProperty) GetURL() string { method GetValuesEditableBy (line 10242) | func (c *CustomProperty) GetValuesEditableBy() string { method GetValueType (line 10250) | func (c *CustomProperty) GetValueType() PropertyValueType { method GetAction (line 10258) | func (c *CustomPropertyEvent) GetAction() string { method GetDefinition (line 10266) | func (c *CustomPropertyEvent) GetDefinition() *CustomProperty { method GetEnterprise (line 10274) | func (c *CustomPropertyEvent) GetEnterprise() *Enterprise { method GetInstallation (line 10282) | func (c *CustomPropertyEvent) GetInstallation() *Installation { method GetOrg (line 10290) | func (c *CustomPropertyEvent) GetOrg() *Organization { method GetSender (line 10298) | func (c *CustomPropertyEvent) GetSender() *User { method GetPropertyName (line 10306) | func (c *CustomPropertyValue) GetPropertyName() string { method GetValue (line 10314) | func (c *CustomPropertyValue) GetValue() any { method GetAction (line 10322) | func (c *CustomPropertyValuesEvent) GetAction() string { method GetEnterprise (line 10330) | func (c *CustomPropertyValuesEvent) GetEnterprise() *Enterprise { method GetInstallation (line 10338) | func (c *CustomPropertyValuesEvent) GetInstallation() *Installation { method GetNewPropertyValues (line 10346) | func (c *CustomPropertyValuesEvent) GetNewPropertyValues() []*CustomProp... method GetOldPropertyValues (line 10354) | func (c *CustomPropertyValuesEvent) GetOldPropertyValues() []*CustomProp... method GetOrg (line 10362) | func (c *CustomPropertyValuesEvent) GetOrg() *Organization { method GetRepo (line 10370) | func (c *CustomPropertyValuesEvent) GetRepo() *Repository { method GetSender (line 10378) | func (c *CustomPropertyValuesEvent) GetSender() *User { method GetBaseRole (line 10386) | func (c *CustomRepoRoles) GetBaseRole() string { method GetCreatedAt (line 10394) | func (c *CustomRepoRoles) GetCreatedAt() Timestamp { method GetDescription (line 10402) | func (c *CustomRepoRoles) GetDescription() string { method GetID (line 10410) | func (c *CustomRepoRoles) GetID() int64 { method GetName (line 10418) | func (c *CustomRepoRoles) GetName() string { method GetOrg (line 10426) | func (c *CustomRepoRoles) GetOrg() *Organization { method GetPermissions (line 10434) | func (c *CustomRepoRoles) GetPermissions() []string { method GetUpdatedAt (line 10442) | func (c *CustomRepoRoles) GetUpdatedAt() Timestamp { method GetEncryptedToken (line 10450) | func (d *DatadogConfig) GetEncryptedToken() string { method GetKeyID (line 10458) | func (d *DatadogConfig) GetKeyID() string { method GetSite (line 10466) | func (d *DatadogConfig) GetSite() string { method GetLanguages (line 10474) | func (d *DefaultSetupConfiguration) GetLanguages() []string { method GetQuerySuite (line 10482) | func (d *DefaultSetupConfiguration) GetQuerySuite() string { method GetState (line 10490) | func (d *DefaultSetupConfiguration) GetState() string { method GetUpdatedAt (line 10498) | func (d *DefaultSetupConfiguration) GetUpdatedAt() Timestamp { method GetCanApprovePullRequestReviews (line 10506) | func (d *DefaultWorkflowPermissionEnterprise) GetCanApprovePullRequestRe... method GetDefaultWorkflowPermissions (line 10514) | func (d *DefaultWorkflowPermissionEnterprise) GetDefaultWorkflowPermissi... method GetCanApprovePullRequestReviews (line 10522) | func (d *DefaultWorkflowPermissionOrganization) GetCanApprovePullRequest... method GetDefaultWorkflowPermissions (line 10530) | func (d *DefaultWorkflowPermissionOrganization) GetDefaultWorkflowPermis... method GetCanApprovePullRequestReviews (line 10538) | func (d *DefaultWorkflowPermissionRepository) GetCanApprovePullRequestRe... method GetDefaultWorkflowPermissions (line 10546) | func (d *DefaultWorkflowPermissionRepository) GetDefaultWorkflowPermissi... method GetConfirmDeleteURL (line 10554) | func (d *DeleteAnalysis) GetConfirmDeleteURL() string { method GetNextAnalysisURL (line 10562) | func (d *DeleteAnalysis) GetNextAnalysisURL() string { method GetCostCenterState (line 10570) | func (d *DeleteCostCenterResponse) GetCostCenterState() string { method GetID (line 10578) | func (d *DeleteCostCenterResponse) GetID() string { method GetMessage (line 10586) | func (d *DeleteCostCenterResponse) GetMessage() string { method GetName (line 10594) | func (d *DeleteCostCenterResponse) GetName() string { method GetInstallation (line 10602) | func (d *DeleteEvent) GetInstallation() *Installation { method GetOrg (line 10610) | func (d *DeleteEvent) GetOrg() *Organization { method GetPusherType (line 10618) | func (d *DeleteEvent) GetPusherType() string { method GetRef (line 10626) | func (d *DeleteEvent) GetRef() string { method GetRefType (line 10634) | func (d *DeleteEvent) GetRefType() string { method GetRepo (line 10642) | func (d *DeleteEvent) GetRepo() *Repository { method GetSender (line 10650) | func (d *DeleteEvent) GetSender() *User { method GetAutoDismissedAt (line 10658) | func (d *DependabotAlert) GetAutoDismissedAt() Timestamp { method GetCreatedAt (line 10666) | func (d *DependabotAlert) GetCreatedAt() Timestamp { method GetDependency (line 10674) | func (d *DependabotAlert) GetDependency() *Dependency { method GetDismissedAt (line 10682) | func (d *DependabotAlert) GetDismissedAt() Timestamp { method GetDismissedBy (line 10690) | func (d *DependabotAlert) GetDismissedBy() *User { method GetDismissedComment (line 10698) | func (d *DependabotAlert) GetDismissedComment() string { method GetDismissedReason (line 10706) | func (d *DependabotAlert) GetDismissedReason() string { method GetFixedAt (line 10714) | func (d *DependabotAlert) GetFixedAt() Timestamp { method GetHTMLURL (line 10722) | func (d *DependabotAlert) GetHTMLURL() string { method GetNumber (line 10730) | func (d *DependabotAlert) GetNumber() int { method GetRepository (line 10738) | func (d *DependabotAlert) GetRepository() *Repository { method GetSecurityAdvisory (line 10746) | func (d *DependabotAlert) GetSecurityAdvisory() *DependabotSecurityAdvis... method GetSecurityVulnerability (line 10754) | func (d *DependabotAlert) GetSecurityVulnerability() *AdvisoryVulnerabil... method GetState (line 10762) | func (d *DependabotAlert) GetState() string { method GetUpdatedAt (line 10770) | func (d *DependabotAlert) GetUpdatedAt() Timestamp { method GetURL (line 10778) | func (d *DependabotAlert) GetURL() string { method GetAction (line 10786) | func (d *DependabotAlertEvent) GetAction() string { method GetAlert (line 10794) | func (d *DependabotAlertEvent) GetAlert() *DependabotAlert { method GetEnterprise (line 10802) | func (d *DependabotAlertEvent) GetEnterprise() *Enterprise { method GetInstallation (line 10810) | func (d *DependabotAlertEvent) GetInstallation() *Installation { method GetOrganization (line 10818) | func (d *DependabotAlertEvent) GetOrganization() *Organization { method GetRepo (line 10826) | func (d *DependabotAlertEvent) GetRepo() *Repository { method GetSender (line 10834) | func (d *DependabotAlertEvent) GetSender() *User { method GetDismissedComment (line 10842) | func (d *DependabotAlertState) GetDismissedComment() string { method GetDismissedReason (line 10850) | func (d *DependabotAlertState) GetDismissedReason() string { method GetState (line 10858) | func (d *DependabotAlertState) GetState() string { method GetEncryptedValue (line 10866) | func (d *DependabotEncryptedSecret) GetEncryptedValue() string { method GetKeyID (line 10874) | func (d *DependabotEncryptedSecret) GetKeyID() string { method GetName (line 10882) | func (d *DependabotEncryptedSecret) GetName() string { method GetSelectedRepositoryIDs (line 10890) | func (d *DependabotEncryptedSecret) GetSelectedRepositoryIDs() Dependabo... method GetVisibility (line 10898) | func (d *DependabotEncryptedSecret) GetVisibility() string { method GetCVEID (line 10906) | func (d *DependabotSecurityAdvisory) GetCVEID() string { method GetCVSS (line 10914) | func (d *DependabotSecurityAdvisory) GetCVSS() *AdvisoryCVSS { method GetCWEs (line 10922) | func (d *DependabotSecurityAdvisory) GetCWEs() []*AdvisoryCWEs { method GetDescription (line 10930) | func (d *DependabotSecurityAdvisory) GetDescription() string { method GetEPSS (line 10938) | func (d *DependabotSecurityAdvisory) GetEPSS() *AdvisoryEPSS { method GetGHSAID (line 10946) | func (d *DependabotSecurityAdvisory) GetGHSAID() string { method GetIdentifiers (line 10954) | func (d *DependabotSecurityAdvisory) GetIdentifiers() []*AdvisoryIdentif... method GetPublishedAt (line 10962) | func (d *DependabotSecurityAdvisory) GetPublishedAt() Timestamp { method GetReferences (line 10970) | func (d *DependabotSecurityAdvisory) GetReferences() []*AdvisoryReference { method GetSeverity (line 10978) | func (d *DependabotSecurityAdvisory) GetSeverity() string { method GetSummary (line 10986) | func (d *DependabotSecurityAdvisory) GetSummary() string { method GetUpdatedAt (line 10994) | func (d *DependabotSecurityAdvisory) GetUpdatedAt() Timestamp { method GetVulnerabilities (line 11002) | func (d *DependabotSecurityAdvisory) GetVulnerabilities() []*AdvisoryVul... method GetWithdrawnAt (line 11010) | func (d *DependabotSecurityAdvisory) GetWithdrawnAt() Timestamp { method GetStatus (line 11018) | func (d *DependabotSecurityUpdates) GetStatus() string { method GetManifestPath (line 11026) | func (d *Dependency) GetManifestPath() string { method GetPackage (line 11034) | func (d *Dependency) GetPackage() *VulnerabilityPackage { method GetScope (line 11042) | func (d *Dependency) GetScope() string { method GetLabeledRunners (line 11050) | func (d *DependencyGraphAutosubmitActionOptions) GetLabeledRunners() bool { method GetDetector (line 11058) | func (d *DependencyGraphSnapshot) GetDetector() *DependencyGraphSnapshot... method GetJob (line 11066) | func (d *DependencyGraphSnapshot) GetJob() *DependencyGraphSnapshotJob { method GetMetadata (line 11074) | func (d *DependencyGraphSnapshot) GetMetadata() map[string]any { method GetRef (line 11082) | func (d *DependencyGraphSnapshot) GetRef() string { method GetScanned (line 11090) | func (d *DependencyGraphSnapshot) GetScanned() Timestamp { method GetSha (line 11098) | func (d *DependencyGraphSnapshot) GetSha() string { method GetVersion (line 11106) | func (d *DependencyGraphSnapshot) GetVersion() int { method GetCreatedAt (line 11114) | func (d *DependencyGraphSnapshotCreationData) GetCreatedAt() Timestamp { method GetID (line 11122) | func (d *DependencyGraphSnapshotCreationData) GetID() int64 { method GetMessage (line 11130) | func (d *DependencyGraphSnapshotCreationData) GetMessage() string { method GetResult (line 11138) | func (d *DependencyGraphSnapshotCreationData) GetResult() string { method GetName (line 11146) | func (d *DependencyGraphSnapshotDetector) GetName() string { method GetURL (line 11154) | func (d *DependencyGraphSnapshotDetector) GetURL() string { method GetVersion (line 11162) | func (d *DependencyGraphSnapshotDetector) GetVersion() string { method GetCorrelator (line 11170) | func (d *DependencyGraphSnapshotJob) GetCorrelator() string { method GetHTMLURL (line 11178) | func (d *DependencyGraphSnapshotJob) GetHTMLURL() string { method GetID (line 11186) | func (d *DependencyGraphSnapshotJob) GetID() string { method GetFile (line 11194) | func (d *DependencyGraphSnapshotManifest) GetFile() *DependencyGraphSnap... method GetMetadata (line 11202) | func (d *DependencyGraphSnapshotManifest) GetMetadata() map[string]any { method GetName (line 11210) | func (d *DependencyGraphSnapshotManifest) GetName() string { method GetSourceLocation (line 11218) | func (d *DependencyGraphSnapshotManifestFile) GetSourceLocation() string { method GetDependencies (line 11226) | func (d *DependencyGraphSnapshotResolvedDependency) GetDependencies() []... method GetMetadata (line 11234) | func (d *DependencyGraphSnapshotResolvedDependency) GetMetadata() map[st... method GetPackageURL (line 11242) | func (d *DependencyGraphSnapshotResolvedDependency) GetPackageURL() stri... method GetRelationship (line 11250) | func (d *DependencyGraphSnapshotResolvedDependency) GetRelationship() st... method GetScope (line 11258) | func (d *DependencyGraphSnapshotResolvedDependency) GetScope() string { method GetAction (line 11266) | func (d *DeployKeyEvent) GetAction() string { method GetInstallation (line 11274) | func (d *DeployKeyEvent) GetInstallation() *Installation { method GetKey (line 11282) | func (d *DeployKeyEvent) GetKey() *Key { method GetOrganization (line 11290) | func (d *DeployKeyEvent) GetOrganization() *Organization { method GetRepo (line 11298) | func (d *DeployKeyEvent) GetRepo() *Repository { method GetSender (line 11306) | func (d *DeployKeyEvent) GetSender() *User { method GetCreatedAt (line 11314) | func (d *Deployment) GetCreatedAt() Timestamp { method GetCreator (line 11322) | func (d *Deployment) GetCreator() *User { method GetDescription (line 11330) | func (d *Deployment) GetDescription() string { method GetEnvironment (line 11338) | func (d *Deployment) GetEnvironment() string { method GetID (line 11346) | func (d *Deployment) GetID() int64 { method GetNodeID (line 11354) | func (d *Deployment) GetNodeID() string { method GetPayload (line 11362) | func (d *Deployment) GetPayload() json.RawMessage { method GetRef (line 11370) | func (d *Deployment) GetRef() string { method GetRepositoryURL (line 11378) | func (d *Deployment) GetRepositoryURL() string { method GetSHA (line 11386) | func (d *Deployment) GetSHA() string { method GetStatusesURL (line 11394) | func (d *Deployment) GetStatusesURL() string { method GetTask (line 11402) | func (d *Deployment) GetTask() string { method GetUpdatedAt (line 11410) | func (d *Deployment) GetUpdatedAt() Timestamp { method GetURL (line 11418) | func (d *Deployment) GetURL() string { method GetID (line 11426) | func (d *DeploymentBranchPolicy) GetID() int64 { method GetName (line 11434) | func (d *DeploymentBranchPolicy) GetName() string { method GetNodeID (line 11442) | func (d *DeploymentBranchPolicy) GetNodeID() string { method GetType (line 11450) | func (d *DeploymentBranchPolicy) GetType() string { method GetName (line 11458) | func (d *DeploymentBranchPolicyRequest) GetName() string { method GetType (line 11466) | func (d *DeploymentBranchPolicyRequest) GetType() string { method GetBranchPolicies (line 11474) | func (d *DeploymentBranchPolicyResponse) GetBranchPolicies() []*Deployme... method GetTotalCount (line 11482) | func (d *DeploymentBranchPolicyResponse) GetTotalCount() int { method GetDeployment (line 11490) | func (d *DeploymentEvent) GetDeployment() *Deployment { method GetInstallation (line 11498) | func (d *DeploymentEvent) GetInstallation() *Installation { method GetOrg (line 11506) | func (d *DeploymentEvent) GetOrg() *Organization { method GetRepo (line 11514) | func (d *DeploymentEvent) GetRepo() *Repository { method GetSender (line 11522) | func (d *DeploymentEvent) GetSender() *User { method GetWorkflow (line 11530) | func (d *DeploymentEvent) GetWorkflow() *Workflow { method GetWorkflowRun (line 11538) | func (d *DeploymentEvent) GetWorkflowRun() *WorkflowRun { method GetAction (line 11546) | func (d *DeploymentProtectionRuleEvent) GetAction() string { method GetDeployment (line 11554) | func (d *DeploymentProtectionRuleEvent) GetDeployment() *Deployment { method GetDeploymentCallbackURL (line 11562) | func (d *DeploymentProtectionRuleEvent) GetDeploymentCallbackURL() string { method GetEnvironment (line 11570) | func (d *DeploymentProtectionRuleEvent) GetEnvironment() string { method GetEvent (line 11578) | func (d *DeploymentProtectionRuleEvent) GetEvent() string { method GetInstallation (line 11586) | func (d *DeploymentProtectionRuleEvent) GetInstallation() *Installation { method GetOrganization (line 11594) | func (d *DeploymentProtectionRuleEvent) GetOrganization() *Organization { method GetPullRequests (line 11602) | func (d *DeploymentProtectionRuleEvent) GetPullRequests() []*PullRequest { method GetRepo (line 11610) | func (d *DeploymentProtectionRuleEvent) GetRepo() *Repository { method GetSender (line 11618) | func (d *DeploymentProtectionRuleEvent) GetSender() *User { method GetAutoMerge (line 11626) | func (d *DeploymentRequest) GetAutoMerge() bool { method GetDescription (line 11634) | func (d *DeploymentRequest) GetDescription() string { method GetEnvironment (line 11642) | func (d *DeploymentRequest) GetEnvironment() string { method GetPayload (line 11650) | func (d *DeploymentRequest) GetPayload() any { method GetProductionEnvironment (line 11658) | func (d *DeploymentRequest) GetProductionEnvironment() bool { method GetRef (line 11666) | func (d *DeploymentRequest) GetRef() string { method GetRequiredContexts (line 11674) | func (d *DeploymentRequest) GetRequiredContexts() []string { method GetTask (line 11682) | func (d *DeploymentRequest) GetTask() string { method GetTransientEnvironment (line 11690) | func (d *DeploymentRequest) GetTransientEnvironment() bool { method GetAction (line 11698) | func (d *DeploymentReviewEvent) GetAction() string { method GetApprover (line 11706) | func (d *DeploymentReviewEvent) GetApprover() *User { method GetComment (line 11714) | func (d *DeploymentReviewEvent) GetComment() string { method GetEnterprise (line 11722) | func (d *DeploymentReviewEvent) GetEnterprise() *Enterprise { method GetEnvironment (line 11730) | func (d *DeploymentReviewEvent) GetEnvironment() string { method GetInstallation (line 11738) | func (d *DeploymentReviewEvent) GetInstallation() *Installation { method GetOrganization (line 11746) | func (d *DeploymentReviewEvent) GetOrganization() *Organization { method GetRepo (line 11754) | func (d *DeploymentReviewEvent) GetRepo() *Repository { method GetRequester (line 11762) | func (d *DeploymentReviewEvent) GetRequester() *User { method GetReviewers (line 11770) | func (d *DeploymentReviewEvent) GetReviewers() []*RequiredReviewer { method GetSender (line 11778) | func (d *DeploymentReviewEvent) GetSender() *User { method GetSince (line 11786) | func (d *DeploymentReviewEvent) GetSince() string { method GetWorkflowJobRun (line 11794) | func (d *DeploymentReviewEvent) GetWorkflowJobRun() *WorkflowJobRun { method GetWorkflowJobRuns (line 11802) | func (d *DeploymentReviewEvent) GetWorkflowJobRuns() []*WorkflowJobRun { method GetWorkflowRun (line 11810) | func (d *DeploymentReviewEvent) GetWorkflowRun() *WorkflowRun { method GetEnvironment (line 11818) | func (d *DeploymentsListOptions) GetEnvironment() string { method GetRef (line 11826) | func (d *DeploymentsListOptions) GetRef() string { method GetSHA (line 11834) | func (d *DeploymentsListOptions) GetSHA() string { method GetTask (line 11842) | func (d *DeploymentsListOptions) GetTask() string { method GetCreatedAt (line 11850) | func (d *DeploymentStatus) GetCreatedAt() Timestamp { method GetCreator (line 11858) | func (d *DeploymentStatus) GetCreator() *User { method GetDeploymentURL (line 11866) | func (d *DeploymentStatus) GetDeploymentURL() string { method GetDescription (line 11874) | func (d *DeploymentStatus) GetDescription() string { method GetEnvironment (line 11882) | func (d *DeploymentStatus) GetEnvironment() string { method GetEnvironmentURL (line 11890) | func (d *DeploymentStatus) GetEnvironmentURL() string { method GetID (line 11898) | func (d *DeploymentStatus) GetID() int64 { method GetLogURL (line 11906) | func (d *DeploymentStatus) GetLogURL() string { method GetNodeID (line 11914) | func (d *DeploymentStatus) GetNodeID() string { method GetRepositoryURL (line 11922) | func (d *DeploymentStatus) GetRepositoryURL() string { method GetState (line 11930) | func (d *DeploymentStatus) GetState() string { method GetTargetURL (line 11938) | func (d *DeploymentStatus) GetTargetURL() string { method GetUpdatedAt (line 11946) | func (d *DeploymentStatus) GetUpdatedAt() Timestamp { method GetURL (line 11954) | func (d *DeploymentStatus) GetURL() string { method GetAction (line 11962) | func (d *DeploymentStatusEvent) GetAction() string { method GetDeployment (line 11970) | func (d *DeploymentStatusEvent) GetDeployment() *Deployment { method GetDeploymentStatus (line 11978) | func (d *DeploymentStatusEvent) GetDeploymentStatus() *DeploymentStatus { method GetInstallation (line 11986) | func (d *DeploymentStatusEvent) GetInstallation() *Installation { method GetOrg (line 11994) | func (d *DeploymentStatusEvent) GetOrg() *Organization { method GetRepo (line 12002) | func (d *DeploymentStatusEvent) GetRepo() *Repository { method GetSender (line 12010) | func (d *DeploymentStatusEvent) GetSender() *User { method GetAutoInactive (line 12018) | func (d *DeploymentStatusRequest) GetAutoInactive() bool { method GetDescription (line 12026) | func (d *DeploymentStatusRequest) GetDescription() string { method GetEnvironment (line 12034) | func (d *DeploymentStatusRequest) GetEnvironment() string { method GetEnvironmentURL (line 12042) | func (d *DeploymentStatusRequest) GetEnvironmentURL() string { method GetLogURL (line 12050) | func (d *DeploymentStatusRequest) GetLogURL() string { method GetState (line 12058) | func (d *DeploymentStatusRequest) GetState() string { method GetDisplayName (line 12066) | func (d *DevContainer) GetDisplayName() string { method GetName (line 12074) | func (d *DevContainer) GetName() string { method GetPath (line 12082) | func (d *DevContainer) GetPath() string { method GetDevcontainers (line 12090) | func (d *DevContainerConfigurations) GetDevcontainers() []*DevContainer { method GetTotalCount (line 12098) | func (d *DevContainerConfigurations) GetTotalCount() int64 { method GetActiveLockReason (line 12106) | func (d *Discussion) GetActiveLockReason() string { method GetAnswerChosenAt (line 12114) | func (d *Discussion) GetAnswerChosenAt() Timestamp { method GetAnswerChosenBy (line 12122) | func (d *Discussion) GetAnswerChosenBy() string { method GetAnswerHTMLURL (line 12130) | func (d *Discussion) GetAnswerHTMLURL() string { method GetAuthorAssociation (line 12138) | func (d *Discussion) GetAuthorAssociation() string { method GetBody (line 12146) | func (d *Discussion) GetBody() string { method GetComments (line 12154) | func (d *Discussion) GetComments() int { method GetCreatedAt (line 12162) | func (d *Discussion) GetCreatedAt() Timestamp { method GetDiscussionCategory (line 12170) | func (d *Discussion) GetDiscussionCategory() *DiscussionCategory { method GetHTMLURL (line 12178) | func (d *Discussion) GetHTMLURL() string { method GetID (line 12186) | func (d *Discussion) GetID() int64 { method GetLocked (line 12194) | func (d *Discussion) GetLocked() bool { method GetNodeID (line 12202) | func (d *Discussion) GetNodeID() string { method GetNumber (line 12210) | func (d *Discussion) GetNumber() int { method GetRepositoryURL (line 12218) | func (d *Discussion) GetRepositoryURL() string { method GetState (line 12226) | func (d *Discussion) GetState() string { method GetTitle (line 12234) | func (d *Discussion) GetTitle() string { method GetUpdatedAt (line 12242) | func (d *Discussion) GetUpdatedAt() Timestamp { method GetUser (line 12250) | func (d *Discussion) GetUser() *User { method GetCreatedAt (line 12258) | func (d *DiscussionCategory) GetCreatedAt() Timestamp { method GetDescription (line 12266) | func (d *DiscussionCategory) GetDescription() string { method GetEmoji (line 12274) | func (d *DiscussionCategory) GetEmoji() string { method GetID (line 12282) | func (d *DiscussionCategory) GetID() int64 { method GetIsAnswerable (line 12290) | func (d *DiscussionCategory) GetIsAnswerable() bool { method GetName (line 12298) | func (d *DiscussionCategory) GetName() string { method GetNodeID (line 12306) | func (d *DiscussionCategory) GetNodeID() string { method GetRepositoryID (line 12314) | func (d *DiscussionCategory) GetRepositoryID() int64 { method GetSlug (line 12322) | func (d *DiscussionCategory) GetSlug() string { method GetUpdatedAt (line 12330) | func (d *DiscussionCategory) GetUpdatedAt() Timestamp { method GetAuthor (line 12338) | func (d *DiscussionComment) GetAuthor() *User { method GetBody (line 12346) | func (d *DiscussionComment) GetBody() string { method GetBodyHTML (line 12354) | func (d *DiscussionComment) GetBodyHTML() string { method GetBodyVersion (line 12362) | func (d *DiscussionComment) GetBodyVersion() string { method GetCreatedAt (line 12370) | func (d *DiscussionComment) GetCreatedAt() Timestamp { method GetDiscussionURL (line 12378) | func (d *DiscussionComment) GetDiscussionURL() string { method GetHTMLURL (line 12386) | func (d *DiscussionComment) GetHTMLURL() string { method GetLastEditedAt (line 12394) | func (d *DiscussionComment) GetLastEditedAt() Timestamp { method GetNodeID (line 12402) | func (d *DiscussionComment) GetNodeID() string { method GetNumber (line 12410) | func (d *DiscussionComment) GetNumber() int { method GetReactions (line 12418) | func (d *DiscussionComment) GetReactions() *Reactions { method GetUpdatedAt (line 12426) | func (d *DiscussionComment) GetUpdatedAt() Timestamp { method GetURL (line 12434) | func (d *DiscussionComment) GetURL() string { method GetAction (line 12442) | func (d *DiscussionCommentEvent) GetAction() string { method GetComment (line 12450) | func (d *DiscussionCommentEvent) GetComment() *CommentDiscussion { method GetDiscussion (line 12458) | func (d *DiscussionCommentEvent) GetDiscussion() *Discussion { method GetInstallation (line 12466) | func (d *DiscussionCommentEvent) GetInstallation() *Installation { method GetOrg (line 12474) | func (d *DiscussionCommentEvent) GetOrg() *Organization { method GetRepo (line 12482) | func (d *DiscussionCommentEvent) GetRepo() *Repository { method GetSender (line 12490) | func (d *DiscussionCommentEvent) GetSender() *User { method GetDirection (line 12498) | func (d *DiscussionCommentListOptions) GetDirection() string { method GetAction (line 12506) | func (d *DiscussionEvent) GetAction() string { method GetDiscussion (line 12514) | func (d *DiscussionEvent) GetDiscussion() *Discussion { method GetInstallation (line 12522) | func (d *DiscussionEvent) GetInstallation() *Installation { method GetOrg (line 12530) | func (d *DiscussionEvent) GetOrg() *Organization { method GetRepo (line 12538) | func (d *DiscussionEvent) GetRepo() *Repository { method GetSender (line 12546) | func (d *DiscussionEvent) GetSender() *User { method GetDirection (line 12554) | func (d *DiscussionListOptions) GetDirection() string { method GetApps (line 12562) | func (d *DismissalRestrictions) GetApps() []*App { method GetTeams (line 12570) | func (d *DismissalRestrictions) GetTeams() []*Team { method GetUsers (line 12578) | func (d *DismissalRestrictions) GetUsers() []*User { method GetApps (line 12586) | func (d *DismissalRestrictionsRequest) GetApps() []string { method GetTeams (line 12594) | func (d *DismissalRestrictionsRequest) GetTeams() []string { method GetUsers (line 12602) | func (d *DismissalRestrictionsRequest) GetUsers() []string { method GetDismissalCommitID (line 12610) | func (d *DismissedReview) GetDismissalCommitID() string { method GetDismissalMessage (line 12618) | func (d *DismissedReview) GetDismissalMessage() string { method GetReviewID (line 12626) | func (d *DismissedReview) GetReviewID() int64 { method GetState (line 12634) | func (d *DismissedReview) GetState() string { method GetFrom (line 12642) | func (d *DismissStaleReviewsOnPushChanges) GetFrom() bool { method GetClientPayload (line 12650) | func (d *DispatchRequestOptions) GetClientPayload() json.RawMessage { method GetEventType (line 12658) | func (d *DispatchRequestOptions) GetEventType() string { method GetBody (line 12666) | func (d *DraftReviewComment) GetBody() string { method GetLine (line 12674) | func (d *DraftReviewComment) GetLine() int { method GetPath (line 12682) | func (d *DraftReviewComment) GetPath() string { method GetPosition (line 12690) | func (d *DraftReviewComment) GetPosition() int { method GetSide (line 12698) | func (d *DraftReviewComment) GetSide() string { method GetStartLine (line 12706) | func (d *DraftReviewComment) GetStartLine() int { method GetStartSide (line 12714) | func (d *DraftReviewComment) GetStartSide() string { method GetRef (line 12722) | func (e *EditBase) GetRef() *EditRef { method GetSHA (line 12730) | func (e *EditBase) GetSHA() *EditSHA { method GetFrom (line 12738) | func (e *EditBody) GetFrom() string { method GetBase (line 12746) | func (e *EditChange) GetBase() *EditBase { method GetBody (line 12754) | func (e *EditChange) GetBody() *EditBody { method GetDefaultBranch (line 12762) | func (e *EditChange) GetDefaultBranch() *EditDefaultBranch { method GetOwner (line 12770) | func (e *EditChange) GetOwner() *EditOwner { method GetRepo (line 12778) | func (e *EditChange) GetRepo() *EditRepo { method GetTitle (line 12786) | func (e *EditChange) GetTitle() *EditTitle { method GetTopics (line 12794) | func (e *EditChange) GetTopics() *EditTopics { method GetFrom (line 12802) | func (e *EditDefaultBranch) GetFrom() string { method GetOwnerInfo (line 12810) | func (e *EditOwner) GetOwnerInfo() *OwnerInfo { method GetFrom (line 12818) | func (e *EditRef) GetFrom() string { method GetName (line 12826) | func (e *EditRepo) GetName() *RepoName { method GetFrom (line 12834) | func (e *EditSHA) GetFrom() string { method GetFrom (line 12842) | func (e *EditTitle) GetFrom() string { method GetFrom (line 12850) | func (e *EditTopics) GetFrom() []string { method GetEncryptedValue (line 12858) | func (e *EncryptedSecret) GetEncryptedValue() string { method GetKeyID (line 12866) | func (e *EncryptedSecret) GetKeyID() string { method GetName (line 12874) | func (e *EncryptedSecret) GetName() string { method GetSelectedRepositoryIDs (line 12882) | func (e *EncryptedSecret) GetSelectedRepositoryIDs() SelectedRepoIDs { method GetVisibility (line 12890) | func (e *EncryptedSecret) GetVisibility() string { method GetAvatarURL (line 12898) | func (e *Enterprise) GetAvatarURL() string { method GetCreatedAt (line 12906) | func (e *Enterprise) GetCreatedAt() Timestamp { method GetDescription (line 12914) | func (e *Enterprise) GetDescription() string { method GetHTMLURL (line 12922) | func (e *Enterprise) GetHTMLURL() string { method GetID (line 12930) | func (e *Enterprise) GetID() int { method GetName (line 12938) | func (e *Enterprise) GetName() string { method GetNodeID (line 12946) | func (e *Enterprise) GetNodeID() string { method GetSlug (line 12954) | func (e *Enterprise) GetSlug() string { method GetUpdatedAt (line 12962) | func (e *Enterprise) GetUpdatedAt() Timestamp { method GetWebsiteURL (line 12970) | func (e *Enterprise) GetWebsiteURL() string { method GetBudgetAlerting (line 12978) | func (e *EnterpriseBudget) GetBudgetAlerting() *EnterpriseBudgetAlerting { method GetBudgetAmount (line 12986) | func (e *EnterpriseBudget) GetBudgetAmount() int { method GetBudgetEntityName (line 12994) | func (e *EnterpriseBudget) GetBudgetEntityName() string { method GetBudgetProductSKU (line 13002) | func (e *EnterpriseBudget) GetBudgetProductSKU() string { method GetBudgetScope (line 13010) | func (e *EnterpriseBudget) GetBudgetScope() string { method GetBudgetType (line 13018) | func (e *EnterpriseBudget) GetBudgetType() string { method GetID (line 13026) | func (e *EnterpriseBudget) GetID() string { method GetPreventFurtherUsage (line 13034) | func (e *EnterpriseBudget) GetPreventFurtherUsage() bool { method GetAlertRecipients (line 13042) | func (e *EnterpriseBudgetAlerting) GetAlertRecipients() []string { method GetWillAlert (line 13050) | func (e *EnterpriseBudgetAlerting) GetWillAlert() bool { method GetTotalSeatsConsumed (line 13058) | func (e *EnterpriseConsumedLicenses) GetTotalSeatsConsumed() int { method GetTotalSeatsPurchased (line 13066) | func (e *EnterpriseConsumedLicenses) GetTotalSeatsPurchased() int { method GetUsers (line 13074) | func (e *EnterpriseConsumedLicenses) GetUsers() []*EnterpriseLicensedUse... method GetBudgetAlerting (line 13082) | func (e *EnterpriseCreateBudget) GetBudgetAlerting() *EnterpriseBudgetAl... method GetBudgetAmount (line 13090) | func (e *EnterpriseCreateBudget) GetBudgetAmount() int { method GetBudgetEntityName (line 13098) | func (e *EnterpriseCreateBudget) GetBudgetEntityName() string { method GetBudgetProductSKU (line 13106) | func (e *EnterpriseCreateBudget) GetBudgetProductSKU() string { method GetBudgetScope (line 13114) | func (e *EnterpriseCreateBudget) GetBudgetScope() string { method GetBudgetType (line 13122) | func (e *EnterpriseCreateBudget) GetBudgetType() string { method GetPreventFurtherUsage (line 13130) | func (e *EnterpriseCreateBudget) GetPreventFurtherUsage() bool { method GetBudget (line 13138) | func (e *EnterpriseCreateOrUpdateBudgetResponse) GetBudget() *Enterprise... method GetMessage (line 13146) | func (e *EnterpriseCreateOrUpdateBudgetResponse) GetMessage() string { method GetOrganizationID (line 13154) | func (e *EnterpriseCustomPropertiesValues) GetOrganizationID() int64 { method GetOrganizationLogin (line 13162) | func (e *EnterpriseCustomPropertiesValues) GetOrganizationLogin() string { method GetProperties (line 13170) | func (e *EnterpriseCustomPropertiesValues) GetProperties() []*CustomProp... method GetProperties (line 13178) | func (e *EnterpriseCustomPropertySchema) GetProperties() []*CustomProper... method GetOrganizationLogin (line 13186) | func (e *EnterpriseCustomPropertyValuesRequest) GetOrganizationLogin() [... method GetProperties (line 13194) | func (e *EnterpriseCustomPropertyValuesRequest) GetProperties() []*Custo... method GetID (line 13202) | func (e *EnterpriseDeleteBudgetResponse) GetID() string { method GetMessage (line 13210) | func (e *EnterpriseDeleteBudgetResponse) GetMessage() string { method GetEnterpriseServerEmails (line 13218) | func (e *EnterpriseLicensedUsers) GetEnterpriseServerEmails() []string { method GetEnterpriseServerUser (line 13226) | func (e *EnterpriseLicensedUsers) GetEnterpriseServerUser() bool { method GetEnterpriseServerUserIDs (line 13234) | func (e *EnterpriseLicensedUsers) GetEnterpriseServerUserIDs() []string { method GetGithubComEnterpriseRoles (line 13242) | func (e *EnterpriseLicensedUsers) GetGithubComEnterpriseRoles() []string { method GetGithubComLogin (line 13250) | func (e *EnterpriseLicensedUsers) GetGithubComLogin() string { method GetGithubComMemberRoles (line 13258) | func (e *EnterpriseLicensedUsers) GetGithubComMemberRoles() []string { method GetGithubComName (line 13266) | func (e *EnterpriseLicensedUsers) GetGithubComName() string { method GetGithubComOrgsWithPendingInvites (line 13274) | func (e *EnterpriseLicensedUsers) GetGithubComOrgsWithPendingInvites() [... method GetGithubComProfile (line 13282) | func (e *EnterpriseLicensedUsers) GetGithubComProfile() string { method GetGithubComSamlNameID (line 13290) | func (e *EnterpriseLicensedUsers) GetGithubComSamlNameID() string { method GetGithubComTwoFactorAuth (line 13298) | func (e *EnterpriseLicensedUsers) GetGithubComTwoFactorAuth() bool { method GetGithubComUser (line 13306) | func (e *EnterpriseLicensedUsers) GetGithubComUser() bool { method GetGithubComVerifiedDomainEmails (line 13314) | func (e *EnterpriseLicensedUsers) GetGithubComVerifiedDomainEmails() []s... method GetLicenseType (line 13322) | func (e *EnterpriseLicensedUsers) GetLicenseType() string { method GetTotalUserAccounts (line 13330) | func (e *EnterpriseLicensedUsers) GetTotalUserAccounts() int { method GetVisualStudioLicenseStatus (line 13338) | func (e *EnterpriseLicensedUsers) GetVisualStudioLicenseStatus() string { method GetVisualStudioSubscriptionEmail (line 13346) | func (e *EnterpriseLicensedUsers) GetVisualStudioSubscriptionEmail() str... method GetVisualStudioSubscriptionUser (line 13354) | func (e *EnterpriseLicensedUsers) GetVisualStudioSubscriptionUser() bool { method GetDescription (line 13362) | func (e *EnterpriseLicenseSyncStatus) GetDescription() string { method GetProperties (line 13370) | func (e *EnterpriseLicenseSyncStatus) GetProperties() *ServerInstancePro... method GetTitle (line 13378) | func (e *EnterpriseLicenseSyncStatus) GetTitle() string { method GetBudgets (line 13386) | func (e *EnterpriseListBudgets) GetBudgets() []*EnterpriseBudget { method GetHasNextPage (line 13394) | func (e *EnterpriseListBudgets) GetHasNextPage() bool { method GetTotalCount (line 13402) | func (e *EnterpriseListBudgets) GetTotalCount() int { method GetAllowsPublicRepositories (line 13410) | func (e *EnterpriseRunnerGroup) GetAllowsPublicRepositories() bool { method GetDefault (line 13418) | func (e *EnterpriseRunnerGroup) GetDefault() bool { method GetHostedRunnersURL (line 13426) | func (e *EnterpriseRunnerGroup) GetHostedRunnersURL() string { method GetID (line 13434) | func (e *EnterpriseRunnerGroup) GetID() int64 { method GetInherited (line 13442) | func (e *EnterpriseRunnerGroup) GetInherited() bool { method GetName (line 13450) | func (e *EnterpriseRunnerGroup) GetName() string { method GetNetworkConfigurationID (line 13458) | func (e *EnterpriseRunnerGroup) GetNetworkConfigurationID() string { method GetRestrictedToWorkflows (line 13466) | func (e *EnterpriseRunnerGroup) GetRestrictedToWorkflows() bool { method GetRunnersURL (line 13474) | func (e *EnterpriseRunnerGroup) GetRunnersURL() string { method GetSelectedOrganizationsURL (line 13482) | func (e *EnterpriseRunnerGroup) GetSelectedOrganizationsURL() string { method GetSelectedWorkflows (line 13490) | func (e *EnterpriseRunnerGroup) GetSelectedWorkflows() []string { method GetVisibility (line 13498) | func (e *EnterpriseRunnerGroup) GetVisibility() string { method GetWorkflowRestrictionsReadOnly (line 13506) | func (e *EnterpriseRunnerGroup) GetWorkflowRestrictionsReadOnly() bool { method GetRunnerGroups (line 13514) | func (e *EnterpriseRunnerGroups) GetRunnerGroups() []*EnterpriseRunnerGr... method GetTotalCount (line 13522) | func (e *EnterpriseRunnerGroups) GetTotalCount() int { method GetAdvancedSecurityEnabledForNewRepositories (line 13530) | func (e *EnterpriseSecurityAnalysisSettings) GetAdvancedSecurityEnabledF... method GetSecretScanningEnabledForNewRepositories (line 13538) | func (e *EnterpriseSecurityAnalysisSettings) GetSecretScanningEnabledFor... method GetSecretScanningPushProtectionCustomLink (line 13546) | func (e *EnterpriseSecurityAnalysisSettings) GetSecretScanningPushProtec... method GetSecretScanningPushProtectionEnabledForNewRepositories (line 13554) | func (e *EnterpriseSecurityAnalysisSettings) GetSecretScanningPushProtec... method GetSecretScanningValidityChecksEnabled (line 13562) | func (e *EnterpriseSecurityAnalysisSettings) GetSecretScanningValidityCh... method GetCreatedAt (line 13570) | func (e *EnterpriseTeam) GetCreatedAt() Timestamp { method GetDescription (line 13578) | func (e *EnterpriseTeam) GetDescription() string { method GetGroupID (line 13586) | func (e *EnterpriseTeam) GetGroupID() string { method GetHTMLURL (line 13594) | func (e *EnterpriseTeam) GetHTMLURL() string { method GetID (line 13602) | func (e *EnterpriseTeam) GetID() int64 { method GetMemberURL (line 13610) | func (e *EnterpriseTeam) GetMemberURL() string { method GetName (line 13618) | func (e *EnterpriseTeam) GetName() string { method GetOrganizationSelectionType (line 13626) | func (e *EnterpriseTeam) GetOrganizationSelectionType() string { method GetSlug (line 13634) | func (e *EnterpriseTeam) GetSlug() string { method GetUpdatedAt (line 13642) | func (e *EnterpriseTeam) GetUpdatedAt() Timestamp { method GetURL (line 13650) | func (e *EnterpriseTeam) GetURL() string { method GetDescription (line 13658) | func (e *EnterpriseTeamCreateOrUpdateRequest) GetDescription() string { method GetGroupID (line 13666) | func (e *EnterpriseTeamCreateOrUpdateRequest) GetGroupID() string { method GetName (line 13674) | func (e *EnterpriseTeamCreateOrUpdateRequest) GetName() string { method GetOrganizationSelectionType (line 13682) | func (e *EnterpriseTeamCreateOrUpdateRequest) GetOrganizationSelectionTy... method GetBudgetAlerting (line 13690) | func (e *EnterpriseUpdateBudget) GetBudgetAlerting() *EnterpriseBudgetAl... method GetBudgetAmount (line 13698) | func (e *EnterpriseUpdateBudget) GetBudgetAmount() int { method GetBudgetEntityName (line 13706) | func (e *EnterpriseUpdateBudget) GetBudgetEntityName() string { method GetBudgetProductSKU (line 13714) | func (e *EnterpriseUpdateBudget) GetBudgetProductSKU() string { method GetBudgetScope (line 13722) | func (e *EnterpriseUpdateBudget) GetBudgetScope() string { method GetBudgetType (line 13730) | func (e *EnterpriseUpdateBudget) GetBudgetType() string { method GetPreventFurtherUsage (line 13738) | func (e *EnterpriseUpdateBudget) GetPreventFurtherUsage() bool { method GetCanAdminsBypass (line 13746) | func (e *Environment) GetCanAdminsBypass() bool { method GetCreatedAt (line 13754) | func (e *Environment) GetCreatedAt() Timestamp { method GetDeploymentBranchPolicy (line 13762) | func (e *Environment) GetDeploymentBranchPolicy() *BranchPolicy { method GetEnvironmentName (line 13770) | func (e *Environment) GetEnvironmentName() string { method GetHTMLURL (line 13778) | func (e *Environment) GetHTMLURL() string { method GetID (line 13786) | func (e *Environment) GetID() int64 { method GetName (line 13794) | func (e *Environment) GetName() string { method GetNodeID (line 13802) | func (e *Environment) GetNodeID() string { method GetOwner (line 13810) | func (e *Environment) GetOwner() string { method GetProtectionRules (line 13818) | func (e *Environment) GetProtectionRules() []*ProtectionRule { method GetRepo (line 13826) | func (e *Environment) GetRepo() string { method GetReviewers (line 13834) | func (e *Environment) GetReviewers() []*EnvReviewers { method GetUpdatedAt (line 13842) | func (e *Environment) GetUpdatedAt() Timestamp { method GetURL (line 13850) | func (e *Environment) GetURL() string { method GetWaitTimer (line 13858) | func (e *Environment) GetWaitTimer() int { method GetEnvironments (line 13866) | func (e *EnvResponse) GetEnvironments() []*Environment { method GetTotalCount (line 13874) | func (e *EnvResponse) GetTotalCount() int { method GetID (line 13882) | func (e *EnvReviewers) GetID() int64 { method GetType (line 13890) | func (e *EnvReviewers) GetType() string { method GetCode (line 13898) | func (e *Error) GetCode() string { method GetField (line 13906) | func (e *Error) GetField() string { method GetMessage (line 13914) | func (e *Error) GetMessage() string { method GetResource (line 13922) | func (e *Error) GetResource() string { method GetCreatedAt (line 13930) | func (e *ErrorBlock) GetCreatedAt() Timestamp { method GetReason (line 13938) | func (e *ErrorBlock) GetReason() string { method GetBlock (line 13946) | func (e *ErrorResponse) GetBlock() *ErrorBlock { method GetDocumentationURL (line 13954) | func (e *ErrorResponse) GetDocumentationURL() string { method GetErrors (line 13962) | func (e *ErrorResponse) GetErrors() []Error { method GetMessage (line 13970) | func (e *ErrorResponse) GetMessage() string { method GetActor (line 13978) | func (e *Event) GetActor() *User { method GetCreatedAt (line 13986) | func (e *Event) GetCreatedAt() Timestamp { method GetID (line 13994) | func (e *Event) GetID() string { method GetOrg (line 14002) | func (e *Event) GetOrg() *Organization { method GetPublic (line 14010) | func (e *Event) GetPublic() bool { method GetRawPayload (line 14018) | func (e *Event) GetRawPayload() json.RawMessage { method GetRepo (line 14026) | func (e *Event) GetRepo() *Repository { method GetType (line 14034) | func (e *Event) GetType() string { method GetGroupID (line 14042) | func (e *ExternalGroup) GetGroupID() int64 { method GetGroupName (line 14050) | func (e *ExternalGroup) GetGroupName() string { method GetMembers (line 14058) | func (e *ExternalGroup) GetMembers() []*ExternalGroupMember { method GetTeams (line 14066) | func (e *ExternalGroup) GetTeams() []*ExternalGroupTeam { method GetUpdatedAt (line 14074) | func (e *ExternalGroup) GetUpdatedAt() Timestamp { method GetGroups (line 14082) | func (e *ExternalGroupList) GetGroups() []*ExternalGroup { method GetMemberEmail (line 14090) | func (e *ExternalGroupMember) GetMemberEmail() string { method GetMemberID (line 14098) | func (e *ExternalGroupMember) GetMemberID() int64 { method GetMemberLogin (line 14106) | func (e *ExternalGroupMember) GetMemberLogin() string { method GetMemberName (line 14114) | func (e *ExternalGroupMember) GetMemberName() string { method GetTeamID (line 14122) | func (e *ExternalGroupTeam) GetTeamID() int64 { method GetTeamName (line 14130) | func (e *ExternalGroupTeam) GetTeamName() string { method GetHRef (line 14138) | func (f *FeedLink) GetHRef() string { method GetType (line 14146) | func (f *FeedLink) GetType() string { method GetCurrentUser (line 14154) | func (f *FeedLinks) GetCurrentUser() *FeedLink { method GetCurrentUserActor (line 14162) | func (f *FeedLinks) GetCurrentUserActor() *FeedLink { method GetCurrentUserOrganization (line 14170) | func (f *FeedLinks) GetCurrentUserOrganization() *FeedLink { method GetCurrentUserOrganizations (line 14178) | func (f *FeedLinks) GetCurrentUserOrganizations() []*FeedLink { method GetCurrentUserPublic (line 14186) | func (f *FeedLinks) GetCurrentUserPublic() *FeedLink { method GetTimeline (line 14194) | func (f *FeedLinks) GetTimeline() *FeedLink { method GetUser (line 14202) | func (f *FeedLinks) GetUser() *FeedLink { method GetCurrentUserActorURL (line 14210) | func (f *Feeds) GetCurrentUserActorURL() string { method GetCurrentUserOrganizationURL (line 14218) | func (f *Feeds) GetCurrentUserOrganizationURL() string { method GetCurrentUserOrganizationURLs (line 14226) | func (f *Feeds) GetCurrentUserOrganizationURLs() []string { method GetCurrentUserPublicURL (line 14234) | func (f *Feeds) GetCurrentUserPublicURL() string { method GetCurrentUserURL (line 14242) | func (f *Feeds) GetCurrentUserURL() string { method GetLinks (line 14250) | func (f *Feeds) GetLinks() *FeedLinks { method GetTimelineURL (line 14258) | func (f *Feeds) GetTimelineURL() string { method GetUserURL (line 14266) | func (f *Feeds) GetUserURL() string { method GetFieldName (line 14274) | func (f *FieldValue) GetFieldName() string { method GetFieldNodeID (line 14282) | func (f *FieldValue) GetFieldNodeID() string { method GetFieldType (line 14290) | func (f *FieldValue) GetFieldType() string { method GetFrom (line 14298) | func (f *FieldValue) GetFrom() json.RawMessage { method GetProjectNumber (line 14306) | func (f *FieldValue) GetProjectNumber() int64 { method GetTo (line 14314) | func (f *FieldValue) GetTo() json.RawMessage { method GetParameters (line 14322) | func (f *FileExtensionRestrictionBranchRule) GetParameters() FileExtensi... method GetRestrictedFileExtensions (line 14330) | func (f *FileExtensionRestrictionRuleParameters) GetRestrictedFileExtens... method GetParameters (line 14338) | func (f *FilePathRestrictionBranchRule) GetParameters() FilePathRestrict... method GetRestrictedFilePaths (line 14346) | func (f *FilePathRestrictionRuleParameters) GetRestrictedFilePaths() []s... method GetCreatedAt (line 14354) | func (f *FineGrainedPersonalAccessTokenRequest) GetCreatedAt() Timestamp { method GetID (line 14362) | func (f *FineGrainedPersonalAccessTokenRequest) GetID() int64 { method GetOwner (line 14370) | func (f *FineGrainedPersonalAccessTokenRequest) GetOwner() User { method GetPermissions (line 14378) | func (f *FineGrainedPersonalAccessTokenRequest) GetPermissions() Persona... method GetReason (line 14386) | func (f *FineGrainedPersonalAccessTokenRequest) GetReason() string { method GetRepositoriesURL (line 14394) | func (f *FineGrainedPersonalAccessTokenRequest) GetRepositoriesURL() str... method GetRepositorySelection (line 14402) | func (f *FineGrainedPersonalAccessTokenRequest) GetRepositorySelection()... method GetTokenExpired (line 14410) | func (f *FineGrainedPersonalAccessTokenRequest) GetTokenExpired() bool { method GetTokenExpiresAt (line 14418) | func (f *FineGrainedPersonalAccessTokenRequest) GetTokenExpiresAt() Time... method GetTokenID (line 14426) | func (f *FineGrainedPersonalAccessTokenRequest) GetTokenID() int64 { method GetTokenLastUsedAt (line 14434) | func (f *FineGrainedPersonalAccessTokenRequest) GetTokenLastUsedAt() Tim... method GetTokenName (line 14442) | func (f *FineGrainedPersonalAccessTokenRequest) GetTokenName() string { method GetIdentifier (line 14450) | func (f *FirstPatchedVersion) GetIdentifier() string { method GetForkee (line 14458) | func (f *ForkEvent) GetForkee() *Repository { method GetInstallation (line 14466) | func (f *ForkEvent) GetInstallation() *Installation { method GetRepo (line 14474) | func (f *ForkEvent) GetRepo() *Repository { method GetSender (line 14482) | func (f *ForkEvent) GetSender() *User { method GetLabels (line 14490) | func (g *GenerateJITConfigRequest) GetLabels() []string { method GetName (line 14498) | func (g *GenerateJITConfigRequest) GetName() string { method GetRunnerGroupID (line 14506) | func (g *GenerateJITConfigRequest) GetRunnerGroupID() int64 { method GetWorkFolder (line 14514) | func (g *GenerateJITConfigRequest) GetWorkFolder() string { method GetConfigurationFilePath (line 14522) | func (g *GenerateNotesOptions) GetConfigurationFilePath() string { method GetPreviousTagName (line 14530) | func (g *GenerateNotesOptions) GetPreviousTagName() string { method GetTagName (line 14538) | func (g *GenerateNotesOptions) GetTagName() string { method GetTargetCommitish (line 14546) | func (g *GenerateNotesOptions) GetTargetCommitish() string { method GetInclude (line 14554) | func (g *GetAuditLogOptions) GetInclude() string { method GetOrder (line 14562) | func (g *GetAuditLogOptions) GetOrder() string { method GetPhrase (line 14570) | func (g *GetAuditLogOptions) GetPhrase() string { method GetRef (line 14578) | func (g *GetCodeownersErrorsOptions) GetRef() string { method GetFields (line 14586) | func (g *GetProjectItemOptions) GetFields() []int64 { method GetExcludedAttributes (line 14594) | func (g *GetProvisionedSCIMGroupEnterpriseOptions) GetExcludedAttributes... method GetComments (line 14602) | func (g *Gist) GetComments() int { method GetCreatedAt (line 14610) | func (g *Gist) GetCreatedAt() Timestamp { method GetDescription (line 14618) | func (g *Gist) GetDescription() string { method GetFiles (line 14626) | func (g *Gist) GetFiles() map[GistFilename]GistFile { method GetGitPullURL (line 14634) | func (g *Gist) GetGitPullURL() string { method GetGitPushURL (line 14642) | func (g *Gist) GetGitPushURL() string { method GetHTMLURL (line 14650) | func (g *Gist) GetHTMLURL() string { method GetID (line 14658) | func (g *Gist) GetID() string { method GetNodeID (line 14666) | func (g *Gist) GetNodeID() string { method GetOwner (line 14674) | func (g *Gist) GetOwner() *User { method GetPublic (line 14682) | func (g *Gist) GetPublic() bool { method GetUpdatedAt (line 14690) | func (g *Gist) GetUpdatedAt() Timestamp { method GetBody (line 14698) | func (g *GistComment) GetBody() string { method GetCreatedAt (line 14706) | func (g *GistComment) GetCreatedAt() Timestamp { method GetID (line 14714) | func (g *GistComment) GetID() int64 { method GetURL (line 14722) | func (g *GistComment) GetURL() string { method GetUser (line 14730) | func (g *GistComment) GetUser() *User { method GetChangeStatus (line 14738) | func (g *GistCommit) GetChangeStatus() *CommitStats { method GetCommittedAt (line 14746) | func (g *GistCommit) GetCommittedAt() Timestamp { method GetNodeID (line 14754) | func (g *GistCommit) GetNodeID() string { method GetURL (line 14762) | func (g *GistCommit) GetURL() string { method GetUser (line 14770) | func (g *GistCommit) GetUser() *User { method GetVersion (line 14778) | func (g *GistCommit) GetVersion() string { method GetContent (line 14786) | func (g *GistFile) GetContent() string { method GetFilename (line 14794) | func (g *GistFile) GetFilename() string { method GetLanguage (line 14802) | func (g *GistFile) GetLanguage() string { method GetRawURL (line 14810) | func (g *GistFile) GetRawURL() string { method GetSize (line 14818) | func (g *GistFile) GetSize() int { method GetType (line 14826) | func (g *GistFile) GetType() string { method GetCreatedAt (line 14834) | func (g *GistFork) GetCreatedAt() Timestamp { method GetID (line 14842) | func (g *GistFork) GetID() string { method GetNodeID (line 14850) | func (g *GistFork) GetNodeID() string { method GetUpdatedAt (line 14858) | func (g *GistFork) GetUpdatedAt() Timestamp { method GetURL (line 14866) | func (g *GistFork) GetURL() string { method GetUser (line 14874) | func (g *GistFork) GetUser() *User { method GetSince (line 14882) | func (g *GistListOptions) GetSince() time.Time { method GetPrivateGists (line 14890) | func (g *GistStats) GetPrivateGists() int { method GetPublicGists (line 14898) | func (g *GistStats) GetPublicGists() int { method GetTotalGists (line 14906) | func (g *GistStats) GetTotalGists() int { method GetAction (line 14914) | func (g *GitHubAppAuthorizationEvent) GetAction() string { method GetInstallation (line 14922) | func (g *GitHubAppAuthorizationEvent) GetInstallation() *Installation { method GetSender (line 14930) | func (g *GitHubAppAuthorizationEvent) GetSender() *User { method GetName (line 14938) | func (g *Gitignore) GetName() string { method GetSource (line 14946) | func (g *Gitignore) GetSource() string { method GetSHA (line 14954) | func (g *GitObject) GetSHA() string { method GetType (line 14962) | func (g *GitObject) GetType() string { method GetURL (line 14970) | func (g *GitObject) GetURL() string { method GetCredits (line 14978) | func (g *GlobalSecurityAdvisory) GetCredits() []*Credit { method GetGithubReviewedAt (line 14986) | func (g *GlobalSecurityAdvisory) GetGithubReviewedAt() Timestamp { method GetID (line 14994) | func (g *GlobalSecurityAdvisory) GetID() int64 { method GetNVDPublishedAt (line 15002) | func (g *GlobalSecurityAdvisory) GetNVDPublishedAt() Timestamp { method GetReferences (line 15010) | func (g *GlobalSecurityAdvisory) GetReferences() []string { method GetRepositoryAdvisoryURL (line 15018) | func (g *GlobalSecurityAdvisory) GetRepositoryAdvisoryURL() string { method GetSourceCodeLocation (line 15026) | func (g *GlobalSecurityAdvisory) GetSourceCodeLocation() string { method GetType (line 15034) | func (g *GlobalSecurityAdvisory) GetType() string { method GetVulnerabilities (line 15042) | func (g *GlobalSecurityAdvisory) GetVulnerabilities() []*GlobalSecurityV... method GetFirstPatchedVersion (line 15050) | func (g *GlobalSecurityVulnerability) GetFirstPatchedVersion() string { method GetPackage (line 15058) | func (g *GlobalSecurityVulnerability) GetPackage() *VulnerabilityPackage { method GetVulnerableFunctions (line 15066) | func (g *GlobalSecurityVulnerability) GetVulnerableFunctions() []string { method GetVulnerableVersionRange (line 15074) | func (g *GlobalSecurityVulnerability) GetVulnerableVersionRange() string { method GetInstallation (line 15082) | func (g *GollumEvent) GetInstallation() *Installation { method GetOrg (line 15090) | func (g *GollumEvent) GetOrg() *Organization { method GetPages (line 15098) | func (g *GollumEvent) GetPages() []*Page { method GetRepo (line 15106) | func (g *GollumEvent) GetRepo() *Repository { method GetSender (line 15114) | func (g *GollumEvent) GetSender() *User { method GetBucket (line 15122) | func (g *GoogleCloudConfig) GetBucket() string { method GetEncryptedJSONCredentials (line 15130) | func (g *GoogleCloudConfig) GetEncryptedJSONCredentials() string { method GetKeyID (line 15138) | func (g *GoogleCloudConfig) GetKeyID() string { method GetEmail (line 15146) | func (g *GPGEmail) GetEmail() string { method GetVerified (line 15154) | func (g *GPGEmail) GetVerified() bool { method GetCanCertify (line 15162) | func (g *GPGKey) GetCanCertify() bool { method GetCanEncryptComms (line 15170) | func (g *GPGKey) GetCanEncryptComms() bool { method GetCanEncryptStorage (line 15178) | func (g *GPGKey) GetCanEncryptStorage() bool { method GetCanSign (line 15186) | func (g *GPGKey) GetCanSign() bool { method GetCreatedAt (line 15194) | func (g *GPGKey) GetCreatedAt() Timestamp { method GetEmails (line 15202) | func (g *GPGKey) GetEmails() []*GPGEmail { method GetExpiresAt (line 15210) | func (g *GPGKey) GetExpiresAt() Timestamp { method GetID (line 15218) | func (g *GPGKey) GetID() int64 { method GetKeyID (line 15226) | func (g *GPGKey) GetKeyID() string { method GetPrimaryKeyID (line 15234) | func (g *GPGKey) GetPrimaryKeyID() int64 { method GetPublicKey (line 15242) | func (g *GPGKey) GetPublicKey() string { method GetRawKey (line 15250) | func (g *GPGKey) GetRawKey() string { method GetSubkeys (line 15258) | func (g *GPGKey) GetSubkeys() []*GPGKey { method GetApp (line 15266) | func (g *Grant) GetApp() *AuthorizationApp { method GetCreatedAt (line 15274) | func (g *Grant) GetCreatedAt() Timestamp { method GetID (line 15282) | func (g *Grant) GetID() int64 { method GetScopes (line 15290) | func (g *Grant) GetScopes() []string { method GetUpdatedAt (line 15298) | func (g *Grant) GetUpdatedAt() Timestamp { method GetURL (line 15306) | func (g *Grant) GetURL() string { method GetAdded (line 15314) | func (h *HeadCommit) GetAdded() []string { method GetAuthor (line 15322) | func (h *HeadCommit) GetAuthor() *CommitAuthor { method GetCommitter (line 15330) | func (h *HeadCommit) GetCommitter() *CommitAuthor { method GetDistinct (line 15338) | func (h *HeadCommit) GetDistinct() bool { method GetID (line 15346) | func (h *HeadCommit) GetID() string { method GetMessage (line 15354) | func (h *HeadCommit) GetMessage() string { method GetModified (line 15362) | func (h *HeadCommit) GetModified() []string { method GetRemoved (line 15370) | func (h *HeadCommit) GetRemoved() []string { method GetSHA (line 15378) | func (h *HeadCommit) GetSHA() string { method GetTimestamp (line 15386) | func (h *HeadCommit) GetTimestamp() Timestamp { method GetTreeID (line 15394) | func (h *HeadCommit) GetTreeID() string { method GetURL (line 15402) | func (h *HeadCommit) GetURL() string { method GetDomain (line 15410) | func (h *HecConfig) GetDomain() string { method GetEncryptedToken (line 15418) | func (h *HecConfig) GetEncryptedToken() string { method GetKeyID (line 15426) | func (h *HecConfig) GetKeyID() string { method GetPath (line 15434) | func (h *HecConfig) GetPath() string { method GetPort (line 15442) | func (h *HecConfig) GetPort() uint16 { method GetSSLVerify (line 15450) | func (h *HecConfig) GetSSLVerify() bool { method GetActive (line 15458) | func (h *Hook) GetActive() bool { method GetConfig (line 15466) | func (h *Hook) GetConfig() *HookConfig { method GetCreatedAt (line 15474) | func (h *Hook) GetCreatedAt() Timestamp { method GetEvents (line 15482) | func (h *Hook) GetEvents() []string { method GetID (line 15490) | func (h *Hook) GetID() int64 { method GetLastResponse (line 15498) | func (h *Hook) GetLastResponse() map[string]any { method GetName (line 15506) | func (h *Hook) GetName() string { method GetPingURL (line 15514) | func (h *Hook) GetPingURL() string { method GetTestURL (line 15522) | func (h *Hook) GetTestURL() string { method GetType (line 15530) | func (h *Hook) GetType() string { method GetUpdatedAt (line 15538) | func (h *Hook) GetUpdatedAt() Timestamp { method GetURL (line 15546) | func (h *Hook) GetURL() string { method GetContentType (line 15554) | func (h *HookConfig) GetContentType() string { method GetInsecureSSL (line 15562) | func (h *HookConfig) GetInsecureSSL() string { method GetSecret (line 15570) | func (h *HookConfig) GetSecret() string { method GetURL (line 15578) | func (h *HookConfig) GetURL() string { method GetAction (line 15586) | func (h *HookDelivery) GetAction() string { method GetDeliveredAt (line 15594) | func (h *HookDelivery) GetDeliveredAt() Timestamp { method GetDuration (line 15602) | func (h *HookDelivery) GetDuration() float64 { method GetEvent (line 15610) | func (h *HookDelivery) GetEvent() string { method GetGUID (line 15618) | func (h *HookDelivery) GetGUID() string { method GetID (line 15626) | func (h *HookDelivery) GetID() int64 { method GetInstallationID (line 15634) | func (h *HookDelivery) GetInstallationID() int64 { method GetRedelivery (line 15642) | func (h *HookDelivery) GetRedelivery() bool { method GetRepositoryID (line 15650) | func (h *HookDelivery) GetRepositoryID() int64 { method GetRequest (line 15658) | func (h *HookDelivery) GetRequest() *HookRequest { method GetResponse (line 15666) | func (h *HookDelivery) GetResponse() *HookResponse { method GetStatus (line 15674) | func (h *HookDelivery) GetStatus() string { method GetStatusCode (line 15682) | func (h *HookDelivery) GetStatusCode() int { method GetHeaders (line 15690) | func (h *HookRequest) GetHeaders() map[string]string { method GetRawPayload (line 15698) | func (h *HookRequest) GetRawPayload() json.RawMessage { method GetHeaders (line 15706) | func (h *HookResponse) GetHeaders() map[string]string { method GetRawPayload (line 15714) | func (h *HookResponse) GetRawPayload() json.RawMessage { method GetActiveHooks (line 15722) | func (h *HookStats) GetActiveHooks() int { method GetInactiveHooks (line 15730) | func (h *HookStats) GetInactiveHooks() int { method GetTotalHooks (line 15738) | func (h *HookStats) GetTotalHooks() int { method GetID (line 15746) | func (h *HostedRunner) GetID() int64 { method GetImageDetails (line 15754) | func (h *HostedRunner) GetImageDetails() *HostedRunnerImageDetail { method GetLastActiveOn (line 15762) | func (h *HostedRunner) GetLastActiveOn() Timestamp { method GetMachineSizeDetails (line 15770) | func (h *HostedRunner) GetMachineSizeDetails() *HostedRunnerMachineSpec { method GetMaximumRunners (line 15778) | func (h *HostedRunner) GetMaximumRunners() int64 { method GetName (line 15786) | func (h *HostedRunner) GetName() string { method GetPlatform (line 15794) | func (h *HostedRunner) GetPlatform() string { method GetPublicIPEnabled (line 15802) | func (h *HostedRunner) GetPublicIPEnabled() bool { method GetPublicIPs (line 15810) | func (h *HostedRunner) GetPublicIPs() []*HostedRunnerPublicIP { method GetRunnerGroupID (line 15818) | func (h *HostedRunner) GetRunnerGroupID() int64 { method GetStatus (line 15826) | func (h *HostedRunner) GetStatus() string { method GetID (line 15834) | func (h *HostedRunnerCustomImage) GetID() int64 { method GetLatestVersion (line 15842) | func (h *HostedRunnerCustomImage) GetLatestVersion() string { method GetName (line 15850) | func (h *HostedRunnerCustomImage) GetName() string { method GetPlatform (line 15858) | func (h *HostedRunnerCustomImage) GetPlatform() string { method GetSource (line 15866) | func (h *HostedRunnerCustomImage) GetSource() string { method GetState (line 15874) | func (h *HostedRunnerCustomImage) GetState() string { method GetTotalVersionsSize (line 15882) | func (h *HostedRunnerCustomImage) GetTotalVersionsSize() int { method GetVersionsCount (line 15890) | func (h *HostedRunnerCustomImage) GetVersionsCount() int { method GetImages (line 15898) | func (h *HostedRunnerCustomImages) GetImages() []*HostedRunnerCustomImage { method GetTotalCount (line 15906) | func (h *HostedRunnerCustomImages) GetTotalCount() int { method GetCreatedOn (line 15914) | func (h *HostedRunnerCustomImageVersion) GetCreatedOn() Timestamp { method GetSizeGB (line 15922) | func (h *HostedRunnerCustomImageVersion) GetSizeGB() int { method GetState (line 15930) | func (h *HostedRunnerCustomImageVersion) GetState() string { method GetStateDetails (line 15938) | func (h *HostedRunnerCustomImageVersion) GetStateDetails() string { method GetVersion (line 15946) | func (h *HostedRunnerCustomImageVersion) GetVersion() string { method GetImageVersions (line 15954) | func (h *HostedRunnerCustomImageVersions) GetImageVersions() []*HostedRu... method GetTotalCount (line 15962) | func (h *HostedRunnerCustomImageVersions) GetTotalCount() int { method GetID (line 15970) | func (h *HostedRunnerImage) GetID() string { method GetSource (line 15978) | func (h *HostedRunnerImage) GetSource() string { method GetVersion (line 15986) | func (h *HostedRunnerImage) GetVersion() string { method GetDisplayName (line 15994) | func (h *HostedRunnerImageDetail) GetDisplayName() string { method GetID (line 16002) | func (h *HostedRunnerImageDetail) GetID() string { method GetSizeGB (line 16010) | func (h *HostedRunnerImageDetail) GetSizeGB() int64 { method GetSource (line 16018) | func (h *HostedRunnerImageDetail) GetSource() string { method GetVersion (line 16026) | func (h *HostedRunnerImageDetail) GetVersion() string { method GetImages (line 16034) | func (h *HostedRunnerImages) GetImages() []*HostedRunnerImageSpecs { method GetTotalCount (line 16042) | func (h *HostedRunnerImages) GetTotalCount() int { method GetDisplayName (line 16050) | func (h *HostedRunnerImageSpecs) GetDisplayName() string { method GetID (line 16058) | func (h *HostedRunnerImageSpecs) GetID() string { method GetPlatform (line 16066) | func (h *HostedRunnerImageSpecs) GetPlatform() string { method GetSizeGB (line 16074) | func (h *HostedRunnerImageSpecs) GetSizeGB() int { method GetSource (line 16082) | func (h *HostedRunnerImageSpecs) GetSource() string { method GetCPUCores (line 16090) | func (h *HostedRunnerMachineSpec) GetCPUCores() int { method GetID (line 16098) | func (h *HostedRunnerMachineSpec) GetID() string { method GetMemoryGB (line 16106) | func (h *HostedRunnerMachineSpec) GetMemoryGB() int { method GetStorageGB (line 16114) | func (h *HostedRunnerMachineSpec) GetStorageGB() int { method GetMachineSpecs (line 16122) | func (h *HostedRunnerMachineSpecs) GetMachineSpecs() []*HostedRunnerMach... method GetTotalCount (line 16130) | func (h *HostedRunnerMachineSpecs) GetTotalCount() int { method GetPlatforms (line 16138) | func (h *HostedRunnerPlatforms) GetPlatforms() []string { method GetTotalCount (line 16146) | func (h *HostedRunnerPlatforms) GetTotalCount() int { method GetEnabled (line 16154) | func (h *HostedRunnerPublicIP) GetEnabled() bool { method GetLength (line 16162) | func (h *HostedRunnerPublicIP) GetLength() int { method GetPrefix (line 16170) | func (h *HostedRunnerPublicIP) GetPrefix() string { method GetPublicIPs (line 16178) | func (h *HostedRunnerPublicIPLimits) GetPublicIPs() *PublicIPUsage { method GetRunners (line 16186) | func (h *HostedRunners) GetRunners() []*HostedRunner { method GetTotalCount (line 16194) | func (h *HostedRunners) GetTotalCount() int { method GetContexts (line 16202) | func (h *Hovercard) GetContexts() []*UserContext { method GetSubjectID (line 16210) | func (h *HovercardOptions) GetSubjectID() string { method GetSubjectType (line 16218) | func (h *HovercardOptions) GetSubjectType() string { method GetGroupDescription (line 16226) | func (i *IDPGroup) GetGroupDescription() string { method GetGroupID (line 16234) | func (i *IDPGroup) GetGroupID() string { method GetGroupName (line 16242) | func (i *IDPGroup) GetGroupName() string { method GetGroups (line 16250) | func (i *IDPGroupList) GetGroups() []*IDPGroup { method GetEnforcedRepositories (line 16258) | func (i *ImmutableReleasePolicy) GetEnforcedRepositories() string { method GetSelectedRepositoryIDs (line 16266) | func (i *ImmutableReleasePolicy) GetSelectedRepositoryIDs() []int64 { method GetEnforcedRepositories (line 16274) | func (i *ImmutableReleaseSettings) GetEnforcedRepositories() string { method GetSelectedRepositoriesURL (line 16282) | func (i *ImmutableReleaseSettings) GetSelectedRepositoriesURL() string { method GetScopes (line 16290) | func (i *ImpersonateUserOptions) GetScopes() []string { method GetAuthorsCount (line 16298) | func (i *Import) GetAuthorsCount() int { method GetAuthorsURL (line 16306) | func (i *Import) GetAuthorsURL() string { method GetCommitCount (line 16314) | func (i *Import) GetCommitCount() int { method GetFailedStep (line 16322) | func (i *Import) GetFailedStep() string { method GetHasLargeFiles (line 16330) | func (i *Import) GetHasLargeFiles() bool { method GetHTMLURL (line 16338) | func (i *Import) GetHTMLURL() string { method GetHumanName (line 16346) | func (i *Import) GetHumanName() string { method GetLargeFilesCount (line 16354) | func (i *Import) GetLargeFilesCount() int { method GetLargeFilesSize (line 16362) | func (i *Import) GetLargeFilesSize() int { method GetMessage (line 16370) | func (i *Import) GetMessage() string { method GetPercent (line 16378) | func (i *Import) GetPercent() int { method GetProjectChoices (line 16386) | func (i *Import) GetProjectChoices() []*Import { method GetPushPercent (line 16394) | func (i *Import) GetPushPercent() int { method GetRepositoryURL (line 16402) | func (i *Import) GetRepositoryURL() string { method GetStatus (line 16410) | func (i *Import) GetStatus() string { method GetStatusText (line 16418) | func (i *Import) GetStatusText() string { method GetTFVCProject (line 16426) | func (i *Import) GetTFVCProject() string { method GetURL (line 16434) | func (i *Import) GetURL() string { method GetUseLFS (line 16442) | func (i *Import) GetUseLFS() string { method GetVCS (line 16450) | func (i *Import) GetVCS() string { method GetVCSPassword (line 16458) | func (i *Import) GetVCSPassword() string { method GetVCSURL (line 16466) | func (i *Import) GetVCSURL() string { method GetVCSUsername (line 16474) | func (i *Import) GetVCSUsername() string { method GetLicense (line 16482) | func (i *InitialConfigOptions) GetLicense() string { method GetPassword (line 16490) | func (i *InitialConfigOptions) GetPassword() string { method GetAccessibleRepositoriesURL (line 16498) | func (i *InstallableOrganization) GetAccessibleRepositoriesURL() string { method GetID (line 16506) | func (i *InstallableOrganization) GetID() int64 { method GetLogin (line 16514) | func (i *InstallableOrganization) GetLogin() string { method GetClientID (line 16522) | func (i *InstallAppRequest) GetClientID() string { method GetRepositories (line 16530) | func (i *InstallAppRequest) GetRepositories() []string { method GetRepositorySelection (line 16538) | func (i *InstallAppRequest) GetRepositorySelection() string { method GetAccessTokensURL (line 16546) | func (i *Installation) GetAccessTokensURL() string { method GetAccount (line 16554) | func (i *Installation) GetAccount() *User { method GetAppID (line 16562) | func (i *Installation) GetAppID() int64 { method GetAppSlug (line 16570) | func (i *Installation) GetAppSlug() string { method GetClientID (line 16578) | func (i *Installation) GetClientID() string { method GetCreatedAt (line 16586) | func (i *Installation) GetCreatedAt() Timestamp { method GetEvents (line 16594) | func (i *Installation) GetEvents() []string { method GetHasMultipleSingleFiles (line 16602) | func (i *Installation) GetHasMultipleSingleFiles() bool { method GetHTMLURL (line 16610) | func (i *Installation) GetHTMLURL() string { method GetID (line 16618) | func (i *Installation) GetID() int64 { method GetNodeID (line 16626) | func (i *Installation) GetNodeID() string { method GetPermissions (line 16634) | func (i *Installation) GetPermissions() *InstallationPermissions { method GetRepositoriesURL (line 16642) | func (i *Installation) GetRepositoriesURL() string { method GetRepositorySelection (line 16650) | func (i *Installation) GetRepositorySelection() string { method GetSingleFileName (line 16658) | func (i *Installation) GetSingleFileName() string { method GetSingleFilePaths (line 16666) | func (i *Installation) GetSingleFilePaths() []string { method GetSuspendedAt (line 16674) | func (i *Installation) GetSuspendedAt() Timestamp { method GetSuspendedBy (line 16682) | func (i *Installation) GetSuspendedBy() *User { method GetTargetID (line 16690) | func (i *Installation) GetTargetID() int64 { method GetTargetType (line 16698) | func (i *Installation) GetTargetType() string { method GetUpdatedAt (line 16706) | func (i *Installation) GetUpdatedAt() Timestamp { method GetLogin (line 16714) | func (i *InstallationChanges) GetLogin() *InstallationLoginChange { method GetSlug (line 16722) | func (i *InstallationChanges) GetSlug() *InstallationSlugChange { method GetAction (line 16730) | func (i *InstallationEvent) GetAction() string { method GetInstallation (line 16738) | func (i *InstallationEvent) GetInstallation() *Installation { method GetOrg (line 16746) | func (i *InstallationEvent) GetOrg() *Organization { method GetRepositories (line 16754) | func (i *InstallationEvent) GetRepositories() []*Repository { method GetRequester (line 16762) | func (i *InstallationEvent) GetRequester() *User { method GetSender (line 16770) | func (i *InstallationEvent) GetSender() *User { method GetFrom (line 16778) | func (i *InstallationLoginChange) GetFrom() string { method GetActions (line 16786) | func (i *InstallationPermissions) GetActions() string { method GetActionsVariables (line 16794) | func (i *InstallationPermissions) GetActionsVariables() string { method GetAdministration (line 16802) | func (i *InstallationPermissions) GetAdministration() string { method GetAttestations (line 16810) | func (i *InstallationPermissions) GetAttestations() string { method GetBlocking (line 16818) | func (i *InstallationPermissions) GetBlocking() string { method GetChecks (line 16826) | func (i *InstallationPermissions) GetChecks() string { method GetCodespaces (line 16834) | func (i *InstallationPermissions) GetCodespaces() string { method GetCodespacesLifecycleAdmin (line 16842) | func (i *InstallationPermissions) GetCodespacesLifecycleAdmin() string { method GetCodespacesMetadata (line 16850) | func (i *InstallationPermissions) GetCodespacesMetadata() string { method GetCodespacesSecrets (line 16858) | func (i *InstallationPermissions) GetCodespacesSecrets() string { method GetCodespacesUserSecrets (line 16866) | func (i *InstallationPermissions) GetCodespacesUserSecrets() string { method GetContentReferences (line 16874) | func (i *InstallationPermissions) GetContentReferences() string { method GetContents (line 16882) | func (i *InstallationPermissions) GetContents() string { method GetCopilotMessages (line 16890) | func (i *InstallationPermissions) GetCopilotMessages() string { method GetDependabotSecrets (line 16898) | func (i *InstallationPermissions) GetDependabotSecrets() string { method GetDeployments (line 16906) | func (i *InstallationPermissions) GetDeployments() string { method GetDiscussions (line 16914) | func (i *InstallationPermissions) GetDiscussions() string { method GetEmails (line 16922) | func (i *InstallationPermissions) GetEmails() string { method GetEnvironments (line 16930) | func (i *InstallationPermissions) GetEnvironments() string { method GetFollowers (line 16938) | func (i *InstallationPermissions) GetFollowers() string { method GetGists (line 16946) | func (i *InstallationPermissions) GetGists() string { method GetGitSigningSSHPublicKeys (line 16954) | func (i *InstallationPermissions) GetGitSigningSSHPublicKeys() string { method GetGPGKeys (line 16962) | func (i *InstallationPermissions) GetGPGKeys() string { method GetInteractionLimits (line 16970) | func (i *InstallationPermissions) GetInteractionLimits() string { method GetIssues (line 16978) | func (i *InstallationPermissions) GetIssues() string { method GetKeys (line 16986) | func (i *InstallationPermissions) GetKeys() string { method GetMembers (line 16994) | func (i *InstallationPermissions) GetMembers() string { method GetMergeQueues (line 17002) | func (i *InstallationPermissions) GetMergeQueues() string { method GetMetadata (line 17010) | func (i *InstallationPermissions) GetMetadata() string { method GetOrganizationActionsVariables (line 17018) | func (i *InstallationPermissions) GetOrganizationActionsVariables() stri... method GetOrganizationAdministration (line 17026) | func (i *InstallationPermissions) GetOrganizationAdministration() string { method GetOrganizationAnnouncementBanners (line 17034) | func (i *InstallationPermissions) GetOrganizationAnnouncementBanners() s... method GetOrganizationAPIInsights (line 17042) | func (i *InstallationPermissions) GetOrganizationAPIInsights() string { method GetOrganizationCodespaces (line 17050) | func (i *InstallationPermissions) GetOrganizationCodespaces() string { method GetOrganizationCodespacesSecrets (line 17058) | func (i *InstallationPermissions) GetOrganizationCodespacesSecrets() str... method GetOrganizationCodespacesSettings (line 17066) | func (i *InstallationPermissions) GetOrganizationCodespacesSettings() st... method GetOrganizationCopilotMetrics (line 17074) | func (i *InstallationPermissions) GetOrganizationCopilotMetrics() string { method GetOrganizationCopilotSeatManagement (line 17082) | func (i *InstallationPermissions) GetOrganizationCopilotSeatManagement()... method GetOrganizationCustomOrgRoles (line 17090) | func (i *InstallationPermissions) GetOrganizationCustomOrgRoles() string { method GetOrganizationCustomProperties (line 17098) | func (i *InstallationPermissions) GetOrganizationCustomProperties() stri... method GetOrganizationCustomRoles (line 17106) | func (i *InstallationPermissions) GetOrganizationCustomRoles() string { method GetOrganizationDependabotSecrets (line 17114) | func (i *InstallationPermissions) GetOrganizationDependabotSecrets() str... method GetOrganizationEvents (line 17122) | func (i *InstallationPermissions) GetOrganizationEvents() string { method GetOrganizationHooks (line 17130) | func (i *InstallationPermissions) GetOrganizationHooks() string { method GetOrganizationKnowledgeBases (line 17138) | func (i *InstallationPermissions) GetOrganizationKnowledgeBases() string { method GetOrganizationPackages (line 17146) | func (i *InstallationPermissions) GetOrganizationPackages() string { method GetOrganizationPersonalAccessTokenRequests (line 17154) | func (i *InstallationPermissions) GetOrganizationPersonalAccessTokenRequ... method GetOrganizationPersonalAccessTokens (line 17162) | func (i *InstallationPermissions) GetOrganizationPersonalAccessTokens() ... method GetOrganizationPlan (line 17170) | func (i *InstallationPermissions) GetOrganizationPlan() string { method GetOrganizationPreReceiveHooks (line 17178) | func (i *InstallationPermissions) GetOrganizationPreReceiveHooks() string { method GetOrganizationProjects (line 17186) | func (i *InstallationPermissions) GetOrganizationProjects() string { method GetOrganizationSecrets (line 17194) | func (i *InstallationPermissions) GetOrganizationSecrets() string { method GetOrganizationSelfHostedRunners (line 17202) | func (i *InstallationPermissions) GetOrganizationSelfHostedRunners() str... method GetOrganizationUserBlocking (line 17210) | func (i *InstallationPermissions) GetOrganizationUserBlocking() string { method GetPackages (line 17218) | func (i *InstallationPermissions) GetPackages() string { method GetPages (line 17226) | func (i *InstallationPermissions) GetPages() string { method GetPlan (line 17234) | func (i *InstallationPermissions) GetPlan() string { method GetProfile (line 17242) | func (i *InstallationPermissions) GetProfile() string { method GetPullRequests (line 17250) | func (i *InstallationPermissions) GetPullRequests() string { method GetRepositoryAdvisories (line 17258) | func (i *InstallationPermissions) GetRepositoryAdvisories() string { method GetRepositoryCustomProperties (line 17266) | func (i *InstallationPermissions) GetRepositoryCustomProperties() string { method GetRepositoryHooks (line 17274) | func (i *InstallationPermissions) GetRepositoryHooks() string { method GetRepositoryPreReceiveHooks (line 17282) | func (i *InstallationPermissions) GetRepositoryPreReceiveHooks() string { method GetRepositoryProjects (line 17290) | func (i *InstallationPermissions) GetRepositoryProjects() string { method GetSecrets (line 17298) | func (i *InstallationPermissions) GetSecrets() string { method GetSecretScanningAlerts (line 17306) | func (i *InstallationPermissions) GetSecretScanningAlerts() string { method GetSecurityEvents (line 17314) | func (i *InstallationPermissions) GetSecurityEvents() string { method GetSingleFile (line 17322) | func (i *InstallationPermissions) GetSingleFile() string { method GetStarring (line 17330) | func (i *InstallationPermissions) GetStarring() string { method GetStatuses (line 17338) | func (i *InstallationPermissions) GetStatuses() string { method GetTeamDiscussions (line 17346) | func (i *InstallationPermissions) GetTeamDiscussions() string { method GetUserEvents (line 17354) | func (i *InstallationPermissions) GetUserEvents() string { method GetVulnerabilityAlerts (line 17362) | func (i *InstallationPermissions) GetVulnerabilityAlerts() string { method GetWatching (line 17370) | func (i *InstallationPermissions) GetWatching() string { method GetWorkflows (line 17378) | func (i *InstallationPermissions) GetWorkflows() string { method GetAction (line 17386) | func (i *InstallationRepositoriesEvent) GetAction() string { method GetInstallation (line 17394) | func (i *InstallationRepositoriesEvent) GetInstallation() *Installation { method GetOrg (line 17402) | func (i *InstallationRepositoriesEvent) GetOrg() *Organization { method GetRepositoriesAdded (line 17410) | func (i *InstallationRepositoriesEvent) GetRepositoriesAdded() []*Reposi... method GetRepositoriesRemoved (line 17418) | func (i *InstallationRepositoriesEvent) GetRepositoriesRemoved() []*Repo... method GetRepositorySelection (line 17426) | func (i *InstallationRepositoriesEvent) GetRepositorySelection() string { method GetSender (line 17434) | func (i *InstallationRepositoriesEvent) GetSender() *User { method GetAccount (line 17442) | func (i *InstallationRequest) GetAccount() *User { method GetCreatedAt (line 17450) | func (i *InstallationRequest) GetCreatedAt() Timestamp { method GetID (line 17458) | func (i *InstallationRequest) GetID() int64 { method GetNodeID (line 17466) | func (i *InstallationRequest) GetNodeID() string { method GetRequester (line 17474) | func (i *InstallationRequest) GetRequester() *User { method GetFrom (line 17482) | func (i *InstallationSlugChange) GetFrom() string { method GetAccount (line 17490) | func (i *InstallationTargetEvent) GetAccount() *User { method GetAction (line 17498) | func (i *InstallationTargetEvent) GetAction() string { method GetChanges (line 17506) | func (i *InstallationTargetEvent) GetChanges() *InstallationChanges { method GetEnterprise (line 17514) | func (i *InstallationTargetEvent) GetEnterprise() *Enterprise { method GetInstallation (line 17522) | func (i *InstallationTargetEvent) GetInstallation() *Installation { method GetOrganization (line 17530) | func (i *InstallationTargetEvent) GetOrganization() *Organization { method GetRepository (line 17538) | func (i *InstallationTargetEvent) GetRepository() *Repository { method GetSender (line 17546) | func (i *InstallationTargetEvent) GetSender() *User { method GetTargetType (line 17554) | func (i *InstallationTargetEvent) GetTargetType() string { method GetExpiresAt (line 17562) | func (i *InstallationToken) GetExpiresAt() Timestamp { method GetPermissions (line 17570) | func (i *InstallationToken) GetPermissions() *InstallationPermissions { method GetRepositories (line 17578) | func (i *InstallationToken) GetRepositories() []*Repository { method GetToken (line 17586) | func (i *InstallationToken) GetToken() string { method GetPermissions (line 17594) | func (i *InstallationTokenListRepoOptions) GetPermissions() *Installatio... method GetRepositories (line 17602) | func (i *InstallationTokenListRepoOptions) GetRepositories() []string { method GetRepositoryIDs (line 17610) | func (i *InstallationTokenListRepoOptions) GetRepositoryIDs() []int64 { method GetPermissions (line 17618) | func (i *InstallationTokenOptions) GetPermissions() *InstallationPermiss... method GetRepositories (line 17626) | func (i *InstallationTokenOptions) GetRepositories() []string { method GetRepositoryIDs (line 17634) | func (i *InstallationTokenOptions) GetRepositoryIDs() []int64 { method GetExpiresAt (line 17642) | func (i *InteractionRestriction) GetExpiresAt() Timestamp { method GetLimit (line 17650) | func (i *InteractionRestriction) GetLimit() string { method GetOrigin (line 17658) | func (i *InteractionRestriction) GetOrigin() string { method GetCreatedAt (line 17666) | func (i *Invitation) GetCreatedAt() Timestamp { method GetEmail (line 17674) | func (i *Invitation) GetEmail() string { method GetFailedAt (line 17682) | func (i *Invitation) GetFailedAt() Timestamp { method GetFailedReason (line 17690) | func (i *Invitation) GetFailedReason() string { method GetID (line 17698) | func (i *Invitation) GetID() int64 { method GetInvitationTeamURL (line 17706) | func (i *Invitation) GetInvitationTeamURL() string { method GetInviter (line 17714) | func (i *Invitation) GetInviter() *User { method GetLogin (line 17722) | func (i *Invitation) GetLogin() string { method GetNodeID (line 17730) | func (i *Invitation) GetNodeID() string { method GetRole (line 17738) | func (i *Invitation) GetRole() string { method GetTeamCount (line 17746) | func (i *Invitation) GetTeamCount() int { method GetActiveLockReason (line 17754) | func (i *Issue) GetActiveLockReason() string { method GetAssignee (line 17762) | func (i *Issue) GetAssignee() *User { method GetAssignees (line 17770) | func (i *Issue) GetAssignees() []*User { method GetAuthorAssociation (line 17778) | func (i *Issue) GetAuthorAssociation() string { method GetBody (line 17786) | func (i *Issue) GetBody() string { method GetClosedAt (line 17794) | func (i *Issue) GetClosedAt() Timestamp { method GetClosedBy (line 17802) | func (i *Issue) GetClosedBy() *User { method GetComments (line 17810) | func (i *Issue) GetComments() int { method GetCommentsURL (line 17818) | func (i *Issue) GetCommentsURL() string { method GetCreatedAt (line 17826) | func (i *Issue) GetCreatedAt() Timestamp { method GetDraft (line 17834) | func (i *Issue) GetDraft() bool { method GetEventsURL (line 17842) | func (i *Issue) GetEventsURL() string { method GetHTMLURL (line 17850) | func (i *Issue) GetHTMLURL() string { method GetID (line 17858) | func (i *Issue) GetID() int64 { method GetLabels (line 17866) | func (i *Issue) GetLabels() []*Label { method GetLabelsURL (line 17874) | func (i *Issue) GetLabelsURL() string { method GetLocked (line 17882) | func (i *Issue) GetLocked() bool { method GetMilestone (line 17890) | func (i *Issue) GetMilestone() *Milestone { method GetNodeID (line 17898) | func (i *Issue) GetNodeID() string { method GetNumber (line 17906) | func (i *Issue) GetNumber() int { method GetParentIssueURL (line 17914) | func (i *Issue) GetParentIssueURL() string { method GetPullRequestLinks (line 17922) | func (i *Issue) GetPullRequestLinks() *PullRequestLinks { method GetReactions (line 17930) | func (i *Issue) GetReactions() *Reactions { method GetRepository (line 17938) | func (i *Issue) GetRepository() *Repository { method GetRepositoryURL (line 17946) | func (i *Issue) GetRepositoryURL() string { method GetState (line 17954) | func (i *Issue) GetState() string { method GetStateReason (line 17962) | func (i *Issue) GetStateReason() string { method GetTextMatches (line 17970) | func (i *Issue) GetTextMatches() []*TextMatch { method GetTitle (line 17978) | func (i *Issue) GetTitle() string { method GetType (line 17986) | func (i *Issue) GetType() *IssueType { method GetUpdatedAt (line 17994) | func (i *Issue) GetUpdatedAt() Timestamp { method GetURL (line 18002) | func (i *Issue) GetURL() string { method GetUser (line 18010) | func (i *Issue) GetUser() *User { method GetAuthorAssociation (line 18018) | func (i *IssueComment) GetAuthorAssociation() string { method GetBody (line 18026) | func (i *IssueComment) GetBody() string { method GetCreatedAt (line 18034) | func (i *IssueComment) GetCreatedAt() Timestamp { method GetHTMLURL (line 18042) | func (i *IssueComment) GetHTMLURL() string { method GetID (line 18050) | func (i *IssueComment) GetID() int64 { method GetIssueURL (line 18058) | func (i *IssueComment) GetIssueURL() string { method GetNodeID (line 18066) | func (i *IssueComment) GetNodeID() string { method GetReactions (line 18074) | func (i *IssueComment) GetReactions() *Reactions { method GetUpdatedAt (line 18082) | func (i *IssueComment) GetUpdatedAt() Timestamp { method GetURL (line 18090) | func (i *IssueComment) GetURL() string { method GetUser (line 18098) | func (i *IssueComment) GetUser() *User { method GetAction (line 18106) | func (i *IssueCommentEvent) GetAction() string { method GetChanges (line 18114) | func (i *IssueCommentEvent) GetChanges() *EditChange { method GetComment (line 18122) | func (i *IssueCommentEvent) GetComment() *IssueComment { method GetInstallation (line 18130) | func (i *IssueCommentEvent) GetInstallation() *Installation { method GetIssue (line 18138) | func (i *IssueCommentEvent) GetIssue() *Issue { method GetOrganization (line 18146) | func (i *IssueCommentEvent) GetOrganization() *Organization { method GetRepo (line 18154) | func (i *IssueCommentEvent) GetRepo() *Repository { method GetSender (line 18162) | func (i *IssueCommentEvent) GetSender() *User { method GetAction (line 18170) | func (i *IssueEvent) GetAction() string { method GetActor (line 18178) | func (i *IssueEvent) GetActor() *User { method GetAssignee (line 18186) | func (i *IssueEvent) GetAssignee() *User { method GetAssigner (line 18194) | func (i *IssueEvent) GetAssigner() *User { method GetCommitID (line 18202) | func (i *IssueEvent) GetCommitID() string { method GetCreatedAt (line 18210) | func (i *IssueEvent) GetCreatedAt() Timestamp { method GetDismissedReview (line 18218) | func (i *IssueEvent) GetDismissedReview() *DismissedReview { method GetEvent (line 18226) | func (i *IssueEvent) GetEvent() string { method GetID (line 18234) | func (i *IssueEvent) GetID() int64 { method GetIssue (line 18242) | func (i *IssueEvent) GetIssue() *Issue { method GetLabel (line 18250) | func (i *IssueEvent) GetLabel() *Label { method GetLockReason (line 18258) | func (i *IssueEvent) GetLockReason() string { method GetMilestone (line 18266) | func (i *IssueEvent) GetMilestone() *Milestone { method GetPerformedViaGithubApp (line 18274) | func (i *IssueEvent) GetPerformedViaGithubApp() *App { method GetRename (line 18282) | func (i *IssueEvent) GetRename() *Rename { method GetRepository (line 18290) | func (i *IssueEvent) GetRepository() *Repository { method GetRequestedReviewer (line 18298) | func (i *IssueEvent) GetRequestedReviewer() *User { method GetRequestedTeam (line 18306) | func (i *IssueEvent) GetRequestedTeam() *Team { method GetReviewRequester (line 18314) | func (i *IssueEvent) GetReviewRequester() *User { method GetURL (line 18322) | func (i *IssueEvent) GetURL() string { method GetAssignee (line 18330) | func (i *IssueImport) GetAssignee() string { method GetBody (line 18338) | func (i *IssueImport) GetBody() string { method GetClosed (line 18346) | func (i *IssueImport) GetClosed() bool { method GetClosedAt (line 18354) | func (i *IssueImport) GetClosedAt() Timestamp { method GetCreatedAt (line 18362) | func (i *IssueImport) GetCreatedAt() Timestamp { method GetLabels (line 18370) | func (i *IssueImport) GetLabels() []string { method GetMilestone (line 18378) | func (i *IssueImport) GetMilestone() int { method GetTitle (line 18386) | func (i *IssueImport) GetTitle() string { method GetUpdatedAt (line 18394) | func (i *IssueImport) GetUpdatedAt() Timestamp { method GetCode (line 18402) | func (i *IssueImportError) GetCode() string { method GetField (line 18410) | func (i *IssueImportError) GetField() string { method GetLocation (line 18418) | func (i *IssueImportError) GetLocation() string { method GetResource (line 18426) | func (i *IssueImportError) GetResource() string { method GetValue (line 18434) | func (i *IssueImportError) GetValue() string { method GetComments (line 18442) | func (i *IssueImportRequest) GetComments() []*Comment { method GetIssueImport (line 18450) | func (i *IssueImportRequest) GetIssueImport() IssueImport { method GetCreatedAt (line 18458) | func (i *IssueImportResponse) GetCreatedAt() Timestamp { method GetDocumentationURL (line 18466) | func (i *IssueImportResponse) GetDocumentationURL() string { method GetErrors (line 18474) | func (i *IssueImportResponse) GetErrors() []*IssueImportError { method GetID (line 18482) | func (i *IssueImportResponse) GetID() int { method GetImportIssuesURL (line 18490) | func (i *IssueImportResponse) GetImportIssuesURL() string { method GetMessage (line 18498) | func (i *IssueImportResponse) GetMessage() string { method GetRepositoryURL (line 18506) | func (i *IssueImportResponse) GetRepositoryURL() string { method GetStatus (line 18514) | func (i *IssueImportResponse) GetStatus() string { method GetUpdatedAt (line 18522) | func (i *IssueImportResponse) GetUpdatedAt() Timestamp { method GetURL (line 18530) | func (i *IssueImportResponse) GetURL() string { method GetDirection (line 18538) | func (i *IssueListByOrgOptions) GetDirection() string { method GetFilter (line 18546) | func (i *IssueListByOrgOptions) GetFilter() string { method GetLabels (line 18554) | func (i *IssueListByOrgOptions) GetLabels() []string { method GetSince (line 18562) | func (i *IssueListByOrgOptions) GetSince() time.Time { method GetSort (line 18570) | func (i *IssueListByOrgOptions) GetSort() string { method GetState (line 18578) | func (i *IssueListByOrgOptions) GetState() string { method GetType (line 18586) | func (i *IssueListByOrgOptions) GetType() string { method GetAssignee (line 18594) | func (i *IssueListByRepoOptions) GetAssignee() string { method GetCreator (line 18602) | func (i *IssueListByRepoOptions) GetCreator() string { method GetDirection (line 18610) | func (i *IssueListByRepoOptions) GetDirection() string { method GetLabels (line 18618) | func (i *IssueListByRepoOptions) GetLabels() []string { method GetMentioned (line 18626) | func (i *IssueListByRepoOptions) GetMentioned() string { method GetMilestone (line 18634) | func (i *IssueListByRepoOptions) GetMilestone() string { method GetSince (line 18642) | func (i *IssueListByRepoOptions) GetSince() time.Time { method GetSort (line 18650) | func (i *IssueListByRepoOptions) GetSort() string { method GetState (line 18658) | func (i *IssueListByRepoOptions) GetState() string { method GetType (line 18666) | func (i *IssueListByRepoOptions) GetType() string { method GetDirection (line 18674) | func (i *IssueListCommentsOptions) GetDirection() string { method GetSince (line 18682) | func (i *IssueListCommentsOptions) GetSince() time.Time { method GetSort (line 18690) | func (i *IssueListCommentsOptions) GetSort() string { method GetAssignee (line 18698) | func (i *IssueRequest) GetAssignee() string { method GetAssignees (line 18706) | func (i *IssueRequest) GetAssignees() []string { method GetBody (line 18714) | func (i *IssueRequest) GetBody() string { method GetLabels (line 18722) | func (i *IssueRequest) GetLabels() []string { method GetMilestone (line 18730) | func (i *IssueRequest) GetMilestone() int { method GetState (line 18738) | func (i *IssueRequest) GetState() string { method GetStateReason (line 18746) | func (i *IssueRequest) GetStateReason() string { method GetTitle (line 18754) | func (i *IssueRequest) GetTitle() string { method GetType (line 18762) | func (i *IssueRequest) GetType() string { method GetAction (line 18770) | func (i *IssuesEvent) GetAction() string { method GetAssignee (line 18778) | func (i *IssuesEvent) GetAssignee() *User { method GetChanges (line 18786) | func (i *IssuesEvent) GetChanges() *EditChange { method GetInstallation (line 18794) | func (i *IssuesEvent) GetInstallation() *Installation { method GetIssue (line 18802) | func (i *IssuesEvent) GetIssue() *Issue { method GetLabel (line 18810) | func (i *IssuesEvent) GetLabel() *Label { method GetMilestone (line 18818) | func (i *IssuesEvent) GetMilestone() *Milestone { method GetOrg (line 18826) | func (i *IssuesEvent) GetOrg() *Organization { method GetRepo (line 18834) | func (i *IssuesEvent) GetRepo() *Repository { method GetSender (line 18842) | func (i *IssuesEvent) GetSender() *User { method GetIncompleteResults (line 18850) | func (i *IssuesSearchResult) GetIncompleteResults() bool { method GetIssues (line 18858) | func (i *IssuesSearchResult) GetIssues() []*Issue { method GetTotal (line 18866) | func (i *IssuesSearchResult) GetTotal() int { method GetClosedIssues (line 18874) | func (i *IssueStats) GetClosedIssues() int { method GetOpenIssues (line 18882) | func (i *IssueStats) GetOpenIssues() int { method GetTotalIssues (line 18890) | func (i *IssueStats) GetTotalIssues() int { method GetColor (line 18898) | func (i *IssueType) GetColor() string { method GetCreatedAt (line 18906) | func (i *IssueType) GetCreatedAt() Timestamp { method GetDescription (line 18914) | func (i *IssueType) GetDescription() string { method GetID (line 18922) | func (i *IssueType) GetID() int64 { method GetName (line 18930) | func (i *IssueType) GetName() string { method GetNodeID (line 18938) | func (i *IssueType) GetNodeID() string { method GetUpdatedAt (line 18946) | func (i *IssueType) GetUpdatedAt() Timestamp { method GetEncodedJITConfig (line 18954) | func (j *JITRunnerConfig) GetEncodedJITConfig() string { method GetRunner (line 18962) | func (j *JITRunnerConfig) GetRunner() *Runner { method GetJobs (line 18970) | func (j *Jobs) GetJobs() []*WorkflowJob { method GetTotalCount (line 18978) | func (j *Jobs) GetTotalCount() int { method GetAddedBy (line 18986) | func (k *Key) GetAddedBy() string { method GetCreatedAt (line 18994) | func (k *Key) GetCreatedAt() Timestamp { method GetID (line 19002) | func (k *Key) GetID() int64 { method GetKey (line 19010) | func (k *Key) GetKey() string { method GetLastUsed (line 19018) | func (k *Key) GetLastUsed() Timestamp { method GetReadOnly (line 19026) | func (k *Key) GetReadOnly() bool { method GetTitle (line 19034) | func (k *Key) GetTitle() string { method GetURL (line 19042) | func (k *Key) GetURL() string { method GetVerified (line 19050) | func (k *Key) GetVerified() bool { method GetColor (line 19058) | func (l *Label) GetColor() string { method GetDefault (line 19066) | func (l *Label) GetDefault() bool { method GetDescription (line 19074) | func (l *Label) GetDescription() string { method GetID (line 19082) | func (l *Label) GetID() int64 { method GetName (line 19090) | func (l *Label) GetName() string { method GetNodeID (line 19098) | func (l *Label) GetNodeID() string { method GetURL (line 19106) | func (l *Label) GetURL() string { method GetAction (line 19114) | func (l *LabelEvent) GetAction() string { method GetChanges (line 19122) | func (l *LabelEvent) GetChanges() *EditChange { method GetInstallation (line 19130) | func (l *LabelEvent) GetInstallation() *Installation { method GetLabel (line 19138) | func (l *LabelEvent) GetLabel() *Label { method GetOrg (line 19146) | func (l *LabelEvent) GetOrg() *Organization { method GetRepo (line 19154) | func (l *LabelEvent) GetRepo() *Repository { method GetSender (line 19162) | func (l *LabelEvent) GetSender() *User { method GetColor (line 19170) | func (l *LabelResult) GetColor() string { method GetDefault (line 19178) | func (l *LabelResult) GetDefault() bool { method GetDescription (line 19186) | func (l *LabelResult) GetDescription() string { method GetID (line 19194) | func (l *LabelResult) GetID() int64 { method GetName (line 19202) | func (l *LabelResult) GetName() string { method GetScore (line 19210) | func (l *LabelResult) GetScore() float64 { method GetURL (line 19218) | func (l *LabelResult) GetURL() string { method GetIncompleteResults (line 19226) | func (l *LabelsSearchResult) GetIncompleteResults() bool { method GetLabels (line 19234) | func (l *LabelsSearchResult) GetLabels() []*LabelResult { method GetTotal (line 19242) | func (l *LabelsSearchResult) GetTotal() int { method GetOID (line 19250) | func (l *LargeFile) GetOID() string { method GetPath (line 19258) | func (l *LargeFile) GetPath() string { method GetRefName (line 19266) | func (l *LargeFile) GetRefName() string { method GetSize (line 19274) | func (l *LargeFile) GetSize() int { method GetProperties (line 19282) | func (l *LastLicenseSync) GetProperties() *LastLicenseSyncProperties { method GetType (line 19290) | func (l *LastLicenseSync) GetType() string { method GetDate (line 19298) | func (l *LastLicenseSyncProperties) GetDate() Timestamp { method GetError (line 19306) | func (l *LastLicenseSyncProperties) GetError() string { method GetStatus (line 19314) | func (l *LastLicenseSyncProperties) GetStatus() string { method GetBody (line 19322) | func (l *License) GetBody() string { method GetConditions (line 19330) | func (l *License) GetConditions() []string { method GetDescription (line 19338) | func (l *License) GetDescription() string { method GetFeatured (line 19346) | func (l *License) GetFeatured() bool { method GetHTMLURL (line 19354) | func (l *License) GetHTMLURL() string { method GetImplementation (line 19362) | func (l *License) GetImplementation() string { method GetKey (line 19370) | func (l *License) GetKey() string { method GetLimitations (line 19378) | func (l *License) GetLimitations() []string { method GetName (line 19386) | func (l *License) GetName() string { method GetPermissions (line 19394) | func (l *License) GetPermissions() []string { method GetSPDXID (line 19402) | func (l *License) GetSPDXID() string { method GetURL (line 19410) | func (l *License) GetURL() string { method GetStatus (line 19418) | func (l *LicenseCheck) GetStatus() string { method GetAdvancedSecurityEnabled (line 19426) | func (l *LicenseStatus) GetAdvancedSecurityEnabled() bool { method GetAdvancedSecuritySeats (line 19434) | func (l *LicenseStatus) GetAdvancedSecuritySeats() int { method GetClusterSupport (line 19442) | func (l *LicenseStatus) GetClusterSupport() bool { method GetCompany (line 19450) | func (l *LicenseStatus) GetCompany() string { method GetCroquetSupport (line 19458) | func (l *LicenseStatus) GetCroquetSupport() bool { method GetCustomTerms (line 19466) | func (l *LicenseStatus) GetCustomTerms() bool { method GetEvaluation (line 19474) | func (l *LicenseStatus) GetEvaluation() bool { method GetExpireAt (line 19482) | func (l *LicenseStatus) GetExpireAt() Timestamp { method GetInsightsEnabled (line 19490) | func (l *LicenseStatus) GetInsightsEnabled() bool { method GetInsightsExpireAt (line 19498) | func (l *LicenseStatus) GetInsightsExpireAt() Timestamp { method GetLearningLabEvaluationExpires (line 19506) | func (l *LicenseStatus) GetLearningLabEvaluationExpires() Timestamp { method GetLearningLabSeats (line 19514) | func (l *LicenseStatus) GetLearningLabSeats() int { method GetPerpetual (line 19522) | func (l *LicenseStatus) GetPerpetual() bool { method GetReferenceNumber (line 19530) | func (l *LicenseStatus) GetReferenceNumber() string { method GetSeats (line 19538) | func (l *LicenseStatus) GetSeats() int { method GetSSHAllowed (line 19546) | func (l *LicenseStatus) GetSSHAllowed() bool { method GetSupportKey (line 19554) | func (l *LicenseStatus) GetSupportKey() string { method GetUnlimitedSeating (line 19562) | func (l *LicenseStatus) GetUnlimitedSeating() bool { method GetFrom (line 19570) | func (l *LinearHistoryRequirementEnforcementLevelChanges) GetFrom() stri... method GetDirection (line 19578) | func (l *ListAlertsOptions) GetDirection() string { method GetEcosystem (line 19586) | func (l *ListAlertsOptions) GetEcosystem() string { method GetPackage (line 19594) | func (l *ListAlertsOptions) GetPackage() string { method GetScope (line 19602) | func (l *ListAlertsOptions) GetScope() string { method GetSeverity (line 19610) | func (l *ListAlertsOptions) GetSeverity() string { method GetSort (line 19618) | func (l *ListAlertsOptions) GetSort() string { method GetState (line 19626) | func (l *ListAlertsOptions) GetState() string { method GetCollab (line 19634) | func (l *ListAllIssuesOptions) GetCollab() bool { method GetDirection (line 19642) | func (l *ListAllIssuesOptions) GetDirection() string { method GetFilter (line 19650) | func (l *ListAllIssuesOptions) GetFilter() string { method GetLabels (line 19658) | func (l *ListAllIssuesOptions) GetLabels() []string { method GetOrgs (line 19666) | func (l *ListAllIssuesOptions) GetOrgs() bool { method GetOwned (line 19674) | func (l *ListAllIssuesOptions) GetOwned() bool { method GetPulls (line 19682) | func (l *ListAllIssuesOptions) GetPulls() bool { method GetSince (line 19690) | func (l *ListAllIssuesOptions) GetSince() time.Time { method GetSort (line 19698) | func (l *ListAllIssuesOptions) GetSort() string { method GetState (line 19706) | func (l *ListAllIssuesOptions) GetState() string { method GetName (line 19714) | func (l *ListArtifactsOptions) GetName() string { method GetAppID (line 19722) | func (l *ListCheckRunsOptions) GetAppID() int64 { method GetCheckName (line 19730) | func (l *ListCheckRunsOptions) GetCheckName() string { method GetFilter (line 19738) | func (l *ListCheckRunsOptions) GetFilter() string { method GetStatus (line 19746) | func (l *ListCheckRunsOptions) GetStatus() string { method GetCheckRuns (line 19754) | func (l *ListCheckRunsResults) GetCheckRuns() []*CheckRun { method GetTotal (line 19762) | func (l *ListCheckRunsResults) GetTotal() int { method GetAppID (line 19770) | func (l *ListCheckSuiteOptions) GetAppID() int64 { method GetCheckName (line 19778) | func (l *ListCheckSuiteOptions) GetCheckName() string { method GetCheckSuites (line 19786) | func (l *ListCheckSuiteResults) GetCheckSuites() []*CheckSuite { method GetTotal (line 19794) | func (l *ListCheckSuiteResults) GetTotal() int { method GetAfter (line 19802) | func (l *ListCodeSecurityConfigurationRepositoriesOptions) GetAfter() st... method GetBefore (line 19810) | func (l *ListCodeSecurityConfigurationRepositoriesOptions) GetBefore() s... method GetPerPage (line 19818) | func (l *ListCodeSecurityConfigurationRepositoriesOptions) GetPerPage() ... method GetStatus (line 19826) | func (l *ListCodeSecurityConfigurationRepositoriesOptions) GetStatus() s... method GetCodespaces (line 19834) | func (l *ListCodespaces) GetCodespaces() []*Codespace { method GetTotalCount (line 19842) | func (l *ListCodespaces) GetTotalCount() int { method GetRepositoryID (line 19850) | func (l *ListCodespacesOptions) GetRepositoryID() int64 { method GetAffiliation (line 19858) | func (l *ListCollaboratorsOptions) GetAffiliation() string { method GetPermission (line 19866) | func (l *ListCollaboratorsOptions) GetPermission() string { method GetAnon (line 19874) | func (l *ListContributorsOptions) GetAnon() string { method GetSeats (line 19882) | func (l *ListCopilotSeatsResponse) GetSeats() []*CopilotSeatDetails { method GetTotalSeats (line 19890) | func (l *ListCopilotSeatsResponse) GetTotalSeats() int64 { method GetState (line 19898) | func (l *ListCostCenterOptions) GetState() string { method GetAfter (line 19906) | func (l *ListCursorOptions) GetAfter() string { method GetBefore (line 19914) | func (l *ListCursorOptions) GetBefore() string { method GetCursor (line 19922) | func (l *ListCursorOptions) GetCursor() string { method GetFirst (line 19930) | func (l *ListCursorOptions) GetFirst() int { method GetLast (line 19938) | func (l *ListCursorOptions) GetLast() int { method GetPage (line 19946) | func (l *ListCursorOptions) GetPage() string { method GetPerPage (line 19954) | func (l *ListCursorOptions) GetPerPage() int { method GetAvailableIntegrations (line 19962) | func (l *ListCustomDeploymentRuleIntegrationsResponse) GetAvailableInteg... method GetTotalCount (line 19970) | func (l *ListCustomDeploymentRuleIntegrationsResponse) GetTotalCount() i... method GetRepositoryQuery (line 19978) | func (l *ListCustomPropertyValuesOptions) GetRepositoryQuery() string { method GetProtectionRules (line 19986) | func (l *ListDeploymentProtectionRuleResponse) GetProtectionRules() []*C... method GetTotalCount (line 19994) | func (l *ListDeploymentProtectionRuleResponse) GetTotalCount() int { method GetAfter (line 20002) | func (l *ListEnterpriseCodeSecurityConfigurationOptions) GetAfter() stri... method GetBefore (line 20010) | func (l *ListEnterpriseCodeSecurityConfigurationOptions) GetBefore() str... method GetPerPage (line 20018) | func (l *ListEnterpriseCodeSecurityConfigurationOptions) GetPerPage() int { method GetVisibleToOrganization (line 20026) | func (l *ListEnterpriseRunnerGroupOptions) GetVisibleToOrganization() st... method GetDisplayName (line 20034) | func (l *ListExternalGroupsOptions) GetDisplayName() string { method GetDirection (line 20042) | func (l *ListFineGrainedPATOptions) GetDirection() string { method GetLastUsedAfter (line 20050) | func (l *ListFineGrainedPATOptions) GetLastUsedAfter() string { method GetLastUsedBefore (line 20058) | func (l *ListFineGrainedPATOptions) GetLastUsedBefore() string { method GetOwner (line 20066) | func (l *ListFineGrainedPATOptions) GetOwner() []string { method GetPermission (line 20074) | func (l *ListFineGrainedPATOptions) GetPermission() string { method GetRepository (line 20082) | func (l *ListFineGrainedPATOptions) GetRepository() string { method GetSort (line 20090) | func (l *ListFineGrainedPATOptions) GetSort() string { method GetTokenID (line 20098) | func (l *ListFineGrainedPATOptions) GetTokenID() []int64 { method GetAffects (line 20106) | func (l *ListGlobalSecurityAdvisoriesOptions) GetAffects() string { method GetCVEID (line 20114) | func (l *ListGlobalSecurityAdvisoriesOptions) GetCVEID() string { method GetCWEs (line 20122) | func (l *ListGlobalSecurityAdvisoriesOptions) GetCWEs() []string { method GetEcosystem (line 20130) | func (l *ListGlobalSecurityAdvisoriesOptions) GetEcosystem() string { method GetGHSAID (line 20138) | func (l *ListGlobalSecurityAdvisoriesOptions) GetGHSAID() string { method GetIsWithdrawn (line 20146) | func (l *ListGlobalSecurityAdvisoriesOptions) GetIsWithdrawn() bool { method GetModified (line 20154) | func (l *ListGlobalSecurityAdvisoriesOptions) GetModified() string { method GetPublished (line 20162) | func (l *ListGlobalSecurityAdvisoriesOptions) GetPublished() string { method GetSeverity (line 20170) | func (l *ListGlobalSecurityAdvisoriesOptions) GetSeverity() string { method GetType (line 20178) | func (l *ListGlobalSecurityAdvisoriesOptions) GetType() string { method GetUpdated (line 20186) | func (l *ListGlobalSecurityAdvisoriesOptions) GetUpdated() string { method GetQuery (line 20194) | func (l *ListIDPGroupsOptions) GetQuery() string { method GetFeatured (line 20202) | func (l *ListLicensesOptions) GetFeatured() bool { method GetFilter (line 20210) | func (l *ListMembersOptions) GetFilter() string { method GetPublicOnly (line 20218) | func (l *ListMembersOptions) GetPublicOnly() bool { method GetRole (line 20226) | func (l *ListMembersOptions) GetRole() string { method GetPage (line 20234) | func (l *ListOptions) GetPage() int { method GetPerPage (line 20242) | func (l *ListOptions) GetPerPage() int { method GetOrganizations (line 20250) | func (l *ListOrganizations) GetOrganizations() []*Organization { method GetTotalCount (line 20258) | func (l *ListOrganizations) GetTotalCount() int { method GetAfter (line 20266) | func (l *ListOrgCodeSecurityConfigurationOptions) GetAfter() string { method GetBefore (line 20274) | func (l *ListOrgCodeSecurityConfigurationOptions) GetBefore() string { method GetPerPage (line 20282) | func (l *ListOrgCodeSecurityConfigurationOptions) GetPerPage() int { method GetTargetType (line 20290) | func (l *ListOrgCodeSecurityConfigurationOptions) GetTargetType() string { method GetState (line 20298) | func (l *ListOrgMembershipsOptions) GetState() string { method GetVisibleToRepository (line 20306) | func (l *ListOrgRunnerGroupOptions) GetVisibleToRepository() string { method GetFilter (line 20314) | func (l *ListOutsideCollaboratorsOptions) GetFilter() string { method GetState (line 20322) | func (l *ListPackageVersionsOptions) GetState() string { method GetFields (line 20330) | func (l *ListProjectItemsOptions) GetFields() []int64 { method GetQuery (line 20338) | func (l *ListProjectsOptions) GetQuery() string { method GetAfter (line 20346) | func (l *ListProjectsPaginationOptions) GetAfter() string { method GetBefore (line 20354) | func (l *ListProjectsPaginationOptions) GetBefore() string { method GetPerPage (line 20362) | func (l *ListProjectsPaginationOptions) GetPerPage() int { method GetCount (line 20370) | func (l *ListProvisionedSCIMGroupsEnterpriseOptions) GetCount() int { method GetExcludedAttributes (line 20378) | func (l *ListProvisionedSCIMGroupsEnterpriseOptions) GetExcludedAttribut... method GetFilter (line 20386) | func (l *ListProvisionedSCIMGroupsEnterpriseOptions) GetFilter() string { method GetStartIndex (line 20394) | func (l *ListProvisionedSCIMGroupsEnterpriseOptions) GetStartIndex() int { method GetCount (line 20402) | func (l *ListProvisionedSCIMUsersEnterpriseOptions) GetCount() int { method GetFilter (line 20410) | func (l *ListProvisionedSCIMUsersEnterpriseOptions) GetFilter() string { method GetStartIndex (line 20418) | func (l *ListProvisionedSCIMUsersEnterpriseOptions) GetStartIndex() int { method GetContent (line 20426) | func (l *ListReactionOptions) GetContent() string { method GetClientIP (line 20434) | func (l *ListRepoMachineTypesOptions) GetClientIP() string { method GetLocation (line 20442) | func (l *ListRepoMachineTypesOptions) GetLocation() string { method GetRef (line 20450) | func (l *ListRepoMachineTypesOptions) GetRef() string { method GetRepositories (line 20458) | func (l *ListRepositories) GetRepositories() []*Repository { method GetTotalCount (line 20466) | func (l *ListRepositories) GetTotalCount() int { method GetActivityType (line 20474) | func (l *ListRepositoryActivityOptions) GetActivityType() string { method GetActor (line 20482) | func (l *ListRepositoryActivityOptions) GetActor() string { method GetAfter (line 20490) | func (l *ListRepositoryActivityOptions) GetAfter() string { method GetBefore (line 20498) | func (l *ListRepositoryActivityOptions) GetBefore() string { method GetDirection (line 20506) | func (l *ListRepositoryActivityOptions) GetDirection() string { method GetPerPage (line 20514) | func (l *ListRepositoryActivityOptions) GetPerPage() int { method GetRef (line 20522) | func (l *ListRepositoryActivityOptions) GetRef() string { method GetTimePeriod (line 20530) | func (l *ListRepositoryActivityOptions) GetTimePeriod() string { method GetDirection (line 20538) | func (l *ListRepositorySecurityAdvisoriesOptions) GetDirection() string { method GetSort (line 20546) | func (l *ListRepositorySecurityAdvisoriesOptions) GetSort() string { method GetState (line 20554) | func (l *ListRepositorySecurityAdvisoriesOptions) GetState() string { method GetName (line 20562) | func (l *ListRunnersOptions) GetName() string { method GetCount (line 20570) | func (l *ListSCIMProvisionedIdentitiesOptions) GetCount() int { method GetFilter (line 20578) | func (l *ListSCIMProvisionedIdentitiesOptions) GetFilter() string { method GetStartIndex (line 20586) | func (l *ListSCIMProvisionedIdentitiesOptions) GetStartIndex() int { method GetDirection (line 20594) | func (l *ListUserIssuesOptions) GetDirection() string { method GetFilter (line 20602) | func (l *ListUserIssuesOptions) GetFilter() string { method GetLabels (line 20610) | func (l *ListUserIssuesOptions) GetLabels() []string { method GetSince (line 20618) | func (l *ListUserIssuesOptions) GetSince() time.Time { method GetSort (line 20626) | func (l *ListUserIssuesOptions) GetSort() string { method GetState (line 20634) | func (l *ListUserIssuesOptions) GetState() string { method GetFilter (line 20642) | func (l *ListWorkflowJobsOptions) GetFilter() string { method GetActor (line 20650) | func (l *ListWorkflowRunsOptions) GetActor() string { method GetBranch (line 20658) | func (l *ListWorkflowRunsOptions) GetBranch() string { method GetCheckSuiteID (line 20666) | func (l *ListWorkflowRunsOptions) GetCheckSuiteID() int64 { method GetCreated (line 20674) | func (l *ListWorkflowRunsOptions) GetCreated() string { method GetEvent (line 20682) | func (l *ListWorkflowRunsOptions) GetEvent() string { method GetExcludePullRequests (line 20690) | func (l *ListWorkflowRunsOptions) GetExcludePullRequests() bool { method GetHeadSHA (line 20698) | func (l *ListWorkflowRunsOptions) GetHeadSHA() string { method GetStatus (line 20706) | func (l *ListWorkflowRunsOptions) GetStatus() string { method GetEndColumn (line 20714) | func (l *Location) GetEndColumn() int { method GetEndLine (line 20722) | func (l *Location) GetEndLine() int { method GetPath (line 20730) | func (l *Location) GetPath() string { method GetStartColumn (line 20738) | func (l *Location) GetStartColumn() int { method GetStartLine (line 20746) | func (l *Location) GetStartLine() int { method GetEnabled (line 20754) | func (l *LockBranch) GetEnabled() bool { method GetLockReason (line 20762) | func (l *LockIssueOptions) GetLockReason() string { method GetHostname (line 20770) | func (m *MaintenanceOperationStatus) GetHostname() string { method GetMessage (line 20778) | func (m *MaintenanceOperationStatus) GetMessage() string { method GetUUID (line 20786) | func (m *MaintenanceOperationStatus) GetUUID() string { method GetEnabled (line 20794) | func (m *MaintenanceOptions) GetEnabled() bool { method GetIPExceptionList (line 20802) | func (m *MaintenanceOptions) GetIPExceptionList() []string { method GetMaintenanceModeMessage (line 20810) | func (m *MaintenanceOptions) GetMaintenanceModeMessage() string { method GetUUID (line 20818) | func (m *MaintenanceOptions) GetUUID() string { method GetWhen (line 20826) | func (m *MaintenanceOptions) GetWhen() string { method GetCanUnsetMaintenance (line 20834) | func (m *MaintenanceStatus) GetCanUnsetMaintenance() bool { method GetConnectionServices (line 20842) | func (m *MaintenanceStatus) GetConnectionServices() []*ConnectionService... method GetHostname (line 20850) | func (m *MaintenanceStatus) GetHostname() string { method GetIPExceptionList (line 20858) | func (m *MaintenanceStatus) GetIPExceptionList() []string { method GetMaintenanceModeMessage (line 20866) | func (m *MaintenanceStatus) GetMaintenanceModeMessage() string { method GetScheduledTime (line 20874) | func (m *MaintenanceStatus) GetScheduledTime() Timestamp { method GetStatus (line 20882) | func (m *MaintenanceStatus) GetStatus() string { method GetUUID (line 20890) | func (m *MaintenanceStatus) GetUUID() string { method GetContext (line 20898) | func (m *MarkdownOptions) GetContext() string { method GetMode (line 20906) | func (m *MarkdownOptions) GetMode() string { method GetEffectiveDate (line 20914) | func (m *MarketplacePendingChange) GetEffectiveDate() Timestamp { method GetID (line 20922) | func (m *MarketplacePendingChange) GetID() int64 { method GetPlan (line 20930) | func (m *MarketplacePendingChange) GetPlan() *MarketplacePlan { method GetUnitCount (line 20938) | func (m *MarketplacePendingChange) GetUnitCount() int { method GetAccountsURL (line 20946) | func (m *MarketplacePlan) GetAccountsURL() string { method GetBullets (line 20954) | func (m *MarketplacePlan) GetBullets() []string { method GetDescription (line 20962) | func (m *MarketplacePlan) GetDescription() string { method GetHasFreeTrial (line 20970) | func (m *MarketplacePlan) GetHasFreeTrial() bool { method GetID (line 20978) | func (m *MarketplacePlan) GetID() int64 { method GetMonthlyPriceInCents (line 20986) | func (m *MarketplacePlan) GetMonthlyPriceInCents() int { method GetName (line 20994) | func (m *MarketplacePlan) GetName() string { method GetNumber (line 21002) | func (m *MarketplacePlan) GetNumber() int { method GetPriceModel (line 21010) | func (m *MarketplacePlan) GetPriceModel() string { method GetState (line 21018) | func (m *MarketplacePlan) GetState() string { method GetUnitName (line 21026) | func (m *MarketplacePlan) GetUnitName() string { method GetURL (line 21034) | func (m *MarketplacePlan) GetURL() string { method GetYearlyPriceInCents (line 21042) | func (m *MarketplacePlan) GetYearlyPriceInCents() int { method GetID (line 21050) | func (m *MarketplacePlanAccount) GetID() int64 { method GetLogin (line 21058) | func (m *MarketplacePlanAccount) GetLogin() string { method GetMarketplacePendingChange (line 21066) | func (m *MarketplacePlanAccount) GetMarketplacePendingChange() *Marketpl... method GetMarketplacePurchase (line 21074) | func (m *MarketplacePlanAccount) GetMarketplacePurchase() *MarketplacePu... method GetOrganizationBillingEmail (line 21082) | func (m *MarketplacePlanAccount) GetOrganizationBillingEmail() string { method GetType (line 21090) | func (m *MarketplacePlanAccount) GetType() string { method GetURL (line 21098) | func (m *MarketplacePlanAccount) GetURL() string { method GetAccount (line 21106) | func (m *MarketplacePurchase) GetAccount() *MarketplacePurchaseAccount { method GetBillingCycle (line 21114) | func (m *MarketplacePurchase) GetBillingCycle() string { method GetFreeTrialEndsOn (line 21122) | func (m *MarketplacePurchase) GetFreeTrialEndsOn() Timestamp { method GetNextBillingDate (line 21130) | func (m *MarketplacePurchase) GetNextBillingDate() Timestamp { method GetOnFreeTrial (line 21138) | func (m *MarketplacePurchase) GetOnFreeTrial() bool { method GetPlan (line 21146) | func (m *MarketplacePurchase) GetPlan() *MarketplacePlan { method GetUnitCount (line 21154) | func (m *MarketplacePurchase) GetUnitCount() int { method GetUpdatedAt (line 21162) | func (m *MarketplacePurchase) GetUpdatedAt() Timestamp { method GetEmail (line 21170) | func (m *MarketplacePurchaseAccount) GetEmail() string { method GetID (line 21178) | func (m *MarketplacePurchaseAccount) GetID() int64 { method GetLogin (line 21186) | func (m *MarketplacePurchaseAccount) GetLogin() string { method GetNodeID (line 21194) | func (m *MarketplacePurchaseAccount) GetNodeID() string { method GetOrganizationBillingEmail (line 21202) | func (m *MarketplacePurchaseAccount) GetOrganizationBillingEmail() string { method GetType (line 21210) | func (m *MarketplacePurchaseAccount) GetType() string { method GetURL (line 21218) | func (m *MarketplacePurchaseAccount) GetURL() string { method GetAction (line 21226) | func (m *MarketplacePurchaseEvent) GetAction() string { method GetEffectiveDate (line 21234) | func (m *MarketplacePurchaseEvent) GetEffectiveDate() Timestamp { method GetInstallation (line 21242) | func (m *MarketplacePurchaseEvent) GetInstallation() *Installation { method GetMarketplacePurchase (line 21250) | func (m *MarketplacePurchaseEvent) GetMarketplacePurchase() *Marketplace... method GetOrg (line 21258) | func (m *MarketplacePurchaseEvent) GetOrg() *Organization { method GetPreviousMarketplacePurchase (line 21266) | func (m *MarketplacePurchaseEvent) GetPreviousMarketplacePurchase() *Mar... method GetSender (line 21274) | func (m *MarketplacePurchaseEvent) GetSender() *User { method GetIndices (line 21282) | func (m *Match) GetIndices() []int { method GetText (line 21290) | func (m *Match) GetText() string { method GetParameters (line 21298) | func (m *MaxFilePathLengthBranchRule) GetParameters() MaxFilePathLengthR... method GetMaxFilePathLength (line 21306) | func (m *MaxFilePathLengthRuleParameters) GetMaxFilePathLength() int { method GetParameters (line 21314) | func (m *MaxFileSizeBranchRule) GetParameters() MaxFileSizeRuleParameters { method GetMaxFileSize (line 21322) | func (m *MaxFileSizeRuleParameters) GetMaxFileSize() int64 { method GetPermission (line 21330) | func (m *MemberChanges) GetPermission() *MemberChangesPermission { method GetRoleName (line 21338) | func (m *MemberChanges) GetRoleName() *MemberChangesRoleName { method GetFrom (line 21346) | func (m *MemberChangesPermission) GetFrom() string { method GetTo (line 21354) | func (m *MemberChangesPermission) GetTo() string { method GetFrom (line 21362) | func (m *MemberChangesRoleName) GetFrom() string { method GetTo (line 21370) | func (m *MemberChangesRoleName) GetTo() string { method GetAction (line 21378) | func (m *MemberEvent) GetAction() string { method GetChanges (line 21386) | func (m *MemberEvent) GetChanges() *MemberChanges { method GetInstallation (line 21394) | func (m *MemberEvent) GetInstallation() *Installation { method GetMember (line 21402) | func (m *MemberEvent) GetMember() *User { method GetOrg (line 21410) | func (m *MemberEvent) GetOrg() *Organization { method GetRepo (line 21418) | func (m *MemberEvent) GetRepo() *Repository { method GetSender (line 21426) | func (m *MemberEvent) GetSender() *User { method GetOrganization (line 21434) | func (m *Membership) GetOrganization() *Organization { method GetOrganizationURL (line 21442) | func (m *Membership) GetOrganizationURL() string { method GetRole (line 21450) | func (m *Membership) GetRole() string { method GetState (line 21458) | func (m *Membership) GetState() string { method GetURL (line 21466) | func (m *Membership) GetURL() string { method GetUser (line 21474) | func (m *Membership) GetUser() *User { method GetAction (line 21482) | func (m *MembershipEvent) GetAction() string { method GetInstallation (line 21490) | func (m *MembershipEvent) GetInstallation() *Installation { method GetMember (line 21498) | func (m *MembershipEvent) GetMember() *User { method GetOrg (line 21506) | func (m *MembershipEvent) GetOrg() *Organization { method GetScope (line 21514) | func (m *MembershipEvent) GetScope() string { method GetSender (line 21522) | func (m *MembershipEvent) GetSender() *User { method GetTeam (line 21530) | func (m *MembershipEvent) GetTeam() *Team { method GetBaseRef (line 21538) | func (m *MergeGroup) GetBaseRef() string { method GetBaseSHA (line 21546) | func (m *MergeGroup) GetBaseSHA() string { method GetHeadCommit (line 21554) | func (m *MergeGroup) GetHeadCommit() *Commit { method GetHeadRef (line 21562) | func (m *MergeGroup) GetHeadRef() string { method GetHeadSHA (line 21570) | func (m *MergeGroup) GetHeadSHA() string { method GetAction (line 21578) | func (m *MergeGroupEvent) GetAction() string { method GetInstallation (line 21586) | func (m *MergeGroupEvent) GetInstallation() *Installation { method GetMergeGroup (line 21594) | func (m *MergeGroupEvent) GetMergeGroup() *MergeGroup { method GetOrg (line 21602) | func (m *MergeGroupEvent) GetOrg() *Organization { method GetReason (line 21610) | func (m *MergeGroupEvent) GetReason() string { method GetRepo (line 21618) | func (m *MergeGroupEvent) GetRepo() *Repository { method GetSender (line 21626) | func (m *MergeGroupEvent) GetSender() *User { method GetParameters (line 21634) | func (m *MergeQueueBranchRule) GetParameters() MergeQueueRuleParameters { method GetCheckResponseTimeoutMinutes (line 21642) | func (m *MergeQueueRuleParameters) GetCheckResponseTimeoutMinutes() int { method GetGroupingStrategy (line 21650) | func (m *MergeQueueRuleParameters) GetGroupingStrategy() MergeGroupingSt... method GetMaxEntriesToBuild (line 21658) | func (m *MergeQueueRuleParameters) GetMaxEntriesToBuild() int { method GetMaxEntriesToMerge (line 21666) | func (m *MergeQueueRuleParameters) GetMaxEntriesToMerge() int { method GetMergeMethod (line 21674) | func (m *MergeQueueRuleParameters) GetMergeMethod() MergeQueueMergeMethod { method GetMinEntriesToMerge (line 21682) | func (m *MergeQueueRuleParameters) GetMinEntriesToMerge() int { method GetMinEntriesToMergeWaitMinutes (line 21690) | func (m *MergeQueueRuleParameters) GetMinEntriesToMergeWaitMinutes() int { method GetText (line 21698) | func (m *Message) GetText() string { method GetAction (line 21706) | func (m *MetaEvent) GetAction() string { method GetHook (line 21714) | func (m *MetaEvent) GetHook() *Hook { method GetHookID (line 21722) | func (m *MetaEvent) GetHookID() int64 { method GetInstallation (line 21730) | func (m *MetaEvent) GetInstallation() *Installation { method GetOrg (line 21738) | func (m *MetaEvent) GetOrg() *Organization { method GetRepo (line 21746) | func (m *MetaEvent) GetRepo() *Repository { method GetSender (line 21754) | func (m *MetaEvent) GetSender() *User { method GetHTMLURL (line 21762) | func (m *Metric) GetHTMLURL() string { method GetKey (line 21770) | func (m *Metric) GetKey() string { method GetName (line 21778) | func (m *Metric) GetName() string { method GetNodeID (line 21786) | func (m *Metric) GetNodeID() string { method GetSPDXID (line 21794) | func (m *Metric) GetSPDXID() string { method GetURL (line 21802) | func (m *Metric) GetURL() string { method GetCreatedAt (line 21810) | func (m *Migration) GetCreatedAt() string { method GetExcludeAttachments (line 21818) | func (m *Migration) GetExcludeAttachments() bool { method GetGUID (line 21826) | func (m *Migration) GetGUID() string { method GetID (line 21834) | func (m *Migration) GetID() int64 { method GetLockRepositories (line 21842) | func (m *Migration) GetLockRepositories() bool { method GetRepositories (line 21850) | func (m *Migration) GetRepositories() []*Repository { method GetState (line 21858) | func (m *Migration) GetState() string { method GetUpdatedAt (line 21866) | func (m *Migration) GetUpdatedAt() string { method GetURL (line 21874) | func (m *Migration) GetURL() string { method GetExclude (line 21882) | func (m *MigrationOptions) GetExclude() []string { method GetExcludeAttachments (line 21890) | func (m *MigrationOptions) GetExcludeAttachments() bool { method GetExcludeReleases (line 21898) | func (m *MigrationOptions) GetExcludeReleases() bool { method GetLockRepositories (line 21906) | func (m *MigrationOptions) GetLockRepositories() bool { method GetClosedAt (line 21914) | func (m *Milestone) GetClosedAt() Timestamp { method GetClosedIssues (line 21922) | func (m *Milestone) GetClosedIssues() int { method GetCreatedAt (line 21930) | func (m *Milestone) GetCreatedAt() Timestamp { method GetCreator (line 21938) | func (m *Milestone) GetCreator() *User { method GetDescription (line 21946) | func (m *Milestone) GetDescription() string { method GetDueOn (line 21954) | func (m *Milestone) GetDueOn() Timestamp { method GetHTMLURL (line 21962) | func (m *Milestone) GetHTMLURL() string { method GetID (line 21970) | func (m *Milestone) GetID() int64 { method GetLabelsURL (line 21978) | func (m *Milestone) GetLabelsURL() string { method GetNodeID (line 21986) | func (m *Milestone) GetNodeID() string { method GetNumber (line 21994) | func (m *Milestone) GetNumber() int { method GetOpenIssues (line 22002) | func (m *Milestone) GetOpenIssues() int { method GetState (line 22010) | func (m *Milestone) GetState() string { method GetTitle (line 22018) | func (m *Milestone) GetTitle() string { method GetUpdatedAt (line 22026) | func (m *Milestone) GetUpdatedAt() Timestamp { method GetURL (line 22034) | func (m *Milestone) GetURL() string { method GetAction (line 22042) | func (m *MilestoneEvent) GetAction() string { method GetChanges (line 22050) | func (m *MilestoneEvent) GetChanges() *EditChange { method GetInstallation (line 22058) | func (m *MilestoneEvent) GetInstallation() *Installation { method GetMilestone (line 22066) | func (m *MilestoneEvent) GetMilestone() *Milestone { method GetOrg (line 22074) | func (m *MilestoneEvent) GetOrg() *Organization { method GetRepo (line 22082) | func (m *MilestoneEvent) GetRepo() *Repository { method GetSender (line 22090) | func (m *MilestoneEvent) GetSender() *User { method GetDirection (line 22098) | func (m *MilestoneListOptions) GetDirection() string { method GetSort (line 22106) | func (m *MilestoneListOptions) GetSort() string { method GetState (line 22114) | func (m *MilestoneListOptions) GetState() string { method GetClosedMilestones (line 22122) | func (m *MilestoneStats) GetClosedMilestones() int { method GetOpenMilestones (line 22130) | func (m *MilestoneStats) GetOpenMilestones() int { method GetTotalMilestones (line 22138) | func (m *MilestoneStats) GetTotalMilestones() int { method GetAnalysisKey (line 22146) | func (m *MostRecentInstance) GetAnalysisKey() string { method GetCategory (line 22154) | func (m *MostRecentInstance) GetCategory() string { method GetClassifications (line 22162) | func (m *MostRecentInstance) GetClassifications() []string { method GetCommitSHA (line 22170) | func (m *MostRecentInstance) GetCommitSHA() string { method GetEnvironment (line 22178) | func (m *MostRecentInstance) GetEnvironment() string { method GetHTMLURL (line 22186) | func (m *MostRecentInstance) GetHTMLURL() string { method GetLocation (line 22194) | func (m *MostRecentInstance) GetLocation() *Location { method GetMessage (line 22202) | func (m *MostRecentInstance) GetMessage() *Message { method GetRef (line 22210) | func (m *MostRecentInstance) GetRef() string { method GetState (line 22218) | func (m *MostRecentInstance) GetState() string { method GetComputeService (line 22226) | func (n *NetworkConfiguration) GetComputeService() *ComputeService { method GetCreatedOn (line 22234) | func (n *NetworkConfiguration) GetCreatedOn() Timestamp { method GetID (line 22242) | func (n *NetworkConfiguration) GetID() string { method GetName (line 22250) | func (n *NetworkConfiguration) GetName() string { method GetNetworkSettingsIDs (line 22258) | func (n *NetworkConfiguration) GetNetworkSettingsIDs() []string { method GetComputeService (line 22266) | func (n *NetworkConfigurationRequest) GetComputeService() *ComputeService { method GetName (line 22274) | func (n *NetworkConfigurationRequest) GetName() string { method GetNetworkSettingsIDs (line 22282) | func (n *NetworkConfigurationRequest) GetNetworkSettingsIDs() []string { method GetNetworkConfigurations (line 22290) | func (n *NetworkConfigurations) GetNetworkConfigurations() []*NetworkCon... method GetTotalCount (line 22298) | func (n *NetworkConfigurations) GetTotalCount() int64 { method GetID (line 22306) | func (n *NetworkSettingsResource) GetID() string { method GetName (line 22314) | func (n *NetworkSettingsResource) GetName() string { method GetNetworkConfigurationID (line 22322) | func (n *NetworkSettingsResource) GetNetworkConfigurationID() string { method GetRegion (line 22330) | func (n *NetworkSettingsResource) GetRegion() string { method GetSubnetID (line 22338) | func (n *NetworkSettingsResource) GetSubnetID() string { method GetBase (line 22346) | func (n *NewPullRequest) GetBase() string { method GetBody (line 22354) | func (n *NewPullRequest) GetBody() string { method GetDraft (line 22362) | func (n *NewPullRequest) GetDraft() bool { method GetHead (line 22370) | func (n *NewPullRequest) GetHead() string { method GetHeadRepo (line 22378) | func (n *NewPullRequest) GetHeadRepo() string { method GetIssue (line 22386) | func (n *NewPullRequest) GetIssue() int { method GetMaintainerCanModify (line 22394) | func (n *NewPullRequest) GetMaintainerCanModify() bool { method GetTitle (line 22402) | func (n *NewPullRequest) GetTitle() string { method GetDescription (line 22410) | func (n *NewTeam) GetDescription() string { method GetLDAPDN (line 22418) | func (n *NewTeam) GetLDAPDN() string { method GetMaintainers (line 22426) | func (n *NewTeam) GetMaintainers() []string { method GetName (line 22434) | func (n *NewTeam) GetName() string { method GetNotificationSetting (line 22442) | func (n *NewTeam) GetNotificationSetting() string { method GetParentTeamID (line 22450) | func (n *NewTeam) GetParentTeamID() int64 { method GetPermission (line 22458) | func (n *NewTeam) GetPermission() string { method GetPrivacy (line 22466) | func (n *NewTeam) GetPrivacy() string { method GetRepoNames (line 22474) | func (n *NewTeam) GetRepoNames() []string { method GetClusterRoles (line 22482) | func (n *NodeDetails) GetClusterRoles() []string { method GetHostname (line 22490) | func (n *NodeDetails) GetHostname() string { method GetUUID (line 22498) | func (n *NodeDetails) GetUUID() string { method GetNodes (line 22506) | func (n *NodeMetadataStatus) GetNodes() []*NodeDetails { method GetTopology (line 22514) | func (n *NodeMetadataStatus) GetTopology() string { method GetClusterRoles (line 22522) | func (n *NodeQueryOptions) GetClusterRoles() string { method GetUUID (line 22530) | func (n *NodeQueryOptions) GetUUID() string { method GetHostname (line 22538) | func (n *NodeReleaseVersion) GetHostname() string { method GetVersion (line 22546) | func (n *NodeReleaseVersion) GetVersion() *ReleaseVersion { method GetID (line 22554) | func (n *Notification) GetID() string { method GetLastReadAt (line 22562) | func (n *Notification) GetLastReadAt() Timestamp { method GetReason (line 22570) | func (n *Notification) GetReason() string { method GetRepository (line 22578) | func (n *Notification) GetRepository() *Repository { method GetSubject (line 22586) | func (n *Notification) GetSubject() *NotificationSubject { method GetUnread (line 22594) | func (n *Notification) GetUnread() bool { method GetUpdatedAt (line 22602) | func (n *Notification) GetUpdatedAt() Timestamp { method GetURL (line 22610) | func (n *Notification) GetURL() string { method GetAll (line 22618) | func (n *NotificationListOptions) GetAll() bool { method GetBefore (line 22626) | func (n *NotificationListOptions) GetBefore() time.Time { method GetParticipating (line 22634) | func (n *NotificationListOptions) GetParticipating() bool { method GetSince (line 22642) | func (n *NotificationListOptions) GetSince() time.Time { method GetLatestCommentURL (line 22650) | func (n *NotificationSubject) GetLatestCommentURL() string { method GetTitle (line 22658) | func (n *NotificationSubject) GetTitle() string { method GetType (line 22666) | func (n *NotificationSubject) GetType() string { method GetURL (line 22674) | func (n *NotificationSubject) GetURL() string { method GetClientID (line 22682) | func (o *OAuthAPP) GetClientID() string { method GetName (line 22690) | func (o *OAuthAPP) GetName() string { method GetURL (line 22698) | func (o *OAuthAPP) GetURL() string { method GetIncludeClaimKeys (line 22706) | func (o *OIDCSubjectClaimCustomTemplate) GetIncludeClaimKeys() []string { method GetUseDefault (line 22714) | func (o *OIDCSubjectClaimCustomTemplate) GetUseDefault() bool { method GetAdvancedSecurityEnabledForNewRepos (line 22722) | func (o *Organization) GetAdvancedSecurityEnabledForNewRepos() bool { method GetAvatarURL (line 22730) | func (o *Organization) GetAvatarURL() string { method GetBillingEmail (line 22738) | func (o *Organization) GetBillingEmail() string { method GetBlog (line 22746) | func (o *Organization) GetBlog() string { method GetCollaborators (line 22754) | func (o *Organization) GetCollaborators() int { method GetCompany (line 22762) | func (o *Organization) GetCompany() string { method GetCreatedAt (line 22770) | func (o *Organization) GetCreatedAt() Timestamp { method GetDefaultRepoPermission (line 22778) | func (o *Organization) GetDefaultRepoPermission() string { method GetDefaultRepoSettings (line 22786) | func (o *Organization) GetDefaultRepoSettings() string { method GetDefaultRepositoryBranch (line 22794) | func (o *Organization) GetDefaultRepositoryBranch() string { method GetDependabotAlertsEnabledForNewRepos (line 22802) | func (o *Organization) GetDependabotAlertsEnabledForNewRepos() bool { method GetDependabotSecurityUpdatesEnabledForNewRepos (line 22810) | func (o *Organization) GetDependabotSecurityUpdatesEnabledForNewRepos() ... method GetDependencyGraphEnabledForNewRepos (line 22818) | func (o *Organization) GetDependencyGraphEnabledForNewRepos() bool { method GetDescription (line 22826) | func (o *Organization) GetDescription() string { method GetDiskUsage (line 22834) | func (o *Organization) GetDiskUsage() int { method GetDisplayCommenterFullNameSettingEnabled (line 22842) | func (o *Organization) GetDisplayCommenterFullNameSettingEnabled() bool { method GetEmail (line 22850) | func (o *Organization) GetEmail() string { method GetEventsURL (line 22858) | func (o *Organization) GetEventsURL() string { method GetFollowers (line 22866) | func (o *Organization) GetFollowers() int { method GetFollowing (line 22874) | func (o *Organization) GetFollowing() int { method GetHasOrganizationProjects (line 22882) | func (o *Organization) GetHasOrganizationProjects() bool { method GetHasRepositoryProjects (line 22890) | func (o *Organization) GetHasRepositoryProjects() bool { method GetHooksURL (line 22898) | func (o *Organization) GetHooksURL() string { method GetHTMLURL (line 22906) | func (o *Organization) GetHTMLURL() string { method GetID (line 22914) | func (o *Organization) GetID() int64 { method GetIssuesURL (line 22922) | func (o *Organization) GetIssuesURL() string { method GetIsVerified (line 22930) | func (o *Organization) GetIsVerified() bool { method GetLocation (line 22938) | func (o *Organization) GetLocation() string { method GetLogin (line 22946) | func (o *Organization) GetLogin() string { method GetMembersAllowedRepositoryCreationType (line 22954) | func (o *Organization) GetMembersAllowedRepositoryCreationType() string { method GetMembersCanChangeRepoVisibility (line 22962) | func (o *Organization) GetMembersCanChangeRepoVisibility() bool { method GetMembersCanCreateInternalRepos (line 22970) | func (o *Organization) GetMembersCanCreateInternalRepos() bool { method GetMembersCanCreatePages (line 22978) | func (o *Organization) GetMembersCanCreatePages() bool { method GetMembersCanCreatePrivatePages (line 22986) | func (o *Organization) GetMembersCanCreatePrivatePages() bool { method GetMembersCanCreatePrivateRepos (line 22994) | func (o *Organization) GetMembersCanCreatePrivateRepos() bool { method GetMembersCanCreatePublicPages (line 23002) | func (o *Organization) GetMembersCanCreatePublicPages() bool { method GetMembersCanCreatePublicRepos (line 23010) | func (o *Organization) GetMembersCanCreatePublicRepos() bool { method GetMembersCanCreateRepos (line 23018) | func (o *Organization) GetMembersCanCreateRepos() bool { method GetMembersCanCreateTeams (line 23026) | func (o *Organization) GetMembersCanCreateTeams() bool { method GetMembersCanDeleteIssues (line 23034) | func (o *Organization) GetMembersCanDeleteIssues() bool { method GetMembersCanDeleteRepositories (line 23042) | func (o *Organization) GetMembersCanDeleteRepositories() bool { method GetMembersCanForkPrivateRepos (line 23050) | func (o *Organization) GetMembersCanForkPrivateRepos() bool { method GetMembersCanInviteOutsideCollaborators (line 23058) | func (o *Organization) GetMembersCanInviteOutsideCollaborators() bool { method GetMembersCanViewDependencyInsights (line 23066) | func (o *Organization) GetMembersCanViewDependencyInsights() bool { method GetMembersURL (line 23074) | func (o *Organization) GetMembersURL() string { method GetName (line 23082) | func (o *Organization) GetName() string { method GetNodeID (line 23090) | func (o *Organization) GetNodeID() string { method GetOwnedPrivateRepos (line 23098) | func (o *Organization) GetOwnedPrivateRepos() int64 { method GetPlan (line 23106) | func (o *Organization) GetPlan() *Plan { method GetPrivateGists (line 23114) | func (o *Organization) GetPrivateGists() int { method GetPublicGists (line 23122) | func (o *Organization) GetPublicGists() int { method GetPublicMembersURL (line 23130) | func (o *Organization) GetPublicMembersURL() string { method GetPublicRepos (line 23138) | func (o *Organization) GetPublicRepos() int { method GetReadersCanCreateDiscussions (line 23146) | func (o *Organization) GetReadersCanCreateDiscussions() bool { method GetReposURL (line 23154) | func (o *Organization) GetReposURL() string { method GetSecretScanningEnabledForNewRepos (line 23162) | func (o *Organization) GetSecretScanningEnabledForNewRepos() bool { method GetSecretScanningPushProtectionEnabledForNewRepos (line 23170) | func (o *Organization) GetSecretScanningPushProtectionEnabledForNewRepos... method GetSecretScanningValidityChecksEnabled (line 23178) | func (o *Organization) GetSecretScanningValidityChecksEnabled() bool { method GetTotalPrivateRepos (line 23186) | func (o *Organization) GetTotalPrivateRepos() int64 { method GetTwitterUsername (line 23194) | func (o *Organization) GetTwitterUsername() string { method GetTwoFactorRequirementEnabled (line 23202) | func (o *Organization) GetTwoFactorRequirementEnabled() bool { method GetType (line 23210) | func (o *Organization) GetType() string { method GetUpdatedAt (line 23218) | func (o *Organization) GetUpdatedAt() Timestamp { method GetURL (line 23226) | func (o *Organization) GetURL() string { method GetWebCommitSignoffRequired (line 23234) | func (o *Organization) GetWebCommitSignoffRequired() bool { method GetProperties (line 23242) | func (o *OrganizationCustomPropertyValues) GetProperties() []*CustomProp... method GetCustomRepoRoles (line 23250) | func (o *OrganizationCustomRepoRoles) GetCustomRepoRoles() []*CustomRepo... method GetTotalCount (line 23258) | func (o *OrganizationCustomRepoRoles) GetTotalCount() int { method GetCustomRepoRoles (line 23266) | func (o *OrganizationCustomRoles) GetCustomRepoRoles() []*CustomOrgRole { method GetTotalCount (line 23274) | func (o *OrganizationCustomRoles) GetTotalCount() int { method GetAction (line 23282) | func (o *OrganizationEvent) GetAction() string { method GetInstallation (line 23290) | func (o *OrganizationEvent) GetInstallation() *Installation { method GetInvitation (line 23298) | func (o *OrganizationEvent) GetInvitation() *Invitation { method GetMembership (line 23306) | func (o *OrganizationEvent) GetMembership() *Membership { method GetOrganization (line 23314) | func (o *OrganizationEvent) GetOrganization() *Organization { method GetSender (line 23322) | func (o *OrganizationEvent) GetSender() *User { method GetDescription (line 23330) | func (o *OrganizationFineGrainedPermission) GetDescription() string { method GetName (line 23338) | func (o *OrganizationFineGrainedPermission) GetName() string { method GetInstallations (line 23346) | func (o *OrganizationInstallations) GetInstallations() []*Installation { method GetTotalCount (line 23354) | func (o *OrganizationInstallations) GetTotalCount() int { method GetPerPage (line 23362) | func (o *OrganizationsListOptions) GetPerPage() int { method GetSince (line 23370) | func (o *OrganizationsListOptions) GetSince() int64 { method GetAction (line 23378) | func (o *OrgBlockEvent) GetAction() string { method GetBlockedUser (line 23386) | func (o *OrgBlockEvent) GetBlockedUser() *User { method GetInstallation (line 23394) | func (o *OrgBlockEvent) GetInstallation() *Installation { method GetOrganization (line 23402) | func (o *OrgBlockEvent) GetOrganization() *Organization { method GetSender (line 23410) | func (o *OrgBlockEvent) GetSender() *User { method GetDisabledOrgs (line 23418) | func (o *OrgStats) GetDisabledOrgs() int { method GetTotalOrgs (line 23426) | func (o *OrgStats) GetTotalOrgs() int { method GetTotalTeamMembers (line 23434) | func (o *OrgStats) GetTotalTeamMembers() int { method GetTotalTeams (line 23442) | func (o *OrgStats) GetTotalTeams() int { method GetOrg (line 23450) | func (o *OwnerInfo) GetOrg() *User { method GetUser (line 23458) | func (o *OwnerInfo) GetUser() *User { method GetCreatedAt (line 23466) | func (p *Package) GetCreatedAt() Timestamp { method GetDescription (line 23474) | func (p *Package) GetDescription() string { method GetEcosystem (line 23482) | func (p *Package) GetEcosystem() string { method GetHTMLURL (line 23490) | func (p *Package) GetHTMLURL() string { method GetID (line 23498) | func (p *Package) GetID() int64 { method GetName (line 23506) | func (p *Package) GetName() string { method GetNamespace (line 23514) | func (p *Package) GetNamespace() string { method GetOwner (line 23522) | func (p *Package) GetOwner() *User { method GetPackageType (line 23530) | func (p *Package) GetPackageType() string { method GetPackageVersion (line 23538) | func (p *Package) GetPackageVersion() *PackageVersion { method GetRegistry (line 23546) | func (p *Package) GetRegistry() *PackageRegistry { method GetRepository (line 23554) | func (p *Package) GetRepository() *Repository { method GetUpdatedAt (line 23562) | func (p *Package) GetUpdatedAt() Timestamp { method GetURL (line 23570) | func (p *Package) GetURL() string { method GetVersionCount (line 23578) | func (p *Package) GetVersionCount() int64 { method GetVisibility (line 23586) | func (p *Package) GetVisibility() string { method GetTags (line 23594) | func (p *PackageContainerMetadata) GetTags() []string { method GetAction (line 23602) | func (p *PackageEvent) GetAction() string { method GetInstallation (line 23610) | func (p *PackageEvent) GetInstallation() *Installation { method GetOrg (line 23618) | func (p *PackageEvent) GetOrg() *Organization { method GetPackage (line 23626) | func (p *PackageEvent) GetPackage() *Package { method GetRepo (line 23634) | func (p *PackageEvent) GetRepo() *Repository { method GetSender (line 23642) | func (p *PackageEvent) GetSender() *User { method GetLabels (line 23650) | func (p *PackageEventContainerMetadata) GetLabels() map[string]any { method GetManifest (line 23658) | func (p *PackageEventContainerMetadata) GetManifest() map[string]any { method GetTag (line 23666) | func (p *PackageEventContainerMetadata) GetTag() *PackageEventContainerM... method GetDigest (line 23674) | func (p *PackageEventContainerMetadataTag) GetDigest() string { method GetName (line 23682) | func (p *PackageEventContainerMetadataTag) GetName() string { method GetReferenceCategory (line 23690) | func (p *PackageExternalRef) GetReferenceCategory() string { method GetReferenceLocator (line 23698) | func (p *PackageExternalRef) GetReferenceLocator() string { method GetReferenceType (line 23706) | func (p *PackageExternalRef) GetReferenceType() string { method GetAuthor (line 23714) | func (p *PackageFile) GetAuthor() *User { method GetContentType (line 23722) | func (p *PackageFile) GetContentType() string { method GetCreatedAt (line 23730) | func (p *PackageFile) GetCreatedAt() Timestamp { method GetDownloadURL (line 23738) | func (p *PackageFile) GetDownloadURL() string { method GetID (line 23746) | func (p *PackageFile) GetID() int64 { method GetMD5 (line 23754) | func (p *PackageFile) GetMD5() string { method GetName (line 23762) | func (p *PackageFile) GetName() string { method GetSHA1 (line 23770) | func (p *PackageFile) GetSHA1() string { method GetSHA256 (line 23778) | func (p *PackageFile) GetSHA256() string { method GetSize (line 23786) | func (p *PackageFile) GetSize() int64 { method GetState (line 23794) | func (p *PackageFile) GetState() string { method GetUpdatedAt (line 23802) | func (p *PackageFile) GetUpdatedAt() Timestamp { method GetPackageType (line 23810) | func (p *PackageListOptions) GetPackageType() string { method GetState (line 23818) | func (p *PackageListOptions) GetState() string { method GetVisibility (line 23826) | func (p *PackageListOptions) GetVisibility() string { method GetContainer (line 23834) | func (p *PackageMetadata) GetContainer() *PackageContainerMetadata { method GetPackageType (line 23842) | func (p *PackageMetadata) GetPackageType() string { method GetAuthor (line 23850) | func (p *PackageNPMMetadata) GetAuthor() map[string]string { method GetBin (line 23858) | func (p *PackageNPMMetadata) GetBin() map[string]any { method GetBugs (line 23866) | func (p *PackageNPMMetadata) GetBugs() map[string]string { method GetCommitOID (line 23874) | func (p *PackageNPMMetadata) GetCommitOID() string { method GetContributors (line 23882) | func (p *PackageNPMMetadata) GetContributors() []any { method GetCPU (line 23890) | func (p *PackageNPMMetadata) GetCPU() []string { method GetDeletedByID (line 23898) | func (p *PackageNPMMetadata) GetDeletedByID() int64 { method GetDependencies (line 23906) | func (p *PackageNPMMetadata) GetDependencies() map[string]string { method GetDescription (line 23914) | func (p *PackageNPMMetadata) GetDescription() string { method GetDevDependencies (line 23922) | func (p *PackageNPMMetadata) GetDevDependencies() map[string]string { method GetDirectories (line 23930) | func (p *PackageNPMMetadata) GetDirectories() map[string]string { method GetDist (line 23938) | func (p *PackageNPMMetadata) GetDist() map[string]string { method GetEngines (line 23946) | func (p *PackageNPMMetadata) GetEngines() map[string]string { method GetFiles (line 23954) | func (p *PackageNPMMetadata) GetFiles() []string { method GetGitHead (line 23962) | func (p *PackageNPMMetadata) GetGitHead() string { method GetHasShrinkwrap (line 23970) | func (p *PackageNPMMetadata) GetHasShrinkwrap() bool { method GetHomepage (line 23978) | func (p *PackageNPMMetadata) GetHomepage() string { method GetID (line 23986) | func (p *PackageNPMMetadata) GetID() string { method GetInstallationCommand (line 23994) | func (p *PackageNPMMetadata) GetInstallationCommand() string { method GetKeywords (line 24002) | func (p *PackageNPMMetadata) GetKeywords() []string { method GetLicense (line 24010) | func (p *PackageNPMMetadata) GetLicense() string { method GetMain (line 24018) | func (p *PackageNPMMetadata) GetMain() string { method GetMaintainers (line 24026) | func (p *PackageNPMMetadata) GetMaintainers() []any { method GetMan (line 24034) | func (p *PackageNPMMetadata) GetMan() map[string]any { method GetName (line 24042) | func (p *PackageNPMMetadata) GetName() string { method GetNodeVersion (line 24050) | func (p *PackageNPMMetadata) GetNodeVersion() string { method GetNPMUser (line 24058) | func (p *PackageNPMMetadata) GetNPMUser() string { method GetNPMVersion (line 24066) | func (p *PackageNPMMetadata) GetNPMVersion() string { method GetOptionalDependencies (line 24074) | func (p *PackageNPMMetadata) GetOptionalDependencies() map[string]string { method GetOS (line 24082) | func (p *PackageNPMMetadata) GetOS() []string { method GetPeerDependencies (line 24090) | func (p *PackageNPMMetadata) GetPeerDependencies() map[string]string { method GetPublishedViaActions (line 24098) | func (p *PackageNPMMetadata) GetPublishedViaActions() bool { method GetReadme (line 24106) | func (p *PackageNPMMetadata) GetReadme() string { method GetReleaseID (line 24114) | func (p *PackageNPMMetadata) GetReleaseID() int64 { method GetRepository (line 24122) | func (p *PackageNPMMetadata) GetRepository() map[string]string { method GetScripts (line 24130) | func (p *PackageNPMMetadata) GetScripts() map[string]any { method GetVersion (line 24138) | func (p *PackageNPMMetadata) GetVersion() string { method GetID (line 24146) | func (p *PackageNugetMetadata) GetID() json.RawMessage { method GetName (line 24154) | func (p *PackageNugetMetadata) GetName() string { method GetValue (line 24162) | func (p *PackageNugetMetadata) GetValue() json.RawMessage { method GetAboutURL (line 24170) | func (p *PackageRegistry) GetAboutURL() string { method GetName (line 24178) | func (p *PackageRegistry) GetName() string { method GetType (line 24186) | func (p *PackageRegistry) GetType() string { method GetURL (line 24194) | func (p *PackageRegistry) GetURL() string { method GetVendor (line 24202) | func (p *PackageRegistry) GetVendor() string { method GetAuthor (line 24210) | func (p *PackageRelease) GetAuthor() *User { method GetCreatedAt (line 24218) | func (p *PackageRelease) GetCreatedAt() Timestamp { method GetDraft (line 24226) | func (p *PackageRelease) GetDraft() bool { method GetHTMLURL (line 24234) | func (p *PackageRelease) GetHTMLURL() string { method GetID (line 24242) | func (p *PackageRelease) GetID() int64 { method GetName (line 24250) | func (p *PackageRelease) GetName() string { method GetPrerelease (line 24258) | func (p *PackageRelease) GetPrerelease() bool { method GetPublishedAt (line 24266) | func (p *PackageRelease) GetPublishedAt() Timestamp { method GetTagName (line 24274) | func (p *PackageRelease) GetTagName() string { method GetTargetCommitish (line 24282) | func (p *PackageRelease) GetTargetCommitish() string { method GetURL (line 24290) | func (p *PackageRelease) GetURL() string { method GetIncludedGigabytesBandwidth (line 24298) | func (p *PackagesBilling) GetIncludedGigabytesBandwidth() int { method GetTotalGigabytesBandwidthUsed (line 24306) | func (p *PackagesBilling) GetTotalGigabytesBandwidthUsed() int { method GetTotalPaidGigabytesBandwidthUsed (line 24314) | func (p *PackagesBilling) GetTotalPaidGigabytesBandwidthUsed() int { method GetAuthor (line 24322) | func (p *PackageVersion) GetAuthor() *User { method GetBodyHTML (line 24330) | func (p *PackageVersion) GetBodyHTML() string { method GetContainerMetadata (line 24338) | func (p *PackageVersion) GetContainerMetadata() *PackageEventContainerMe... method GetCreatedAt (line 24346) | func (p *PackageVersion) GetCreatedAt() Timestamp { method GetDeletedAt (line 24354) | func (p *PackageVersion) GetDeletedAt() Timestamp { method GetDescription (line 24362) | func (p *PackageVersion) GetDescription() string { method GetDockerMetadata (line 24370) | func (p *PackageVersion) GetDockerMetadata() []any { method GetDraft (line 24378) | func (p *PackageVersion) GetDraft() bool { method GetHTMLURL (line 24386) | func (p *PackageVersion) GetHTMLURL() string { method GetID (line 24394) | func (p *PackageVersion) GetID() int64 { method GetInstallationCommand (line 24402) | func (p *PackageVersion) GetInstallationCommand() string { method GetLicense (line 24410) | func (p *PackageVersion) GetLicense() string { method GetManifest (line 24418) | func (p *PackageVersion) GetManifest() string { method GetName (line 24426) | func (p *PackageVersion) GetName() string { method GetNPMMetadata (line 24434) | func (p *PackageVersion) GetNPMMetadata() *PackageNPMMetadata { method GetNugetMetadata (line 24442) | func (p *PackageVersion) GetNugetMetadata() []*PackageNugetMetadata { method GetPackageFiles (line 24450) | func (p *PackageVersion) GetPackageFiles() []*PackageFile { method GetPackageHTMLURL (line 24458) | func (p *PackageVersion) GetPackageHTMLURL() string { method GetPackageURL (line 24466) | func (p *PackageVersion) GetPackageURL() string { method GetPrerelease (line 24474) | func (p *PackageVersion) GetPrerelease() bool { method GetRelease (line 24482) | func (p *PackageVersion) GetRelease() *PackageRelease { method GetRubyMetadata (line 24490) | func (p *PackageVersion) GetRubyMetadata() map[string]any { method GetSourceURL (line 24498) | func (p *PackageVersion) GetSourceURL() string { method GetSummary (line 24506) | func (p *PackageVersion) GetSummary() string { method GetTagName (line 24514) | func (p *PackageVersion) GetTagName() string { method GetTargetCommitish (line 24522) | func (p *PackageVersion) GetTargetCommitish() string { method GetTargetOID (line 24530) | func (p *PackageVersion) GetTargetOID() string { method GetUpdatedAt (line 24538) | func (p *PackageVersion) GetUpdatedAt() Timestamp { method GetURL (line 24546) | func (p *PackageVersion) GetURL() string { method GetVersion (line 24554) | func (p *PackageVersion) GetVersion() string { method GetInfo (line 24562) | func (p *PackageVersionBody) GetInfo() *PackageVersionBodyInfo { method GetRepo (line 24570) | func (p *PackageVersionBody) GetRepo() *Repository { method GetCollection (line 24578) | func (p *PackageVersionBodyInfo) GetCollection() bool { method GetMode (line 24586) | func (p *PackageVersionBodyInfo) GetMode() int64 { method GetName (line 24594) | func (p *PackageVersionBodyInfo) GetName() string { method GetOID (line 24602) | func (p *PackageVersionBodyInfo) GetOID() string { method GetPath (line 24610) | func (p *PackageVersionBodyInfo) GetPath() string { method GetSize (line 24618) | func (p *PackageVersionBodyInfo) GetSize() int64 { method GetType (line 24626) | func (p *PackageVersionBodyInfo) GetType() string { method GetAction (line 24634) | func (p *Page) GetAction() string { method GetHTMLURL (line 24642) | func (p *Page) GetHTMLURL() string { method GetPageName (line 24650) | func (p *Page) GetPageName() string { method GetSHA (line 24658) | func (p *Page) GetSHA() string { method GetSummary (line 24666) | func (p *Page) GetSummary() string { method GetTitle (line 24674) | func (p *Page) GetTitle() string { method GetBuild (line 24682) | func (p *PageBuildEvent) GetBuild() *PagesBuild { method GetID (line 24690) | func (p *PageBuildEvent) GetID() int64 { method GetInstallation (line 24698) | func (p *PageBuildEvent) GetInstallation() *Installation { method GetOrg (line 24706) | func (p *PageBuildEvent) GetOrg() *Organization { method GetRepo (line 24714) | func (p *PageBuildEvent) GetRepo() *Repository { method GetSender (line 24722) | func (p *PageBuildEvent) GetSender() *User { method GetBuildType (line 24730) | func (p *Pages) GetBuildType() string { method GetCNAME (line 24738) | func (p *Pages) GetCNAME() string { method GetCustom404 (line 24746) | func (p *Pages) GetCustom404() bool { method GetHTMLURL (line 24754) | func (p *Pages) GetHTMLURL() string { method GetHTTPSCertificate (line 24762) | func (p *Pages) GetHTTPSCertificate() *PagesHTTPSCertificate { method GetHTTPSEnforced (line 24770) | func (p *Pages) GetHTTPSEnforced() bool { method GetPublic (line 24778) | func (p *Pages) GetPublic() bool { method GetSource (line 24786) | func (p *Pages) GetSource() *PagesSource { method GetStatus (line 24794) | func (p *Pages) GetStatus() string { method GetURL (line 24802) | func (p *Pages) GetURL() string { method GetCommit (line 24810) | func (p *PagesBuild) GetCommit() string { method GetCreatedAt (line 24818) | func (p *PagesBuild) GetCreatedAt() Timestamp { method GetDuration (line 24826) | func (p *PagesBuild) GetDuration() int { method GetError (line 24834) | func (p *PagesBuild) GetError() *PagesError { method GetPusher (line 24842) | func (p *PagesBuild) GetPusher() *User { method GetStatus (line 24850) | func (p *PagesBuild) GetStatus() string { method GetUpdatedAt (line 24858) | func (p *PagesBuild) GetUpdatedAt() Timestamp { method GetURL (line 24866) | func (p *PagesBuild) GetURL() string { method GetCAAError (line 24874) | func (p *PagesDomain) GetCAAError() string { method GetDNSResolves (line 24882) | func (p *PagesDomain) GetDNSResolves() bool { method GetEnforcesHTTPS (line 24890) | func (p *PagesDomain) GetEnforcesHTTPS() bool { method GetHasCNAMERecord (line 24898) | func (p *PagesDomain) GetHasCNAMERecord() bool { method GetHasMXRecordsPresent (line 24906) | func (p *PagesDomain) GetHasMXRecordsPresent() bool { method GetHost (line 24914) | func (p *PagesDomain) GetHost() string { method GetHTTPSError (line 24922) | func (p *PagesDomain) GetHTTPSError() string { method GetIsApexDomain (line 24930) | func (p *PagesDomain) GetIsApexDomain() bool { method GetIsARecord (line 24938) | func (p *PagesDomain) GetIsARecord() bool { method GetIsCloudflareIP (line 24946) | func (p *PagesDomain) GetIsCloudflareIP() bool { method GetIsCNAMEToFastly (line 24954) | func (p *PagesDomain) GetIsCNAMEToFastly() bool { method GetIsCNAMEToGithubUserDomain (line 24962) | func (p *PagesDomain) GetIsCNAMEToGithubUserDomain() bool { method GetIsCNAMEToPagesDotGithubDotCom (line 24970) | func (p *PagesDomain) GetIsCNAMEToPagesDotGithubDotCom() bool { method GetIsFastlyIP (line 24978) | func (p *PagesDomain) GetIsFastlyIP() bool { method GetIsHTTPSEligible (line 24986) | func (p *PagesDomain) GetIsHTTPSEligible() bool { method GetIsNonGithubPagesIPPresent (line 24994) | func (p *PagesDomain) GetIsNonGithubPagesIPPresent() bool { method GetIsOldIPAddress (line 25002) | func (p *PagesDomain) GetIsOldIPAddress() bool { method GetIsPagesDomain (line 25010) | func (p *PagesDomain) GetIsPagesDomain() bool { method GetIsPointedToGithubPagesIP (line 25018) | func (p *PagesDomain) GetIsPointedToGithubPagesIP() bool { method GetIsProxied (line 25026) | func (p *PagesDomain) GetIsProxied() bool { method GetIsServedByPages (line 25034) | func (p *PagesDomain) GetIsServedByPages() bool { method GetIsValid (line 25042) | func (p *PagesDomain) GetIsValid() bool { method GetIsValidDomain (line 25050) | func (p *PagesDomain) GetIsValidDomain() bool { method GetNameservers (line 25058) | func (p *PagesDomain) GetNameservers() string { method GetReason (line 25066) | func (p *PagesDomain) GetReason() string { method GetRespondsToHTTPS (line 25074) | func (p *PagesDomain) GetRespondsToHTTPS() bool { method GetShouldBeARecord (line 25082) | func (p *PagesDomain) GetShouldBeARecord() bool { method GetURI (line 25090) | func (p *PagesDomain) GetURI() string { method GetMessage (line 25098) | func (p *PagesError) GetMessage() string { method GetAltDomain (line 25106) | func (p *PagesHealthCheckResponse) GetAltDomain() *PagesDomain { method GetDomain (line 25114) | func (p *PagesHealthCheckResponse) GetDomain() *PagesDomain { method GetDescription (line 25122) | func (p *PagesHTTPSCertificate) GetDescription() string { method GetDomains (line 25130) | func (p *PagesHTTPSCertificate) GetDomains() []string { method GetExpiresAt (line 25138) | func (p *PagesHTTPSCertificate) GetExpiresAt() string { method GetState (line 25146) | func (p *PagesHTTPSCertificate) GetState() string { method GetBranch (line 25154) | func (p *PagesSource) GetBranch() string { method GetPath (line 25162) | func (p *PagesSource) GetPath() string { method GetTotalPages (line 25170) | func (p *PageStats) GetTotalPages() int { method GetBuildType (line 25178) | func (p *PagesUpdate) GetBuildType() string { method GetCNAME (line 25186) | func (p *PagesUpdate) GetCNAME() string { method GetHTTPSEnforced (line 25194) | func (p *PagesUpdate) GetHTTPSEnforced() bool { method GetPublic (line 25202) | func (p *PagesUpdate) GetPublic() bool { method GetSource (line 25210) | func (p *PagesUpdate) GetSource() *PagesSource { method GetBuildType (line 25218) | func (p *PagesUpdateWithoutCNAME) GetBuildType() string { method GetHTTPSEnforced (line 25226) | func (p *PagesUpdateWithoutCNAME) GetHTTPSEnforced() bool { method GetPublic (line 25234) | func (p *PagesUpdateWithoutCNAME) GetPublic() bool { method GetSource (line 25242) | func (p *PagesUpdateWithoutCNAME) GetSource() *PagesSource { method GetParameters (line 25250) | func (p *PatternBranchRule) GetParameters() PatternRuleParameters { method GetName (line 25258) | func (p *PatternRuleParameters) GetName() string { method GetNegate (line 25266) | func (p *PatternRuleParameters) GetNegate() bool { method GetOperator (line 25274) | func (p *PatternRuleParameters) GetOperator() PatternRuleOperator { method GetPattern (line 25282) | func (p *PatternRuleParameters) GetPattern() string { method GetCurrentUserCanApprove (line 25290) | func (p *PendingDeployment) GetCurrentUserCanApprove() bool { method GetEnvironment (line 25298) | func (p *PendingDeployment) GetEnvironment() *PendingDeploymentEnvironme... method GetReviewers (line 25306) | func (p *PendingDeployment) GetReviewers() []*RequiredReviewer { method GetWaitTimer (line 25314) | func (p *PendingDeployment) GetWaitTimer() int64 { method GetWaitTimerStartedAt (line 25322) | func (p *PendingDeployment) GetWaitTimerStartedAt() Timestamp { method GetHTMLURL (line 25330) | func (p *PendingDeploymentEnvironment) GetHTMLURL() string { method GetID (line 25338) | func (p *PendingDeploymentEnvironment) GetID() int64 { method GetName (line 25346) | func (p *PendingDeploymentEnvironment) GetName() string { method GetNodeID (line 25354) | func (p *PendingDeploymentEnvironment) GetNodeID() string { method GetURL (line 25362) | func (p *PendingDeploymentEnvironment) GetURL() string { method GetComment (line 25370) | func (p *PendingDeploymentsRequest) GetComment() string { method GetEnvironmentIDs (line 25378) | func (p *PendingDeploymentsRequest) GetEnvironmentIDs() []int64 { method GetState (line 25386) | func (p *PendingDeploymentsRequest) GetState() string { method GetAccessGrantedAt (line 25394) | func (p *PersonalAccessToken) GetAccessGrantedAt() Timestamp { method GetID (line 25402) | func (p *PersonalAccessToken) GetID() int64 { method GetOwner (line 25410) | func (p *PersonalAccessToken) GetOwner() *User { method GetPermissions (line 25418) | func (p *PersonalAccessToken) GetPermissions() *PersonalAccessTokenPermi... method GetRepositoriesURL (line 25426) | func (p *PersonalAccessToken) GetRepositoriesURL() string { method GetRepositorySelection (line 25434) | func (p *PersonalAccessToken) GetRepositorySelection() string { method GetTokenExpired (line 25442) | func (p *PersonalAccessToken) GetTokenExpired() bool { method GetTokenExpiresAt (line 25450) | func (p *PersonalAccessToken) GetTokenExpiresAt() Timestamp { method GetTokenID (line 25458) | func (p *PersonalAccessToken) GetTokenID() int64 { method GetTokenLastUsedAt (line 25466) | func (p *PersonalAccessToken) GetTokenLastUsedAt() Timestamp { method GetTokenName (line 25474) | func (p *PersonalAccessToken) GetTokenName() string { method GetOrg (line 25482) | func (p *PersonalAccessTokenPermissions) GetOrg() map[string]string { method GetOther (line 25490) | func (p *PersonalAccessTokenPermissions) GetOther() map[string]string { method GetRepo (line 25498) | func (p *PersonalAccessTokenPermissions) GetRepo() map[string]string { method GetCreatedAt (line 25506) | func (p *PersonalAccessTokenRequest) GetCreatedAt() Timestamp { method GetID (line 25514) | func (p *PersonalAccessTokenRequest) GetID() int64 { method GetOrg (line 25522) | func (p *PersonalAccessTokenRequest) GetOrg() *Organization { method GetOwner (line 25530) | func (p *PersonalAccessTokenRequest) GetOwner() *User { method GetPermissionsAdded (line 25538) | func (p *PersonalAccessTokenRequest) GetPermissionsAdded() *PersonalAcce... method GetPermissionsResult (line 25546) | func (p *PersonalAccessTokenRequest) GetPermissionsResult() *PersonalAcc... method GetPermissionsUpgraded (line 25554) | func (p *PersonalAccessTokenRequest) GetPermissionsUpgraded() *PersonalA... method GetRepositories (line 25562) | func (p *PersonalAccessTokenRequest) GetRepositories() []*Repository { method GetRepositoryCount (line 25570) | func (p *PersonalAccessTokenRequest) GetRepositoryCount() int64 { method GetRepositorySelection (line 25578) | func (p *PersonalAccessTokenRequest) GetRepositorySelection() string { method GetTokenExpired (line 25586) | func (p *PersonalAccessTokenRequest) GetTokenExpired() bool { method GetTokenExpiresAt (line 25594) | func (p *PersonalAccessTokenRequest) GetTokenExpiresAt() Timestamp { method GetTokenLastUsedAt (line 25602) | func (p *PersonalAccessTokenRequest) GetTokenLastUsedAt() Timestamp { method GetAction (line 25610) | func (p *PersonalAccessTokenRequestEvent) GetAction() string { method GetInstallation (line 25618) | func (p *PersonalAccessTokenRequestEvent) GetInstallation() *Installation { method GetOrg (line 25626) | func (p *PersonalAccessTokenRequestEvent) GetOrg() *Organization { method GetPersonalAccessTokenRequest (line 25634) | func (p *PersonalAccessTokenRequestEvent) GetPersonalAccessTokenRequest(... method GetSender (line 25642) | func (p *PersonalAccessTokenRequestEvent) GetSender() *User { method GetHook (line 25650) | func (p *PingEvent) GetHook() *Hook { method GetHookID (line 25658) | func (p *PingEvent) GetHookID() int64 { method GetInstallation (line 25666) | func (p *PingEvent) GetInstallation() *Installation { method GetOrg (line 25674) | func (p *PingEvent) GetOrg() *Organization { method GetRepo (line 25682) | func (p *PingEvent) GetRepo() *Repository { method GetSender (line 25690) | func (p *PingEvent) GetSender() *User { method GetZen (line 25698) | func (p *PingEvent) GetZen() string { method GetCollaborators (line 25706) | func (p *Plan) GetCollaborators() int { method GetFilledSeats (line 25714) | func (p *Plan) GetFilledSeats() int { method GetName (line 25722) | func (p *Plan) GetName() string { method GetPrivateRepos (line 25730) | func (p *Plan) GetPrivateRepos() int64 { method GetSeats (line 25738) | func (p *Plan) GetSeats() int { method GetSpace (line 25746) | func (p *Plan) GetSpace() int { method GetAutoTriggerChecks (line 25754) | func (p *PreferenceList) GetAutoTriggerChecks() []*AutoTriggerCheck { method GetDiscountAmount (line 25762) | func (p *PremiumRequestUsageItem) GetDiscountAmount() float64 { method GetDiscountQuantity (line 25770) | func (p *PremiumRequestUsageItem) GetDiscountQuantity() float64 { method GetGrossAmount (line 25778) | func (p *PremiumRequestUsageItem) GetGrossAmount() float64 { method GetGrossQuantity (line 25786) | func (p *PremiumRequestUsageItem) GetGrossQuantity() float64 { method GetModel (line 25794) | func (p *PremiumRequestUsageItem) GetModel() string { method GetNetAmount (line 25802) | func (p *PremiumRequestUsageItem) GetNetAmount() float64 { method GetNetQuantity (line 25810) | func (p *PremiumRequestUsageItem) GetNetQuantity() float64 { method GetPricePerUnit (line 25818) | func (p *PremiumRequestUsageItem) GetPricePerUnit() float64 { method GetProduct (line 25826) | func (p *PremiumRequestUsageItem) GetProduct() string { method GetSKU (line 25834) | func (p *PremiumRequestUsageItem) GetSKU() string { method GetUnitType (line 25842) | func (p *PremiumRequestUsageItem) GetUnitType() string { method GetModel (line 25850) | func (p *PremiumRequestUsageReport) GetModel() string { method GetOrganization (line 25858) | func (p *PremiumRequestUsageReport) GetOrganization() string { method GetProduct (line 25866) | func (p *PremiumRequestUsageReport) GetProduct() string { method GetTimePeriod (line 25874) | func (p *PremiumRequestUsageReport) GetTimePeriod() PremiumRequestUsageT... method GetUsageItems (line 25882) | func (p *PremiumRequestUsageReport) GetUsageItems() []*PremiumRequestUsa... method GetUser (line 25890) | func (p *PremiumRequestUsageReport) GetUser() string { method GetDay (line 25898) | func (p *PremiumRequestUsageReportOptions) GetDay() int { method GetModel (line 25906) | func (p *PremiumRequestUsageReportOptions) GetModel() string { method GetMonth (line 25914) | func (p *PremiumRequestUsageReportOptions) GetMonth() int { method GetProduct (line 25922) | func (p *PremiumRequestUsageReportOptions) GetProduct() string { method GetUser (line 25930) | func (p *PremiumRequestUsageReportOptions) GetUser() string { method GetYear (line 25938) | func (p *PremiumRequestUsageReportOptions) GetYear() int { method GetDay (line 25946) | func (p *PremiumRequestUsageTimePeriod) GetDay() int { method GetMonth (line 25954) | func (p *PremiumRequestUsageTimePeriod) GetMonth() int { method GetYear (line 25962) | func (p *PremiumRequestUsageTimePeriod) GetYear() int { method GetConfigURL (line 25970) | func (p *PreReceiveHook) GetConfigURL() string { method GetEnforcement (line 25978) | func (p *PreReceiveHook) GetEnforcement() string { method GetID (line 25986) | func (p *PreReceiveHook) GetID() int64 { method GetName (line 25994) | func (p *PreReceiveHook) GetName() string { method GetConfigurations (line 26002) | func (p *PrivateRegistries) GetConfigurations() []*PrivateRegistry { method GetTotalCount (line 26010) | func (p *PrivateRegistries) GetTotalCount() int { method GetCreatedAt (line 26018) | func (p *PrivateRegistry) GetCreatedAt() Timestamp { method GetName (line 26026) | func (p *PrivateRegistry) GetName() string { method GetRegistryType (line 26034) | func (p *PrivateRegistry) GetRegistryType() string { method GetUpdatedAt (line 26042) | func (p *PrivateRegistry) GetUpdatedAt() Timestamp { method GetUsername (line 26050) | func (p *PrivateRegistry) GetUsername() string { method GetVisibility (line 26058) | func (p *PrivateRegistry) GetVisibility() *PrivateRegistryVisibility { method GetHRef (line 26066) | func (p *PRLink) GetHRef() string { method GetComments (line 26074) | func (p *PRLinks) GetComments() *PRLink { method GetCommits (line 26082) | func (p *PRLinks) GetCommits() *PRLink { method GetHTML (line 26090) | func (p *PRLinks) GetHTML() *PRLink { method GetIssue (line 26098) | func (p *PRLinks) GetIssue() *PRLink { method GetReviewComment (line 26106) | func (p *PRLinks) GetReviewComment() *PRLink { method GetReviewComments (line 26114) | func (p *PRLinks) GetReviewComments() *PRLink { method GetSelf (line 26122) | func (p *PRLinks) GetSelf() *PRLink { method GetStatuses (line 26130) | func (p *PRLinks) GetStatuses() *PRLink { method GetFrom (line 26138) | func (p *ProjectBody) GetFrom() string { method GetNote (line 26146) | func (p *ProjectCardChange) GetNote() *ProjectCardNote { method GetFrom (line 26154) | func (p *ProjectCardNote) GetFrom() string { method GetBody (line 26162) | func (p *ProjectChange) GetBody() *ProjectBody { method GetName (line 26170) | func (p *ProjectChange) GetName() *ProjectName { method GetName (line 26178) | func (p *ProjectColumnChange) GetName() *ProjectColumnName { method GetFrom (line 26186) | func (p *ProjectColumnName) GetFrom() string { method GetFrom (line 26194) | func (p *ProjectName) GetFrom() string { method GetBody (line 26202) | func (p *ProjectV2) GetBody() string { method GetClosedAt (line 26210) | func (p *ProjectV2) GetClosedAt() Timestamp { method GetColumnsURL (line 26218) | func (p *ProjectV2) GetColumnsURL() string { method GetCreatedAt (line 26226) | func (p *ProjectV2) GetCreatedAt() Timestamp { method GetCreator (line 26234) | func (p *ProjectV2) GetCreator() *User { method GetDeletedAt (line 26242) | func (p *ProjectV2) GetDeletedAt() Timestamp { method GetDeletedBy (line 26250) | func (p *ProjectV2) GetDeletedBy() *User { method GetDescription (line 26258) | func (p *ProjectV2) GetDescription() string { method GetHTMLURL (line 26266) | func (p *ProjectV2) GetHTMLURL() string { method GetID (line 26274) | func (p *ProjectV2) GetID() int64 { method GetIsTemplate (line 26282) | func (p *ProjectV2) GetIsTemplate() bool { method GetLatestStatusUpdate (line 26290) | func (p *ProjectV2) GetLatestStatusUpdate() *ProjectV2StatusUpdate { method GetName (line 26298) | func (p *ProjectV2) GetName() string { method GetNodeID (line 26306) | func (p *ProjectV2) GetNodeID() string { method GetNumber (line 26314) | func (p *ProjectV2) GetNumber() int { method GetOrganizationPermission (line 26322) | func (p *ProjectV2) GetOrganizationPermission() string { method GetOwner (line 26330) | func (p *ProjectV2) GetOwner() *User { method GetOwnerURL (line 26338) | func (p *ProjectV2) GetOwnerURL() string { method GetPrivate (line 26346) | func (p *ProjectV2) GetPrivate() bool { method GetPublic (line 26354) | func (p *ProjectV2) GetPublic() bool { method GetShortDescription (line 26362) | func (p *ProjectV2) GetShortDescription() string { method GetState (line 26370) | func (p *ProjectV2) GetState() string { method GetTitle (line 26378) | func (p *ProjectV2) GetTitle() string { method GetUpdatedAt (line 26386) | func (p *ProjectV2) GetUpdatedAt() Timestamp { method GetURL (line 26394) | func (p *ProjectV2) GetURL() string { method GetBody (line 26402) | func (p *ProjectV2DraftIssue) GetBody() string { method GetCreatedAt (line 26410) | func (p *ProjectV2DraftIssue) GetCreatedAt() Timestamp { method GetID (line 26418) | func (p *ProjectV2DraftIssue) GetID() int64 { method GetNodeID (line 26426) | func (p *ProjectV2DraftIssue) GetNodeID() string { method GetTitle (line 26434) | func (p *ProjectV2DraftIssue) GetTitle() string { method GetUpdatedAt (line 26442) | func (p *ProjectV2DraftIssue) GetUpdatedAt() Timestamp { method GetUser (line 26450) | func (p *ProjectV2DraftIssue) GetUser() *User { method GetAction (line 26458) | func (p *ProjectV2Event) GetAction() string { method GetInstallation (line 26466) | func (p *ProjectV2Event) GetInstallation() *Installation { method GetOrg (line 26474) | func (p *ProjectV2Event) GetOrg() *Organization { method GetProjectsV2 (line 26482) | func (p *ProjectV2Event) GetProjectsV2() *ProjectV2 { method GetSender (line 26490) | func (p *ProjectV2Event) GetSender() *User { method GetConfiguration (line 26498) | func (p *ProjectV2Field) GetConfiguration() *ProjectV2FieldConfiguration { method GetCreatedAt (line 26506) | func (p *ProjectV2Field) GetCreatedAt() Timestamp { method GetDataType (line 26514) | func (p *ProjectV2Field) GetDataType() string { method GetID (line 26522) | func (p *ProjectV2Field) GetID() int64 { method GetName (line 26530) | func (p *ProjectV2Field) GetName() string { method GetNodeID (line 26538) | func (p *ProjectV2Field) GetNodeID() string { method GetOptions (line 26546) | func (p *ProjectV2Field) GetOptions() []*ProjectV2FieldOption { method GetProjectURL (line 26554) | func (p *ProjectV2Field) GetProjectURL() string { method GetUpdatedAt (line 26562) | func (p *ProjectV2Field) GetUpdatedAt() Timestamp { method GetDuration (line 26570) | func (p *ProjectV2FieldConfiguration) GetDuration() int { method GetIterations (line 26578) | func (p *ProjectV2FieldConfiguration) GetIterations() []*ProjectV2FieldI... method GetStartDay (line 26586) | func (p *ProjectV2FieldConfiguration) GetStartDay() int { method GetDuration (line 26594) | func (p *ProjectV2FieldIteration) GetDuration() int { method GetID (line 26602) | func (p *ProjectV2FieldIteration) GetID() string { method GetStartDate (line 26610) | func (p *ProjectV2FieldIteration) GetStartDate() string { method GetTitle (line 26618) | func (p *ProjectV2FieldIteration) GetTitle() *ProjectV2TextContent { method GetColor (line 26626) | func (p *ProjectV2FieldOption) GetColor() string { method GetDescription (line 26634) | func (p *ProjectV2FieldOption) GetDescription() *ProjectV2TextContent { method GetID (line 26642) | func (p *ProjectV2FieldOption) GetID() string { method GetName (line 26650) | func (p *ProjectV2FieldOption) GetName() *ProjectV2TextContent { method GetArchivedAt (line 26658) | func (p *ProjectV2Item) GetArchivedAt() Timestamp { method GetContent (line 26666) | func (p *ProjectV2Item) GetContent() *ProjectV2ItemContent { method GetContentNodeID (line 26674) | func (p *ProjectV2Item) GetContentNodeID() string { method GetContentType (line 26682) | func (p *ProjectV2Item) GetContentType() *ProjectV2ItemContentType { method GetCreatedAt (line 26690) | func (p *ProjectV2Item) GetCreatedAt() Timestamp { method GetCreator (line 26698) | func (p *ProjectV2Item) GetCreator() *User { method GetFields (line 26706) | func (p *ProjectV2Item) GetFields() []*ProjectV2ItemFieldValue { method GetID (line 26714) | func (p *ProjectV2Item) GetID() int64 { method GetItemURL (line 26722) | func (p *ProjectV2Item) GetItemURL() string { method GetNodeID (line 26730) | func (p *ProjectV2Item) GetNodeID() string { method GetProjectNodeID (line 26738) | func (p *ProjectV2Item) GetProjectNodeID() string { method GetProjectURL (line 26746) | func (p *ProjectV2Item) GetProjectURL() string { method GetUpdatedAt (line 26754) | func (p *ProjectV2Item) GetUpdatedAt() Timestamp { method GetArchivedAt (line 26762) | func (p *ProjectV2ItemChange) GetArchivedAt() *ArchivedAt { method GetFieldValue (line 26770) | func (p *ProjectV2ItemChange) GetFieldValue() *FieldValue { method GetDraftIssue (line 26778) | func (p *ProjectV2ItemContent) GetDraftIssue() *ProjectV2DraftIssue { method GetIssue (line 26786) | func (p *ProjectV2ItemContent) GetIssue() *Issue { method GetPullRequest (line 26794) | func (p *ProjectV2ItemContent) GetPullRequest() *PullRequest { method GetAction (line 26802) | func (p *ProjectV2ItemEvent) GetAction() string { method GetChanges (line 26810) | func (p *ProjectV2ItemEvent) GetChanges() *ProjectV2ItemChange { method GetInstallation (line 26818) | func (p *ProjectV2ItemEvent) GetInstallation() *Installation { method GetOrg (line 26826) | func (p *ProjectV2ItemEvent) GetOrg() *Organization { method GetProjectV2Item (line 26834) | func (p *ProjectV2ItemEvent) GetProjectV2Item() *ProjectV2Item { method GetSender (line 26842) | func (p *ProjectV2ItemEvent) GetSender() *User { method GetDataType (line 26850) | func (p *ProjectV2ItemFieldValue) GetDataType() string { method GetID (line 26858) | func (p *ProjectV2ItemFieldValue) GetID() int64 { method GetName (line 26866) | func (p *ProjectV2ItemFieldValue) GetName() string { method GetValue (line 26874) | func (p *ProjectV2ItemFieldValue) GetValue() any { method GetBody (line 26882) | func (p *ProjectV2StatusUpdate) GetBody() string { method GetCreatedAt (line 26890) | func (p *ProjectV2StatusUpdate) GetCreatedAt() Timestamp { method GetCreator (line 26898) | func (p *ProjectV2StatusUpdate) GetCreator() *User { method GetID (line 26906) | func (p *ProjectV2StatusUpdate) GetID() int64 { method GetNodeID (line 26914) | func (p *ProjectV2StatusUpdate) GetNodeID() string { method GetProjectNodeID (line 26922) | func (p *ProjectV2StatusUpdate) GetProjectNodeID() string { method GetStartDate (line 26930) | func (p *ProjectV2StatusUpdate) GetStartDate() string { method GetStatus (line 26938) | func (p *ProjectV2StatusUpdate) GetStatus() string { method GetTargetDate (line 26946) | func (p *ProjectV2StatusUpdate) GetTargetDate() string { method GetUpdatedAt (line 26954) | func (p *ProjectV2StatusUpdate) GetUpdatedAt() Timestamp { method GetHTML (line 26962) | func (p *ProjectV2TextContent) GetHTML() string { method GetRaw (line 26970) | func (p *ProjectV2TextContent) GetRaw() string { method GetAllowDeletions (line 26978) | func (p *Protection) GetAllowDeletions() *AllowDeletions { method GetAllowForcePushes (line 26986) | func (p *Protection) GetAllowForcePushes() *AllowForcePushes { method GetAllowForkSyncing (line 26994) | func (p *Protection) GetAllowForkSyncing() *AllowForkSyncing { method GetBlockCreations (line 27002) | func (p *Protection) GetBlockCreations() *BlockCreations { method GetEnforceAdmins (line 27010) | func (p *Protection) GetEnforceAdmins() *AdminEnforcement { method GetLockBranch (line 27018) | func (p *Protection) GetLockBranch() *LockBranch { method GetRequiredConversationResolution (line 27026) | func (p *Protection) GetRequiredConversationResolution() *RequiredConver... method GetRequiredPullRequestReviews (line 27034) | func (p *Protection) GetRequiredPullRequestReviews() *PullRequestReviews... method GetRequiredSignatures (line 27042) | func (p *Protection) GetRequiredSignatures() *SignaturesProtectedBranch { method GetRequiredStatusChecks (line 27050) | func (p *Protection) GetRequiredStatusChecks() *RequiredStatusChecks { method GetRequireLinearHistory (line 27058) | func (p *Protection) GetRequireLinearHistory() *RequireLinearHistory { method GetRestrictions (line 27066) | func (p *Protection) GetRestrictions() *BranchRestrictions { method GetURL (line 27074) | func (p *Protection) GetURL() string { method GetAdminEnforced (line 27082) | func (p *ProtectionChanges) GetAdminEnforced() *AdminEnforcedChanges { method GetAllowDeletionsEnforcementLevel (line 27090) | func (p *ProtectionChanges) GetAllowDeletionsEnforcementLevel() *AllowDe... method GetAuthorizedActorNames (line 27098) | func (p *ProtectionChanges) GetAuthorizedActorNames() *AuthorizedActorNa... method GetAuthorizedActorsOnly (line 27106) | func (p *ProtectionChanges) GetAuthorizedActorsOnly() *AuthorizedActorsO... method GetAuthorizedDismissalActorsOnly (line 27114) | func (p *ProtectionChanges) GetAuthorizedDismissalActorsOnly() *Authoriz... method GetCreateProtected (line 27122) | func (p *ProtectionChanges) GetCreateProtected() *CreateProtectedChanges { method GetDismissStaleReviewsOnPush (line 27130) | func (p *ProtectionChanges) GetDismissStaleReviewsOnPush() *DismissStale... method GetLinearHistoryRequirementEnforcementLevel (line 27138) | func (p *ProtectionChanges) GetLinearHistoryRequirementEnforcementLevel(... method GetPullRequestReviewsEnforcementLevel (line 27146) | func (p *ProtectionChanges) GetPullRequestReviewsEnforcementLevel() *Pul... method GetRequireCodeOwnerReview (line 27154) | func (p *ProtectionChanges) GetRequireCodeOwnerReview() *RequireCodeOwne... method GetRequiredConversationResolutionLevel (line 27162) | func (p *ProtectionChanges) GetRequiredConversationResolutionLevel() *Re... method GetRequiredDeploymentsEnforcementLevel (line 27170) | func (p *ProtectionChanges) GetRequiredDeploymentsEnforcementLevel() *Re... method GetRequiredStatusChecks (line 27178) | func (p *ProtectionChanges) GetRequiredStatusChecks() *RequiredStatusChe... method GetRequiredStatusChecksEnforcementLevel (line 27186) | func (p *ProtectionChanges) GetRequiredStatusChecksEnforcementLevel() *R... method GetRequireLastPushApproval (line 27194) | func (p *ProtectionChanges) GetRequireLastPushApproval() *RequireLastPus... method GetSignatureRequirementEnforcementLevel (line 27202) | func (p *ProtectionChanges) GetSignatureRequirementEnforcementLevel() *S... method GetAllowDeletions (line 27210) | func (p *ProtectionRequest) GetAllowDeletions() bool { method GetAllowForcePushes (line 27218) | func (p *ProtectionRequest) GetAllowForcePushes() bool { method GetAllowForkSyncing (line 27226) | func (p *ProtectionRequest) GetAllowForkSyncing() bool { method GetBlockCreations (line 27234) | func (p *ProtectionRequest) GetBlockCreations() bool { method GetEnforceAdmins (line 27242) | func (p *ProtectionRequest) GetEnforceAdmins() bool { method GetLockBranch (line 27250) | func (p *ProtectionRequest) GetLockBranch() bool { method GetRequiredConversationResolution (line 27258) | func (p *ProtectionRequest) GetRequiredConversationResolution() bool { method GetRequiredPullRequestReviews (line 27266) | func (p *ProtectionRequest) GetRequiredPullRequestReviews() *PullRequest... method GetRequiredStatusChecks (line 27274) | func (p *ProtectionRequest) GetRequiredStatusChecks() *RequiredStatusChe... method GetRequireLinearHistory (line 27282) | func (p *ProtectionRequest) GetRequireLinearHistory() bool { method GetRestrictions (line 27290) | func (p *ProtectionRequest) GetRestrictions() *BranchRestrictionsRequest { method GetID (line 27298) | func (p *ProtectionRule) GetID() int64 { method GetNodeID (line 27306) | func (p *ProtectionRule) GetNodeID() string { method GetPreventSelfReview (line 27314) | func (p *ProtectionRule) GetPreventSelfReview() bool { method GetReviewers (line 27322) | func (p *ProtectionRule) GetReviewers() []*RequiredReviewer { method GetType (line 27330) | func (p *ProtectionRule) GetType() string { method GetWaitTimer (line 27338) | func (p *ProtectionRule) GetWaitTimer() int { method GetInstallation (line 27346) | func (p *PublicEvent) GetInstallation() *Installation { method GetOrg (line 27354) | func (p *PublicEvent) GetOrg() *Organization { method GetRepo (line 27362) | func (p *PublicEvent) GetRepo() *Repository { method GetSender (line 27370) | func (p *PublicEvent) GetSender() *User { method GetCurrentUsage (line 27378) | func (p *PublicIPUsage) GetCurrentUsage() int64 { method GetMaximum (line 27386) | func (p *PublicIPUsage) GetMaximum() int64 { method GetKey (line 27394) | func (p *PublicKey) GetKey() string { method GetKeyID (line 27402) | func (p *PublicKey) GetKeyID() string { method GetName (line 27410) | func (p *PublishCodespaceOptions) GetName() string { method GetPrivate (line 27418) | func (p *PublishCodespaceOptions) GetPrivate() bool { method GetActiveLockReason (line 27426) | func (p *PullRequest) GetActiveLockReason() string { method GetAdditions (line 27434) | func (p *PullRequest) GetAdditions() int { method GetAssignee (line 27442) | func (p *PullRequest) GetAssignee() *User { method GetAssignees (line 27450) | func (p *PullRequest) GetAssignees() []*User { method GetAuthorAssociation (line 27458) | func (p *PullRequest) GetAuthorAssociation() string { method GetAutoMerge (line 27466) | func (p *PullRequest) GetAutoMerge() *PullRequestAutoMerge { method GetBase (line 27474) | func (p *PullRequest) GetBase() *PullRequestBranch { method GetBody (line 27482) | func (p *PullRequest) GetBody() string { method GetChangedFiles (line 27490) | func (p *PullRequest) GetChangedFiles() int { method GetClosedAt (line 27498) | func (p *PullRequest) GetClosedAt() Timestamp { method GetComments (line 27506) | func (p *PullRequest) GetComments() int { method GetCommentsURL (line 27514) | func (p *PullRequest) GetCommentsURL() string { method GetCommits (line 27522) | func (p *PullRequest) GetCommits() int { method GetCommitsURL (line 27530) | func (p *PullRequest) GetCommitsURL() string { method GetCreatedAt (line 27538) | func (p *PullRequest) GetCreatedAt() Timestamp { method GetDeletions (line 27546) | func (p *PullRequest) GetDeletions() int { method GetDiffURL (line 27554) | func (p *PullRequest) GetDiffURL() string { method GetDraft (line 27562) | func (p *PullRequest) GetDraft() bool { method GetHead (line 27570) | func (p *PullRequest) GetHead() *PullRequestBranch { method GetHTMLURL (line 27578) | func (p *PullRequest) GetHTMLURL() string { method GetID (line 27586) | func (p *PullRequest) GetID() int64 { method GetIssueURL (line 27594) | func (p *PullRequest) GetIssueURL() string { method GetLabels (line 27602) | func (p *PullRequest) GetLabels() []*Label { method GetLinks (line 27610) | func (p *PullRequest) GetLinks() *PRLinks { method GetLocked (line 27618) | func (p *PullRequest) GetLocked() bool { method GetMaintainerCanModify (line 27626) | func (p *PullRequest) GetMaintainerCanModify() bool { method GetMergeable (line 27634) | func (p *PullRequest) GetMergeable() bool { method GetMergeableState (line 27642) | func (p *PullRequest) GetMergeableState() string { method GetMergeCommitSHA (line 27650) | func (p *PullRequest) GetMergeCommitSHA() string { method GetMerged (line 27658) | func (p *PullRequest) GetMerged() bool { method GetMergedAt (line 27666) | func (p *PullRequest) GetMergedAt() Timestamp { method GetMergedBy (line 27674) | func (p *PullRequest) GetMergedBy() *User { method GetMilestone (line 27682) | func (p *PullRequest) GetMilestone() *Milestone { method GetNodeID (line 27690) | func (p *PullRequest) GetNodeID() string { method GetNumber (line 27698) | func (p *PullRequest) GetNumber() int { method GetPatchURL (line 27706) | func (p *PullRequest) GetPatchURL() string { method GetRebaseable (line 27714) | func (p *PullRequest) GetRebaseable() bool { method GetRequestedReviewers (line 27722) | func (p *PullRequest) GetRequestedReviewers() []*User { method GetRequestedTeams (line 27730) | func (p *PullRequest) GetRequestedTeams() []*Team { method GetReviewComments (line 27738) | func (p *PullRequest) GetReviewComments() int { method GetReviewCommentsURL (line 27746) | func (p *PullRequest) GetReviewCommentsURL() string { method GetReviewCommentURL (line 27754) | func (p *PullRequest) GetReviewCommentURL() string { method GetState (line 27762) | func (p *PullRequest) GetState() string { method GetStatusesURL (line 27770) | func (p *PullRequest) GetStatusesURL() string { method GetTitle (line 27778) | func (p *PullRequest) GetTitle() string { method GetUpdatedAt (line 27786) | func (p *PullRequest) GetUpdatedAt() Timestamp { method GetURL (line 27794) | func (p *PullRequest) GetURL() string { method GetUser (line 27802) | func (p *PullRequest) GetUser() *User { method GetCommitMessage (line 27810) | func (p *PullRequestAutoMerge) GetCommitMessage() string { method GetCommitTitle (line 27818) | func (p *PullRequestAutoMerge) GetCommitTitle() string { method GetEnabledBy (line 27826) | func (p *PullRequestAutoMerge) GetEnabledBy() *User { method GetMergeMethod (line 27834) | func (p *PullRequestAutoMerge) GetMergeMethod() string { method GetLabel (line 27842) | func (p *PullRequestBranch) GetLabel() string { method GetRef (line 27850) | func (p *PullRequestBranch) GetRef() string { method GetRepo (line 27858) | func (p *PullRequestBranch) GetRepo() *Repository { method GetSHA (line 27866) | func (p *PullRequestBranch) GetSHA() string { method GetUser (line 27874) | func (p *PullRequestBranch) GetUser() *User { method GetParameters (line 27882) | func (p *PullRequestBranchRule) GetParameters() PullRequestRuleParameters { method GetExpectedHeadSHA (line 27890) | func (p *PullRequestBranchUpdateOptions) GetExpectedHeadSHA() string { method GetMessage (line 27898) | func (p *PullRequestBranchUpdateResponse) GetMessage() string { method GetURL (line 27906) | func (p *PullRequestBranchUpdateResponse) GetURL() string { method GetAuthorAssociation (line 27914) | func (p *PullRequestComment) GetAuthorAssociation() string { method GetBody (line 27922) | func (p *PullRequestComment) GetBody() string { method GetCommitID (line 27930) | func (p *PullRequestComment) GetCommitID() string { method GetCreatedAt (line 27938) | func (p *PullRequestComment) GetCreatedAt() Timestamp { method GetDiffHunk (line 27946) | func (p *PullRequestComment) GetDiffHunk() string { method GetHTMLURL (line 27954) | func (p *PullRequestComment) GetHTMLURL() string { method GetID (line 27962) | func (p *PullRequestComment) GetID() int64 { method GetInReplyTo (line 27970) | func (p *PullRequestComment) GetInReplyTo() int64 { method GetLine (line 27978) | func (p *PullRequestComment) GetLine() int { method GetNodeID (line 27986) | func (p *PullRequestComment) GetNodeID() string { method GetOriginalCommitID (line 27994) | func (p *PullRequestComment) GetOriginalCommitID() string { method GetOriginalLine (line 28002) | func (p *PullRequestComment) GetOriginalLine() int { method GetOriginalPosition (line 28010) | func (p *PullRequestComment) GetOriginalPosition() int { method GetOriginalStartLine (line 28018) | func (p *PullRequestComment) GetOriginalStartLine() int { method GetPath (line 28026) | func (p *PullRequestComment) GetPath() string { method GetPosition (line 28034) | func (p *PullRequestComment) GetPosition() int { method GetPullRequestReviewID (line 28042) | func (p *PullRequestComment) GetPullRequestReviewID() int64 { method GetPullRequestURL (line 28050) | func (p *PullRequestComment) GetPullRequestURL() string { method GetReactions (line 28058) | func (p *PullRequestComment) GetReactions() *Reactions { method GetSide (line 28066) | func (p *PullRequestComment) GetSide() string { method GetStartLine (line 28074) | func (p *PullRequestComment) GetStartLine() int { method GetStartSide (line 28082) | func (p *PullRequestComment) GetStartSide() string { method GetSubjectType (line 28090) | func (p *PullRequestComment) GetSubjectType() string { method GetUpdatedAt (line 28098) | func (p *PullRequestComment) GetUpdatedAt() Timestamp { method GetURL (line 28106) | func (p *PullRequestComment) GetURL() string { method GetUser (line 28114) | func (p *PullRequestComment) GetUser() *User { method GetAction (line 28122) | func (p *PullRequestEvent) GetAction() string { method GetAfter (line 28130) | func (p *PullRequestEvent) GetAfter() string { method GetAssignee (line 28138) | func (p *PullRequestEvent) GetAssignee() *User { method GetBefore (line 28146) | func (p *PullRequestEvent) GetBefore() string { method GetChanges (line 28154) | func (p *PullRequestEvent) GetChanges() *EditChange { method GetInstallation (line 28162) | func (p *PullRequestEvent) GetInstallation() *Installation { method GetLabel (line 28170) | func (p *PullRequestEvent) GetLabel() *Label { method GetNumber (line 28178) | func (p *PullRequestEvent) GetNumber() int { method GetOrganization (line 28186) | func (p *PullRequestEvent) GetOrganization() *Organization { method GetPerformedViaGithubApp (line 28194) | func (p *PullRequestEvent) GetPerformedViaGithubApp() *App { method GetPullRequest (line 28202) | func (p *PullRequestEvent) GetPullRequest() *PullRequest { method GetReason (line 28210) | func (p *PullRequestEvent) GetReason() string { method GetRepo (line 28218) | func (p *PullRequestEvent) GetRepo() *Repository { method GetRequestedReviewer (line 28226) | func (p *PullRequestEvent) GetRequestedReviewer() *User { method GetRequestedTeam (line 28234) | func (p *PullRequestEvent) GetRequestedTeam() *Team { method GetSender (line 28242) | func (p *PullRequestEvent) GetSender() *User { method GetDiffURL (line 28250) | func (p *PullRequestLinks) GetDiffURL() string { method GetHTMLURL (line 28258) | func (p *PullRequestLinks) GetHTMLURL() string { method GetMergedAt (line 28266) | func (p *PullRequestLinks) GetMergedAt() Timestamp { method GetPatchURL (line 28274) | func (p *PullRequestLinks) GetPatchURL() string { method GetURL (line 28282) | func (p *PullRequestLinks) GetURL() string { method GetDirection (line 28290) | func (p *PullRequestListCommentsOptions) GetDirection() string { method GetSince (line 28298) | func (p *PullRequestListCommentsOptions) GetSince() time.Time { method GetSort (line 28306) | func (p *PullRequestListCommentsOptions) GetSort() string { method GetBase (line 28314) | func (p *PullRequestListOptions) GetBase() string { method GetDirection (line 28322) | func (p *PullRequestListOptions) GetDirection() string { method GetHead (line 28330) | func (p *PullRequestListOptions) GetHead() string { method GetSort (line 28338) | func (p *PullRequestListOptions) GetSort() string { method GetState (line 28346) | func (p *PullRequestListOptions) GetState() string { method GetMerged (line 28354) | func (p *PullRequestMergeResult) GetMerged() bool { method GetMessage (line 28362) | func (p *PullRequestMergeResult) GetMessage() string { method GetSHA (line 28370) | func (p *PullRequestMergeResult) GetSHA() string { method GetCommitTitle (line 28378) | func (p *PullRequestOptions) GetCommitTitle() string { method GetDontDefaultIfBlank (line 28386) | func (p *PullRequestOptions) GetDontDefaultIfBlank() bool { method GetMergeMethod (line 28394) | func (p *PullRequestOptions) GetMergeMethod() string { method GetSHA (line 28402) | func (p *PullRequestOptions) GetSHA() string { method GetAuthorAssociation (line 28410) | func (p *PullRequestReview) GetAuthorAssociation() string { method GetBody (line 28418) | func (p *PullRequestReview) GetBody() string { method GetCommitID (line 28426) | func (p *PullRequestReview) GetCommitID() string { method GetHTMLURL (line 28434) | func (p *PullRequestReview) GetHTMLURL() string { method GetID (line 28442) | func (p *PullRequestReview) GetID() int64 { method GetNodeID (line 28450) | func (p *PullRequestReview) GetNodeID() string { method GetPullRequestURL (line 28458) | func (p *PullRequestReview) GetPullRequestURL() string { method GetState (line 28466) | func (p *PullRequestReview) GetState() string { method GetSubmittedAt (line 28474) | func (p *PullRequestReview) GetSubmittedAt() Timestamp { method GetUser (line 28482) | func (p *PullRequestReview) GetUser() *User { method GetAction (line 28490) | func (p *PullRequestReviewCommentEvent) GetAction() string { method GetChanges (line 28498) | func (p *PullRequestReviewCommentEvent) GetChanges() *EditChange { method GetComment (line 28506) | func (p *PullRequestReviewCommentEvent) GetComment() *PullRequestComment { method GetInstallation (line 28514) | func (p *PullRequestReviewCommentEvent) GetInstallation() *Installation { method GetOrg (line 28522) | func (p *PullRequestReviewCommentEvent) GetOrg() *Organization { method GetPullRequest (line 28530) | func (p *PullRequestReviewCommentEvent) GetPullRequest() *PullRequest { method GetRepo (line 28538) | func (p *PullRequestReviewCommentEvent) GetRepo() *Repository { method GetSender (line 28546) | func (p *PullRequestReviewCommentEvent) GetSender() *User { method GetMessage (line 28554) | func (p *PullRequestReviewDismissalRequest) GetMessage() string { method GetAction (line 28562) | func (p *PullRequestReviewEvent) GetAction() string { method GetInstallation (line 28570) | func (p *PullRequestReviewEvent) GetInstallation() *Installation { method GetOrganization (line 28578) | func (p *PullRequestReviewEvent) GetOrganization() *Organization { method GetPullRequest (line 28586) | func (p *PullRequestReviewEvent) GetPullRequest() *PullRequest { method GetRepo (line 28594) | func (p *PullRequestReviewEvent) GetRepo() *Repository { method GetReview (line 28602) | func (p *PullRequestReviewEvent) GetReview() *PullRequestReview { method GetSender (line 28610) | func (p *PullRequestReviewEvent) GetSender() *User { method GetBody (line 28618) | func (p *PullRequestReviewRequest) GetBody() string { method GetComments (line 28626) | func (p *PullRequestReviewRequest) GetComments() []*DraftReviewComment { method GetCommitID (line 28634) | func (p *PullRequestReviewRequest) GetCommitID() string { method GetEvent (line 28642) | func (p *PullRequestReviewRequest) GetEvent() string { method GetNodeID (line 28650) | func (p *PullRequestReviewRequest) GetNodeID() string { method GetBypassPullRequestAllowances (line 28658) | func (p *PullRequestReviewsEnforcement) GetBypassPullRequestAllowances()... method GetDismissalRestrictions (line 28666) | func (p *PullRequestReviewsEnforcement) GetDismissalRestrictions() *Dism... method GetDismissStaleReviews (line 28674) | func (p *PullRequestReviewsEnforcement) GetDismissStaleReviews() bool { method GetRequireCodeOwnerReviews (line 28682) | func (p *PullRequestReviewsEnforcement) GetRequireCodeOwnerReviews() bool { method GetRequiredApprovingReviewCount (line 28690) | func (p *PullRequestReviewsEnforcement) GetRequiredApprovingReviewCount(... method GetRequireLastPushApproval (line 28698) | func (p *PullRequestReviewsEnforcement) GetRequireLastPushApproval() bool { method GetFrom (line 28706) | func (p *PullRequestReviewsEnforcementLevelChanges) GetFrom() string { method GetBypassPullRequestAllowancesRequest (line 28714) | func (p *PullRequestReviewsEnforcementRequest) GetBypassPullRequestAllow... method GetDismissalRestrictionsRequest (line 28722) | func (p *PullRequestReviewsEnforcementRequest) GetDismissalRestrictionsR... method GetDismissStaleReviews (line 28730) | func (p *PullRequestReviewsEnforcementRequest) GetDismissStaleReviews() ... method GetRequireCodeOwnerReviews (line 28738) | func (p *PullRequestReviewsEnforcementRequest) GetRequireCodeOwnerReview... method GetRequiredApprovingReviewCount (line 28746) | func (p *PullRequestReviewsEnforcementRequest) GetRequiredApprovingRevie... method GetRequireLastPushApproval (line 28754) | func (p *PullRequestReviewsEnforcementRequest) GetRequireLastPushApprova... method GetBypassPullRequestAllowancesRequest (line 28762) | func (p *PullRequestReviewsEnforcementUpdate) GetBypassPullRequestAllowa... method GetDismissalRestrictionsRequest (line 28770) | func (p *PullRequestReviewsEnforcementUpdate) GetDismissalRestrictionsRe... method GetDismissStaleReviews (line 28778) | func (p *PullRequestReviewsEnforcementUpdate) GetDismissStaleReviews() b... method GetRequireCodeOwnerReviews (line 28786) | func (p *PullRequestReviewsEnforcementUpdate) GetRequireCodeOwnerReviews... method GetRequiredApprovingReviewCount (line 28794) | func (p *PullRequestReviewsEnforcementUpdate) GetRequiredApprovingReview... method GetRequireLastPushApproval (line 28802) | func (p *PullRequestReviewsEnforcementUpdate) GetRequireLastPushApproval... method GetAction (line 28810) | func (p *PullRequestReviewThreadEvent) GetAction() string { method GetInstallation (line 28818) | func (p *PullRequestReviewThreadEvent) GetInstallation() *Installation { method GetOrg (line 28826) | func (p *PullRequestReviewThreadEvent) GetOrg() *Organization { method GetPullRequest (line 28834) | func (p *PullRequestReviewThreadEvent) GetPullRequest() *PullRequest { method GetRepo (line 28842) | func (p *PullRequestReviewThreadEvent) GetRepo() *Repository { method GetSender (line 28850) | func (p *PullRequestReviewThreadEvent) GetSender() *User { method GetThread (line 28858) | func (p *PullRequestReviewThreadEvent) GetThread() *PullRequestThread { method GetAllowedMergeMethods (line 28866) | func (p *PullRequestRuleParameters) GetAllowedMergeMethods() []PullReque... method GetDismissStaleReviewsOnPush (line 28874) | func (p *PullRequestRuleParameters) GetDismissStaleReviewsOnPush() bool { method GetRequireCodeOwnerReview (line 28882) | func (p *PullRequestRuleParameters) GetRequireCodeOwnerReview() bool { method GetRequiredApprovingReviewCount (line 28890) | func (p *PullRequestRuleParameters) GetRequiredApprovingReviewCount() int { method GetRequiredReviewers (line 28898) | func (p *PullRequestRuleParameters) GetRequiredReviewers() []*RulesetReq... method GetRequiredReviewThreadResolution (line 28906) | func (p *PullRequestRuleParameters) GetRequiredReviewThreadResolution() ... method GetRequireLastPushApproval (line 28914) | func (p *PullRequestRuleParameters) GetRequireLastPushApproval() bool { method GetAction (line 28922) | func (p *PullRequestTargetEvent) GetAction() string { method GetAfter (line 28930) | func (p *PullRequestTargetEvent) GetAfter() string { method GetAssignee (line 28938) | func (p *PullRequestTargetEvent) GetAssignee() *User { method GetBefore (line 28946) | func (p *PullRequestTargetEvent) GetBefore() string { method GetChanges (line 28954) | func (p *PullRequestTargetEvent) GetChanges() *EditChange { method GetInstallation (line 28962) | func (p *PullRequestTargetEvent) GetInstallation() *Installation { method GetLabel (line 28970) | func (p *PullRequestTargetEvent) GetLabel() *Label { method GetNumber (line 28978) | func (p *PullRequestTargetEvent) GetNumber() int { method GetOrganization (line 28986) | func (p *PullRequestTargetEvent) GetOrganization() *Organization { method GetPerformedViaGithubApp (line 28994) | func (p *PullRequestTargetEvent) GetPerformedViaGithubApp() *App { method GetPullRequest (line 29002) | func (p *PullRequestTargetEvent) GetPullRequest() *PullRequest { method GetRepo (line 29010) | func (p *PullRequestTargetEvent) GetRepo() *Repository { method GetRequestedReviewer (line 29018) | func (p *PullRequestTargetEvent) GetRequestedReviewer() *User { method GetRequestedTeam (line 29026) | func (p *PullRequestTargetEvent) GetRequestedTeam() *Team { method GetSender (line 29034) | func (p *PullRequestTargetEvent) GetSender() *User { method GetComments (line 29042) | func (p *PullRequestThread) GetComments() []*PullRequestComment { method GetID (line 29050) | func (p *PullRequestThread) GetID() int64 { method GetNodeID (line 29058) | func (p *PullRequestThread) GetNodeID() string { method GetMergeablePulls (line 29066) | func (p *PullStats) GetMergeablePulls() int { method GetMergedPulls (line 29074) | func (p *PullStats) GetMergedPulls() int { method GetTotalPulls (line 29082) | func (p *PullStats) GetTotalPulls() int { method GetUnmergeablePulls (line 29090) | func (p *PullStats) GetUnmergeablePulls() int { method GetCommits (line 29098) | func (p *PunchCard) GetCommits() int { method GetDay (line 29106) | func (p *PunchCard) GetDay() int { method GetHour (line 29114) | func (p *PunchCard) GetHour() int { method GetAction (line 29122) | func (p *PushEvent) GetAction() string { method GetAfter (line 29130) | func (p *PushEvent) GetAfter() string { method GetBaseRef (line 29138) | func (p *PushEvent) GetBaseRef() string { method GetBefore (line 29146) | func (p *PushEvent) GetBefore() string { method GetCommits (line 29154) | func (p *PushEvent) GetCommits() []*HeadCommit { method GetCompare (line 29162) | func (p *PushEvent) GetCompare() string { method GetCreated (line 29170) | func (p *PushEvent) GetCreated() bool { method GetDeleted (line 29178) | func (p *PushEvent) GetDeleted() bool { method GetDistinctSize (line 29186) | func (p *PushEvent) GetDistinctSize() int { method GetForced (line 29194) | func (p *PushEvent) GetForced() bool { method GetHead (line 29202) | func (p *PushEvent) GetHead() string { method GetHeadCommit (line 29210) | func (p *PushEvent) GetHeadCommit() *HeadCommit { method GetInstallation (line 29218) | func (p *PushEvent) GetInstallation() *Installation { method GetOrganization (line 29226) | func (p *PushEvent) GetOrganization() *Organization { method GetPusher (line 29234) | func (p *PushEvent) GetPusher() *CommitAuthor { method GetPushID (line 29242) | func (p *PushEvent) GetPushID() int64 { method GetRef (line 29250) | func (p *PushEvent) GetRef() string { method GetRepo (line 29258) | func (p *PushEvent) GetRepo() *PushEventRepository { method GetSender (line 29266) | func (p *PushEvent) GetSender() *User { method GetSize (line 29274) | func (p *PushEvent) GetSize() int { method GetEmail (line 29282) | func (p *PushEventRepoOwner) GetEmail() string { method GetName (line 29290) | func (p *PushEventRepoOwner) GetName() string { method GetArchived (line 29298) | func (p *PushEventRepository) GetArchived() bool { method GetArchiveURL (line 29306) | func (p *PushEventRepository) GetArchiveURL() string { method GetCloneURL (line 29314) | func (p *PushEventRepository) GetCloneURL() string { method GetCreatedAt (line 29322) | func (p *PushEventRepository) GetCreatedAt() Timestamp { method GetCustomProperties (line 29330) | func (p *PushEventRepository) GetCustomProperties() map[string]any { method GetDefaultBranch (line 29338) | func (p *PushEventRepository) GetDefaultBranch() string { method GetDescription (line 29346) | func (p *PushEventRepository) GetDescription() string { method GetDisabled (line 29354) | func (p *PushEventRepository) GetDisabled() bool { method GetFork (line 29362) | func (p *PushEventRepository) GetFork() bool { method GetForksCount (line 29370) | func (p *PushEventRepository) GetForksCount() int { method GetFullName (line 29378) | func (p *PushEventRepository) GetFullName() string { method GetGitURL (line 29386) | func (p *PushEventRepository) GetGitURL() string { method GetHasDownloads (line 29394) | func (p *PushEventRepository) GetHasDownloads() bool { method GetHasIssues (line 29402) | func (p *PushEventRepository) GetHasIssues() bool { method GetHasPages (line 29410) | func (p *PushEventRepository) GetHasPages() bool { method GetHasWiki (line 29418) | func (p *PushEventRepository) GetHasWiki() bool { method GetHomepage (line 29426) | func (p *PushEventRepository) GetHomepage() string { method GetHTMLURL (line 29434) | func (p *PushEventRepository) GetHTMLURL() string { method GetID (line 29442) | func (p *PushEventRepository) GetID() int64 { method GetLanguage (line 29450) | func (p *PushEventRepository) GetLanguage() string { method GetMasterBranch (line 29458) | func (p *PushEventRepository) GetMasterBranch() string { method GetName (line 29466) | func (p *PushEventRepository) GetName() string { method GetNodeID (line 29474) | func (p *PushEventRepository) GetNodeID() string { method GetOpenIssuesCount (line 29482) | func (p *PushEventRepository) GetOpenIssuesCount() int { method GetOrganization (line 29490) | func (p *PushEventRepository) GetOrganization() string { method GetOwner (line 29498) | func (p *PushEventRepository) GetOwner() *User { method GetPrivate (line 29506) | func (p *PushEventRepository) GetPrivate() bool { method GetPullsURL (line 29514) | func (p *PushEventRepository) GetPullsURL() string { method GetPushedAt (line 29522) | func (p *PushEventRepository) GetPushedAt() Timestamp { method GetSize (line 29530) | func (p *PushEventRepository) GetSize() int { method GetSSHURL (line 29538) | func (p *PushEventRepository) GetSSHURL() string { method GetStargazersCount (line 29546) | func (p *PushEventRepository) GetStargazersCount() int { method GetStatusesURL (line 29554) | func (p *PushEventRepository) GetStatusesURL() string { method GetSVNURL (line 29562) | func (p *PushEventRepository) GetSVNURL() string { method GetTopics (line 29570) | func (p *PushEventRepository) GetTopics() []string { method GetUpdatedAt (line 29578) | func (p *PushEventRepository) GetUpdatedAt() Timestamp { method GetURL (line 29586) | func (p *PushEventRepository) GetURL() string { method GetWatchersCount (line 29594) | func (p *PushEventRepository) GetWatchersCount() int { method GetExpireAt (line 29602) | func (p *PushProtectionBypass) GetExpireAt() Timestamp { method GetReason (line 29610) | func (p *PushProtectionBypass) GetReason() string { method GetTokenType (line 29618) | func (p *PushProtectionBypass) GetTokenType() string { method GetPlaceholderID (line 29626) | func (p *PushProtectionBypassRequest) GetPlaceholderID() string { method GetReason (line 29634) | func (p *PushProtectionBypassRequest) GetReason() string { method GetLimit (line 29642) | func (r *Rate) GetLimit() int { method GetRemaining (line 29650) | func (r *Rate) GetRemaining() int { method GetReset (line 29658) | func (r *Rate) GetReset() Timestamp { method GetResource (line 29666) | func (r *Rate) GetResource() string { method GetUsed (line 29674) | func (r *Rate) GetUsed() int { method GetMessage (line 29682) | func (r *RateLimitError) GetMessage() string { method GetRate (line 29690) | func (r *RateLimitError) GetRate() Rate { method GetActionsRunnerRegistration (line 29698) | func (r *RateLimits) GetActionsRunnerRegistration() *Rate { method GetAuditLog (line 29706) | func (r *RateLimits) GetAuditLog() *Rate { method GetCodeScanningUpload (line 29714) | func (r *RateLimits) GetCodeScanningUpload() *Rate { method GetCodeSearch (line 29722) | func (r *RateLimits) GetCodeSearch() *Rate { method GetCore (line 29730) | func (r *RateLimits) GetCore() *Rate { method GetDependencySBOM (line 29738) | func (r *RateLimits) GetDependencySBOM() *Rate { method GetDependencySnapshots (line 29746) | func (r *RateLimits) GetDependencySnapshots() *Rate { method GetGraphQL (line 29754) | func (r *RateLimits) GetGraphQL() *Rate { method GetIntegrationManifest (line 29762) | func (r *RateLimits) GetIntegrationManifest() *Rate { method GetSCIM (line 29770) | func (r *RateLimits) GetSCIM() *Rate { method GetSearch (line 29778) | func (r *RateLimits) GetSearch() *Rate { method GetSourceImport (line 29786) | func (r *RateLimits) GetSourceImport() *Rate { method GetType (line 29794) | func (r *RawOptions) GetType() RawType { method GetContent (line 29802) | func (r *Reaction) GetContent() string { method GetCreatedAt (line 29810) | func (r *Reaction) GetCreatedAt() Timestamp { method GetID (line 29818) | func (r *Reaction) GetID() int64 { method GetNodeID (line 29826) | func (r *Reaction) GetNodeID() string { method GetUser (line 29834) | func (r *Reaction) GetUser() *User { method GetConfused (line 29842) | func (r *Reactions) GetConfused() int { method GetEyes (line 29850) | func (r *Reactions) GetEyes() int { method GetHeart (line 29858) | func (r *Reactions) GetHeart() int { method GetHooray (line 29866) | func (r *Reactions) GetHooray() int { method GetLaugh (line 29874) | func (r *Reactions) GetLaugh() int { method GetMinusOne (line 29882) | func (r *Reactions) GetMinusOne() int { method GetPlusOne (line 29890) | func (r *Reactions) GetPlusOne() int { method GetRocket (line 29898) | func (r *Reactions) GetRocket() int { method GetTotalCount (line 29906) | func (r *Reactions) GetTotalCount() int { method GetURL (line 29914) | func (r *Reactions) GetURL() string { method GetName (line 29922) | func (r *ReassignedResource) GetName() string { method GetPreviousCostCenter (line 29930) | func (r *ReassignedResource) GetPreviousCostCenter() string { method GetResourceType (line 29938) | func (r *ReassignedResource) GetResourceType() string { method GetStatusCode (line 29946) | func (r *RedirectionError) GetStatusCode() int { method GetNodeID (line 29954) | func (r *Reference) GetNodeID() string { method GetObject (line 29962) | func (r *Reference) GetObject() *GitObject { method GetRef (line 29970) | func (r *Reference) GetRef() string { method GetURL (line 29978) | func (r *Reference) GetURL() string { method GetPath (line 29986) | func (r *ReferencedWorkflow) GetPath() string { method GetRef (line 29994) | func (r *ReferencedWorkflow) GetRef() string { method GetSHA (line 30002) | func (r *ReferencedWorkflow) GetSHA() string { method GetExpiresAt (line 30010) | func (r *RegistrationToken) GetExpiresAt() Timestamp { method GetToken (line 30018) | func (r *RegistrationToken) GetToken() string { method GetAction (line 30026) | func (r *RegistryPackageEvent) GetAction() string { method GetEnterprise (line 30034) | func (r *RegistryPackageEvent) GetEnterprise() *Enterprise { method GetInstallation (line 30042) | func (r *RegistryPackageEvent) GetInstallation() *Installation { method GetOrganization (line 30050) | func (r *RegistryPackageEvent) GetOrganization() *Organization { method GetRegistryPackage (line 30058) | func (r *RegistryPackageEvent) GetRegistryPackage() *Package { method GetRepository (line 30066) | func (r *RegistryPackageEvent) GetRepository() *Repository { method GetSender (line 30074) | func (r *RegistryPackageEvent) GetSender() *User { method GetBrowserDownloadURL (line 30082) | func (r *ReleaseAsset) GetBrowserDownloadURL() string { method GetContentType (line 30090) | func (r *ReleaseAsset) GetContentType() string { method GetCreatedAt (line 30098) | func (r *ReleaseAsset) GetCreatedAt() Timestamp { method GetDigest (line 30106) | func (r *ReleaseAsset) GetDigest() string { method GetDownloadCount (line 30114) | func (r *ReleaseAsset) GetDownloadCount() int { method GetID (line 30122) | func (r *ReleaseAsset) GetID() int64 { method GetLabel (line 30130) | func (r *ReleaseAsset) GetLabel() string { method GetName (line 30138) | func (r *ReleaseAsset) GetName() string { method GetNodeID (line 30146) | func (r *ReleaseAsset) GetNodeID() string { method GetSize (line 30154) | func (r *ReleaseAsset) GetSize() int { method GetState (line 30162) | func (r *ReleaseAsset) GetState() string { method GetUpdatedAt (line 30170) | func (r *ReleaseAsset) GetUpdatedAt() Timestamp { method GetUploader (line 30178) | func (r *ReleaseAsset) GetUploader() *User { method GetURL (line 30186) | func (r *ReleaseAsset) GetURL() string { method GetAction (line 30194) | func (r *ReleaseEvent) GetAction() string { method GetInstallation (line 30202) | func (r *ReleaseEvent) GetInstallation() *Installation { method GetOrg (line 30210) | func (r *ReleaseEvent) GetOrg() *Organization { method GetRelease (line 30218) | func (r *ReleaseEvent) GetRelease() *RepositoryRelease { method GetRepo (line 30226) | func (r *ReleaseEvent) GetRepo() *Repository { method GetSender (line 30234) | func (r *ReleaseEvent) GetSender() *User { method GetBuildDate (line 30242) | func (r *ReleaseVersion) GetBuildDate() string { method GetBuildID (line 30250) | func (r *ReleaseVersion) GetBuildID() string { method GetPlatform (line 30258) | func (r *ReleaseVersion) GetPlatform() string { method GetVersion (line 30266) | func (r *ReleaseVersion) GetVersion() string { method GetMessage (line 30274) | func (r *RemoveResourcesFromCostCenterResponse) GetMessage() string { method GetExpiresAt (line 30282) | func (r *RemoveToken) GetExpiresAt() Timestamp { method GetToken (line 30290) | func (r *RemoveToken) GetToken() string { method GetFrom (line 30298) | func (r *Rename) GetFrom() string { method GetTo (line 30306) | func (r *Rename) GetTo() string { method GetMessage (line 30314) | func (r *RenameOrgResponse) GetMessage() string { method GetURL (line 30322) | func (r *RenameOrgResponse) GetURL() string { method GetLogin (line 30330) | func (r *RepoAdvisoryCredit) GetLogin() string { method GetType (line 30338) | func (r *RepoAdvisoryCredit) GetType() string { method GetState (line 30346) | func (r *RepoAdvisoryCreditDetailed) GetState() string { method GetType (line 30354) | func (r *RepoAdvisoryCreditDetailed) GetType() string { method GetUser (line 30362) | func (r *RepoAdvisoryCreditDetailed) GetUser() *User { method GetProperties (line 30370) | func (r *RepoCustomPropertyValue) GetProperties() []*CustomPropertyValue { method GetRepositoryFullName (line 30378) | func (r *RepoCustomPropertyValue) GetRepositoryFullName() string { method GetRepositoryID (line 30386) | func (r *RepoCustomPropertyValue) GetRepositoryID() int64 { method GetRepositoryName (line 30394) | func (r *RepoCustomPropertyValue) GetRepositoryName() string { method GetDownloadLocation (line 30402) | func (r *RepoDependencies) GetDownloadLocation() string { method GetExternalRefs (line 30410) | func (r *RepoDependencies) GetExternalRefs() []*PackageExternalRef { method GetFilesAnalyzed (line 30418) | func (r *RepoDependencies) GetFilesAnalyzed() bool { method GetLicenseConcluded (line 30426) | func (r *RepoDependencies) GetLicenseConcluded() string { method GetLicenseDeclared (line 30434) | func (r *RepoDependencies) GetLicenseDeclared() string { method GetName (line 30442) | func (r *RepoDependencies) GetName() string { method GetSPDXID (line 30450) | func (r *RepoDependencies) GetSPDXID() string { method GetVersionInfo (line 30458) | func (r *RepoDependencies) GetVersionInfo() string { method GetDescription (line 30466) | func (r *RepoFineGrainedPermission) GetDescription() string { method GetName (line 30474) | func (r *RepoFineGrainedPermission) GetName() string { method GetEnabled (line 30482) | func (r *RepoImmutableReleasesStatus) GetEnabled() bool { method GetEnforcedByOwner (line 30490) | func (r *RepoImmutableReleasesStatus) GetEnforcedByOwner() bool { method GetBranch (line 30498) | func (r *RepoMergeUpstreamRequest) GetBranch() string { method GetBaseBranch (line 30506) | func (r *RepoMergeUpstreamResult) GetBaseBranch() string { method GetMergeType (line 30514) | func (r *RepoMergeUpstreamResult) GetMergeType() string { method GetMessage (line 30522) | func (r *RepoMergeUpstreamResult) GetMessage() string { method GetFrom (line 30530) | func (r *RepoName) GetFrom() string { method GetIncompleteResults (line 30538) | func (r *RepositoriesSearchResult) GetIncompleteResults() bool { method GetRepositories (line 30546) | func (r *RepositoriesSearchResult) GetRepositories() []*Repository { method GetTotal (line 30554) | func (r *RepositoriesSearchResult) GetTotal() int { method GetAllowAutoMerge (line 30562) | func (r *Repository) GetAllowAutoMerge() bool { method GetAllowForking (line 30570) | func (r *Repository) GetAllowForking() bool { method GetAllowMergeCommit (line 30578) | func (r *Repository) GetAllowMergeCommit() bool { method GetAllowRebaseMerge (line 30586) | func (r *Repository) GetAllowRebaseMerge() bool { method GetAllowSquashMerge (line 30594) | func (r *Repository) GetAllowSquashMerge() bool { method GetAllowUpdateBranch (line 30602) | func (r *Repository) GetAllowUpdateBranch() bool { method GetArchived (line 30610) | func (r *Repository) GetArchived() bool { method GetArchiveURL (line 30618) | func (r *Repository) GetArchiveURL() string { method GetAssigneesURL (line 30626) | func (r *Repository) GetAssigneesURL() string { method GetAutoInit (line 30634) | func (r *Repository) GetAutoInit() bool { method GetBlobsURL (line 30642) | func (r *Repository) GetBlobsURL() string { method GetBranchesURL (line 30650) | func (r *Repository) GetBranchesURL() string { method GetCloneURL (line 30658) | func (r *Repository) GetCloneURL() string { method GetCodeOfConduct (line 30666) | func (r *Repository) GetCodeOfConduct() *CodeOfConduct { method GetCollaboratorsURL (line 30674) | func (r *Repository) GetCollaboratorsURL() string { method GetCommentsURL (line 30682) | func (r *Repository) GetCommentsURL() string { method GetCommitsURL (line 30690) | func (r *Repository) GetCommitsURL() string { method GetCompareURL (line 30698) | func (r *Repository) GetCompareURL() string { method GetContentsURL (line 30706) | func (r *Repository) GetContentsURL() string { method GetContributorsURL (line 30714) | func (r *Repository) GetContributorsURL() string { method GetCreatedAt (line 30722) | func (r *Repository) GetCreatedAt() Timestamp { method GetCustomProperties (line 30730) | func (r *Repository) GetCustomProperties() map[string]any { method GetDefaultBranch (line 30738) | func (r *Repository) GetDefaultBranch() string { method GetDeleteBranchOnMerge (line 30746) | func (r *Repository) GetDeleteBranchOnMerge() bool { method GetDeploymentsURL (line 30754) | func (r *Repository) GetDeploymentsURL() string { method GetDescription (line 30762) | func (r *Repository) GetDescription() string { method GetDisabled (line 30770) | func (r *Repository) GetDisabled() bool { method GetDownloadsURL (line 30778) | func (r *Repository) GetDownloadsURL() string { method GetEventsURL (line 30786) | func (r *Repository) GetEventsURL() string { method GetFork (line 30794) | func (r *Repository) GetFork() bool { method GetForksCount (line 30802) | func (r *Repository) GetForksCount() int { method GetForksURL (line 30810) | func (r *Repository) GetForksURL() string { method GetFullName (line 30818) | func (r *Repository) GetFullName() string { method GetGitCommitsURL (line 30826) | func (r *Repository) GetGitCommitsURL() string { method GetGitignoreTemplate (line 30834) | func (r *Repository) GetGitignoreTemplate() string { method GetGitRefsURL (line 30842) | func (r *Repository) GetGitRefsURL() string { method GetGitTagsURL (line 30850) | func (r *Repository) GetGitTagsURL() string { method GetGitURL (line 30858) | func (r *Repository) GetGitURL() string { method GetHasDiscussions (line 30866) | func (r *Repository) GetHasDiscussions() bool { method GetHasDownloads (line 30874) | func (r *Repository) GetHasDownloads() bool { method GetHasIssues (line 30882) | func (r *Repository) GetHasIssues() bool { method GetHasPages (line 30890) | func (r *Repository) GetHasPages() bool { method GetHasProjects (line 30898) | func (r *Repository) GetHasProjects() bool { method GetHasWiki (line 30906) | func (r *Repository) GetHasWiki() bool { method GetHomepage (line 30914) | func (r *Repository) GetHomepage() string { method GetHooksURL (line 30922) | func (r *Repository) GetHooksURL() string { method GetHTMLURL (line 30930) | func (r *Repository) GetHTMLURL() string { method GetID (line 30938) | func (r *Repository) GetID() int64 { method GetIssueCommentURL (line 30946) | func (r *Repository) GetIssueCommentURL() string { method GetIssueEventsURL (line 30954) | func (r *Repository) GetIssueEventsURL() string { method GetIssuesURL (line 30962) | func (r *Repository) GetIssuesURL() string { method GetIsTemplate (line 30970) | func (r *Repository) GetIsTemplate() bool { method GetKeysURL (line 30978) | func (r *Repository) GetKeysURL() string { method GetLabelsURL (line 30986) | func (r *Repository) GetLabelsURL() string { method GetLanguage (line 30994) | func (r *Repository) GetLanguage() string { method GetLanguagesURL (line 31002) | func (r *Repository) GetLanguagesURL() string { method GetLicense (line 31010) | func (r *Repository) GetLicense() *License { method GetLicenseTemplate (line 31018) | func (r *Repository) GetLicenseTemplate() string { method GetMasterBranch (line 31026) | func (r *Repository) GetMasterBranch() string { method GetMergeCommitMessage (line 31034) | func (r *Repository) GetMergeCommitMessage() string { method GetMergeCommitTitle (line 31042) | func (r *Repository) GetMergeCommitTitle() string { method GetMergesURL (line 31050) | func (r *Repository) GetMergesURL() string { method GetMilestonesURL (line 31058) | func (r *Repository) GetMilestonesURL() string { method GetMirrorURL (line 31066) | func (r *Repository) GetMirrorURL() string { method GetName (line 31074) | func (r *Repository) GetName() string { method GetNetworkCount (line 31082) | func (r *Repository) GetNetworkCount() int { method GetNodeID (line 31090) | func (r *Repository) GetNodeID() string { method GetNotificationsURL (line 31098) | func (r *Repository) GetNotificationsURL() string { method GetOpenIssues (line 31106) | func (r *Repository) GetOpenIssues() int { method GetOpenIssuesCount (line 31114) | func (r *Repository) GetOpenIssuesCount() int { method GetOrganization (line 31122) | func (r *Repository) GetOrganization() *Organization { method GetOwner (line 31130) | func (r *Repository) GetOwner() *User { method GetParent (line 31138) | func (r *Repository) GetParent() *Repository { method GetPermissions (line 31146) | func (r *Repository) GetPermissions() *RepositoryPermissions { method GetPrivate (line 31154) | func (r *Repository) GetPrivate() bool { method GetPullsURL (line 31162) | func (r *Repository) GetPullsURL() string { method GetPushedAt (line 31170) | func (r *Repository) GetPushedAt() Timestamp { method GetReleasesURL (line 31178) | func (r *Repository) GetReleasesURL() string { method GetRoleName (line 31186) | func (r *Repository) GetRoleName() string { method GetSecurityAndAnalysis (line 31194) | func (r *Repository) GetSecurityAndAnalysis() *SecurityAndAnalysis { method GetSize (line 31202) | func (r *Repository) GetSize() int { method GetSource (line 31210) | func (r *Repository) GetSource() *Repository { method GetSquashMergeCommitMessage (line 31218) | func (r *Repository) GetSquashMergeCommitMessage() string { method GetSquashMergeCommitTitle (line 31226) | func (r *Repository) GetSquashMergeCommitTitle() string { method GetSSHURL (line 31234) | func (r *Repository) GetSSHURL() string { method GetStargazersCount (line 31242) | func (r *Repository) GetStargazersCount() int { method GetStargazersURL (line 31250) | func (r *Repository) GetStargazersURL() string { method GetStatusesURL (line 31258) | func (r *Repository) GetStatusesURL() string { method GetSubscribersCount (line 31266) | func (r *Repository) GetSubscribersCount() int { method GetSubscribersURL (line 31274) | func (r *Repository) GetSubscribersURL() string { method GetSubscriptionURL (line 31282) | func (r *Repository) GetSubscriptionURL() string { method GetSVNURL (line 31290) | func (r *Repository) GetSVNURL() string { method GetTagsURL (line 31298) | func (r *Repository) GetTagsURL() string { method GetTeamID (line 31306) | func (r *Repository) GetTeamID() int64 { method GetTeamsURL (line 31314) | func (r *Repository) GetTeamsURL() string { method GetTemplateRepository (line 31322) | func (r *Repository) GetTemplateRepository() *Repository { method GetTextMatches (line 31330) | func (r *Repository) GetTextMatches() []*TextMatch { method GetTopics (line 31338) | func (r *Repository) GetTopics() []string { method GetTreesURL (line 31346) | func (r *Repository) GetTreesURL() string { method GetUpdatedAt (line 31354) | func (r *Repository) GetUpdatedAt() Timestamp { method GetURL (line 31362) | func (r *Repository) GetURL() string { method GetUseSquashPRTitleAsDefault (line 31370) | func (r *Repository) GetUseSquashPRTitleAsDefault() bool { method GetVisibility (line 31378) | func (r *Repository) GetVisibility() string { method GetWatchers (line 31386) | func (r *Repository) GetWatchers() int { method GetWatchersCount (line 31394) | func (r *Repository) GetWatchersCount() int { method GetWebCommitSignoffRequired (line 31402) | func (r *Repository) GetWebCommitSignoffRequired() bool { method GetAccessLevel (line 31410) | func (r *RepositoryActionsAccessLevel) GetAccessLevel() string { method GetAdvancedSecurityCommitters (line 31418) | func (r *RepositoryActiveCommitters) GetAdvancedSecurityCommitters() int { method GetAdvancedSecurityCommittersBreakdown (line 31426) | func (r *RepositoryActiveCommitters) GetAdvancedSecurityCommittersBreakd... method GetName (line 31434) | func (r *RepositoryActiveCommitters) GetName() string { method GetActivityType (line 31442) | func (r *RepositoryActivity) GetActivityType() string { method GetActor (line 31450) | func (r *RepositoryActivity) GetActor() *RepositoryActor { method GetAfter (line 31458) | func (r *RepositoryActivity) GetAfter() string { method GetBefore (line 31466) | func (r *RepositoryActivity) GetBefore() string { method GetID (line 31474) | func (r *RepositoryActivity) GetID() int64 { method GetNodeID (line 31482) | func (r *RepositoryActivity) GetNodeID() string { method GetRef (line 31490) | func (r *RepositoryActivity) GetRef() string { method GetTimestamp (line 31498) | func (r *RepositoryActivity) GetTimestamp() Timestamp { method GetAvatarURL (line 31506) | func (r *RepositoryActor) GetAvatarURL() string { method GetEventsURL (line 31514) | func (r *RepositoryActor) GetEventsURL() string { method GetFollowersURL (line 31522) | func (r *RepositoryActor) GetFollowersURL() string { method GetFollowingURL (line 31530) | func (r *RepositoryActor) GetFollowingURL() string { method GetGistsURL (line 31538) | func (r *RepositoryActor) GetGistsURL() string { method GetGravatarID (line 31546) | func (r *RepositoryActor) GetGravatarID() string { method GetHTMLURL (line 31554) | func (r *RepositoryActor) GetHTMLURL() string { method GetID (line 31562) | func (r *RepositoryActor) GetID() int64 { method GetLogin (line 31570) | func (r *RepositoryActor) GetLogin() string { method GetNodeID (line 31578) | func (r *RepositoryActor) GetNodeID() string { method GetOrganizationsURL (line 31586) | func (r *RepositoryActor) GetOrganizationsURL() string { method GetReceivedEventsURL (line 31594) | func (r *RepositoryActor) GetReceivedEventsURL() string { method GetReposURL (line 31602) | func (r *RepositoryActor) GetReposURL() string { method GetSiteAdmin (line 31610) | func (r *RepositoryActor) GetSiteAdmin() bool { method GetStarredURL (line 31618) | func (r *RepositoryActor) GetStarredURL() string { method GetSubscriptionsURL (line 31626) | func (r *RepositoryActor) GetSubscriptionsURL() string { method GetType (line 31634) | func (r *RepositoryActor) GetType() string { method GetURL (line 31642) | func (r *RepositoryActor) GetURL() string { method GetUserViewType (line 31650) | func (r *RepositoryActor) GetUserViewType() string { method GetPermission (line 31658) | func (r *RepositoryAddCollaboratorOptions) GetPermission() string { method GetRepository (line 31666) | func (r *RepositoryAttachment) GetRepository() *Repository { method GetStatus (line 31674) | func (r *RepositoryAttachment) GetStatus() string { method GetConfiguration (line 31682) | func (r *RepositoryCodeSecurityConfiguration) GetConfiguration() *CodeSe... method GetState (line 31690) | func (r *RepositoryCodeSecurityConfiguration) GetState() string { method GetBody (line 31698) | func (r *RepositoryComment) GetBody() string { method GetCommitID (line 31706) | func (r *RepositoryComment) GetCommitID() string { method GetCreatedAt (line 31714) | func (r *RepositoryComment) GetCreatedAt() Timestamp { method GetHTMLURL (line 31722) | func (r *RepositoryComment) GetHTMLURL() string { method GetID (line 31730) | func (r *RepositoryComment) GetID() int64 { method GetNodeID (line 31738) | func (r *RepositoryComment) GetNodeID() string { method GetPath (line 31746) | func (r *RepositoryComment) GetPath() string { method GetPosition (line 31754) | func (r *RepositoryComment) GetPosition() int { method GetReactions (line 31762) | func (r *RepositoryComment) GetReactions() *Reactions { method GetUpdatedAt (line 31770) | func (r *RepositoryComment) GetUpdatedAt() Timestamp { method GetURL (line 31778) | func (r *RepositoryComment) GetURL() string { method GetUser (line 31786) | func (r *RepositoryComment) GetUser() *User { method GetAuthor (line 31794) | func (r *RepositoryCommit) GetAuthor() *User { method GetCommentsURL (line 31802) | func (r *RepositoryCommit) GetCommentsURL() string { method GetCommit (line 31810) | func (r *RepositoryCommit) GetCommit() *Commit { method GetCommitter (line 31818) | func (r *RepositoryCommit) GetCommitter() *User { method GetFiles (line 31826) | func (r *RepositoryCommit) GetFiles() []*CommitFile { method GetHTMLURL (line 31834) | func (r *RepositoryCommit) GetHTMLURL() string { method GetNodeID (line 31842) | func (r *RepositoryCommit) GetNodeID() string { method GetParents (line 31850) | func (r *RepositoryCommit) GetParents() []*Commit { method GetSHA (line 31858) | func (r *RepositoryCommit) GetSHA() string { method GetStats (line 31866) | func (r *RepositoryCommit) GetStats() *CommitStats { method GetURL (line 31874) | func (r *RepositoryCommit) GetURL() string { method GetDownloadURL (line 31882) | func (r *RepositoryContent) GetDownloadURL() string { method GetEncoding (line 31890) | func (r *RepositoryContent) GetEncoding() string { method GetGitURL (line 31898) | func (r *RepositoryContent) GetGitURL() string { method GetHTMLURL (line 31906) | func (r *RepositoryContent) GetHTMLURL() string { method GetName (line 31914) | func (r *RepositoryContent) GetName() string { method GetPath (line 31922) | func (r *RepositoryContent) GetPath() string { method GetSHA (line 31930) | func (r *RepositoryContent) GetSHA() string { method GetSize (line 31938) | func (r *RepositoryContent) GetSize() int { method GetSubmoduleGitURL (line 31946) | func (r *RepositoryContent) GetSubmoduleGitURL() string { method GetTarget (line 31954) | func (r *RepositoryContent) GetTarget() string { method GetType (line 31962) | func (r *RepositoryContent) GetType() string { method GetURL (line 31970) | func (r *RepositoryContent) GetURL() string { method GetAuthor (line 31978) | func (r *RepositoryContentFileOptions) GetAuthor() *CommitAuthor { method GetBranch (line 31986) | func (r *RepositoryContentFileOptions) GetBranch() string { method GetCommitter (line 31994) | func (r *RepositoryContentFileOptions) GetCommitter() *CommitAuthor { method GetContent (line 32002) | func (r *RepositoryContentFileOptions) GetContent() []byte { method GetMessage (line 32010) | func (r *RepositoryContentFileOptions) GetMessage() string { method GetSHA (line 32018) | func (r *RepositoryContentFileOptions) GetSHA() string { method GetRef (line 32026) | func (r *RepositoryContentGetOptions) GetRef() string { method GetContent (line 32034) | func (r *RepositoryContentResponse) GetContent() *RepositoryContent { method GetDefaultBranchOnly (line 32042) | func (r *RepositoryCreateForkOptions) GetDefaultBranchOnly() bool { method GetName (line 32050) | func (r *RepositoryCreateForkOptions) GetName() string { method GetOrganization (line 32058) | func (r *RepositoryCreateForkOptions) GetOrganization() string { method GetAction (line 32066) | func (r *RepositoryDispatchEvent) GetAction() string { method GetBranch (line 32074) | func (r *RepositoryDispatchEvent) GetBranch() string { method GetClientPayload (line 32082) | func (r *RepositoryDispatchEvent) GetClientPayload() json.RawMessage { method GetInstallation (line 32090) | func (r *RepositoryDispatchEvent) GetInstallation() *Installation { method GetOrg (line 32098) | func (r *RepositoryDispatchEvent) GetOrg() *Organization { method GetRepo (line 32106) | func (r *RepositoryDispatchEvent) GetRepo() *Repository { method GetSender (line 32114) | func (r *RepositoryDispatchEvent) GetSender() *User { method GetAction (line 32122) | func (r *RepositoryEvent) GetAction() string { method GetChanges (line 32130) | func (r *RepositoryEvent) GetChanges() *EditChange { method GetInstallation (line 32138) | func (r *RepositoryEvent) GetInstallation() *Installation { method GetOrg (line 32146) | func (r *RepositoryEvent) GetOrg() *Organization { method GetRepo (line 32154) | func (r *RepositoryEvent) GetRepo() *Repository { method GetSender (line 32162) | func (r *RepositoryEvent) GetSender() *User { method GetOrg (line 32170) | func (r *RepositoryImportEvent) GetOrg() *Organization { method GetRepo (line 32178) | func (r *RepositoryImportEvent) GetRepo() *Repository { method GetSender (line 32186) | func (r *RepositoryImportEvent) GetSender() *User { method GetStatus (line 32194) | func (r *RepositoryImportEvent) GetStatus() string { method GetCreatedAt (line 32202) | func (r *RepositoryInvitation) GetCreatedAt() Timestamp { method GetExpired (line 32210) | func (r *RepositoryInvitation) GetExpired() bool { method GetHTMLURL (line 32218) | func (r *RepositoryInvitation) GetHTMLURL() string { method GetID (line 32226) | func (r *RepositoryInvitation) GetID() int64 { method GetInvitee (line 32234) | func (r *RepositoryInvitation) GetInvitee() *User { method GetInviter (line 32242) | func (r *RepositoryInvitation) GetInviter() *User { method GetPermissions (line 32250) | func (r *RepositoryInvitation) GetPermissions() string { method GetRepo (line 32258) | func (r *RepositoryInvitation) GetRepo() *Repository { method GetURL (line 32266) | func (r *RepositoryInvitation) GetURL() string { method GetContent (line 32274) | func (r *RepositoryLicense) GetContent() string { method GetDownloadURL (line 32282) | func (r *RepositoryLicense) GetDownloadURL() string { method GetEncoding (line 32290) | func (r *RepositoryLicense) GetEncoding() string { method GetGitURL (line 32298) | func (r *RepositoryLicense) GetGitURL() string { method GetHTMLURL (line 32306) | func (r *RepositoryLicense) GetHTMLURL() string { method GetLicense (line 32314) | func (r *RepositoryLicense) GetLicense() *License { method GetName (line 32322) | func (r *RepositoryLicense) GetName() string { method GetPath (line 32330) | func (r *RepositoryLicense) GetPath() string { method GetSHA (line 32338) | func (r *RepositoryLicense) GetSHA() string { method GetSize (line 32346) | func (r *RepositoryLicense) GetSize() int { method GetType (line 32354) | func (r *RepositoryLicense) GetType() string { method GetURL (line 32362) | func (r *RepositoryLicense) GetURL() string { method GetSince (line 32370) | func (r *RepositoryListAllOptions) GetSince() int64 { method GetAffiliation (line 32378) | func (r *RepositoryListByAuthenticatedUserOptions) GetAffiliation() stri... method GetDirection (line 32386) | func (r *RepositoryListByAuthenticatedUserOptions) GetDirection() string { method GetSort (line 32394) | func (r *RepositoryListByAuthenticatedUserOptions) GetSort() string { method GetType (line 32402) | func (r *RepositoryListByAuthenticatedUserOptions) GetType() string { method GetVisibility (line 32410) | func (r *RepositoryListByAuthenticatedUserOptions) GetVisibility() string { method GetDirection (line 32418) | func (r *RepositoryListByOrgOptions) GetDirection() string { method GetSort (line 32426) | func (r *RepositoryListByOrgOptions) GetSort() string { method GetType (line 32434) | func (r *RepositoryListByOrgOptions) GetType() string { method GetDirection (line 32442) | func (r *RepositoryListByUserOptions) GetDirection() string { method GetSort (line 32450) | func (r *RepositoryListByUserOptions) GetSort() string { method GetType (line 32458) | func (r *RepositoryListByUserOptions) GetType() string { method GetSort (line 32466) | func (r *RepositoryListForksOptions) GetSort() string { method GetAffiliation (line 32474) | func (r *RepositoryListOptions) GetAffiliation() string { method GetDirection (line 32482) | func (r *RepositoryListOptions) GetDirection() string { method GetSort (line 32490) | func (r *RepositoryListOptions) GetSort() string { method GetType (line 32498) | func (r *RepositoryListOptions) GetType() string { method GetVisibility (line 32506) | func (r *RepositoryListOptions) GetVisibility() string { method GetIncludesParents (line 32514) | func (r *RepositoryListRulesetsOptions) GetIncludesParents() bool { method GetBase (line 32522) | func (r *RepositoryMergeRequest) GetBase() string { method GetCommitMessage (line 32530) | func (r *RepositoryMergeRequest) GetCommitMessage() string { method GetHead (line 32538) | func (r *RepositoryMergeRequest) GetHead() string { method GetAll (line 32546) | func (r *RepositoryParticipation) GetAll() []int { method GetOwner (line 32554) | func (r *RepositoryParticipation) GetOwner() []int { method GetPermission (line 32562) | func (r *RepositoryPermissionLevel) GetPermission() string { method GetRoleName (line 32570) | func (r *RepositoryPermissionLevel) GetRoleName() string { method GetUser (line 32578) | func (r *RepositoryPermissionLevel) GetUser() *User { method GetAdmin (line 32586) | func (r *RepositoryPermissions) GetAdmin() bool { method GetMaintain (line 32594) | func (r *RepositoryPermissions) GetMaintain() bool { method GetPull (line 32602) | func (r *RepositoryPermissions) GetPull() bool { method GetPush (line 32610) | func (r *RepositoryPermissions) GetPush() bool { method GetTriage (line 32618) | func (r *RepositoryPermissions) GetTriage() bool { method GetAssets (line 32626) | func (r *RepositoryRelease) GetAssets() []*ReleaseAsset { method GetAssetsURL (line 32634) | func (r *RepositoryRelease) GetAssetsURL() string { method GetAuthor (line 32642) | func (r *RepositoryRelease) GetAuthor() *User { method GetBody (line 32650) | func (r *RepositoryRelease) GetBody() string { method GetCreatedAt (line 32658) | func (r *RepositoryRelease) GetCreatedAt() Timestamp { method GetDiscussionCategoryName (line 32666) | func (r *RepositoryRelease) GetDiscussionCategoryName() string { method GetDraft (line 32674) | func (r *RepositoryRelease) GetDraft() bool { method GetGenerateReleaseNotes (line 32682) | func (r *RepositoryRelease) GetGenerateReleaseNotes() bool { method GetHTMLURL (line 32690) | func (r *RepositoryRelease) GetHTMLURL() string { method GetID (line 32698) | func (r *RepositoryRelease) GetID() int64 { method GetImmutable (line 32706) | func (r *RepositoryRelease) GetImmutable() bool { method GetMakeLatest (line 32714) | func (r *RepositoryRelease) GetMakeLatest() string { method GetName (line 32722) | func (r *RepositoryRelease) GetName() string { method GetNodeID (line 32730) | func (r *RepositoryRelease) GetNodeID() string { method GetPrerelease (line 32738) | func (r *RepositoryRelease) GetPrerelease() bool { method GetPublishedAt (line 32746) | func (r *RepositoryRelease) GetPublishedAt() Timestamp { method GetTagName (line 32754) | func (r *RepositoryRelease) GetTagName() string { method GetTarballURL (line 32762) | func (r *RepositoryRelease) GetTarballURL() string { method GetTargetCommitish (line 32770) | func (r *RepositoryRelease) GetTargetCommitish() string { method GetUploadURL (line 32778) | func (r *RepositoryRelease) GetUploadURL() string { method GetURL (line 32786) | func (r *RepositoryRelease) GetURL() string { method GetZipballURL (line 32794) | func (r *RepositoryRelease) GetZipballURL() string { method GetBody (line 32802) | func (r *RepositoryReleaseNotes) GetBody() string { method GetName (line 32810) | func (r *RepositoryReleaseNotes) GetName() string { method GetParameters (line 32818) | func (r *RepositoryRule) GetParameters() any { method GetType (line 32826) | func (r *RepositoryRule) GetType() RepositoryRuleType { method GetBypassActors (line 32834) | func (r *RepositoryRuleset) GetBypassActors() []*BypassActor { method GetConditions (line 32842) | func (r *RepositoryRuleset) GetConditions() *RepositoryRulesetConditions { method GetCreatedAt (line 32850) | func (r *RepositoryRuleset) GetCreatedAt() Timestamp { method GetCurrentUserCanBypass (line 32858) | func (r *RepositoryRuleset) GetCurrentUserCanBypass() *BypassMode { method GetEnforcement (line 32866) | func (r *RepositoryRuleset) GetEnforcement() RulesetEnforcement { method GetID (line 32874) | func (r *RepositoryRuleset) GetID() int64 { method GetLinks (line 32882) | func (r *RepositoryRuleset) GetLinks() *RepositoryRulesetLinks { method GetName (line 32890) | func (r *RepositoryRuleset) GetName() string { method GetNodeID (line 32898) | func (r *RepositoryRuleset) GetNodeID() string { method GetRules (line 32906) | func (r *RepositoryRuleset) GetRules() *RepositoryRulesetRules { method GetSource (line 32914) | func (r *RepositoryRuleset) GetSource() string { method GetSourceType (line 32922) | func (r *RepositoryRuleset) GetSourceType() *RulesetSourceType { method GetTarget (line 32930) | func (r *RepositoryRuleset) GetTarget() *RulesetTarget { method GetUpdatedAt (line 32938) | func (r *RepositoryRuleset) GetUpdatedAt() Timestamp { method GetAdded (line 32946) | func (r *RepositoryRulesetChangedConditions) GetAdded() []*RepositoryRul... method GetDeleted (line 32954) | func (r *RepositoryRulesetChangedConditions) GetDeleted() []*RepositoryR... method GetUpdated (line 32962) | func (r *RepositoryRulesetChangedConditions) GetUpdated() []*RepositoryR... method GetConfiguration (line 32970) | func (r *RepositoryRulesetChangedRule) GetConfiguration() *RepositoryRul... method GetPattern (line 32978) | func (r *RepositoryRulesetChangedRule) GetPattern() *RepositoryRulesetCh... method GetRuleType (line 32986) | func (r *RepositoryRulesetChangedRule) GetRuleType() *RepositoryRulesetC... method GetAdded (line 32994) | func (r *RepositoryRulesetChangedRules) GetAdded() []*RepositoryRule { method GetDeleted (line 33002) | func (r *RepositoryRulesetChangedRules) GetDeleted() []*RepositoryRule { method GetUpdated (line 33010) | func (r *RepositoryRulesetChangedRules) GetUpdated() []*RepositoryRulese... method GetConditions (line 33018) | func (r *RepositoryRulesetChanges) GetConditions() *RepositoryRulesetCha... method GetEnforcement (line 33026) | func (r *RepositoryRulesetChanges) GetEnforcement() *RepositoryRulesetCh... method GetName (line 33034) | func (r *RepositoryRulesetChanges) GetName() *RepositoryRulesetChangeSou... method GetRules (line 33042) | func (r *RepositoryRulesetChanges) GetRules() *RepositoryRulesetChangedR... method GetFrom (line 33050) | func (r *RepositoryRulesetChangeSource) GetFrom() string { method GetFrom (line 33058) | func (r *RepositoryRulesetChangeSources) GetFrom() []string { method GetOrganizationID (line 33066) | func (r *RepositoryRulesetConditions) GetOrganizationID() *RepositoryRul... method GetOrganizationName (line 33074) | func (r *RepositoryRulesetConditions) GetOrganizationName() *RepositoryR... method GetOrganizationProperty (line 33082) | func (r *RepositoryRulesetConditions) GetOrganizationProperty() *Reposit... method GetRefName (line 33090) | func (r *RepositoryRulesetConditions) GetRefName() *RepositoryRulesetRef... method GetRepositoryID (line 33098) | func (r *RepositoryRulesetConditions) GetRepositoryID() *RepositoryRules... method GetRepositoryName (line 33106) | func (r *RepositoryRulesetConditions) GetRepositoryName() *RepositoryRul... method GetRepositoryProperty (line 33114) | func (r *RepositoryRulesetConditions) GetRepositoryProperty() *Repositor... method GetAction (line 33122) | func (r *RepositoryRulesetEvent) GetAction() string { method GetChanges (line 33130) | func (r *RepositoryRulesetEvent) GetChanges() *RepositoryRulesetChanges { method GetEnterprise (line 33138) | func (r *RepositoryRulesetEvent) GetEnterprise() *Enterprise { method GetInstallation (line 33146) | func (r *RepositoryRulesetEvent) GetInstallation() *Installation { method GetOrganization (line 33154) | func (r *RepositoryRulesetEvent) GetOrganization() *Organization { method GetRepository (line 33162) | func (r *RepositoryRulesetEvent) GetRepository() *Repository { method GetRepositoryRuleset (line 33170) | func (r *RepositoryRulesetEvent) GetRepositoryRuleset() *RepositoryRules... method GetSender (line 33178) | func (r *RepositoryRulesetEvent) GetSender() *User { method GetHRef (line 33186) | func (r *RepositoryRulesetLink) GetHRef() string { method GetHTML (line 33194) | func (r *RepositoryRulesetLinks) GetHTML() *RepositoryRulesetLink { method GetSelf (line 33202) | func (r *RepositoryRulesetLinks) GetSelf() *RepositoryRulesetLink { method GetOrganizationIDs (line 33210) | func (r *RepositoryRulesetOrganizationIDsConditionParameters) GetOrganiz... method GetExclude (line 33218) | func (r *RepositoryRulesetOrganizationNamesConditionParameters) GetExclu... method GetInclude (line 33226) | func (r *RepositoryRulesetOrganizationNamesConditionParameters) GetInclu... method GetExclude (line 33234) | func (r *RepositoryRulesetOrganizationPropertyConditionParameters) GetEx... method GetInclude (line 33242) | func (r *RepositoryRulesetOrganizationPropertyConditionParameters) GetIn... method GetExclude (line 33250) | func (r *RepositoryRulesetRefConditionParameters) GetExclude() []string { method GetInclude (line 33258) | func (r *RepositoryRulesetRefConditionParameters) GetInclude() []string { method GetRepositoryIDs (line 33266) | func (r *RepositoryRulesetRepositoryIDsConditionParameters) GetRepositor... method GetExclude (line 33274) | func (r *RepositoryRulesetRepositoryNamesConditionParameters) GetExclude... method GetInclude (line 33282) | func (r *RepositoryRulesetRepositoryNamesConditionParameters) GetInclude... method GetProtected (line 33290) | func (r *RepositoryRulesetRepositoryNamesConditionParameters) GetProtect... method GetExclude (line 33298) | func (r *RepositoryRulesetRepositoryPropertyConditionParameters) GetExcl... method GetInclude (line 33306) | func (r *RepositoryRulesetRepositoryPropertyConditionParameters) GetIncl... method GetName (line 33314) | func (r *RepositoryRulesetRepositoryPropertyTargetParameters) GetName() ... method GetPropertyValues (line 33322) | func (r *RepositoryRulesetRepositoryPropertyTargetParameters) GetPropert... method GetSource (line 33330) | func (r *RepositoryRulesetRepositoryPropertyTargetParameters) GetSource(... method GetBranchNamePattern (line 33338) | func (r *RepositoryRulesetRules) GetBranchNamePattern() *PatternRulePara... method GetCodeScanning (line 33346) | func (r *RepositoryRulesetRules) GetCodeScanning() *CodeScanningRulePara... method GetCommitAuthorEmailPattern (line 33354) | func (r *RepositoryRulesetRules) GetCommitAuthorEmailPattern() *PatternR... method GetCommitMessagePattern (line 33362) | func (r *RepositoryRulesetRules) GetCommitMessagePattern() *PatternRuleP... method GetCommitterEmailPattern (line 33370) | func (r *RepositoryRulesetRules) GetCommitterEmailPattern() *PatternRule... method GetCopilotCodeReview (line 33378) | func (r *RepositoryRulesetRules) GetCopilotCodeReview() *CopilotCodeRevi... method GetCreation (line 33386) | func (r *RepositoryRulesetRules) GetCreation() *EmptyRuleParameters { method GetDeletion (line 33394) | func (r *RepositoryRulesetRules) GetDeletion() *EmptyRuleParameters { method GetFileExtensionRestriction (line 33402) | func (r *RepositoryRulesetRules) GetFileExtensionRestriction() *FileExte... method GetFilePathRestriction (line 33410) | func (r *RepositoryRulesetRules) GetFilePathRestriction() *FilePathRestr... method GetMaxFilePathLength (line 33418) | func (r *RepositoryRulesetRules) GetMaxFilePathLength() *MaxFilePathLeng... method GetMaxFileSize (line 33426) | func (r *RepositoryRulesetRules) GetMaxFileSize() *MaxFileSizeRuleParame... method GetMergeQueue (line 33434) | func (r *RepositoryRulesetRules) GetMergeQueue() *MergeQueueRuleParamete... method GetNonFastForward (line 33442) | func (r *RepositoryRulesetRules) GetNonFastForward() *EmptyRuleParameters { method GetPullRequest (line 33450) | func (r *RepositoryRulesetRules) GetPullRequest() *PullRequestRuleParame... method GetRepositoryCreate (line 33458) | func (r *RepositoryRulesetRules) GetRepositoryCreate() *EmptyRuleParamet... method GetRepositoryDelete (line 33466) | func (r *RepositoryRulesetRules) GetRepositoryDelete() *EmptyRuleParamet... method GetRepositoryName (line 33474) | func (r *RepositoryRulesetRules) GetRepositoryName() *SimplePatternRuleP... method GetRepositoryTransfer (line 33482) | func (r *RepositoryRulesetRules) GetRepositoryTransfer() *EmptyRuleParam... method GetRepositoryVisibility (line 33490) | func (r *RepositoryRulesetRules) GetRepositoryVisibility() *RepositoryVi... method GetRequiredDeployments (line 33498) | func (r *RepositoryRulesetRules) GetRequiredDeployments() *RequiredDeplo... method GetRequiredLinearHistory (line 33506) | func (r *RepositoryRulesetRules) GetRequiredLinearHistory() *EmptyRulePa... method GetRequiredSignatures (line 33514) | func (r *RepositoryRulesetRules) GetRequiredSignatures() *EmptyRuleParam... method GetRequiredStatusChecks (line 33522) | func (r *RepositoryRulesetRules) GetRequiredStatusChecks() *RequiredStat... method GetTagNamePattern (line 33530) | func (r *RepositoryRulesetRules) GetTagNamePattern() *PatternRuleParamet... method GetUpdate (line 33538) | func (r *RepositoryRulesetRules) GetUpdate() *UpdateRuleParameters { method GetWorkflows (line 33546) | func (r *RepositoryRulesetRules) GetWorkflows() *WorkflowsRuleParameters { method GetConditionType (line 33554) | func (r *RepositoryRulesetUpdatedCondition) GetConditionType() *Reposito... method GetExclude (line 33562) | func (r *RepositoryRulesetUpdatedCondition) GetExclude() *RepositoryRule... method GetInclude (line 33570) | func (r *RepositoryRulesetUpdatedCondition) GetInclude() *RepositoryRule... method GetTarget (line 33578) | func (r *RepositoryRulesetUpdatedCondition) GetTarget() *RepositoryRules... method GetChanges (line 33586) | func (r *RepositoryRulesetUpdatedConditions) GetChanges() *RepositoryRul... method GetCondition (line 33594) | func (r *RepositoryRulesetUpdatedConditions) GetCondition() *RepositoryR... method GetChanges (line 33602) | func (r *RepositoryRulesetUpdatedRules) GetChanges() *RepositoryRulesetC... method GetRule (line 33610) | func (r *RepositoryRulesetUpdatedRules) GetRule() *RepositoryRule { method GetCommit (line 33618) | func (r *RepositoryTag) GetCommit() *Commit { method GetName (line 33626) | func (r *RepositoryTag) GetName() string { method GetTarballURL (line 33634) | func (r *RepositoryTag) GetTarballURL() string { method GetZipballURL (line 33642) | func (r *RepositoryTag) GetZipballURL() string { method GetInternal (line 33650) | func (r *RepositoryVisibilityRuleParameters) GetInternal() bool { method GetPrivate (line 33658) | func (r *RepositoryVisibilityRuleParameters) GetPrivate() bool { method GetAffectedPackageName (line 33666) | func (r *RepositoryVulnerabilityAlert) GetAffectedPackageName() string { method GetAffectedRange (line 33674) | func (r *RepositoryVulnerabilityAlert) GetAffectedRange() string { method GetCreatedAt (line 33682) | func (r *RepositoryVulnerabilityAlert) GetCreatedAt() Timestamp { method GetDismissedAt (line 33690) | func (r *RepositoryVulnerabilityAlert) GetDismissedAt() Timestamp { method GetDismisser (line 33698) | func (r *RepositoryVulnerabilityAlert) GetDismisser() *User { method GetDismissReason (line 33706) | func (r *RepositoryVulnerabilityAlert) GetDismissReason() string { method GetExternalIdentifier (line 33714) | func (r *RepositoryVulnerabilityAlert) GetExternalIdentifier() string { method GetExternalReference (line 33722) | func (r *RepositoryVulnerabilityAlert) GetExternalReference() string { method GetFixedIn (line 33730) | func (r *RepositoryVulnerabilityAlert) GetFixedIn() string { method GetGitHubSecurityAdvisoryID (line 33738) | func (r *RepositoryVulnerabilityAlert) GetGitHubSecurityAdvisoryID() str... method GetID (line 33746) | func (r *RepositoryVulnerabilityAlert) GetID() int64 { method GetSeverity (line 33754) | func (r *RepositoryVulnerabilityAlert) GetSeverity() string { method GetAction (line 33762) | func (r *RepositoryVulnerabilityAlertEvent) GetAction() string { method GetAlert (line 33770) | func (r *RepositoryVulnerabilityAlertEvent) GetAlert() *RepositoryVulner... method GetInstallation (line 33778) | func (r *RepositoryVulnerabilityAlertEvent) GetInstallation() *Installat... method GetOrg (line 33786) | func (r *RepositoryVulnerabilityAlertEvent) GetOrg() *Organization { method GetRepository (line 33794) | func (r *RepositoryVulnerabilityAlertEvent) GetRepository() *Repository { method GetSender (line 33802) | func (r *RepositoryVulnerabilityAlertEvent) GetSender() *User { method GetForkRepos (line 33810) | func (r *RepoStats) GetForkRepos() int { method GetOrgRepos (line 33818) | func (r *RepoStats) GetOrgRepos() int { method GetRootRepos (line 33826) | func (r *RepoStats) GetRootRepos() int { method GetTotalPushes (line 33834) | func (r *RepoStats) GetTotalPushes() int { method GetTotalRepos (line 33842) | func (r *RepoStats) GetTotalRepos() int { method GetTotalWikis (line 33850) | func (r *RepoStats) GetTotalWikis() int { method GetAvatarURL (line 33858) | func (r *RepoStatus) GetAvatarURL() string { method GetContext (line 33866) | func (r *RepoStatus) GetContext() string { method GetCreatedAt (line 33874) | func (r *RepoStatus) GetCreatedAt() Timestamp { method GetCreator (line 33882) | func (r *RepoStatus) GetCreator() *User { method GetDescription (line 33890) | func (r *RepoStatus) GetDescription() string { method GetID (line 33898) | func (r *RepoStatus) GetID() int64 { method GetNodeID (line 33906) | func (r *RepoStatus) GetNodeID() string { method GetState (line 33914) | func (r *RepoStatus) GetState() string { method GetTargetURL (line 33922) | func (r *RepoStatus) GetTargetURL() string { method GetUpdatedAt (line 33930) | func (r *RepoStatus) GetUpdatedAt() Timestamp { method GetURL (line 33938) | func (r *RepoStatus) GetURL() string { method GetIdentifier (line 33946) | func (r *RequestedAction) GetIdentifier() string { method GetFrom (line 33954) | func (r *RequireCodeOwnerReviewChanges) GetFrom() bool { method GetEnabled (line 33962) | func (r *RequiredConversationResolution) GetEnabled() bool { method GetFrom (line 33970) | func (r *RequiredConversationResolutionLevelChanges) GetFrom() string { method GetParameters (line 33978) | func (r *RequiredDeploymentsBranchRule) GetParameters() RequiredDeployme... method GetFrom (line 33986) | func (r *RequiredDeploymentsEnforcementLevelChanges) GetFrom() string { method GetRequiredDeploymentEnvironments (line 33994) | func (r *RequiredDeploymentsRuleParameters) GetRequiredDeploymentEnviron... method GetReviewer (line 34002) | func (r *RequiredReviewer) GetReviewer() any { method GetType (line 34010) | func (r *RequiredReviewer) GetType() string { method GetAppID (line 34018) | func (r *RequiredStatusCheck) GetAppID() int64 { method GetContext (line 34026) | func (r *RequiredStatusCheck) GetContext() string { method GetChecks (line 34034) | func (r *RequiredStatusChecks) GetChecks() []*RequiredStatusCheck { method GetContexts (line 34042) | func (r *RequiredStatusChecks) GetContexts() []string { method GetContextsURL (line 34050) | func (r *RequiredStatusChecks) GetContextsURL() string { method GetStrict (line 34058) | func (r *RequiredStatusChecks) GetStrict() bool { method GetURL (line 34066) | func (r *RequiredStatusChecks) GetURL() string { method GetParameters (line 34074) | func (r *RequiredStatusChecksBranchRule) GetParameters() RequiredStatusC... method GetFrom (line 34082) | func (r *RequiredStatusChecksChanges) GetFrom() []string { method GetFrom (line 34090) | func (r *RequiredStatusChecksEnforcementLevelChanges) GetFrom() string { method GetChecks (line 34098) | func (r *RequiredStatusChecksRequest) GetChecks() []*RequiredStatusCheck { method GetContexts (line 34106) | func (r *RequiredStatusChecksRequest) GetContexts() []string { method GetStrict (line 34114) | func (r *RequiredStatusChecksRequest) GetStrict() bool { method GetDoNotEnforceOnCreate (line 34122) | func (r *RequiredStatusChecksRuleParameters) GetDoNotEnforceOnCreate() b... method GetRequiredStatusChecks (line 34130) | func (r *RequiredStatusChecksRuleParameters) GetRequiredStatusChecks() [... method GetStrictRequiredStatusChecksPolicy (line 34138) | func (r *RequiredStatusChecksRuleParameters) GetStrictRequiredStatusChec... method GetFrom (line 34146) | func (r *RequireLastPushApprovalChanges) GetFrom() bool { method GetEnabled (line 34154) | func (r *RequireLinearHistory) GetEnabled() bool { method GetAfter (line 34162) | func (r *Response) GetAfter() string { method GetBefore (line 34170) | func (r *Response) GetBefore() string { method GetCursor (line 34178) | func (r *Response) GetCursor() string { method GetFirstPage (line 34186) | func (r *Response) GetFirstPage() int { method GetLastPage (line 34194) | func (r *Response) GetLastPage() int { method GetNextPage (line 34202) | func (r *Response) GetNextPage() int { method GetNextPageToken (line 34210) | func (r *Response) GetNextPageToken() string { method GetPrevPage (line 34218) | func (r *Response) GetPrevPage() int { method GetRate (line 34226) | func (r *Response) GetRate() Rate { method GetTokenExpiration (line 34234) | func (r *Response) GetTokenExpiration() Timestamp { method GetComment (line 34242) | func (r *ReviewCustomDeploymentProtectionRuleRequest) GetComment() string { method GetEnvironmentName (line 34250) | func (r *ReviewCustomDeploymentProtectionRuleRequest) GetEnvironmentName... method GetState (line 34258) | func (r *ReviewCustomDeploymentProtectionRuleRequest) GetState() string { method GetTeams (line 34266) | func (r *Reviewers) GetTeams() []*Team { method GetUsers (line 34274) | func (r *Reviewers) GetUsers() []*User { method GetNodeID (line 34282) | func (r *ReviewersRequest) GetNodeID() string { method GetReviewers (line 34290) | func (r *ReviewersRequest) GetReviewers() []string { method GetTeamReviewers (line 34298) | func (r *ReviewersRequest) GetTeamReviewers() []string { method GetAction (line 34306) | func (r *ReviewPersonalAccessTokenRequestOptions) GetAction() string { method GetReason (line 34314) | func (r *ReviewPersonalAccessTokenRequestOptions) GetReason() string { method GetDescription (line 34322) | func (r *Rule) GetDescription() string { method GetFullDescription (line 34330) | func (r *Rule) GetFullDescription() string { method GetHelp (line 34338) | func (r *Rule) GetHelp() string { method GetID (line 34346) | func (r *Rule) GetID() string { method GetName (line 34354) | func (r *Rule) GetName() string { method GetSecuritySeverityLevel (line 34362) | func (r *Rule) GetSecuritySeverityLevel() string { method GetSeverity (line 34370) | func (r *Rule) GetSeverity() string { method GetTags (line 34378) | func (r *Rule) GetTags() []string { method GetAlertsThreshold (line 34386) | func (r *RuleCodeScanningTool) GetAlertsThreshold() CodeScanningAlertsTh... method GetSecurityAlertsThreshold (line 34394) | func (r *RuleCodeScanningTool) GetSecurityAlertsThreshold() CodeScanning... method GetTool (line 34402) | func (r *RuleCodeScanningTool) GetTool() string { method GetFilePatterns (line 34410) | func (r *RulesetRequiredReviewer) GetFilePatterns() []string { method GetMinimumApprovals (line 34418) | func (r *RulesetRequiredReviewer) GetMinimumApprovals() int { method GetReviewer (line 34426) | func (r *RulesetRequiredReviewer) GetReviewer() *RulesetReviewer { method GetID (line 34434) | func (r *RulesetReviewer) GetID() int64 { method GetType (line 34442) | func (r *RulesetReviewer) GetType() *RulesetReviewerType { method GetContext (line 34450) | func (r *RuleStatusCheck) GetContext() string { method GetIntegrationID (line 34458) | func (r *RuleStatusCheck) GetIntegrationID() int64 { method GetPath (line 34466) | func (r *RuleWorkflow) GetPath() string { method GetRef (line 34474) | func (r *RuleWorkflow) GetRef() string { method GetRepositoryID (line 34482) | func (r *RuleWorkflow) GetRepositoryID() int64 { method GetSHA (line 34490) | func (r *RuleWorkflow) GetSHA() string { method GetBusy (line 34498) | func (r *Runner) GetBusy() bool { method GetID (line 34506) | func (r *Runner) GetID() int64 { method GetLabels (line 34514) | func (r *Runner) GetLabels() []*RunnerLabels { method GetName (line 34522) | func (r *Runner) GetName() string { method GetOS (line 34530) | func (r *Runner) GetOS() string { method GetStatus (line 34538) | func (r *Runner) GetStatus() string { method GetArchitecture (line 34546) | func (r *RunnerApplicationDownload) GetArchitecture() string { method GetDownloadURL (line 34554) | func (r *RunnerApplicationDownload) GetDownloadURL() string { method GetFilename (line 34562) | func (r *RunnerApplicationDownload) GetFilename() string { method GetOS (line 34570) | func (r *RunnerApplicationDownload) GetOS() string { method GetSHA256Checksum (line 34578) | func (r *RunnerApplicationDownload) GetSHA256Checksum() string { method GetTempDownloadToken (line 34586) | func (r *RunnerApplicationDownload) GetTempDownloadToken() string { method GetAllowsPublicRepositories (line 34594) | func (r *RunnerGroup) GetAllowsPublicRepositories() bool { method GetDefault (line 34602) | func (r *RunnerGroup) GetDefault() bool { method GetHostedRunnersURL (line 34610) | func (r *RunnerGroup) GetHostedRunnersURL() string { method GetID (line 34618) | func (r *RunnerGroup) GetID() int64 { method GetInherited (line 34626) | func (r *RunnerGroup) GetInherited() bool { method GetName (line 34634) | func (r *RunnerGroup) GetName() string { method GetNetworkConfigurationID (line 34642) | func (r *RunnerGroup) GetNetworkConfigurationID() string { method GetRestrictedToWorkflows (line 34650) | func (r *RunnerGroup) GetRestrictedToWorkflows() bool { method GetRunnersURL (line 34658) | func (r *RunnerGroup) GetRunnersURL() string { method GetSelectedRepositoriesURL (line 34666) | func (r *RunnerGroup) GetSelectedRepositoriesURL() string { method GetSelectedWorkflows (line 34674) | func (r *RunnerGroup) GetSelectedWorkflows() []string { method GetVisibility (line 34682) | func (r *RunnerGroup) GetVisibility() string { method GetWorkflowRestrictionsReadOnly (line 34690) | func (r *RunnerGroup) GetWorkflowRestrictionsReadOnly() bool { method GetRunnerGroups (line 34698) | func (r *RunnerGroups) GetRunnerGroups() []*RunnerGroup { method GetTotalCount (line 34706) | func (r *RunnerGroups) GetTotalCount() int { method GetID (line 34714) | func (r *RunnerLabels) GetID() int64 { method GetName (line 34722) | func (r *RunnerLabels) GetName() string { method GetType (line 34730) | func (r *RunnerLabels) GetType() string { method GetRunners (line 34738) | func (r *Runners) GetRunners() []*Runner { method GetTotalCount (line 34746) | func (r *Runners) GetTotalCount() int { method GetCheckoutURI (line 34754) | func (s *SarifAnalysis) GetCheckoutURI() string { method GetCommitSHA (line 34762) | func (s *SarifAnalysis) GetCommitSHA() string { method GetRef (line 34770) | func (s *SarifAnalysis) GetRef() string { method GetSarif (line 34778) | func (s *SarifAnalysis) GetSarif() string { method GetStartedAt (line 34786) | func (s *SarifAnalysis) GetStartedAt() Timestamp { method GetToolName (line 34794) | func (s *SarifAnalysis) GetToolName() string { method GetID (line 34802) | func (s *SarifID) GetID() string { method GetURL (line 34810) | func (s *SarifID) GetURL() string { method GetAnalysesURL (line 34818) | func (s *SARIFUpload) GetAnalysesURL() string { method GetProcessingStatus (line 34826) | func (s *SARIFUpload) GetProcessingStatus() string { method GetSBOM (line 34834) | func (s *SBOM) GetSBOM() *SBOMInfo { method GetCreationInfo (line 34842) | func (s *SBOMInfo) GetCreationInfo() *CreationInfo { method GetDataLicense (line 34850) | func (s *SBOMInfo) GetDataLicense() string { method GetDocumentDescribes (line 34858) | func (s *SBOMInfo) GetDocumentDescribes() []string { method GetDocumentNamespace (line 34866) | func (s *SBOMInfo) GetDocumentNamespace() string { method GetName (line 34874) | func (s *SBOMInfo) GetName() string { method GetPackages (line 34882) | func (s *SBOMInfo) GetPackages() []*RepoDependencies { method GetRelationships (line 34890) | func (s *SBOMInfo) GetRelationships() []*SBOMRelationship { method GetSPDXID (line 34898) | func (s *SBOMInfo) GetSPDXID() string { method GetSPDXVersion (line 34906) | func (s *SBOMInfo) GetSPDXVersion() string { method GetRelatedSPDXElement (line 34914) | func (s *SBOMRelationship) GetRelatedSPDXElement() string { method GetRelationshipType (line 34922) | func (s *SBOMRelationship) GetRelationshipType() string { method GetSPDXElementID (line 34930) | func (s *SBOMRelationship) GetSPDXElementID() string { method GetAnalysisKey (line 34938) | func (s *ScanningAnalysis) GetAnalysisKey() string { method GetCategory (line 34946) | func (s *ScanningAnalysis) GetCategory() string { method GetCommitSHA (line 34954) | func (s *ScanningAnalysis) GetCommitSHA() string { method GetCreatedAt (line 34962) | func (s *ScanningAnalysis) GetCreatedAt() Timestamp { method GetDeletable (line 34970) | func (s *ScanningAnalysis) GetDeletable() bool { method GetEnvironment (line 34978) | func (s *ScanningAnalysis) GetEnvironment() string { method GetError (line 34986) | func (s *ScanningAnalysis) GetError() string { method GetID (line 34994) | func (s *ScanningAnalysis) GetID() int64 { method GetRef (line 35002) | func (s *ScanningAnalysis) GetRef() string { method GetResultsCount (line 35010) | func (s *ScanningAnalysis) GetResultsCount() int { method GetRulesCount (line 35018) | func (s *ScanningAnalysis) GetRulesCount() int { method GetSarifID (line 35026) | func (s *ScanningAnalysis) GetSarifID() string { method GetTool (line 35034) | func (s *ScanningAnalysis) GetTool() *Tool { method GetURL (line 35042) | func (s *ScanningAnalysis) GetURL() string { method GetWarning (line 35050) | func (s *ScanningAnalysis) GetWarning() string { method GetOperations (line 35058) | func (s *SCIMEnterpriseAttribute) GetOperations() []*SCIMEnterpriseAttri... method GetSchemas (line 35066) | func (s *SCIMEnterpriseAttribute) GetSchemas() []string { method GetOp (line 35074) | func (s *SCIMEnterpriseAttributeOperation) GetOp() string { method GetPath (line 35082) | func (s *SCIMEnterpriseAttributeOperation) GetPath() string { method GetValue (line 35090) | func (s *SCIMEnterpriseAttributeOperation) GetValue() any { method GetDisplay (line 35098) | func (s *SCIMEnterpriseDisplayReference) GetDisplay() string { method GetRef (line 35106) | func (s *SCIMEnterpriseDisplayReference) GetRef() string { method GetValue (line 35114) | func (s *SCIMEnterpriseDisplayReference) GetValue() string { method GetDisplayName (line 35122) | func (s *SCIMEnterpriseGroupAttributes) GetDisplayName() string { method GetExternalID (line 35130) | func (s *SCIMEnterpriseGroupAttributes) GetExternalID() string { method GetID (line 35138) | func (s *SCIMEnterpriseGroupAttributes) GetID() string { method GetMembers (line 35146) | func (s *SCIMEnterpriseGroupAttributes) GetMembers() []*SCIMEnterpriseDi... method GetMeta (line 35154) | func (s *SCIMEnterpriseGroupAttributes) GetMeta() *SCIMEnterpriseMeta { method GetSchemas (line 35162) | func (s *SCIMEnterpriseGroupAttributes) GetSchemas() []string { method GetItemsPerPage (line 35170) | func (s *SCIMEnterpriseGroups) GetItemsPerPage() int { method GetResources (line 35178) | func (s *SCIMEnterpriseGroups) GetResources() []*SCIMEnterpriseGroupAttr... method GetSchemas (line 35186) | func (s *SCIMEnterpriseGroups) GetSchemas() []string { method GetStartIndex (line 35194) | func (s *SCIMEnterpriseGroups) GetStartIndex() int { method GetTotalResults (line 35202) | func (s *SCIMEnterpriseGroups) GetTotalResults() int { method GetCreated (line 35210) | func (s *SCIMEnterpriseMeta) GetCreated() Timestamp { method GetLastModified (line 35218) | func (s *SCIMEnterpriseMeta) GetLastModified() Timestamp { method GetLocation (line 35226) | func (s *SCIMEnterpriseMeta) GetLocation() string { method GetResourceType (line 35234) | func (s *SCIMEnterpriseMeta) GetResourceType() string { method GetActive (line 35242) | func (s *SCIMEnterpriseUserAttributes) GetActive() bool { method GetDisplayName (line 35250) | func (s *SCIMEnterpriseUserAttributes) GetDisplayName() string { method GetEmails (line 35258) | func (s *SCIMEnterpriseUserAttributes) GetEmails() []*SCIMEnterpriseUser... method GetExternalID (line 35266) | func (s *SCIMEnterpriseUserAttributes) GetExternalID() string { method GetGroups (line 35274) | func (s *SCIMEnterpriseUserAttributes) GetGroups() []*SCIMEnterpriseDisp... method GetID (line 35282) | func (s *SCIMEnterpriseUserAttributes) GetID() string { method GetMeta (line 35290) | func (s *SCIMEnterpriseUserAttributes) GetMeta() *SCIMEnterpriseMeta { method GetName (line 35298) | func (s *SCIMEnterpriseUserAttributes) GetName() *SCIMEnterpriseUserName { method GetRoles (line 35306) | func (s *SCIMEnterpriseUserAttributes) GetRoles() []*SCIMEnterpriseUserR... method GetSchemas (line 35314) | func (s *SCIMEnterpriseUserAttributes) GetSchemas() []string { method GetUserName (line 35322) | func (s *SCIMEnterpriseUserAttributes) GetUserName() string { method GetPrimary (line 35330) | func (s *SCIMEnterpriseUserEmail) GetPrimary() bool { method GetType (line 35338) | func (s *SCIMEnterpriseUserEmail) GetType() string { method GetValue (line 35346) | func (s *SCIMEnterpriseUserEmail) GetValue() string { method GetFamilyName (line 35354) | func (s *SCIMEnterpriseUserName) GetFamilyName() string { method GetFormatted (line 35362) | func (s *SCIMEnterpriseUserName) GetFormatted() string { method GetGivenName (line 35370) | func (s *SCIMEnterpriseUserName) GetGivenName() string { method GetMiddleName (line 35378) | func (s *SCIMEnterpriseUserName) GetMiddleName() string { method GetDisplay (line 35386) | func (s *SCIMEnterpriseUserRole) GetDisplay() string { method GetPrimary (line 35394) | func (s *SCIMEnterpriseUserRole) GetPrimary() bool { method GetType (line 35402) | func (s *SCIMEnterpriseUserRole) GetType() string { method GetValue (line 35410) | func (s *SCIMEnterpriseUserRole) GetValue() string { method GetItemsPerPage (line 35418) | func (s *SCIMEnterpriseUsers) GetItemsPerPage() int { method GetResources (line 35426) | func (s *SCIMEnterpriseUsers) GetResources() []*SCIMEnterpriseUserAttrib... method GetSchemas (line 35434) | func (s *SCIMEnterpriseUsers) GetSchemas() []string { method GetStartIndex (line 35442) | func (s *SCIMEnterpriseUsers) GetStartIndex() int { method GetTotalResults (line 35450) | func (s *SCIMEnterpriseUsers) GetTotalResults() int { method GetCreated (line 35458) | func (s *SCIMMeta) GetCreated() Timestamp { method GetLastModified (line 35466) | func (s *SCIMMeta) GetLastModified() Timestamp { method GetLocation (line 35474) | func (s *SCIMMeta) GetLocation() string { method GetResourceType (line 35482) | func (s *SCIMMeta) GetResourceType() string { method GetItemsPerPage (line 35490) | func (s *SCIMProvisionedIdentities) GetItemsPerPage() int { method GetResources (line 35498) | func (s *SCIMProvisionedIdentities) GetResources() []*SCIMUserAttributes { method GetSchemas (line 35506) | func (s *SCIMProvisionedIdentities) GetSchemas() []string { method GetStartIndex (line 35514) | func (s *SCIMProvisionedIdentities) GetStartIndex() int { method GetTotalResults (line 35522) | func (s *SCIMProvisionedIdentities) GetTotalResults() int { method GetActive (line 35530) | func (s *SCIMUserAttributes) GetActive() bool { method GetDisplayName (line 35538) | func (s *SCIMUserAttributes) GetDisplayName() string { method GetEmails (line 35546) | func (s *SCIMUserAttributes) GetEmails() []*SCIMUserEmail { method GetExternalID (line 35554) | func (s *SCIMUserAttributes) GetExternalID() string { method GetGroups (line 35562) | func (s *SCIMUserAttributes) GetGroups() []string { method GetID (line 35570) | func (s *SCIMUserAttributes) GetID() string { method GetMeta (line 35578) | func (s *SCIMUserAttributes) GetMeta() *SCIMMeta { method GetName (line 35586) | func (s *SCIMUserAttributes) GetName() SCIMUserName { method GetRoles (line 35594) | func (s *SCIMUserAttributes) GetRoles() []*SCIMUserRole { method GetSchemas (line 35602) | func (s *SCIMUserAttributes) GetSchemas() []string { method GetUserName (line 35610) | func (s *SCIMUserAttributes) GetUserName() string { method GetPrimary (line 35618) | func (s *SCIMUserEmail) GetPrimary() bool { method GetType (line 35626) | func (s *SCIMUserEmail) GetType() string { method GetValue (line 35634) | func (s *SCIMUserEmail) GetValue() string { method GetFamilyName (line 35642) | func (s *SCIMUserName) GetFamilyName() string { method GetFormatted (line 35650) | func (s *SCIMUserName) GetFormatted() string { method GetGivenName (line 35658) | func (s *SCIMUserName) GetGivenName() string { method GetDisplay (line 35666) | func (s *SCIMUserRole) GetDisplay() string { method GetPrimary (line 35674) | func (s *SCIMUserRole) GetPrimary() bool { method GetType (line 35682) | func (s *SCIMUserRole) GetType() string { method GetValue (line 35690) | func (s *SCIMUserRole) GetValue() string { method GetAdvancedSearch (line 35698) | func (s *SearchOptions) GetAdvancedSearch() bool { method GetOrder (line 35706) | func (s *SearchOptions) GetOrder() string { method GetSort (line 35714) | func (s *SearchOptions) GetSort() string { method GetTextMatch (line 35722) | func (s *SearchOptions) GetTextMatch() bool { method GetSeatsCreated (line 35730) | func (s *SeatAssignments) GetSeatsCreated() int { method GetSeatsCancelled (line 35738) | func (s *SeatCancellations) GetSeatsCancelled() int { method GetCreatedAt (line 35746) | func (s *Secret) GetCreatedAt() Timestamp { method GetName (line 35754) | func (s *Secret) GetName() string { method GetSelectedRepositoriesURL (line 35762) | func (s *Secret) GetSelectedRepositoriesURL() string { method GetUpdatedAt (line 35770) | func (s *Secret) GetUpdatedAt() Timestamp { method GetVisibility (line 35778) | func (s *Secret) GetVisibility() string { method GetSecrets (line 35786) | func (s *Secrets) GetSecrets() []*Secret { method GetTotalCount (line 35794) | func (s *Secrets) GetTotalCount() int { method GetStatus (line 35802) | func (s *SecretScanning) GetStatus() string { method GetCreatedAt (line 35810) | func (s *SecretScanningAlert) GetCreatedAt() Timestamp { method GetFirstLocationDetected (line 35818) | func (s *SecretScanningAlert) GetFirstLocationDetected() *SecretScanning... method GetHasMoreLocations (line 35826) | func (s *SecretScanningAlert) GetHasMoreLocations() bool { method GetHTMLURL (line 35834) | func (s *SecretScanningAlert) GetHTMLURL() string { method GetIsBase64Encoded (line 35842) | func (s *SecretScanningAlert) GetIsBase64Encoded() bool { method GetLocationsURL (line 35850) | func (s *SecretScanningAlert) GetLocationsURL() string { method GetMultiRepo (line 35858) | func (s *SecretScanningAlert) GetMultiRepo() bool { method GetNumber (line 35866) | func (s *SecretScanningAlert) GetNumber() int { method GetPubliclyLeaked (line 35874) | func (s *SecretScanningAlert) GetPubliclyLeaked() bool { method GetPushProtectionBypassed (line 35882) | func (s *SecretScanningAlert) GetPushProtectionBypassed() bool { method GetPushProtectionBypassedAt (line 35890) | func (s *SecretScanningAlert) GetPushProtectionBypassedAt() Timestamp { method GetPushProtectionBypassedBy (line 35898) | func (s *SecretScanningAlert) GetPushProtectionBypassedBy() *User { method GetPushProtectionBypassRequestComment (line 35906) | func (s *SecretScanningAlert) GetPushProtectionBypassRequestComment() st... method GetPushProtectionBypassRequestHTMLURL (line 35914) | func (s *SecretScanningAlert) GetPushProtectionBypassRequestHTMLURL() st... method GetPushProtectionBypassRequestReviewer (line 35922) | func (s *SecretScanningAlert) GetPushProtectionBypassRequestReviewer() *... method GetPushProtectionBypassRequestReviewerComment (line 35930) | func (s *SecretScanningAlert) GetPushProtectionBypassRequestReviewerComm... method GetRepository (line 35938) | func (s *SecretScanningAlert) GetRepository() *Repository { method GetResolution (line 35946) | func (s *SecretScanningAlert) GetResolution() string { method GetResolutionComment (line 35954) | func (s *SecretScanningAlert) GetResolutionComment() string { method GetResolvedAt (line 35962) | func (s *SecretScanningAlert) GetResolvedAt() Timestamp { method GetResolvedBy (line 35970) | func (s *SecretScanningAlert) GetResolvedBy() *User { method GetSecret (line 35978) | func (s *SecretScanningAlert) GetSecret() string { method GetSecretType (line 35986) | func (s *SecretScanningAlert) GetSecretType() string { method GetSecretTypeDisplayName (line 35994) | func (s *SecretScanningAlert) GetSecretTypeDisplayName() string { method GetState (line 36002) | func (s *SecretScanningAlert) GetState() string { method GetUpdatedAt (line 36010) | func (s *SecretScanningAlert) GetUpdatedAt() Timestamp { method GetURL (line 36018) | func (s *SecretScanningAlert) GetURL() string { method GetValidity (line 36026) | func (s *SecretScanningAlert) GetValidity() string { method GetAction (line 36034) | func (s *SecretScanningAlertEvent) GetAction() string { method GetAlert (line 36042) | func (s *SecretScanningAlertEvent) GetAlert() *SecretScanningAlert { method GetEnterprise (line 36050) | func (s *SecretScanningAlertEvent) GetEnterprise() *Enterprise { method GetInstallation (line 36058) | func (s *SecretScanningAlertEvent) GetInstallation() *Installation { method GetOrganization (line 36066) | func (s *SecretScanningAlertEvent) GetOrganization() *Organization { method GetRepo (line 36074) | func (s *SecretScanningAlertEvent) GetRepo() *Repository { method GetSender (line 36082) | func (s *SecretScanningAlertEvent) GetSender() *User { method GetDirection (line 36090) | func (s *SecretScanningAlertListOptions) GetDirection() string { method GetIsMultiRepo (line 36098) | func (s *SecretScanningAlertListOptions) GetIsMultiRepo() bool { method GetIsPubliclyLeaked (line 36106) | func (s *SecretScanningAlertListOptions) GetIsPubliclyLeaked() bool { method GetResolution (line 36114) | func (s *SecretScanningAlertListOptions) GetResolution() string { method GetSecretType (line 36122) | func (s *SecretScanningAlertListOptions) GetSecretType() string { method GetSort (line 36130) | func (s *SecretScanningAlertListOptions) GetSort() string { method GetState (line 36138) | func (s *SecretScanningAlertListOptions) GetState() string { method GetValidity (line 36146) | func (s *SecretScanningAlertListOptions) GetValidity() string { method GetDetails (line 36154) | func (s *SecretScanningAlertLocation) GetDetails() *SecretScanningAlertL... method GetType (line 36162) | func (s *SecretScanningAlertLocation) GetType() string { method GetBlobSHA (line 36170) | func (s *SecretScanningAlertLocationDetails) GetBlobSHA() string { method GetBlobURL (line 36178) | func (s *SecretScanningAlertLocationDetails) GetBlobURL() string { method GetCommitSHA (line 36186) | func (s *SecretScanningAlertLocationDetails) GetCommitSHA() string { method GetCommitURL (line 36194) | func (s *SecretScanningAlertLocationDetails) GetCommitURL() string { method GetEndColumn (line 36202) | func (s *SecretScanningAlertLocationDetails) GetEndColumn() int { method GetEndLine (line 36210) | func (s *SecretScanningAlertLocationDetails) GetEndLine() int { method GetPath (line 36218) | func (s *SecretScanningAlertLocationDetails) GetPath() string { method GetPullRequestCommentURL (line 36226) | func (s *SecretScanningAlertLocationDetails) GetPullRequestCommentURL() ... method GetStartColumn (line 36234) | func (s *SecretScanningAlertLocationDetails) GetStartColumn() int { method GetStartline (line 36242) | func (s *SecretScanningAlertLocationDetails) GetStartline() int { method GetAction (line 36250) | func (s *SecretScanningAlertLocationEvent) GetAction() string { method GetAlert (line 36258) | func (s *SecretScanningAlertLocationEvent) GetAlert() *SecretScanningAle... method GetInstallation (line 36266) | func (s *SecretScanningAlertLocationEvent) GetInstallation() *Installati... method GetLocation (line 36274) | func (s *SecretScanningAlertLocationEvent) GetLocation() *SecretScanning... method GetOrganization (line 36282) | func (s *SecretScanningAlertLocationEvent) GetOrganization() *Organizati... method GetRepo (line 36290) | func (s *SecretScanningAlertLocationEvent) GetRepo() *Repository { method GetSender (line 36298) | func (s *SecretScanningAlertLocationEvent) GetSender() *User { method GetResolution (line 36306) | func (s *SecretScanningAlertUpdateOptions) GetResolution() string { method GetResolutionComment (line 36314) | func (s *SecretScanningAlertUpdateOptions) GetResolutionComment() string { method GetState (line 36322) | func (s *SecretScanningAlertUpdateOptions) GetState() string { method GetCustomPatternVersion (line 36330) | func (s *SecretScanningCustomPatternSetting) GetCustomPatternVersion() s... method GetPushProtectionSetting (line 36338) | func (s *SecretScanningCustomPatternSetting) GetPushProtectionSetting() ... method GetTokenType (line 36346) | func (s *SecretScanningCustomPatternSetting) GetTokenType() string { method GetReviewers (line 36354) | func (s *SecretScanningDelegatedBypassOptions) GetReviewers() []*BypassR... method GetCustomPatternOverrides (line 36362) | func (s *SecretScanningPatternConfigs) GetCustomPatternOverrides() []*Se... method GetPatternConfigVersion (line 36370) | func (s *SecretScanningPatternConfigs) GetPatternConfigVersion() string { method GetProviderPatternOverrides (line 36378) | func (s *SecretScanningPatternConfigs) GetProviderPatternOverrides() []*... method GetPatternConfigVersion (line 36386) | func (s *SecretScanningPatternConfigsUpdate) GetPatternConfigVersion() s... method GetCustomPatternSettings (line 36394) | func (s *SecretScanningPatternConfigsUpdateOptions) GetCustomPatternSett... method GetPatternConfigVersion (line 36402) | func (s *SecretScanningPatternConfigsUpdateOptions) GetPatternConfigVers... method GetProviderPatternSettings (line 36410) | func (s *SecretScanningPatternConfigsUpdateOptions) GetProviderPatternSe... method GetAlertTotal (line 36418) | func (s *SecretScanningPatternOverride) GetAlertTotal() int { method GetAlertTotalPercentage (line 36426) | func (s *SecretScanningPatternOverride) GetAlertTotalPercentage() int { method GetBypassrate (line 36434) | func (s *SecretScanningPatternOverride) GetBypassrate() int { method GetCustomPatternVersion (line 36442) | func (s *SecretScanningPatternOverride) GetCustomPatternVersion() string { method GetDefaultSetting (line 36450) | func (s *SecretScanningPatternOverride) GetDefaultSetting() string { method GetDisplayName (line 36458) | func (s *SecretScanningPatternOverride) GetDisplayName() string { method GetEnterpriseSetting (line 36466) | func (s *SecretScanningPatternOverride) GetEnterpriseSetting() string { method GetFalsePositiveRate (line 36474) | func (s *SecretScanningPatternOverride) GetFalsePositiveRate() int { method GetFalsePositives (line 36482) | func (s *SecretScanningPatternOverride) GetFalsePositives() int { method GetSetting (line 36490) | func (s *SecretScanningPatternOverride) GetSetting() string { method GetSlug (line 36498) | func (s *SecretScanningPatternOverride) GetSlug() string { method GetTokenType (line 36506) | func (s *SecretScanningPatternOverride) GetTokenType() string { method GetPushProtectionSetting (line 36514) | func (s *SecretScanningProviderPatternSetting) GetPushProtectionSetting(... method GetTokenType (line 36522) | func (s *SecretScanningProviderPatternSetting) GetTokenType() string { method GetStatus (line 36530) | func (s *SecretScanningPushProtection) GetStatus() string { method GetBackfillScans (line 36538) | func (s *SecretScanningScanHistory) GetBackfillScans() []*SecretsScan { method GetCustomPatternBackfillScans (line 36546) | func (s *SecretScanningScanHistory) GetCustomPatternBackfillScans() []*C... method GetIncrementalScans (line 36554) | func (s *SecretScanningScanHistory) GetIncrementalScans() []*SecretsScan { method GetPatternUpdateScans (line 36562) | func (s *SecretScanningScanHistory) GetPatternUpdateScans() []*SecretsSc... method GetStatus (line 36570) | func (s *SecretScanningValidityChecks) GetStatus() string { method GetCompletedAt (line 36578) | func (s *SecretsScan) GetCompletedAt() Timestamp { method GetStartedAt (line 36586) | func (s *SecretsScan) GetStartedAt() Timestamp { method GetStatus (line 36594) | func (s *SecretsScan) GetStatus() string { method GetType (line 36602) | func (s *SecretsScan) GetType() string { method GetAuthor (line 36610) | func (s *SecurityAdvisory) GetAuthor() *User { method GetClosedAt (line 36618) | func (s *SecurityAdvisory) GetClosedAt() Timestamp { method GetCollaboratingTeams (line 36626) | func (s *SecurityAdvisory) GetCollaboratingTeams() []*Team { method GetCollaboratingUsers (line 36634) | func (s *SecurityAdvisory) GetCollaboratingUsers() []*User { method GetCreatedAt (line 36642) | func (s *SecurityAdvisory) GetCreatedAt() Timestamp { method GetCredits (line 36650) | func (s *SecurityAdvisory) GetCredits() []*RepoAdvisoryCredit { method GetCreditsDetailed (line 36658) | func (s *SecurityAdvisory) GetCreditsDetailed() []*RepoAdvisoryCreditDet... method GetCVEID (line 36666) | func (s *SecurityAdvisory) GetCVEID() string { method GetCVSS (line 36674) | func (s *SecurityAdvisory) GetCVSS() *AdvisoryCVSS { method GetCWEIDs (line 36682) | func (s *SecurityAdvisory) GetCWEIDs() []string { method GetCWEs (line 36690) | func (s *SecurityAdvisory) GetCWEs() []*AdvisoryCWEs { method GetDescription (line 36698) | func (s *SecurityAdvisory) GetDescription() string { method GetGHSAID (line 36706) | func (s *SecurityAdvisory) GetGHSAID() string { method GetHTMLURL (line 36714) | func (s *SecurityAdvisory) GetHTMLURL() string { method GetIdentifiers (line 36722) | func (s *SecurityAdvisory) GetIdentifiers() []*AdvisoryIdentifier { method GetPrivateFork (line 36730) | func (s *SecurityAdvisory) GetPrivateFork() *Repository { method GetPublishedAt (line 36738) | func (s *SecurityAdvisory) GetPublishedAt() Timestamp { method GetPublisher (line 36746) | func (s *SecurityAdvisory) GetPublisher() *User { method GetReferences (line 36754) | func (s *SecurityAdvisory) GetReferences() []*AdvisoryReference { method GetSeverity (line 36762) | func (s *SecurityAdvisory) GetSeverity() string { method GetState (line 36770) | func (s *SecurityAdvisory) GetState() string { method GetSubmission (line 36778) | func (s *SecurityAdvisory) GetSubmission() *SecurityAdvisorySubmission { method GetSummary (line 36786) | func (s *SecurityAdvisory) GetSummary() string { method GetUpdatedAt (line 36794) | func (s *SecurityAdvisory) GetUpdatedAt() Timestamp { method GetURL (line 36802) | func (s *SecurityAdvisory) GetURL() string { method GetVulnerabilities (line 36810) | func (s *SecurityAdvisory) GetVulnerabilities() []*AdvisoryVulnerability { method GetWithdrawnAt (line 36818) | func (s *SecurityAdvisory) GetWithdrawnAt() Timestamp { method GetAction (line 36826) | func (s *SecurityAdvisoryEvent) GetAction() string { method GetEnterprise (line 36834) | func (s *SecurityAdvisoryEvent) GetEnterprise() *Enterprise { method GetInstallation (line 36842) | func (s *SecurityAdvisoryEvent) GetInstallation() *Installation { method GetOrganization (line 36850) | func (s *SecurityAdvisoryEvent) GetOrganization() *Organization { method GetRepository (line 36858) | func (s *SecurityAdvisoryEvent) GetRepository() *Repository { method GetSecurityAdvisory (line 36866) | func (s *SecurityAdvisoryEvent) GetSecurityAdvisory() *SecurityAdvisory { method GetSender (line 36874) | func (s *SecurityAdvisoryEvent) GetSender() *User { method GetAccepted (line 36882) | func (s *SecurityAdvisorySubmission) GetAccepted() bool { method GetAdvancedSecurity (line 36890) | func (s *SecurityAndAnalysis) GetAdvancedSecurity() *AdvancedSecurity { method GetDependabotSecurityUpdates (line 36898) | func (s *SecurityAndAnalysis) GetDependabotSecurityUpdates() *Dependabot... method GetSecretScanning (line 36906) | func (s *SecurityAndAnalysis) GetSecretScanning() *SecretScanning { method GetSecretScanningPushProtection (line 36914) | func (s *SecurityAndAnalysis) GetSecretScanningPushProtection() *SecretS... method GetSecretScanningValidityChecks (line 36922) | func (s *SecurityAndAnalysis) GetSecretScanningValidityChecks() *SecretS... method GetFrom (line 36930) | func (s *SecurityAndAnalysisChange) GetFrom() *SecurityAndAnalysisChange... method GetSecurityAndAnalysis (line 36938) | func (s *SecurityAndAnalysisChangeFrom) GetSecurityAndAnalysis() *Securi... method GetChanges (line 36946) | func (s *SecurityAndAnalysisEvent) GetChanges() *SecurityAndAnalysisChan... method GetEnterprise (line 36954) | func (s *SecurityAndAnalysisEvent) GetEnterprise() *Enterprise { method GetInstallation (line 36962) | func (s *SecurityAndAnalysisEvent) GetInstallation() *Installation { method GetOrganization (line 36970) | func (s *SecurityAndAnalysisEvent) GetOrganization() *Organization { method GetRepository (line 36978) | func (s *SecurityAndAnalysisEvent) GetRepository() *Repository { method GetSender (line 36986) | func (s *SecurityAndAnalysisEvent) GetSender() *User { method GetRepositories (line 36994) | func (s *SelectedReposList) GetRepositories() []*Repository { method GetTotalCount (line 37002) | func (s *SelectedReposList) GetTotalCount() int { method GetRepositories (line 37010) | func (s *SelfHostedRunnersAllowedRepos) GetRepositories() []*Repository { method GetTotalCount (line 37018) | func (s *SelfHostedRunnersAllowedRepos) GetTotalCount() int { method GetEnabledRepositories (line 37026) | func (s *SelfHostedRunnersSettingsOrganization) GetEnabledRepositories()... method GetSelectedRepositoriesURL (line 37034) | func (s *SelfHostedRunnersSettingsOrganization) GetSelectedRepositoriesU... method GetEnabledRepositories (line 37042) | func (s *SelfHostedRunnersSettingsOrganizationOpt) GetEnabledRepositorie... method GetDisableSelfHostedRunnersForAllOrgs (line 37050) | func (s *SelfHostRunnerPermissionsEnterprise) GetDisableSelfHostedRunner... method GetServerInstances (line 37058) | func (s *ServerInstanceProperties) GetServerInstances() *ServerInstances { method GetItems (line 37066) | func (s *ServerInstances) GetItems() *ServiceInstanceItems { method GetType (line 37074) | func (s *ServerInstances) GetType() string { method GetHostname (line 37082) | func (s *ServerItemProperties) GetHostname() string { method GetLastSync (line 37090) | func (s *ServerItemProperties) GetLastSync() *LastLicenseSync { method GetServerID (line 37098) | func (s *ServerItemProperties) GetServerID() string { method GetProperties (line 37106) | func (s *ServiceInstanceItems) GetProperties() *ServerItemProperties { method GetType (line 37114) | func (s *ServiceInstanceItems) GetType() string { method GetSelectedOrganizationIDs (line 37122) | func (s *SetOrgAccessRunnerGroupRequest) GetSelectedOrganizationIDs() []... method GetSelectedRepositoryIDs (line 37130) | func (s *SetRepoAccessRunnerGroupRequest) GetSelectedRepositoryIDs() []i... method GetRunners (line 37138) | func (s *SetRunnerGroupRunnersRequest) GetRunners() []int64 { method GetFrom (line 37146) | func (s *SignatureRequirementEnforcementLevelChanges) GetFrom() string { method GetEnabled (line 37154) | func (s *SignaturesProtectedBranch) GetEnabled() bool { method GetURL (line 37162) | func (s *SignaturesProtectedBranch) GetURL() string { method GetPayload (line 37170) | func (s *SignatureVerification) GetPayload() string { method GetReason (line 37178) | func (s *SignatureVerification) GetReason() string { method GetSignature (line 37186) | func (s *SignatureVerification) GetSignature() string { method GetVerified (line 37194) | func (s *SignatureVerification) GetVerified() bool { method GetNegate (line 37202) | func (s *SimplePatternRuleParameters) GetNegate() bool { method GetPattern (line 37210) | func (s *SimplePatternRuleParameters) GetPattern() string { method GetProvider (line 37218) | func (s *SocialAccount) GetProvider() string { method GetURL (line 37226) | func (s *SocialAccount) GetURL() string { method GetActor (line 37234) | func (s *Source) GetActor() *User { method GetID (line 37242) | func (s *Source) GetID() int64 { method GetIssue (line 37250) | func (s *Source) GetIssue() *Issue { method GetType (line 37258) | func (s *Source) GetType() string { method GetURL (line 37266) | func (s *Source) GetURL() string { method GetEmail (line 37274) | func (s *SourceImportAuthor) GetEmail() string { method GetID (line 37282) | func (s *SourceImportAuthor) GetID() int64 { method GetImportURL (line 37290) | func (s *SourceImportAuthor) GetImportURL() string { method GetName (line 37298) | func (s *SourceImportAuthor) GetName() string { method GetRemoteID (line 37306) | func (s *SourceImportAuthor) GetRemoteID() string { method GetRemoteName (line 37314) | func (s *SourceImportAuthor) GetRemoteName() string { method GetURL (line 37322) | func (s *SourceImportAuthor) GetURL() string { method GetDomain (line 37330) | func (s *SplunkConfig) GetDomain() string { method GetEncryptedToken (line 37338) | func (s *SplunkConfig) GetEncryptedToken() string { method GetKeyID (line 37346) | func (s *SplunkConfig) GetKeyID() string { method GetPort (line 37354) | func (s *SplunkConfig) GetPort() uint16 { method GetSSLVerify (line 37362) | func (s *SplunkConfig) GetSSLVerify() bool { method GetPrivacyLevel (line 37370) | func (s *SponsorshipChanges) GetPrivacyLevel() string { method GetTier (line 37378) | func (s *SponsorshipChanges) GetTier() *SponsorshipTier { method GetAction (line 37386) | func (s *SponsorshipEvent) GetAction() string { method GetChanges (line 37394) | func (s *SponsorshipEvent) GetChanges() *SponsorshipChanges { method GetEffectiveDate (line 37402) | func (s *SponsorshipEvent) GetEffectiveDate() string { method GetInstallation (line 37410) | func (s *SponsorshipEvent) GetInstallation() *Installation { method GetOrganization (line 37418) | func (s *SponsorshipEvent) GetOrganization() *Organization { method GetRepository (line 37426) | func (s *SponsorshipEvent) GetRepository() *Repository { method GetSender (line 37434) | func (s *SponsorshipEvent) GetSender() *User { method GetFrom (line 37442) | func (s *SponsorshipTier) GetFrom() string { method GetKey (line 37450) | func (s *SSHKeyOptions) GetKey() string { method GetHostname (line 37458) | func (s *SSHKeyStatus) GetHostname() string { method GetMessage (line 37466) | func (s *SSHKeyStatus) GetMessage() string { method GetModified (line 37474) | func (s *SSHKeyStatus) GetModified() bool { method GetUUID (line 37482) | func (s *SSHKeyStatus) GetUUID() string { method GetCreatedAt (line 37490) | func (s *SSHSigningKey) GetCreatedAt() Timestamp { method GetID (line 37498) | func (s *SSHSigningKey) GetID() int64 { method GetKey (line 37506) | func (s *SSHSigningKey) GetKey() string { method GetTitle (line 37514) | func (s *SSHSigningKey) GetTitle() string { method GetAction (line 37522) | func (s *StarEvent) GetAction() string { method GetInstallation (line 37530) | func (s *StarEvent) GetInstallation() *Installation { method GetOrg (line 37538) | func (s *StarEvent) GetOrg() *Organization { method GetRepo (line 37546) | func (s *StarEvent) GetRepo() *Repository { method GetSender (line 37554) | func (s *StarEvent) GetSender() *User { method GetStarredAt (line 37562) | func (s *StarEvent) GetStarredAt() Timestamp { method GetStarredAt (line 37570) | func (s *Stargazer) GetStarredAt() Timestamp { method GetUser (line 37578) | func (s *Stargazer) GetUser() *User { method GetRepository (line 37586) | func (s *StarredRepository) GetRepository() *Repository { method GetStarredAt (line 37594) | func (s *StarredRepository) GetStarredAt() Timestamp { method GetBranches (line 37602) | func (s *StatusEvent) GetBranches() []*Branch { method GetCommit (line 37610) | func (s *StatusEvent) GetCommit() *RepositoryCommit { method GetContext (line 37618) | func (s *StatusEvent) GetContext() string { method GetCreatedAt (line 37626) | func (s *StatusEvent) GetCreatedAt() Timestamp { method GetDescription (line 37634) | func (s *StatusEvent) GetDescription() string { method GetID (line 37642) | func (s *StatusEvent) GetID() int64 { method GetInstallation (line 37650) | func (s *StatusEvent) GetInstallation() *Installation { method GetName (line 37658) | func (s *StatusEvent) GetName() string { method GetOrg (line 37666) | func (s *StatusEvent) GetOrg() *Organization { method GetRepo (line 37674) | func (s *StatusEvent) GetRepo() *Repository { method GetSender (line 37682) | func (s *StatusEvent) GetSender() *User { method GetSHA (line 37690) | func (s *StatusEvent) GetSHA() string { method GetState (line 37698) | func (s *StatusEvent) GetState() string { method GetTargetURL (line 37706) | func (s *StatusEvent) GetTargetURL() string { method GetUpdatedAt (line 37714) | func (s *StatusEvent) GetUpdatedAt() Timestamp { method GetDaysLeftInBillingCycle (line 37722) | func (s *StorageBilling) GetDaysLeftInBillingCycle() int { method GetEstimatedPaidStorageForMonth (line 37730) | func (s *StorageBilling) GetEstimatedPaidStorageForMonth() int { method GetEstimatedStorageForMonth (line 37738) | func (s *StorageBilling) GetEstimatedStorageForMonth() int { method GetAfterID (line 37746) | func (s *SubIssueRequest) GetAfterID() int64 { method GetBeforeID (line 37754) | func (s *SubIssueRequest) GetBeforeID() int64 { method GetReplaceParent (line 37762) | func (s *SubIssueRequest) GetReplaceParent() bool { method GetSubIssueID (line 37770) | func (s *SubIssueRequest) GetSubIssueID() int64 { method GetCreatedAt (line 37778) | func (s *Subscription) GetCreatedAt() Timestamp { method GetIgnored (line 37786) | func (s *Subscription) GetIgnored() bool { method GetReason (line 37794) | func (s *Subscription) GetReason() string { method GetRepositoryURL (line 37802) | func (s *Subscription) GetRepositoryURL() string { method GetSubscribed (line 37810) | func (s *Subscription) GetSubscribed() bool { method GetThreadURL (line 37818) | func (s *Subscription) GetThreadURL() string { method GetURL (line 37826) | func (s *Subscription) GetURL() string { method GetNodes (line 37834) | func (s *SystemRequirements) GetNodes() []*SystemRequirementsNode { method GetStatus (line 37842) | func (s *SystemRequirements) GetStatus() string { method GetHostname (line 37850) | func (s *SystemRequirementsNode) GetHostname() string { method GetRolesStatus (line 37858) | func (s *SystemRequirementsNode) GetRolesStatus() []*SystemRequirementsN... method GetStatus (line 37866) | func (s *SystemRequirementsNode) GetStatus() string { method GetRole (line 37874) | func (s *SystemRequirementsNodeRoleStatus) GetRole() string { method GetStatus (line 37882) | func (s *SystemRequirementsNodeRoleStatus) GetStatus() string { method GetMessage (line 37890) | func (t *Tag) GetMessage() string { method GetNodeID (line 37898) | func (t *Tag) GetNodeID() string { method GetObject (line 37906) | func (t *Tag) GetObject() *GitObject { method GetSHA (line 37914) | func (t *Tag) GetSHA() string { method GetTag (line 37922) | func (t *Tag) GetTag() string { method GetTagger (line 37930) | func (t *Tag) GetTagger() *CommitAuthor { method GetURL (line 37938) | func (t *Tag) GetURL() string { method GetVerification (line 37946) | func (t *Tag) GetVerification() *SignatureVerification { method GetID (line 37954) | func (t *TagProtection) GetID() int64 { method GetPattern (line 37962) | func (t *TagProtection) GetPattern() string { method GetCompletedAt (line 37970) | func (t *TaskStep) GetCompletedAt() Timestamp { method GetConclusion (line 37978) | func (t *TaskStep) GetConclusion() string { method GetName (line 37986) | func (t *TaskStep) GetName() string { method GetNumber (line 37994) | func (t *TaskStep) GetNumber() int64 { method GetStartedAt (line 38002) | func (t *TaskStep) GetStartedAt() Timestamp { method GetStatus (line 38010) | func (t *TaskStep) GetStatus() string { method GetAssignment (line 38018) | func (t *Team) GetAssignment() string { method GetDescription (line 38026) | func (t *Team) GetDescription() string { method GetHTMLURL (line 38034) | func (t *Team) GetHTMLURL() string { method GetID (line 38042) | func (t *Team) GetID() int64 { method GetLDAPDN (line 38050) | func (t *Team) GetLDAPDN() string { method GetMembersCount (line 38058) | func (t *Team) GetMembersCount() int { method GetMembersURL (line 38066) | func (t *Team) GetMembersURL() string { method GetName (line 38074) | func (t *Team) GetName() string { method GetNodeID (line 38082) | func (t *Team) GetNodeID() string { method GetNotificationSetting (line 38090) | func (t *Team) GetNotificationSetting() string { method GetOrganization (line 38098) | func (t *Team) GetOrganization() *Organization { method GetParent (line 38106) | func (t *Team) GetParent() *Team { method GetPermission (line 38114) | func (t *Team) GetPermission() string { method GetPermissions (line 38122) | func (t *Team) GetPermissions() map[string]bool { method GetPrivacy (line 38130) | func (t *Team) GetPrivacy() string { method GetReposCount (line 38138) | func (t *Team) GetReposCount() int { method GetRepositoriesURL (line 38146) | func (t *Team) GetRepositoriesURL() string { method GetSlug (line 38154) | func (t *Team) GetSlug() string { method GetType (line 38162) | func (t *Team) GetType() string { method GetURL (line 38170) | func (t *Team) GetURL() string { method GetInstallation (line 38178) | func (t *TeamAddEvent) GetInstallation() *Installation { method GetOrg (line 38186) | func (t *TeamAddEvent) GetOrg() *Organization { method GetRepo (line 38194) | func (t *TeamAddEvent) GetRepo() *Repository { method GetSender (line 38202) | func (t *TeamAddEvent) GetSender() *User { method GetTeam (line 38210) | func (t *TeamAddEvent) GetTeam() *Team { method GetRole (line 38218) | func (t *TeamAddTeamMembershipOptions) GetRole() string { method GetPermission (line 38226) | func (t *TeamAddTeamRepoOptions) GetPermission() string { method GetDescription (line 38234) | func (t *TeamChange) GetDescription() *TeamDescription { method GetName (line 38242) | func (t *TeamChange) GetName() *TeamName { method GetPrivacy (line 38250) | func (t *TeamChange) GetPrivacy() *TeamPrivacy { method GetRepository (line 38258) | func (t *TeamChange) GetRepository() *TeamRepository { method GetFrom (line 38266) | func (t *TeamDescription) GetFrom() string { method GetAuthor (line 38274) | func (t *TeamDiscussion) GetAuthor() *User { method GetBody (line 38282) | func (t *TeamDiscussion) GetBody() string { method GetBodyHTML (line 38290) | func (t *TeamDiscussion) GetBodyHTML() string { method GetBodyVersion (line 38298) | func (t *TeamDiscussion) GetBodyVersion() string { method GetCommentsCount (line 38306) | func (t *TeamDiscussion) GetCommentsCount() int { method GetCommentsURL (line 38314) | func (t *TeamDiscussion) GetCommentsURL() string { method GetCreatedAt (line 38322) | func (t *TeamDiscussion) GetCreatedAt() Timestamp { method GetHTMLURL (line 38330) | func (t *TeamDiscussion) GetHTMLURL() string { method GetLastEditedAt (line 38338) | func (t *TeamDiscussion) GetLastEditedAt() Timestamp { method GetNodeID (line 38346) | func (t *TeamDiscussion) GetNodeID() string { method GetNumber (line 38354) | func (t *TeamDiscussion) GetNumber() int { method GetPinned (line 38362) | func (t *TeamDiscussion) GetPinned() bool { method GetPrivate (line 38370) | func (t *TeamDiscussion) GetPrivate() bool { method GetReactions (line 38378) | func (t *TeamDiscussion) GetReactions() *Reactions { method GetTeamURL (line 38386) | func (t *TeamDiscussion) GetTeamURL() string { method GetTitle (line 38394) | func (t *TeamDiscussion) GetTitle() string { method GetUpdatedAt (line 38402) | func (t *TeamDiscussion) GetUpdatedAt() Timestamp { method GetURL (line 38410) | func (t *TeamDiscussion) GetURL() string { method GetAction (line 38418) | func (t *TeamEvent) GetAction() string { method GetChanges (line 38426) | func (t *TeamEvent) GetChanges() *TeamChange { method GetInstallation (line 38434) | func (t *TeamEvent) GetInstallation() *Installation { method GetOrg (line 38442) | func (t *TeamEvent) GetOrg() *Organization { method GetRepo (line 38450) | func (t *TeamEvent) GetRepo() *Repository { method GetSender (line 38458) | func (t *TeamEvent) GetSender() *User { method GetTeam (line 38466) | func (t *TeamEvent) GetTeam() *Team { method GetDescription (line 38474) | func (t *TeamLDAPMapping) GetDescription() string { method GetID (line 38482) | func (t *TeamLDAPMapping) GetID() int64 { method GetLDAPDN (line 38490) | func (t *TeamLDAPMapping) GetLDAPDN() string { method GetMembersURL (line 38498) | func (t *TeamLDAPMapping) GetMembersURL() string { method GetName (line 38506) | func (t *TeamLDAPMapping) GetName() string { method GetPermission (line 38514) | func (t *TeamLDAPMapping) GetPermission() string { method GetPrivacy (line 38522) | func (t *TeamLDAPMapping) GetPrivacy() string { method GetRepositoriesURL (line 38530) | func (t *TeamLDAPMapping) GetRepositoriesURL() string { method GetSlug (line 38538) | func (t *TeamLDAPMapping) GetSlug() string { method GetURL (line 38546) | func (t *TeamLDAPMapping) GetURL() string { method GetRole (line 38554) | func (t *TeamListTeamMembersOptions) GetRole() string { method GetFrom (line 38562) | func (t *TeamName) GetFrom() string { method GetFrom (line 38570) | func (t *TeamPermissions) GetFrom() *TeamPermissionsFrom { method GetAdmin (line 38578) | func (t *TeamPermissionsFrom) GetAdmin() bool { method GetPull (line 38586) | func (t *TeamPermissionsFrom) GetPull() bool { method GetPush (line 38594) | func (t *TeamPermissionsFrom) GetPush() bool { method GetFrom (line 38602) | func (t *TeamPrivacy) GetFrom() string { method GetPermission (line 38610) | func (t *TeamProjectOptions) GetPermission() string { method GetPermissions (line 38618) | func (t *TeamRepository) GetPermissions() *TeamPermissions { method GetDescription (line 38626) | func (t *TemplateRepoRequest) GetDescription() string { method GetIncludeAllBranches (line 38634) | func (t *TemplateRepoRequest) GetIncludeAllBranches() bool { method GetName (line 38642) | func (t *TemplateRepoRequest) GetName() string { method GetOwner (line 38650) | func (t *TemplateRepoRequest) GetOwner() string { method GetPrivate (line 38658) | func (t *TemplateRepoRequest) GetPrivate() bool { method GetFragment (line 38666) | func (t *TextMatch) GetFragment() string { method GetMatches (line 38674) | func (t *TextMatch) GetMatches() []*Match { method GetObjectType (line 38682) | func (t *TextMatch) GetObjectType() string { method GetObjectURL (line 38690) | func (t *TextMatch) GetObjectURL() string { method GetProperty (line 38698) | func (t *TextMatch) GetProperty() string { method GetActor (line 38706) | func (t *Timeline) GetActor() *User { method GetAssignee (line 38714) | func (t *Timeline) GetAssignee() *User { method GetAssigner (line 38722) | func (t *Timeline) GetAssigner() *User { method GetAuthor (line 38730) | func (t *Timeline) GetAuthor() *CommitAuthor { method GetBody (line 38738) | func (t *Timeline) GetBody() string { method GetCommitID (line 38746) | func (t *Timeline) GetCommitID() string { method GetCommitter (line 38754) | func (t *Timeline) GetCommitter() *CommitAuthor { method GetCommitURL (line 38762) | func (t *Timeline) GetCommitURL() string { method GetCreatedAt (line 38770) | func (t *Timeline) GetCreatedAt() Timestamp { method GetEvent (line 38778) | func (t *Timeline) GetEvent() string { method GetID (line 38786) | func (t *Timeline) GetID() int64 { method GetLabel (line 38794) | func (t *Timeline) GetLabel() *Label { method GetMessage (line 38802) | func (t *Timeline) GetMessage() string { method GetMilestone (line 38810) | func (t *Timeline) GetMilestone() *Milestone { method GetParents (line 38818) | func (t *Timeline) GetParents() []*Commit { method GetPerformedViaGithubApp (line 38826) | func (t *Timeline) GetPerformedViaGithubApp() *App { method GetRename (line 38834) | func (t *Timeline) GetRename() *Rename { method GetRequestedTeam (line 38842) | func (t *Timeline) GetRequestedTeam() *Team { method GetRequester (line 38850) | func (t *Timeline) GetRequester() *User { method GetReviewer (line 38858) | func (t *Timeline) GetReviewer() *User { method GetSHA (line 38866) | func (t *Timeline) GetSHA() string { method GetSource (line 38874) | func (t *Timeline) GetSource() *Source { method GetState (line 38882) | func (t *Timeline) GetState() string { method GetSubmittedAt (line 38890) | func (t *Timeline) GetSubmittedAt() Timestamp { method GetURL (line 38898) | func (t *Timeline) GetURL() string { method GetUser (line 38906) | func (t *Timeline) GetUser() *User { method GetGUID (line 38914) | func (t *Tool) GetGUID() string { method GetName (line 38922) | func (t *Tool) GetName() string { method GetVersion (line 38930) | func (t *Tool) GetVersion() string { method GetCreatedAt (line 38938) | func (t *TopicResult) GetCreatedAt() Timestamp { method GetCreatedBy (line 38946) | func (t *TopicResult) GetCreatedBy() string { method GetCurated (line 38954) | func (t *TopicResult) GetCurated() bool { method GetDescription (line 38962) | func (t *TopicResult) GetDescription() string { method GetDisplayName (line 38970) | func (t *TopicResult) GetDisplayName() string { method GetFeatured (line 38978) | func (t *TopicResult) GetFeatured() bool { method GetName (line 38986) | func (t *TopicResult) GetName() string { method GetScore (line 38994) | func (t *TopicResult) GetScore() float64 { method GetShortDescription (line 39002) | func (t *TopicResult) GetShortDescription() string { method GetUpdatedAt (line 39010) | func (t *TopicResult) GetUpdatedAt() string { method GetIncompleteResults (line 39018) | func (t *TopicsSearchResult) GetIncompleteResults() bool { method GetTopics (line 39026) | func (t *TopicsSearchResult) GetTopics() []*TopicResult { method GetTotal (line 39034) | func (t *TopicsSearchResult) GetTotal() int { method GetTotalActiveCachesCount (line 39042) | func (t *TotalCacheUsage) GetTotalActiveCachesCount() int { method GetTotalActiveCachesUsageSizeInBytes (line 39050) | func (t *TotalCacheUsage) GetTotalActiveCachesUsageSizeInBytes() int64 { method GetPer (line 39058) | func (t *TrafficBreakdownOptions) GetPer() string { method GetClones (line 39066) | func (t *TrafficClones) GetClones() []*TrafficData { method GetCount (line 39074) | func (t *TrafficClones) GetCount() int { method GetUniques (line 39082) | func (t *TrafficClones) GetUniques() int { method GetCount (line 39090) | func (t *TrafficData) GetCount() int { method GetTimestamp (line 39098) | func (t *TrafficData) GetTimestamp() Timestamp { method GetUniques (line 39106) | func (t *TrafficData) GetUniques() int { method GetCount (line 39114) | func (t *TrafficPath) GetCount() int { method GetPath (line 39122) | func (t *TrafficPath) GetPath() string { method GetTitle (line 39130) | func (t *TrafficPath) GetTitle() string { method GetUniques (line 39138) | func (t *TrafficPath) GetUniques() int { method GetCount (line 39146) | func (t *TrafficReferrer) GetCount() int { method GetReferrer (line 39154) | func (t *TrafficReferrer) GetReferrer() string { method GetUniques (line 39162) | func (t *TrafficReferrer) GetUniques() int { method GetCount (line 39170) | func (t *TrafficViews) GetCount() int { method GetUniques (line 39178) | func (t *TrafficViews) GetUniques() int { method GetViews (line 39186) | func (t *TrafficViews) GetViews() []*TrafficData { method GetNewName (line 39194) | func (t *TransferRequest) GetNewName() string { method GetNewOwner (line 39202) | func (t *TransferRequest) GetNewOwner() string { method GetTeamID (line 39210) | func (t *TransferRequest) GetTeamID() []int64 { method GetEntries (line 39218) | func (t *Tree) GetEntries() []*TreeEntry { method GetSHA (line 39226) | func (t *Tree) GetSHA() string { method GetTruncated (line 39234) | func (t *Tree) GetTruncated() bool { method GetContent (line 39242) | func (t *TreeEntry) GetContent() string { method GetMode (line 39250) | func (t *TreeEntry) GetMode() string { method GetPath (line 39258) | func (t *TreeEntry) GetPath() string { method GetSHA (line 39266) | func (t *TreeEntry) GetSHA() string { method GetSize (line 39274) | func (t *TreeEntry) GetSize() int { method GetType (line 39282) | func (t *TreeEntry) GetType() string { method GetURL (line 39290) | func (t *TreeEntry) GetURL() string { method GetClientID (line 39298) | func (u *UnauthenticatedRateLimitedTransport) GetClientID() string { method GetClientSecret (line 39306) | func (u *UnauthenticatedRateLimitedTransport) GetClientSecret() string { method GetRepositorySelection (line 39314) | func (u *UpdateAppInstallationRepositoriesOptions) GetRepositorySelectio... method GetSelectedRepositoryIDs (line 39322) | func (u *UpdateAppInstallationRepositoriesOptions) GetSelectedRepository... method GetOp (line 39330) | func (u *UpdateAttributeForSCIMUserOperations) GetOp() string { method GetPath (line 39338) | func (u *UpdateAttributeForSCIMUserOperations) GetPath() string { method GetValue (line 39346) | func (u *UpdateAttributeForSCIMUserOperations) GetValue() json.RawMessage { method GetOperations (line 39354) | func (u *UpdateAttributeForSCIMUserOptions) GetOperations() UpdateAttrib... method GetSchemas (line 39362) | func (u *UpdateAttributeForSCIMUserOptions) GetSchemas() []string { method GetParameters (line 39370) | func (u *UpdateBranchRule) GetParameters() UpdateRuleParameters { method GetActions (line 39378) | func (u *UpdateCheckRunOptions) GetActions() []*CheckRunAction { method GetCompletedAt (line 39386) | func (u *UpdateCheckRunOptions) GetCompletedAt() Timestamp { method GetConclusion (line 39394) | func (u *UpdateCheckRunOptions) GetConclusion() string { method GetDetailsURL (line 39402) | func (u *UpdateCheckRunOptions) GetDetailsURL() string { method GetExternalID (line 39410) | func (u *UpdateCheckRunOptions) GetExternalID() string { method GetName (line 39418) | func (u *UpdateCheckRunOptions) GetName() string { method GetOutput (line 39426) | func (u *UpdateCheckRunOptions) GetOutput() *CheckRunOutput { method GetStatus (line 39434) | func (u *UpdateCheckRunOptions) GetStatus() string { method GetMachine (line 39442) | func (u *UpdateCodespaceOptions) GetMachine() string { method GetRecentFolders (line 39450) | func (u *UpdateCodespaceOptions) GetRecentFolders() []string { method GetBaseRole (line 39458) | func (u *UpdateCustomOrgRoleRequest) GetBaseRole() string { method GetDescription (line 39466) | func (u *UpdateCustomOrgRoleRequest) GetDescription() string { method GetName (line 39474) | func (u *UpdateCustomOrgRoleRequest) GetName() string { method GetPermissions (line 39482) | func (u *UpdateCustomOrgRoleRequest) GetPermissions() []string { method GetLanguages (line 39490) | func (u *UpdateDefaultSetupConfigurationOptions) GetLanguages() []string { method GetQuerySuite (line 39498) | func (u *UpdateDefaultSetupConfigurationOptions) GetQuerySuite() string { method GetState (line 39506) | func (u *UpdateDefaultSetupConfigurationOptions) GetState() string { method GetRunID (line 39514) | func (u *UpdateDefaultSetupConfigurationResponse) GetRunID() int64 { method GetRunURL (line 39522) | func (u *UpdateDefaultSetupConfigurationResponse) GetRunURL() string { method GetAllowsPublicRepositories (line 39530) | func (u *UpdateEnterpriseRunnerGroupRequest) GetAllowsPublicRepositories... method GetName (line 39538) | func (u *UpdateEnterpriseRunnerGroupRequest) GetName() string { method GetNetworkConfigurationID (line 39546) | func (u *UpdateEnterpriseRunnerGroupRequest) GetNetworkConfigurationID()... method GetRestrictedToWorkflows (line 39554) | func (u *UpdateEnterpriseRunnerGroupRequest) GetRestrictedToWorkflows() ... method GetSelectedWorkflows (line 39562) | func (u *UpdateEnterpriseRunnerGroupRequest) GetSelectedWorkflows() []st... method GetVisibility (line 39570) | func (u *UpdateEnterpriseRunnerGroupRequest) GetVisibility() string { method GetEnableStaticIP (line 39578) | func (u *UpdateHostedRunnerRequest) GetEnableStaticIP() bool { method GetImageID (line 39586) | func (u *UpdateHostedRunnerRequest) GetImageID() string { method GetImageVersion (line 39594) | func (u *UpdateHostedRunnerRequest) GetImageVersion() string { method GetMaximumRunners (line 39602) | func (u *UpdateHostedRunnerRequest) GetMaximumRunners() int64 { method GetName (line 39610) | func (u *UpdateHostedRunnerRequest) GetName() string { method GetRunnerGroupID (line 39618) | func (u *UpdateHostedRunnerRequest) GetRunnerGroupID() int64 { method GetSize (line 39626) | func (u *UpdateHostedRunnerRequest) GetSize() string { method GetEncryptedValue (line 39634) | func (u *UpdateOrganizationPrivateRegistry) GetEncryptedValue() string { method GetKeyID (line 39642) | func (u *UpdateOrganizationPrivateRegistry) GetKeyID() string { method GetRegistryType (line 39650) | func (u *UpdateOrganizationPrivateRegistry) GetRegistryType() string { method GetSelectedRepositoryIDs (line 39658) | func (u *UpdateOrganizationPrivateRegistry) GetSelectedRepositoryIDs() [... method GetURL (line 39666) | func (u *UpdateOrganizationPrivateRegistry) GetURL() string { method GetUsername (line 39674) | func (u *UpdateOrganizationPrivateRegistry) GetUsername() string { method GetVisibility (line 39682) | func (u *UpdateOrganizationPrivateRegistry) GetVisibility() *PrivateRegi... method GetArchived (line 39690) | func (u *UpdateProjectItemOptions) GetArchived() bool { method GetFields (line 39698) | func (u *UpdateProjectItemOptions) GetFields() []*UpdateProjectV2Field { method GetID (line 39706) | func (u *UpdateProjectV2Field) GetID() int64 { method GetValue (line 39714) | func (u *UpdateProjectV2Field) GetValue() any { method GetForce (line 39722) | func (u *UpdateRef) GetForce() bool { method GetSHA (line 39730) | func (u *UpdateRef) GetSHA() string { method GetUpdateAllowsFetchAndMerge (line 39738) | func (u *UpdateRuleParameters) GetUpdateAllowsFetchAndMerge() bool { method GetAllowsPublicRepositories (line 39746) | func (u *UpdateRunnerGroupRequest) GetAllowsPublicRepositories() bool { method GetName (line 39754) | func (u *UpdateRunnerGroupRequest) GetName() string { method GetNetworkConfigurationID (line 39762) | func (u *UpdateRunnerGroupRequest) GetNetworkConfigurationID() string { method GetRestrictedToWorkflows (line 39770) | func (u *UpdateRunnerGroupRequest) GetRestrictedToWorkflows() bool { method GetSelectedWorkflows (line 39778) | func (u *UpdateRunnerGroupRequest) GetSelectedWorkflows() []string { method GetVisibility (line 39786) | func (u *UpdateRunnerGroupRequest) GetVisibility() string { method GetLicense (line 39794) | func (u *UploadLicenseOptions) GetLicense() string { method GetLabel (line 39802) | func (u *UploadOptions) GetLabel() string { method GetMediaType (line 39810) | func (u *UploadOptions) GetMediaType() string { method GetName (line 39818) | func (u *UploadOptions) GetName() string { method GetDate (line 39826) | func (u *UsageItem) GetDate() string { method GetDiscountAmount (line 39834) | func (u *UsageItem) GetDiscountAmount() float64 { method GetGrossAmount (line 39842) | func (u *UsageItem) GetGrossAmount() float64 { method GetNetAmount (line 39850) | func (u *UsageItem) GetNetAmount() float64 { method GetOrganizationName (line 39858) | func (u *UsageItem) GetOrganizationName() string { method GetPricePerUnit (line 39866) | func (u *UsageItem) GetPricePerUnit() float64 { method GetProduct (line 39874) | func (u *UsageItem) GetProduct() string { method GetQuantity (line 39882) | func (u *UsageItem) GetQuantity() float64 { method GetRepositoryName (line 39890) | func (u *UsageItem) GetRepositoryName() string { method GetSKU (line 39898) | func (u *UsageItem) GetSKU() string { method GetUnitType (line 39906) | func (u *UsageItem) GetUnitType() string { method GetUsageItems (line 39914) | func (u *UsageReport) GetUsageItems() []*UsageItem { method GetDay (line 39922) | func (u *UsageReportOptions) GetDay() int { method GetHour (line 39930) | func (u *UsageReportOptions) GetHour() int { method GetMonth (line 39938) | func (u *UsageReportOptions) GetMonth() int { method GetYear (line 39946) | func (u *UsageReportOptions) GetYear() int { method GetAssignment (line 39954) | func (u *User) GetAssignment() string { method GetAvatarURL (line 39962) | func (u *User) GetAvatarURL() string { method GetBio (line 39970) | func (u *User) GetBio() string { method GetBlog (line 39978) | func (u *User) GetBlog() string { method GetCollaborators (line 39986) | func (u *User) GetCollaborators() int { method GetCompany (line 39994) | func (u *User) GetCompany() string { method GetCreatedAt (line 40002) | func (u *User) GetCreatedAt() Timestamp { method GetDiskUsage (line 40010) | func (u *User) GetDiskUsage() int { method GetEmail (line 40018) | func (u *User) GetEmail() string { method GetEventsURL (line 40026) | func (u *User) GetEventsURL() string { method GetFollowers (line 40034) | func (u *User) GetFollowers() int { method GetFollowersURL (line 40042) | func (u *User) GetFollowersURL() string { method GetFollowing (line 40050) | func (u *User) GetFollowing() int { method GetFollowingURL (line 40058) | func (u *User) GetFollowingURL() string { method GetGistsURL (line 40066) | func (u *User) GetGistsURL() string { method GetGravatarID (line 40074) | func (u *User) GetGravatarID() string { method GetHireable (line 40082) | func (u *User) GetHireable() bool { method GetHTMLURL (line 40090) | func (u *User) GetHTMLURL() string { method GetID (line 40098) | func (u *User) GetID() int64 { method GetInheritedFrom (line 40106) | func (u *User) GetInheritedFrom() []*Team { method GetLdapDn (line 40114) | func (u *User) GetLdapDn() string { method GetLocation (line 40122) | func (u *User) GetLocation() string { method GetLogin (line 40130) | func (u *User) GetLogin() string { method GetName (line 40138) | func (u *User) GetName() string { method GetNodeID (line 40146) | func (u *User) GetNodeID() string { method GetOrganizationsURL (line 40154) | func (u *User) GetOrganizationsURL() string { method GetOwnedPrivateRepos (line 40162) | func (u *User) GetOwnedPrivateRepos() int64 { method GetPermissions (line 40170) | func (u *User) GetPermissions() *RepositoryPermissions { method GetPlan (line 40178) | func (u *User) GetPlan() *Plan { method GetPrivateGists (line 40186) | func (u *User) GetPrivateGists() int { method GetPublicGists (line 40194) | func (u *User) GetPublicGists() int { method GetPublicRepos (line 40202) | func (u *User) GetPublicRepos() int { method GetReceivedEventsURL (line 40210) | func (u *User) GetReceivedEventsURL() string { method GetReposURL (line 40218) | func (u *User) GetReposURL() string { method GetRoleName (line 40226) | func (u *User) GetRoleName() string { method GetSiteAdmin (line 40234) | func (u *User) GetSiteAdmin() bool { method GetStarredURL (line 40242) | func (u *User) GetStarredURL() string { method GetSubscriptionsURL (line 40250) | func (u *User) GetSubscriptionsURL() string { method GetSuspendedAt (line 40258) | func (u *User) GetSuspendedAt() Timestamp { method GetTextMatches (line 40266) | func (u *User) GetTextMatches() []*TextMatch { method GetTotalPrivateRepos (line 40274) | func (u *User) GetTotalPrivateRepos() int64 { method GetTwitterUsername (line 40282) | func (u *User) GetTwitterUsername() string { method GetTwoFactorAuthentication (line 40290) | func (u *User) GetTwoFactorAuthentication() bool { method GetType (line 40298) | func (u *User) GetType() string { method GetUpdatedAt (line 40306) | func (u *User) GetUpdatedAt() Timestamp { method GetURL (line 40314) | func (u *User) GetURL() string { method GetApp (line 40322) | func (u *UserAuthorization) GetApp() *OAuthAPP { method GetCreatedAt (line 40330) | func (u *UserAuthorization) GetCreatedAt() Timestamp { method GetFingerprint (line 40338) | func (u *UserAuthorization) GetFingerprint() string { method GetHashedToken (line 40346) | func (u *UserAuthorization) GetHashedToken() string { method GetID (line 40354) | func (u *UserAuthorization) GetID() int64 { method GetNote (line 40362) | func (u *UserAuthorization) GetNote() string { method GetNoteURL (line 40370) | func (u *UserAuthorization) GetNoteURL() string { method GetScopes (line 40378) | func (u *UserAuthorization) GetScopes() []string { method GetToken (line 40386) | func (u *UserAuthorization) GetToken() string { method GetTokenLastEight (line 40394) | func (u *UserAuthorization) GetTokenLastEight() string { method GetUpdatedAt (line 40402) | func (u *UserAuthorization) GetUpdatedAt() Timestamp { method GetURL (line 40410) | func (u *UserAuthorization) GetURL() string { method GetMessage (line 40418) | func (u *UserContext) GetMessage() string { method GetOcticon (line 40426) | func (u *UserContext) GetOcticon() string { method GetEmail (line 40434) | func (u *UserEmail) GetEmail() string { method GetPrimary (line 40442) | func (u *UserEmail) GetPrimary() bool { method GetVerified (line 40450) | func (u *UserEmail) GetVerified() bool { method GetVisibility (line 40458) | func (u *UserEmail) GetVisibility() string { method GetAction (line 40466) | func (u *UserEvent) GetAction() string { method GetEnterprise (line 40474) | func (u *UserEvent) GetEnterprise() *Enterprise { method GetInstallation (line 40482) | func (u *UserEvent) GetInstallation() *Installation { method GetSender (line 40490) | func (u *UserEvent) GetSender() *User { method GetUser (line 40498) | func (u *UserEvent) GetUser() *User { method GetAvatarURL (line 40506) | func (u *UserLDAPMapping) GetAvatarURL() string { method GetEventsURL (line 40514) | func (u *UserLDAPMapping) GetEventsURL() string { method GetFollowersURL (line 40522) | func (u *UserLDAPMapping) GetFollowersURL() string { method GetFollowingURL (line 40530) | func (u *UserLDAPMapping) GetFollowingURL() string { method GetGistsURL (line 40538) | func (u *UserLDAPMapping) GetGistsURL() string { method GetGravatarID (line 40546) | func (u *UserLDAPMapping) GetGravatarID() string { method GetID (line 40554) | func (u *UserLDAPMapping) GetID() int64 { method GetLDAPDN (line 40562) | func (u *UserLDAPMapping) GetLDAPDN() string { method GetLogin (line 40570) | func (u *UserLDAPMapping) GetLogin() string { method GetOrganizationsURL (line 40578) | func (u *UserLDAPMapping) GetOrganizationsURL() string { method GetReceivedEventsURL (line 40586) | func (u *UserLDAPMapping) GetReceivedEventsURL() string { method GetReposURL (line 40594) | func (u *UserLDAPMapping) GetReposURL() string { method GetSiteAdmin (line 40602) | func (u *UserLDAPMapping) GetSiteAdmin() bool { method GetStarredURL (line 40610) | func (u *UserLDAPMapping) GetStarredURL() string { method GetSubscriptionsURL (line 40618) | func (u *UserLDAPMapping) GetSubscriptionsURL() string { method GetType (line 40626) | func (u *UserLDAPMapping) GetType() string { method GetURL (line 40634) | func (u *UserLDAPMapping) GetURL() string { method GetPerPage (line 40642) | func (u *UserListOptions) GetPerPage() int { method GetSince (line 40650) | func (u *UserListOptions) GetSince() int64 { method GetCreatedAt (line 40658) | func (u *UserMigration) GetCreatedAt() string { method GetExcludeAttachments (line 40666) | func (u *UserMigration) GetExcludeAttachments() bool { method GetGUID (line 40674) | func (u *UserMigration) GetGUID() string { method GetID (line 40682) | func (u *UserMigration) GetID() int64 { method GetLockRepositories (line 40690) | func (u *UserMigration) GetLockRepositories() bool { method GetRepositories (line 40698) | func (u *UserMigration) GetRepositories() []*Repository { method GetState (line 40706) | func (u *UserMigration) GetState() string { method GetUpdatedAt (line 40714) | func (u *UserMigration) GetUpdatedAt() string { method GetURL (line 40722) | func (u *UserMigration) GetURL() string { method GetExcludeAttachments (line 40730) | func (u *UserMigrationOptions) GetExcludeAttachments() bool { method GetLockRepositories (line 40738) | func (u *UserMigrationOptions) GetLockRepositories() bool { method GetIncompleteResults (line 40746) | func (u *UsersSearchResult) GetIncompleteResults() bool { method GetTotal (line 40754) | func (u *UsersSearchResult) GetTotal() int { method GetUsers (line 40762) | func (u *UsersSearchResult) GetUsers() []*User { method GetAdminUsers (line 40770) | func (u *UserStats) GetAdminUsers() int { method GetSuspendedUsers (line 40778) | func (u *UserStats) GetSuspendedUsers() int { method GetTotalUsers (line 40786) | func (u *UserStats) GetTotalUsers() int { method GetReason (line 40794) | func (u *UserSuspendOptions) GetReason() string { method GetEcosystem (line 40802) | func (v *VulnerabilityPackage) GetEcosystem() string { method GetName (line 40810) | func (v *VulnerabilityPackage) GetName() string { method GetAction (line 40818) | func (w *WatchEvent) GetAction() string { method GetInstallation (line 40826) | func (w *WatchEvent) GetInstallation() *Installation { method GetOrg (line 40834) | func (w *WatchEvent) GetOrg() *Organization { method GetRepo (line 40842) | func (w *WatchEvent) GetRepo() *Repository { method GetSender (line 40850) | func (w *WatchEvent) GetSender() *User { method GetDays (line 40858) | func (w *WeeklyCommitActivity) GetDays() []int { method GetTotal (line 40866) | func (w *WeeklyCommitActivity) GetTotal() int { method GetWeek (line 40874) | func (w *WeeklyCommitActivity) GetWeek() Timestamp { method GetAdditions (line 40882) | func (w *WeeklyStats) GetAdditions() int { method GetCommits (line 40890) | func (w *WeeklyStats) GetCommits() int { method GetDeletions (line 40898) | func (w *WeeklyStats) GetDeletions() int { method GetWeek (line 40906) | func (w *WeeklyStats) GetWeek() Timestamp { method GetBadgeURL (line 40914) | func (w *Workflow) GetBadgeURL() string { method GetCreatedAt (line 40922) | func (w *Workflow) GetCreatedAt() Timestamp { method GetHTMLURL (line 40930) | func (w *Workflow) GetHTMLURL() string { method GetID (line 40938) | func (w *Workflow) GetID() int64 { method GetName (line 40946) | func (w *Workflow) GetName() string { method GetNodeID (line 40954) | func (w *Workflow) GetNodeID() string { method GetPath (line 40962) | func (w *Workflow) GetPath() string { method GetState (line 40970) | func (w *Workflow) GetState() string { method GetUpdatedAt (line 40978) | func (w *Workflow) GetUpdatedAt() Timestamp { method GetURL (line 40986) | func (w *Workflow) GetURL() string { method GetTotalMS (line 40994) | func (w *WorkflowBill) GetTotalMS() int64 { method GetInputs (line 41002) | func (w *WorkflowDispatchEvent) GetInputs() json.RawMessage { method GetInstallation (line 41010) | func (w *WorkflowDispatchEvent) GetInstallation() *Installation { method GetOrg (line 41018) | func (w *WorkflowDispatchEvent) GetOrg() *Organization { method GetRef (line 41026) | func (w *WorkflowDispatchEvent) GetRef() string { method GetRepo (line 41034) | func (w *WorkflowDispatchEvent) GetRepo() *Repository { method GetSender (line 41042) | func (w *WorkflowDispatchEvent) GetSender() *User { method GetWorkflow (line 41050) | func (w *WorkflowDispatchEvent) GetWorkflow() string { method GetHTMLURL (line 41058) | func (w *WorkflowDispatchRunDetails) GetHTMLURL() string { method GetRunURL (line 41066) | func (w *WorkflowDispatchRunDetails) GetRunURL() string { method GetWorkflowRunID (line 41074) | func (w *WorkflowDispatchRunDetails) GetWorkflowRunID() int64 { method GetCheckRunURL (line 41082) | func (w *WorkflowJob) GetCheckRunURL() string { method GetCompletedAt (line 41090) | func (w *WorkflowJob) GetCompletedAt() Timestamp { method GetConclusion (line 41098) | func (w *WorkflowJob) GetConclusion() string { method GetCreatedAt (line 41106) | func (w *WorkflowJob) GetCreatedAt() Timestamp { method GetHeadBranch (line 41114) | func (w *WorkflowJob) GetHeadBranch() string { method GetHeadSHA (line 41122) | func (w *WorkflowJob) GetHeadSHA() string { method GetHTMLURL (line 41130) | func (w *WorkflowJob) GetHTMLURL() string { method GetID (line 41138) | func (w *WorkflowJob) GetID() int64 { method GetLabels (line 41146) | func (w *WorkflowJob) GetLabels() []string { method GetName (line 41154) | func (w *WorkflowJob) GetName() string { method GetNodeID (line 41162) | func (w *WorkflowJob) GetNodeID() string { method GetRunAttempt (line 41170) | func (w *WorkflowJob) GetRunAttempt() int64 { method GetRunID (line 41178) | func (w *WorkflowJob) GetRunID() int64 { method GetRunnerGroupID (line 41186) | func (w *WorkflowJob) GetRunnerGroupID() int64 { method GetRunnerGroupName (line 41194) | func (w *WorkflowJob) GetRunnerGroupName() string { method GetRunnerID (line 41202) | func (w *WorkflowJob) GetRunnerID() int64 { method GetRunnerName (line 41210) | func (w *WorkflowJob) GetRunnerName() string { method GetRunURL (line 41218) | func (w *WorkflowJob) GetRunURL() string { method GetStartedAt (line 41226) | func (w *WorkflowJob) GetStartedAt() Timestamp { method GetStatus (line 41234) | func (w *WorkflowJob) GetStatus() string { method GetSteps (line 41242) | func (w *WorkflowJob) GetSteps() []*TaskStep { method GetURL (line 41250) | func (w *WorkflowJob) GetURL() string { method GetWorkflowName (line 41258) | func (w *WorkflowJob) GetWorkflowName() string { method GetAction (line 41266) | func (w *WorkflowJobEvent) GetAction() string { method GetDeployment (line 41274) | func (w *WorkflowJobEvent) GetDeployment() *Deployment { method GetInstallation (line 41282) | func (w *WorkflowJobEvent) GetInstallation() *Installation { method GetOrg (line 41290) | func (w *WorkflowJobEvent) GetOrg() *Organization { method GetRepo (line 41298) | func (w *WorkflowJobEvent) GetRepo() *Repository { method GetSender (line 41306) | func (w *WorkflowJobEvent) GetSender() *User { method GetWorkflowJob (line 41314) | func (w *WorkflowJobEvent) GetWorkflowJob() *WorkflowJob { method GetConclusion (line 41322) | func (w *WorkflowJobRun) GetConclusion() string { method GetCreatedAt (line 41330) | func (w *WorkflowJobRun) GetCreatedAt() Timestamp { method GetEnvironment (line 41338) | func (w *WorkflowJobRun) GetEnvironment() string { method GetHTMLURL (line 41346) | func (w *WorkflowJobRun) GetHTMLURL() string { method GetID (line 41354) | func (w *WorkflowJobRun) GetID() int64 { method GetName (line 41362) | func (w *WorkflowJobRun) GetName() string { method GetStatus (line 41370) | func (w *WorkflowJobRun) GetStatus() string { method GetUpdatedAt (line 41378) | func (w *WorkflowJobRun) GetUpdatedAt() Timestamp { method GetActor (line 41386) | func (w *WorkflowRun) GetActor() *User { method GetArtifactsURL (line 41394) | func (w *WorkflowRun) GetArtifactsURL() string { method GetCancelURL (line 41402) | func (w *WorkflowRun) GetCancelURL() string { method GetCheckSuiteID (line 41410) | func (w *WorkflowRun) GetCheckSuiteID() int64 { method GetCheckSuiteNodeID (line 41418) | func (w *WorkflowRun) GetCheckSuiteNodeID() string { method GetCheckSuiteURL (line 41426) | func (w *WorkflowRun) GetCheckSuiteURL() string { method GetConclusion (line 41434) | func (w *WorkflowRun) GetConclusion() string { method GetCreatedAt (line 41442) | func (w *WorkflowRun) GetCreatedAt() Timestamp { method GetDisplayTitle (line 41450) | func (w *WorkflowRun) GetDisplayTitle() string { method GetEvent (line 41458) | func (w *WorkflowRun) GetEvent() string { method GetHeadBranch (line 41466) | func (w *WorkflowRun) GetHeadBranch() string { method GetHeadCommit (line 41474) | func (w *WorkflowRun) GetHeadCommit() *HeadCommit { method GetHeadRepository (line 41482) | func (w *WorkflowRun) GetHeadRepository() *Repository { method GetHeadSHA (line 41490) | func (w *WorkflowRun) GetHeadSHA() string { method GetHTMLURL (line 41498) | func (w *WorkflowRun) GetHTMLURL() string { method GetID (line 41506) | func (w *WorkflowRun) GetID() int64 { method GetJobsURL (line 41514) | func (w *WorkflowRun) GetJobsURL() string { method GetLogsURL (line 41522) | func (w *WorkflowRun) GetLogsURL() string { method GetName (line 41530) | func (w *WorkflowRun) GetName() string { method GetNodeID (line 41538) | func (w *WorkflowRun) GetNodeID() string { method GetPath (line 41546) | func (w *WorkflowRun) GetPath() string { method GetPreviousAttemptURL (line 41554) | func (w *WorkflowRun) GetPreviousAttemptURL() string { method GetPullRequests (line 41562) | func (w *WorkflowRun) GetPullRequests() []*PullRequest { method GetReferencedWorkflows (line 41570) | func (w *WorkflowRun) GetReferencedWorkflows() []*ReferencedWorkflow { method GetRepository (line 41578) | func (w *WorkflowRun) GetRepository() *Repository { method GetRerunURL (line 41586) | func (w *WorkflowRun) GetRerunURL() string { method GetRunAttempt (line 41594) | func (w *WorkflowRun) GetRunAttempt() int { method GetRunNumber (line 41602) | func (w *WorkflowRun) GetRunNumber() int { method GetRunStartedAt (line 41610) | func (w *WorkflowRun) GetRunStartedAt() Timestamp { method GetStatus (line 41618) | func (w *WorkflowRun) GetStatus() string { method GetTriggeringActor (line 41626) | func (w *WorkflowRun) GetTriggeringActor() *User { method GetUpdatedAt (line 41634) | func (w *WorkflowRun) GetUpdatedAt() Timestamp { method GetURL (line 41642) | func (w *WorkflowRun) GetURL() string { method GetWorkflowID (line 41650) | func (w *WorkflowRun) GetWorkflowID() int64 { method GetWorkflowURL (line 41658) | func (w *WorkflowRun) GetWorkflowURL() string { method GetExcludePullRequests (line 41666) | func (w *WorkflowRunAttemptOptions) GetExcludePullRequests() bool { method GetJobRuns (line 41674) | func (w *WorkflowRunBill) GetJobRuns() []*WorkflowRunJobRun { method GetJobs (line 41682) | func (w *WorkflowRunBill) GetJobs() int { method GetTotalMS (line 41690) | func (w *WorkflowRunBill) GetTotalMS() int64 { method GetAction (line 41698) | func (w *WorkflowRunEvent) GetAction() string { method GetInstallation (line 41706) | func (w *WorkflowRunEvent) GetInstallation() *Installation { method GetOrg (line 41714) | func (w *WorkflowRunEvent) GetOrg() *Organization { method GetRepo (line 41722) | func (w *WorkflowRunEvent) GetRepo() *Repository { method GetSender (line 41730) | func (w *WorkflowRunEvent) GetSender() *User { method GetWorkflow (line 41738) | func (w *WorkflowRunEvent) GetWorkflow() *Workflow { method GetWorkflowRun (line 41746) | func (w *WorkflowRunEvent) GetWorkflowRun() *WorkflowRun { method GetDurationMS (line 41754) | func (w *WorkflowRunJobRun) GetDurationMS() int64 { method GetJobID (line 41762) | func (w *WorkflowRunJobRun) GetJobID() int { method GetTotalCount (line 41770) | func (w *WorkflowRuns) GetTotalCount() int { method GetWorkflowRuns (line 41778) | func (w *WorkflowRuns) GetWorkflowRuns() []*WorkflowRun { method GetBillable (line 41786) | func (w *WorkflowRunUsage) GetBillable() *WorkflowRunBillMap { method GetRunDurationMS (line 41794) | func (w *WorkflowRunUsage) GetRunDurationMS() int64 { method GetTotalCount (line 41802) | func (w *Workflows) GetTotalCount() int { method GetWorkflows (line 41810) | func (w *Workflows) GetWorkflows() []*Workflow { method GetParameters (line 41818) | func (w *WorkflowsBranchRule) GetParameters() WorkflowsRuleParameters { method GetRequireApprovalForForkPRWorkflows (line 41826) | func (w *WorkflowsPermissions) GetRequireApprovalForForkPRWorkflows() bo... method GetRunWorkflowsFromForkPullRequests (line 41834) | func (w *WorkflowsPermissions) GetRunWorkflowsFromForkPullRequests() bool { method GetSendSecretsAndVariables (line 41842) | func (w *WorkflowsPermissions) GetSendSecretsAndVariables() bool { method GetSendWriteTokensToWorkflows (line 41850) | func (w *WorkflowsPermissions) GetSendWriteTokensToWorkflows() bool { method GetRequireApprovalForForkPRWorkflows (line 41858) | func (w *WorkflowsPermissionsOpt) GetRequireApprovalForForkPRWorkflows()... method GetRunWorkflowsFromForkPullRequests (line 41866) | func (w *WorkflowsPermissionsOpt) GetRunWorkflowsFromForkPullRequests() ... method GetSendSecretsAndVariables (line 41874) | func (w *WorkflowsPermissionsOpt) GetSendSecretsAndVariables() bool { method GetSendWriteTokensToWorkflows (line 41882) | func (w *WorkflowsPermissionsOpt) GetSendWriteTokensToWorkflows() bool { method GetDoNotEnforceOnCreate (line 41890) | func (w *WorkflowsRuleParameters) GetDoNotEnforceOnCreate() bool { method GetWorkflows (line 41898) | func (w *WorkflowsRuleParameters) GetWorkflows() []*RuleWorkflow { method GetBillable (line 41906) | func (w *WorkflowUsage) GetBillable() *WorkflowBillMap { FILE: github/github-accessors_test.go function TestAbuseRateLimitError_GetMessage (line 18) | func TestAbuseRateLimitError_GetMessage(tt *testing.T) { function TestAbuseRateLimitError_GetRetryAfter (line 26) | func TestAbuseRateLimitError_GetRetryAfter(tt *testing.T) { function TestAcceptedAssignment_GetAssignment (line 37) | func TestAcceptedAssignment_GetAssignment(tt *testing.T) { function TestAcceptedAssignment_GetCommitCount (line 45) | func TestAcceptedAssignment_GetCommitCount(tt *testing.T) { function TestAcceptedAssignment_GetGrade (line 56) | func TestAcceptedAssignment_GetGrade(tt *testing.T) { function TestAcceptedAssignment_GetID (line 67) | func TestAcceptedAssignment_GetID(tt *testing.T) { function TestAcceptedAssignment_GetPassing (line 78) | func TestAcceptedAssignment_GetPassing(tt *testing.T) { function TestAcceptedAssignment_GetRepository (line 89) | func TestAcceptedAssignment_GetRepository(tt *testing.T) { function TestAcceptedAssignment_GetStudents (line 97) | func TestAcceptedAssignment_GetStudents(tt *testing.T) { function TestAcceptedAssignment_GetSubmitted (line 108) | func TestAcceptedAssignment_GetSubmitted(tt *testing.T) { function TestAcceptedError_GetRaw (line 119) | func TestAcceptedError_GetRaw(tt *testing.T) { function TestAccessibleRepository_GetFullName (line 130) | func TestAccessibleRepository_GetFullName(tt *testing.T) { function TestAccessibleRepository_GetID (line 138) | func TestAccessibleRepository_GetID(tt *testing.T) { function TestAccessibleRepository_GetName (line 146) | func TestAccessibleRepository_GetName(tt *testing.T) { function TestActionsAllowed_GetGithubOwnedAllowed (line 154) | func TestActionsAllowed_GetGithubOwnedAllowed(tt *testing.T) { function TestActionsAllowed_GetPatternsAllowed (line 165) | func TestActionsAllowed_GetPatternsAllowed(tt *testing.T) { function TestActionsAllowed_GetVerifiedAllowed (line 176) | func TestActionsAllowed_GetVerifiedAllowed(tt *testing.T) { function TestActionsCache_GetCreatedAt (line 187) | func TestActionsCache_GetCreatedAt(tt *testing.T) { function TestActionsCache_GetID (line 198) | func TestActionsCache_GetID(tt *testing.T) { function TestActionsCache_GetKey (line 209) | func TestActionsCache_GetKey(tt *testing.T) { function TestActionsCache_GetLastAccessedAt (line 220) | func TestActionsCache_GetLastAccessedAt(tt *testing.T) { function TestActionsCache_GetRef (line 231) | func TestActionsCache_GetRef(tt *testing.T) { function TestActionsCache_GetSizeInBytes (line 242) | func TestActionsCache_GetSizeInBytes(tt *testing.T) { function TestActionsCache_GetVersion (line 253) | func TestActionsCache_GetVersion(tt *testing.T) { function TestActionsCacheList_GetActionsCaches (line 264) | func TestActionsCacheList_GetActionsCaches(tt *testing.T) { function TestActionsCacheList_GetTotalCount (line 275) | func TestActionsCacheList_GetTotalCount(tt *testing.T) { function TestActionsCacheListOptions_GetDirection (line 283) | func TestActionsCacheListOptions_GetDirection(tt *testing.T) { function TestActionsCacheListOptions_GetKey (line 294) | func TestActionsCacheListOptions_GetKey(tt *testing.T) { function TestActionsCacheListOptions_GetRef (line 305) | func TestActionsCacheListOptions_GetRef(tt *testing.T) { function TestActionsCacheListOptions_GetSort (line 316) | func TestActionsCacheListOptions_GetSort(tt *testing.T) { function TestActionsCacheUsage_GetActiveCachesCount (line 327) | func TestActionsCacheUsage_GetActiveCachesCount(tt *testing.T) { function TestActionsCacheUsage_GetActiveCachesSizeInBytes (line 335) | func TestActionsCacheUsage_GetActiveCachesSizeInBytes(tt *testing.T) { function TestActionsCacheUsage_GetFullName (line 343) | func TestActionsCacheUsage_GetFullName(tt *testing.T) { function TestActionsCacheUsageList_GetRepoCacheUsage (line 351) | func TestActionsCacheUsageList_GetRepoCacheUsage(tt *testing.T) { function TestActionsCacheUsageList_GetTotalCount (line 362) | func TestActionsCacheUsageList_GetTotalCount(tt *testing.T) { function TestActionsEnabledOnEnterpriseRepos_GetOrganizations (line 370) | func TestActionsEnabledOnEnterpriseRepos_GetOrganizations(tt *testing.T) { function TestActionsEnabledOnEnterpriseRepos_GetTotalCount (line 381) | func TestActionsEnabledOnEnterpriseRepos_GetTotalCount(tt *testing.T) { function TestActionsEnabledOnOrgRepos_GetRepositories (line 389) | func TestActionsEnabledOnOrgRepos_GetRepositories(tt *testing.T) { function TestActionsEnabledOnOrgRepos_GetTotalCount (line 400) | func TestActionsEnabledOnOrgRepos_GetTotalCount(tt *testing.T) { function TestActionsInboundDomains_GetFullDomains (line 408) | func TestActionsInboundDomains_GetFullDomains(tt *testing.T) { function TestActionsInboundDomains_GetWildcardDomains (line 419) | func TestActionsInboundDomains_GetWildcardDomains(tt *testing.T) { function TestActionsPermissions_GetAllowedActions (line 430) | func TestActionsPermissions_GetAllowedActions(tt *testing.T) { function TestActionsPermissions_GetEnabledRepositories (line 441) | func TestActionsPermissions_GetEnabledRepositories(tt *testing.T) { function TestActionsPermissions_GetSelectedActionsURL (line 452) | func TestActionsPermissions_GetSelectedActionsURL(tt *testing.T) { function TestActionsPermissions_GetSHAPinningRequired (line 463) | func TestActionsPermissions_GetSHAPinningRequired(tt *testing.T) { function TestActionsPermissionsEnterprise_GetAllowedActions (line 474) | func TestActionsPermissionsEnterprise_GetAllowedActions(tt *testing.T) { function TestActionsPermissionsEnterprise_GetEnabledOrganizations (line 485) | func TestActionsPermissionsEnterprise_GetEnabledOrganizations(tt *testin... function TestActionsPermissionsEnterprise_GetSelectedActionsURL (line 496) | func TestActionsPermissionsEnterprise_GetSelectedActionsURL(tt *testing.... function TestActionsPermissionsRepository_GetAllowedActions (line 507) | func TestActionsPermissionsRepository_GetAllowedActions(tt *testing.T) { function TestActionsPermissionsRepository_GetEnabled (line 518) | func TestActionsPermissionsRepository_GetEnabled(tt *testing.T) { function TestActionsPermissionsRepository_GetSelectedActionsURL (line 529) | func TestActionsPermissionsRepository_GetSelectedActionsURL(tt *testing.... function TestActionsPermissionsRepository_GetSHAPinningRequired (line 540) | func TestActionsPermissionsRepository_GetSHAPinningRequired(tt *testing.... function TestActionsVariable_GetCreatedAt (line 551) | func TestActionsVariable_GetCreatedAt(tt *testing.T) { function TestActionsVariable_GetName (line 562) | func TestActionsVariable_GetName(tt *testing.T) { function TestActionsVariable_GetSelectedRepositoriesURL (line 570) | func TestActionsVariable_GetSelectedRepositoriesURL(tt *testing.T) { function TestActionsVariable_GetSelectedRepositoryIDs (line 581) | func TestActionsVariable_GetSelectedRepositoryIDs(tt *testing.T) { function TestActionsVariable_GetUpdatedAt (line 589) | func TestActionsVariable_GetUpdatedAt(tt *testing.T) { function TestActionsVariable_GetValue (line 600) | func TestActionsVariable_GetValue(tt *testing.T) { function TestActionsVariable_GetVisibility (line 608) | func TestActionsVariable_GetVisibility(tt *testing.T) { function TestActionsVariables_GetTotalCount (line 619) | func TestActionsVariables_GetTotalCount(tt *testing.T) { function TestActionsVariables_GetVariables (line 627) | func TestActionsVariables_GetVariables(tt *testing.T) { function TestActiveCommitters_GetMaximumAdvancedSecurityCommitters (line 638) | func TestActiveCommitters_GetMaximumAdvancedSecurityCommitters(tt *testi... function TestActiveCommitters_GetPurchasedAdvancedSecurityCommitters (line 649) | func TestActiveCommitters_GetPurchasedAdvancedSecurityCommitters(tt *tes... function TestActiveCommitters_GetRepositories (line 660) | func TestActiveCommitters_GetRepositories(tt *testing.T) { function TestActiveCommitters_GetTotalAdvancedSecurityCommitters (line 671) | func TestActiveCommitters_GetTotalAdvancedSecurityCommitters(tt *testing... function TestActiveCommitters_GetTotalCount (line 682) | func TestActiveCommitters_GetTotalCount(tt *testing.T) { function TestActiveCommittersListOptions_GetAdvancedSecurityProduct (line 693) | func TestActiveCommittersListOptions_GetAdvancedSecurityProduct(tt *test... function TestActivityListStarredOptions_GetDirection (line 704) | func TestActivityListStarredOptions_GetDirection(tt *testing.T) { function TestActivityListStarredOptions_GetSort (line 712) | func TestActivityListStarredOptions_GetSort(tt *testing.T) { function TestActorLocation_GetCountryCode (line 720) | func TestActorLocation_GetCountryCode(tt *testing.T) { function TestAddProjectItemOptions_GetID (line 731) | func TestAddProjectItemOptions_GetID(tt *testing.T) { function TestAddProjectItemOptions_GetType (line 742) | func TestAddProjectItemOptions_GetType(tt *testing.T) { function TestAddResourcesToCostCenterResponse_GetMessage (line 750) | func TestAddResourcesToCostCenterResponse_GetMessage(tt *testing.T) { function TestAddResourcesToCostCenterResponse_GetReassignedResources (line 761) | func TestAddResourcesToCostCenterResponse_GetReassignedResources(tt *tes... function TestAdminEnforcedChanges_GetFrom (line 772) | func TestAdminEnforcedChanges_GetFrom(tt *testing.T) { function TestAdminEnforcement_GetEnabled (line 783) | func TestAdminEnforcement_GetEnabled(tt *testing.T) { function TestAdminEnforcement_GetURL (line 791) | func TestAdminEnforcement_GetURL(tt *testing.T) { function TestAdminStats_GetComments (line 802) | func TestAdminStats_GetComments(tt *testing.T) { function TestAdminStats_GetGists (line 810) | func TestAdminStats_GetGists(tt *testing.T) { function TestAdminStats_GetHooks (line 818) | func TestAdminStats_GetHooks(tt *testing.T) { function TestAdminStats_GetIssues (line 826) | func TestAdminStats_GetIssues(tt *testing.T) { function TestAdminStats_GetMilestones (line 834) | func TestAdminStats_GetMilestones(tt *testing.T) { function TestAdminStats_GetOrgs (line 842) | func TestAdminStats_GetOrgs(tt *testing.T) { function TestAdminStats_GetPages (line 850) | func TestAdminStats_GetPages(tt *testing.T) { function TestAdminStats_GetPulls (line 858) | func TestAdminStats_GetPulls(tt *testing.T) { function TestAdminStats_GetRepos (line 866) | func TestAdminStats_GetRepos(tt *testing.T) { function TestAdminStats_GetUsers (line 874) | func TestAdminStats_GetUsers(tt *testing.T) { function TestAdvancedSecurity_GetStatus (line 882) | func TestAdvancedSecurity_GetStatus(tt *testing.T) { function TestAdvancedSecurityCommittersBreakdown_GetLastPushedDate (line 893) | func TestAdvancedSecurityCommittersBreakdown_GetLastPushedDate(tt *testi... function TestAdvancedSecurityCommittersBreakdown_GetLastPushedEmail (line 901) | func TestAdvancedSecurityCommittersBreakdown_GetLastPushedEmail(tt *test... function TestAdvancedSecurityCommittersBreakdown_GetUserLogin (line 909) | func TestAdvancedSecurityCommittersBreakdown_GetUserLogin(tt *testing.T) { function TestAdvisoryCVSS_GetScore (line 917) | func TestAdvisoryCVSS_GetScore(tt *testing.T) { function TestAdvisoryCVSS_GetVectorString (line 928) | func TestAdvisoryCVSS_GetVectorString(tt *testing.T) { function TestAdvisoryCWEs_GetCWEID (line 939) | func TestAdvisoryCWEs_GetCWEID(tt *testing.T) { function TestAdvisoryCWEs_GetName (line 950) | func TestAdvisoryCWEs_GetName(tt *testing.T) { function TestAdvisoryEPSS_GetPercentage (line 961) | func TestAdvisoryEPSS_GetPercentage(tt *testing.T) { function TestAdvisoryEPSS_GetPercentile (line 969) | func TestAdvisoryEPSS_GetPercentile(tt *testing.T) { function TestAdvisoryIdentifier_GetType (line 977) | func TestAdvisoryIdentifier_GetType(tt *testing.T) { function TestAdvisoryIdentifier_GetValue (line 988) | func TestAdvisoryIdentifier_GetValue(tt *testing.T) { function TestAdvisoryReference_GetURL (line 999) | func TestAdvisoryReference_GetURL(tt *testing.T) { function TestAdvisoryVulnerability_GetFirstPatchedVersion (line 1010) | func TestAdvisoryVulnerability_GetFirstPatchedVersion(tt *testing.T) { function TestAdvisoryVulnerability_GetPackage (line 1018) | func TestAdvisoryVulnerability_GetPackage(tt *testing.T) { function TestAdvisoryVulnerability_GetPatchedVersions (line 1026) | func TestAdvisoryVulnerability_GetPatchedVersions(tt *testing.T) { function TestAdvisoryVulnerability_GetSeverity (line 1037) | func TestAdvisoryVulnerability_GetSeverity(tt *testing.T) { function TestAdvisoryVulnerability_GetVulnerableFunctions (line 1048) | func TestAdvisoryVulnerability_GetVulnerableFunctions(tt *testing.T) { function TestAdvisoryVulnerability_GetVulnerableVersionRange (line 1059) | func TestAdvisoryVulnerability_GetVulnerableVersionRange(tt *testing.T) { function TestAlert_GetClosedAt (line 1070) | func TestAlert_GetClosedAt(tt *testing.T) { function TestAlert_GetClosedBy (line 1081) | func TestAlert_GetClosedBy(tt *testing.T) { function TestAlert_GetCreatedAt (line 1089) | func TestAlert_GetCreatedAt(tt *testing.T) { function TestAlert_GetDismissedAt (line 1100) | func TestAlert_GetDismissedAt(tt *testing.T) { function TestAlert_GetDismissedBy (line 1111) | func TestAlert_GetDismissedBy(tt *testing.T) { function TestAlert_GetDismissedComment (line 1119) | func TestAlert_GetDismissedComment(tt *testing.T) { function TestAlert_GetDismissedReason (line 1130) | func TestAlert_GetDismissedReason(tt *testing.T) { function TestAlert_GetFixedAt (line 1141) | func TestAlert_GetFixedAt(tt *testing.T) { function TestAlert_GetHTMLURL (line 1152) | func TestAlert_GetHTMLURL(tt *testing.T) { function TestAlert_GetInstances (line 1163) | func TestAlert_GetInstances(tt *testing.T) { function TestAlert_GetInstancesURL (line 1174) | func TestAlert_GetInstancesURL(tt *testing.T) { function TestAlert_GetMostRecentInstance (line 1185) | func TestAlert_GetMostRecentInstance(tt *testing.T) { function TestAlert_GetNumber (line 1193) | func TestAlert_GetNumber(tt *testing.T) { function TestAlert_GetRepository (line 1204) | func TestAlert_GetRepository(tt *testing.T) { function TestAlert_GetRule (line 1212) | func TestAlert_GetRule(tt *testing.T) { function TestAlert_GetRuleDescription (line 1220) | func TestAlert_GetRuleDescription(tt *testing.T) { function TestAlert_GetRuleID (line 1231) | func TestAlert_GetRuleID(tt *testing.T) { function TestAlert_GetRuleSeverity (line 1242) | func TestAlert_GetRuleSeverity(tt *testing.T) { function TestAlert_GetState (line 1253) | func TestAlert_GetState(tt *testing.T) { function TestAlert_GetTool (line 1264) | func TestAlert_GetTool(tt *testing.T) { function TestAlert_GetUpdatedAt (line 1272) | func TestAlert_GetUpdatedAt(tt *testing.T) { function TestAlert_GetURL (line 1283) | func TestAlert_GetURL(tt *testing.T) { function TestAlertInstancesListOptions_GetRef (line 1294) | func TestAlertInstancesListOptions_GetRef(tt *testing.T) { function TestAlertListOptions_GetDirection (line 1302) | func TestAlertListOptions_GetDirection(tt *testing.T) { function TestAlertListOptions_GetRef (line 1310) | func TestAlertListOptions_GetRef(tt *testing.T) { function TestAlertListOptions_GetSeverity (line 1318) | func TestAlertListOptions_GetSeverity(tt *testing.T) { function TestAlertListOptions_GetSort (line 1326) | func TestAlertListOptions_GetSort(tt *testing.T) { function TestAlertListOptions_GetState (line 1334) | func TestAlertListOptions_GetState(tt *testing.T) { function TestAlertListOptions_GetToolGUID (line 1342) | func TestAlertListOptions_GetToolGUID(tt *testing.T) { function TestAlertListOptions_GetToolName (line 1350) | func TestAlertListOptions_GetToolName(tt *testing.T) { function TestAllowDeletions_GetEnabled (line 1358) | func TestAllowDeletions_GetEnabled(tt *testing.T) { function TestAllowDeletionsEnforcementLevelChanges_GetFrom (line 1366) | func TestAllowDeletionsEnforcementLevelChanges_GetFrom(tt *testing.T) { function TestAllowForcePushes_GetEnabled (line 1377) | func TestAllowForcePushes_GetEnabled(tt *testing.T) { function TestAllowForkSyncing_GetEnabled (line 1385) | func TestAllowForkSyncing_GetEnabled(tt *testing.T) { function TestAmazonS3AccessKeysConfig_GetAuthenticationType (line 1396) | func TestAmazonS3AccessKeysConfig_GetAuthenticationType(tt *testing.T) { function TestAmazonS3AccessKeysConfig_GetBucket (line 1404) | func TestAmazonS3AccessKeysConfig_GetBucket(tt *testing.T) { function TestAmazonS3AccessKeysConfig_GetEncryptedAccessKeyID (line 1412) | func TestAmazonS3AccessKeysConfig_GetEncryptedAccessKeyID(tt *testing.T) { function TestAmazonS3AccessKeysConfig_GetEncryptedSecretKey (line 1420) | func TestAmazonS3AccessKeysConfig_GetEncryptedSecretKey(tt *testing.T) { function TestAmazonS3AccessKeysConfig_GetKeyID (line 1428) | func TestAmazonS3AccessKeysConfig_GetKeyID(tt *testing.T) { function TestAmazonS3AccessKeysConfig_GetRegion (line 1436) | func TestAmazonS3AccessKeysConfig_GetRegion(tt *testing.T) { function TestAmazonS3OIDCConfig_GetArnRole (line 1444) | func TestAmazonS3OIDCConfig_GetArnRole(tt *testing.T) { function TestAmazonS3OIDCConfig_GetAuthenticationType (line 1452) | func TestAmazonS3OIDCConfig_GetAuthenticationType(tt *testing.T) { function TestAmazonS3OIDCConfig_GetBucket (line 1460) | func TestAmazonS3OIDCConfig_GetBucket(tt *testing.T) { function TestAmazonS3OIDCConfig_GetKeyID (line 1468) | func TestAmazonS3OIDCConfig_GetKeyID(tt *testing.T) { function TestAmazonS3OIDCConfig_GetRegion (line 1476) | func TestAmazonS3OIDCConfig_GetRegion(tt *testing.T) { function TestAnalysesListOptions_GetRef (line 1484) | func TestAnalysesListOptions_GetRef(tt *testing.T) { function TestAnalysesListOptions_GetSarifID (line 1495) | func TestAnalysesListOptions_GetSarifID(tt *testing.T) { function TestAPIMeta_GetActions (line 1506) | func TestAPIMeta_GetActions(tt *testing.T) { function TestAPIMeta_GetActionsMacos (line 1517) | func TestAPIMeta_GetActionsMacos(tt *testing.T) { function TestAPIMeta_GetAPI (line 1528) | func TestAPIMeta_GetAPI(tt *testing.T) { function TestAPIMeta_GetCodespaces (line 1539) | func TestAPIMeta_GetCodespaces(tt *testing.T) { function TestAPIMeta_GetCopilot (line 1550) | func TestAPIMeta_GetCopilot(tt *testing.T) { function TestAPIMeta_GetDependabot (line 1561) | func TestAPIMeta_GetDependabot(tt *testing.T) { function TestAPIMeta_GetDomains (line 1572) | func TestAPIMeta_GetDomains(tt *testing.T) { function TestAPIMeta_GetGit (line 1580) | func TestAPIMeta_GetGit(tt *testing.T) { function TestAPIMeta_GetGithubEnterpriseImporter (line 1591) | func TestAPIMeta_GetGithubEnterpriseImporter(tt *testing.T) { function TestAPIMeta_GetHooks (line 1602) | func TestAPIMeta_GetHooks(tt *testing.T) { function TestAPIMeta_GetImporter (line 1613) | func TestAPIMeta_GetImporter(tt *testing.T) { function TestAPIMeta_GetPackages (line 1624) | func TestAPIMeta_GetPackages(tt *testing.T) { function TestAPIMeta_GetPages (line 1635) | func TestAPIMeta_GetPages(tt *testing.T) { function TestAPIMeta_GetSSHKeyFingerprints (line 1646) | func TestAPIMeta_GetSSHKeyFingerprints(tt *testing.T) { function TestAPIMeta_GetSSHKeys (line 1657) | func TestAPIMeta_GetSSHKeys(tt *testing.T) { function TestAPIMeta_GetVerifiablePasswordAuthentication (line 1668) | func TestAPIMeta_GetVerifiablePasswordAuthentication(tt *testing.T) { function TestAPIMeta_GetWeb (line 1679) | func TestAPIMeta_GetWeb(tt *testing.T) { function TestAPIMetaArtifactAttestations_GetServices (line 1690) | func TestAPIMetaArtifactAttestations_GetServices(tt *testing.T) { function TestAPIMetaArtifactAttestations_GetTrustDomain (line 1701) | func TestAPIMetaArtifactAttestations_GetTrustDomain(tt *testing.T) { function TestAPIMetaDomains_GetActions (line 1709) | func TestAPIMetaDomains_GetActions(tt *testing.T) { function TestAPIMetaDomains_GetActionsInbound (line 1720) | func TestAPIMetaDomains_GetActionsInbound(tt *testing.T) { function TestAPIMetaDomains_GetArtifactAttestations (line 1728) | func TestAPIMetaDomains_GetArtifactAttestations(tt *testing.T) { function TestAPIMetaDomains_GetCodespaces (line 1736) | func TestAPIMetaDomains_GetCodespaces(tt *testing.T) { function TestAPIMetaDomains_GetCopilot (line 1747) | func TestAPIMetaDomains_GetCopilot(tt *testing.T) { function TestAPIMetaDomains_GetPackages (line 1758) | func TestAPIMetaDomains_GetPackages(tt *testing.T) { function TestAPIMetaDomains_GetWebsite (line 1769) | func TestAPIMetaDomains_GetWebsite(tt *testing.T) { function TestApp_GetClientID (line 1780) | func TestApp_GetClientID(tt *testing.T) { function TestApp_GetCreatedAt (line 1791) | func TestApp_GetCreatedAt(tt *testing.T) { function TestApp_GetDescription (line 1802) | func TestApp_GetDescription(tt *testing.T) { function TestApp_GetEvents (line 1813) | func TestApp_GetEvents(tt *testing.T) { function TestApp_GetExternalURL (line 1824) | func TestApp_GetExternalURL(tt *testing.T) { function TestApp_GetHTMLURL (line 1835) | func TestApp_GetHTMLURL(tt *testing.T) { function TestApp_GetID (line 1846) | func TestApp_GetID(tt *testing.T) { function TestApp_GetInstallationsCount (line 1857) | func TestApp_GetInstallationsCount(tt *testing.T) { function TestApp_GetName (line 1868) | func TestApp_GetName(tt *testing.T) { function TestApp_GetNodeID (line 1879) | func TestApp_GetNodeID(tt *testing.T) { function TestApp_GetOwner (line 1890) | func TestApp_GetOwner(tt *testing.T) { function TestApp_GetPermissions (line 1898) | func TestApp_GetPermissions(tt *testing.T) { function TestApp_GetSlug (line 1906) | func TestApp_GetSlug(tt *testing.T) { function TestApp_GetUpdatedAt (line 1917) | func TestApp_GetUpdatedAt(tt *testing.T) { function TestAppConfig_GetClientID (line 1928) | func TestAppConfig_GetClientID(tt *testing.T) { function TestAppConfig_GetClientSecret (line 1939) | func TestAppConfig_GetClientSecret(tt *testing.T) { function TestAppConfig_GetCreatedAt (line 1950) | func TestAppConfig_GetCreatedAt(tt *testing.T) { function TestAppConfig_GetDescription (line 1961) | func TestAppConfig_GetDescription(tt *testing.T) { function TestAppConfig_GetExternalURL (line 1972) | func TestAppConfig_GetExternalURL(tt *testing.T) { function TestAppConfig_GetHTMLURL (line 1983) | func TestAppConfig_GetHTMLURL(tt *testing.T) { function TestAppConfig_GetID (line 1994) | func TestAppConfig_GetID(tt *testing.T) { function TestAppConfig_GetName (line 2005) | func TestAppConfig_GetName(tt *testing.T) { function TestAppConfig_GetNodeID (line 2016) | func TestAppConfig_GetNodeID(tt *testing.T) { function TestAppConfig_GetOwner (line 2027) | func TestAppConfig_GetOwner(tt *testing.T) { function TestAppConfig_GetPEM (line 2035) | func TestAppConfig_GetPEM(tt *testing.T) { function TestAppConfig_GetSlug (line 2046) | func TestAppConfig_GetSlug(tt *testing.T) { function TestAppConfig_GetUpdatedAt (line 2057) | func TestAppConfig_GetUpdatedAt(tt *testing.T) { function TestAppConfig_GetWebhookSecret (line 2068) | func TestAppConfig_GetWebhookSecret(tt *testing.T) { function TestAppInstallationRepositoriesOptions_GetSelectedRepositoryIDs (line 2079) | func TestAppInstallationRepositoriesOptions_GetSelectedRepositoryIDs(tt ... function TestArchivedAt_GetFrom (line 2090) | func TestArchivedAt_GetFrom(tt *testing.T) { function TestArchivedAt_GetTo (line 2101) | func TestArchivedAt_GetTo(tt *testing.T) { function TestArtifact_GetArchiveDownloadURL (line 2112) | func TestArtifact_GetArchiveDownloadURL(tt *testing.T) { function TestArtifact_GetCreatedAt (line 2123) | func TestArtifact_GetCreatedAt(tt *testing.T) { function TestArtifact_GetDigest (line 2134) | func TestArtifact_GetDigest(tt *testing.T) { function TestArtifact_GetExpired (line 2145) | func TestArtifact_GetExpired(tt *testing.T) { function TestArtifact_GetExpiresAt (line 2156) | func TestArtifact_GetExpiresAt(tt *testing.T) { function TestArtifact_GetID (line 2167) | func TestArtifact_GetID(tt *testing.T) { function TestArtifact_GetName (line 2178) | func TestArtifact_GetName(tt *testing.T) { function TestArtifact_GetNodeID (line 2189) | func TestArtifact_GetNodeID(tt *testing.T) { function TestArtifact_GetSizeInBytes (line 2200) | func TestArtifact_GetSizeInBytes(tt *testing.T) { function TestArtifact_GetUpdatedAt (line 2211) | func TestArtifact_GetUpdatedAt(tt *testing.T) { function TestArtifact_GetURL (line 2222) | func TestArtifact_GetURL(tt *testing.T) { function TestArtifact_GetWorkflowRun (line 2233) | func TestArtifact_GetWorkflowRun(tt *testing.T) { function TestArtifactDeploymentRecord_GetAttestationID (line 2241) | func TestArtifactDeploymentRecord_GetAttestationID(tt *testing.T) { function TestArtifactDeploymentRecord_GetCluster (line 2252) | func TestArtifactDeploymentRecord_GetCluster(tt *testing.T) { function TestArtifactDeploymentRecord_GetCreatedAt (line 2263) | func TestArtifactDeploymentRecord_GetCreatedAt(tt *testing.T) { function TestArtifactDeploymentRecord_GetDeploymentName (line 2274) | func TestArtifactDeploymentRecord_GetDeploymentName(tt *testing.T) { function TestArtifactDeploymentRecord_GetDigest (line 2285) | func TestArtifactDeploymentRecord_GetDigest(tt *testing.T) { function TestArtifactDeploymentRecord_GetID (line 2296) | func TestArtifactDeploymentRecord_GetID(tt *testing.T) { function TestArtifactDeploymentRecord_GetLogicalEnvironment (line 2307) | func TestArtifactDeploymentRecord_GetLogicalEnvironment(tt *testing.T) { function TestArtifactDeploymentRecord_GetPhysicalEnvironment (line 2318) | func TestArtifactDeploymentRecord_GetPhysicalEnvironment(tt *testing.T) { function TestArtifactDeploymentRecord_GetRuntimeRisks (line 2329) | func TestArtifactDeploymentRecord_GetRuntimeRisks(tt *testing.T) { function TestArtifactDeploymentRecord_GetTags (line 2340) | func TestArtifactDeploymentRecord_GetTags(tt *testing.T) { function TestArtifactDeploymentRecord_GetUpdatedAt (line 2351) | func TestArtifactDeploymentRecord_GetUpdatedAt(tt *testing.T) { function TestArtifactDeploymentResponse_GetDeploymentRecords (line 2362) | func TestArtifactDeploymentResponse_GetDeploymentRecords(tt *testing.T) { function TestArtifactDeploymentResponse_GetTotalCount (line 2373) | func TestArtifactDeploymentResponse_GetTotalCount(tt *testing.T) { function TestArtifactList_GetArtifacts (line 2384) | func TestArtifactList_GetArtifacts(tt *testing.T) { function TestArtifactList_GetTotalCount (line 2395) | func TestArtifactList_GetTotalCount(tt *testing.T) { function TestArtifactPeriod_GetDays (line 2406) | func TestArtifactPeriod_GetDays(tt *testing.T) { function TestArtifactPeriod_GetMaximumAllowedDays (line 2417) | func TestArtifactPeriod_GetMaximumAllowedDays(tt *testing.T) { function TestArtifactPeriodOpt_GetDays (line 2428) | func TestArtifactPeriodOpt_GetDays(tt *testing.T) { function TestArtifactStorageRecord_GetArtifactURL (line 2439) | func TestArtifactStorageRecord_GetArtifactURL(tt *testing.T) { function TestArtifactStorageRecord_GetCreatedAt (line 2450) | func TestArtifactStorageRecord_GetCreatedAt(tt *testing.T) { function TestArtifactStorageRecord_GetDigest (line 2461) | func TestArtifactStorageRecord_GetDigest(tt *testing.T) { function TestArtifactStorageRecord_GetID (line 2472) | func TestArtifactStorageRecord_GetID(tt *testing.T) { function TestArtifactStorageRecord_GetName (line 2483) | func TestArtifactStorageRecord_GetName(tt *testing.T) { function TestArtifactStorageRecord_GetRegistryURL (line 2494) | func TestArtifactStorageRecord_GetRegistryURL(tt *testing.T) { function TestArtifactStorageRecord_GetRepository (line 2505) | func TestArtifactStorageRecord_GetRepository(tt *testing.T) { function TestArtifactStorageRecord_GetStatus (line 2516) | func TestArtifactStorageRecord_GetStatus(tt *testing.T) { function TestArtifactStorageRecord_GetUpdatedAt (line 2527) | func TestArtifactStorageRecord_GetUpdatedAt(tt *testing.T) { function TestArtifactStorageResponse_GetStorageRecords (line 2538) | func TestArtifactStorageResponse_GetStorageRecords(tt *testing.T) { function TestArtifactStorageResponse_GetTotalCount (line 2549) | func TestArtifactStorageResponse_GetTotalCount(tt *testing.T) { function TestArtifactWorkflowRun_GetHeadBranch (line 2560) | func TestArtifactWorkflowRun_GetHeadBranch(tt *testing.T) { function TestArtifactWorkflowRun_GetHeadRepositoryID (line 2571) | func TestArtifactWorkflowRun_GetHeadRepositoryID(tt *testing.T) { function TestArtifactWorkflowRun_GetHeadSHA (line 2582) | func TestArtifactWorkflowRun_GetHeadSHA(tt *testing.T) { function TestArtifactWorkflowRun_GetID (line 2593) | func TestArtifactWorkflowRun_GetID(tt *testing.T) { function TestArtifactWorkflowRun_GetRepositoryID (line 2604) | func TestArtifactWorkflowRun_GetRepositoryID(tt *testing.T) { function TestAssignmentGrade_GetAssignmentName (line 2615) | func TestAssignmentGrade_GetAssignmentName(tt *testing.T) { function TestAssignmentGrade_GetAssignmentURL (line 2626) | func TestAssignmentGrade_GetAssignmentURL(tt *testing.T) { function TestAssignmentGrade_GetGithubUsername (line 2637) | func TestAssignmentGrade_GetGithubUsername(tt *testing.T) { function TestAssignmentGrade_GetGroupName (line 2648) | func TestAssignmentGrade_GetGroupName(tt *testing.T) { function TestAssignmentGrade_GetPointsAvailable (line 2659) | func TestAssignmentGrade_GetPointsAvailable(tt *testing.T) { function TestAssignmentGrade_GetPointsAwarded (line 2670) | func TestAssignmentGrade_GetPointsAwarded(tt *testing.T) { function TestAssignmentGrade_GetRosterIdentifier (line 2681) | func TestAssignmentGrade_GetRosterIdentifier(tt *testing.T) { function TestAssignmentGrade_GetStarterCodeURL (line 2692) | func TestAssignmentGrade_GetStarterCodeURL(tt *testing.T) { function TestAssignmentGrade_GetStudentRepositoryName (line 2703) | func TestAssignmentGrade_GetStudentRepositoryName(tt *testing.T) { function TestAssignmentGrade_GetStudentRepositoryURL (line 2714) | func TestAssignmentGrade_GetStudentRepositoryURL(tt *testing.T) { function TestAssignmentGrade_GetSubmissionTimestamp (line 2725) | func TestAssignmentGrade_GetSubmissionTimestamp(tt *testing.T) { function TestAttachment_GetBody (line 2736) | func TestAttachment_GetBody(tt *testing.T) { function TestAttachment_GetID (line 2747) | func TestAttachment_GetID(tt *testing.T) { function TestAttachment_GetTitle (line 2758) | func TestAttachment_GetTitle(tt *testing.T) { function TestAttestation_GetBundle (line 2769) | func TestAttestation_GetBundle(tt *testing.T) { function TestAttestation_GetRepositoryID (line 2777) | func TestAttestation_GetRepositoryID(tt *testing.T) { function TestAttestationsResponse_GetAttestations (line 2785) | func TestAttestationsResponse_GetAttestations(tt *testing.T) { function TestAuditEntry_GetAction (line 2796) | func TestAuditEntry_GetAction(tt *testing.T) { function TestAuditEntry_GetActor (line 2807) | func TestAuditEntry_GetActor(tt *testing.T) { function TestAuditEntry_GetActorID (line 2818) | func TestAuditEntry_GetActorID(tt *testing.T) { function TestAuditEntry_GetActorLocation (line 2829) | func TestAuditEntry_GetActorLocation(tt *testing.T) { function TestAuditEntry_GetAdditionalFields (line 2837) | func TestAuditEntry_GetAdditionalFields(tt *testing.T) { function TestAuditEntry_GetBusiness (line 2848) | func TestAuditEntry_GetBusiness(tt *testing.T) { function TestAuditEntry_GetBusinessID (line 2859) | func TestAuditEntry_GetBusinessID(tt *testing.T) { function TestAuditEntry_GetCreatedAt (line 2870) | func TestAuditEntry_GetCreatedAt(tt *testing.T) { function TestAuditEntry_GetData (line 2881) | func TestAuditEntry_GetData(tt *testing.T) { function TestAuditEntry_GetDocumentID (line 2892) | func TestAuditEntry_GetDocumentID(tt *testing.T) { function TestAuditEntry_GetExternalIdentityNameID (line 2903) | func TestAuditEntry_GetExternalIdentityNameID(tt *testing.T) { function TestAuditEntry_GetExternalIdentityUsername (line 2914) | func TestAuditEntry_GetExternalIdentityUsername(tt *testing.T) { function TestAuditEntry_GetHashedToken (line 2925) | func TestAuditEntry_GetHashedToken(tt *testing.T) { function TestAuditEntry_GetOrg (line 2936) | func TestAuditEntry_GetOrg(tt *testing.T) { function TestAuditEntry_GetOrgID (line 2947) | func TestAuditEntry_GetOrgID(tt *testing.T) { function TestAuditEntry_GetTimestamp (line 2958) | func TestAuditEntry_GetTimestamp(tt *testing.T) { function TestAuditEntry_GetTokenID (line 2969) | func TestAuditEntry_GetTokenID(tt *testing.T) { function TestAuditEntry_GetTokenScopes (line 2980) | func TestAuditEntry_GetTokenScopes(tt *testing.T) { function TestAuditEntry_GetUser (line 2991) | func TestAuditEntry_GetUser(tt *testing.T) { function TestAuditEntry_GetUserID (line 3002) | func TestAuditEntry_GetUserID(tt *testing.T) { function TestAuditLogStream_GetCreatedAt (line 3013) | func TestAuditLogStream_GetCreatedAt(tt *testing.T) { function TestAuditLogStream_GetEnabled (line 3021) | func TestAuditLogStream_GetEnabled(tt *testing.T) { function TestAuditLogStream_GetID (line 3029) | func TestAuditLogStream_GetID(tt *testing.T) { function TestAuditLogStream_GetPausedAt (line 3037) | func TestAuditLogStream_GetPausedAt(tt *testing.T) { function TestAuditLogStream_GetStreamDetails (line 3048) | func TestAuditLogStream_GetStreamDetails(tt *testing.T) { function TestAuditLogStream_GetStreamType (line 3056) | func TestAuditLogStream_GetStreamType(tt *testing.T) { function TestAuditLogStream_GetUpdatedAt (line 3064) | func TestAuditLogStream_GetUpdatedAt(tt *testing.T) { function TestAuditLogStreamConfig_GetEnabled (line 3072) | func TestAuditLogStreamConfig_GetEnabled(tt *testing.T) { function TestAuditLogStreamConfig_GetStreamType (line 3080) | func TestAuditLogStreamConfig_GetStreamType(tt *testing.T) { function TestAuditLogStreamConfig_GetVendorSpecific (line 3088) | func TestAuditLogStreamConfig_GetVendorSpecific(tt *testing.T) { function TestAuditLogStreamKey_GetKey (line 3096) | func TestAuditLogStreamKey_GetKey(tt *testing.T) { function TestAuditLogStreamKey_GetKeyID (line 3104) | func TestAuditLogStreamKey_GetKeyID(tt *testing.T) { function TestAuthorization_GetApp (line 3112) | func TestAuthorization_GetApp(tt *testing.T) { function TestAuthorization_GetCreatedAt (line 3120) | func TestAuthorization_GetCreatedAt(tt *testing.T) { function TestAuthorization_GetFingerprint (line 3131) | func TestAuthorization_GetFingerprint(tt *testing.T) { function TestAuthorization_GetHashedToken (line 3142) | func TestAuthorization_GetHashedToken(tt *testing.T) { function TestAuthorization_GetID (line 3153) | func TestAuthorization_GetID(tt *testing.T) { function TestAuthorization_GetNote (line 3164) | func TestAuthorization_GetNote(tt *testing.T) { function TestAuthorization_GetNoteURL (line 3175) | func TestAuthorization_GetNoteURL(tt *testing.T) { function TestAuthorization_GetScopes (line 3186) | func TestAuthorization_GetScopes(tt *testing.T) { function TestAuthorization_GetToken (line 3197) | func TestAuthorization_GetToken(tt *testing.T) { function TestAuthorization_GetTokenLastEight (line 3208) | func TestAuthorization_GetTokenLastEight(tt *testing.T) { function TestAuthorization_GetUpdatedAt (line 3219) | func TestAuthorization_GetUpdatedAt(tt *testing.T) { function TestAuthorization_GetURL (line 3230) | func TestAuthorization_GetURL(tt *testing.T) { function TestAuthorization_GetUser (line 3241) | func TestAuthorization_GetUser(tt *testing.T) { function TestAuthorizationApp_GetClientID (line 3249) | func TestAuthorizationApp_GetClientID(tt *testing.T) { function TestAuthorizationApp_GetName (line 3260) | func TestAuthorizationApp_GetName(tt *testing.T) { function TestAuthorizationApp_GetURL (line 3271) | func TestAuthorizationApp_GetURL(tt *testing.T) { function TestAuthorizationRequest_GetClientID (line 3282) | func TestAuthorizationRequest_GetClientID(tt *testing.T) { function TestAuthorizationRequest_GetClientSecret (line 3293) | func TestAuthorizationRequest_GetClientSecret(tt *testing.T) { function TestAuthorizationRequest_GetFingerprint (line 3304) | func TestAuthorizationRequest_GetFingerprint(tt *testing.T) { function TestAuthorizationRequest_GetNote (line 3315) | func TestAuthorizationRequest_GetNote(tt *testing.T) { function TestAuthorizationRequest_GetNoteURL (line 3326) | func TestAuthorizationRequest_GetNoteURL(tt *testing.T) { function TestAuthorizationRequest_GetScopes (line 3337) | func TestAuthorizationRequest_GetScopes(tt *testing.T) { function TestAuthorizationUpdateRequest_GetAddScopes (line 3348) | func TestAuthorizationUpdateRequest_GetAddScopes(tt *testing.T) { function TestAuthorizationUpdateRequest_GetFingerprint (line 3359) | func TestAuthorizationUpdateRequest_GetFingerprint(tt *testing.T) { function TestAuthorizationUpdateRequest_GetNote (line 3370) | func TestAuthorizationUpdateRequest_GetNote(tt *testing.T) { function TestAuthorizationUpdateRequest_GetNoteURL (line 3381) | func TestAuthorizationUpdateRequest_GetNoteURL(tt *testing.T) { function TestAuthorizationUpdateRequest_GetRemoveScopes (line 3392) | func TestAuthorizationUpdateRequest_GetRemoveScopes(tt *testing.T) { function TestAuthorizationUpdateRequest_GetScopes (line 3403) | func TestAuthorizationUpdateRequest_GetScopes(tt *testing.T) { function TestAuthorizedActorNames_GetFrom (line 3414) | func TestAuthorizedActorNames_GetFrom(tt *testing.T) { function TestAuthorizedActorsOnly_GetFrom (line 3425) | func TestAuthorizedActorsOnly_GetFrom(tt *testing.T) { function TestAuthorizedDismissalActorsOnlyChanges_GetFrom (line 3436) | func TestAuthorizedDismissalActorsOnlyChanges_GetFrom(tt *testing.T) { function TestAutolink_GetID (line 3447) | func TestAutolink_GetID(tt *testing.T) { function TestAutolink_GetIsAlphanumeric (line 3458) | func TestAutolink_GetIsAlphanumeric(tt *testing.T) { function TestAutolink_GetKeyPrefix (line 3469) | func TestAutolink_GetKeyPrefix(tt *testing.T) { function TestAutolink_GetURLTemplate (line 3480) | func TestAutolink_GetURLTemplate(tt *testing.T) { function TestAutolinkOptions_GetIsAlphanumeric (line 3491) | func TestAutolinkOptions_GetIsAlphanumeric(tt *testing.T) { function TestAutolinkOptions_GetKeyPrefix (line 3502) | func TestAutolinkOptions_GetKeyPrefix(tt *testing.T) { function TestAutolinkOptions_GetURLTemplate (line 3513) | func TestAutolinkOptions_GetURLTemplate(tt *testing.T) { function TestAutomatedSecurityFixes_GetEnabled (line 3524) | func TestAutomatedSecurityFixes_GetEnabled(tt *testing.T) { function TestAutomatedSecurityFixes_GetPaused (line 3535) | func TestAutomatedSecurityFixes_GetPaused(tt *testing.T) { function TestAutoTriggerCheck_GetAppID (line 3546) | func TestAutoTriggerCheck_GetAppID(tt *testing.T) { function TestAutoTriggerCheck_GetSetting (line 3557) | func TestAutoTriggerCheck_GetSetting(tt *testing.T) { function TestAzureBlobConfig_GetContainer (line 3568) | func TestAzureBlobConfig_GetContainer(tt *testing.T) { function TestAzureBlobConfig_GetEncryptedSASURL (line 3576) | func TestAzureBlobConfig_GetEncryptedSASURL(tt *testing.T) { function TestAzureBlobConfig_GetKeyID (line 3584) | func TestAzureBlobConfig_GetKeyID(tt *testing.T) { function TestAzureHubConfig_GetEncryptedConnstring (line 3592) | func TestAzureHubConfig_GetEncryptedConnstring(tt *testing.T) { function TestAzureHubConfig_GetKeyID (line 3600) | func TestAzureHubConfig_GetKeyID(tt *testing.T) { function TestAzureHubConfig_GetName (line 3608) | func TestAzureHubConfig_GetName(tt *testing.T) { function TestBasicAuthTransport_GetOTP (line 3616) | func TestBasicAuthTransport_GetOTP(tt *testing.T) { function TestBasicAuthTransport_GetPassword (line 3624) | func TestBasicAuthTransport_GetPassword(tt *testing.T) { function TestBasicAuthTransport_GetUsername (line 3632) | func TestBasicAuthTransport_GetUsername(tt *testing.T) { function TestBlob_GetContent (line 3640) | func TestBlob_GetContent(tt *testing.T) { function TestBlob_GetEncoding (line 3651) | func TestBlob_GetEncoding(tt *testing.T) { function TestBlob_GetNodeID (line 3662) | func TestBlob_GetNodeID(tt *testing.T) { function TestBlob_GetSHA (line 3673) | func TestBlob_GetSHA(tt *testing.T) { function TestBlob_GetSize (line 3684) | func TestBlob_GetSize(tt *testing.T) { function TestBlob_GetURL (line 3695) | func TestBlob_GetURL(tt *testing.T) { function TestBlockCreations_GetEnabled (line 3706) | func TestBlockCreations_GetEnabled(tt *testing.T) { function TestBranch_GetCommit (line 3717) | func TestBranch_GetCommit(tt *testing.T) { function TestBranch_GetName (line 3725) | func TestBranch_GetName(tt *testing.T) { function TestBranch_GetProtected (line 3736) | func TestBranch_GetProtected(tt *testing.T) { function TestBranch_GetProtection (line 3747) | func TestBranch_GetProtection(tt *testing.T) { function TestBranch_GetProtectionURL (line 3755) | func TestBranch_GetProtectionURL(tt *testing.T) { function TestBranchCommit_GetCommit (line 3766) | func TestBranchCommit_GetCommit(tt *testing.T) { function TestBranchCommit_GetName (line 3774) | func TestBranchCommit_GetName(tt *testing.T) { function TestBranchCommit_GetProtected (line 3785) | func TestBranchCommit_GetProtected(tt *testing.T) { function TestBranchListOptions_GetProtected (line 3796) | func TestBranchListOptions_GetProtected(tt *testing.T) { function TestBranchPolicy_GetCustomBranchPolicies (line 3807) | func TestBranchPolicy_GetCustomBranchPolicies(tt *testing.T) { function TestBranchPolicy_GetProtectedBranches (line 3818) | func TestBranchPolicy_GetProtectedBranches(tt *testing.T) { function TestBranchProtectionConfigurationEvent_GetAction (line 3829) | func TestBranchProtectionConfigurationEvent_GetAction(tt *testing.T) { function TestBranchProtectionConfigurationEvent_GetEnterprise (line 3840) | func TestBranchProtectionConfigurationEvent_GetEnterprise(tt *testing.T) { function TestBranchProtectionConfigurationEvent_GetInstallation (line 3848) | func TestBranchProtectionConfigurationEvent_GetInstallation(tt *testing.... function TestBranchProtectionConfigurationEvent_GetOrg (line 3856) | func TestBranchProtectionConfigurationEvent_GetOrg(tt *testing.T) { function TestBranchProtectionConfigurationEvent_GetRepo (line 3864) | func TestBranchProtectionConfigurationEvent_GetRepo(tt *testing.T) { function TestBranchProtectionConfigurationEvent_GetSender (line 3872) | func TestBranchProtectionConfigurationEvent_GetSender(tt *testing.T) { function TestBranchProtectionRule_GetAdminEnforced (line 3880) | func TestBranchProtectionRule_GetAdminEnforced(tt *testing.T) { function TestBranchProtectionRule_GetAllowDeletionsEnforcementLevel (line 3891) | func TestBranchProtectionRule_GetAllowDeletionsEnforcementLevel(tt *test... function TestBranchProtectionRule_GetAllowForcePushesEnforcementLevel (line 3902) | func TestBranchProtectionRule_GetAllowForcePushesEnforcementLevel(tt *te... function TestBranchProtectionRule_GetAuthorizedActorNames (line 3913) | func TestBranchProtectionRule_GetAuthorizedActorNames(tt *testing.T) { function TestBranchProtectionRule_GetAuthorizedActorsOnly (line 3924) | func TestBranchProtectionRule_GetAuthorizedActorsOnly(tt *testing.T) { function TestBranchProtectionRule_GetAuthorizedDismissalActorsOnly (line 3935) | func TestBranchProtectionRule_GetAuthorizedDismissalActorsOnly(tt *testi... function TestBranchProtectionRule_GetCreatedAt (line 3946) | func TestBranchProtectionRule_GetCreatedAt(tt *testing.T) { function TestBranchProtectionRule_GetDismissStaleReviewsOnPush (line 3957) | func TestBranchProtectionRule_GetDismissStaleReviewsOnPush(tt *testing.T) { function TestBranchProtectionRule_GetID (line 3968) | func TestBranchProtectionRule_GetID(tt *testing.T) { function TestBranchProtectionRule_GetIgnoreApprovalsFromContributors (line 3979) | func TestBranchProtectionRule_GetIgnoreApprovalsFromContributors(tt *tes... function TestBranchProtectionRule_GetLinearHistoryRequirementEnforcementLevel (line 3990) | func TestBranchProtectionRule_GetLinearHistoryRequirementEnforcementLeve... function TestBranchProtectionRule_GetMergeQueueEnforcementLevel (line 4001) | func TestBranchProtectionRule_GetMergeQueueEnforcementLevel(tt *testing.... function TestBranchProtectionRule_GetName (line 4012) | func TestBranchProtectionRule_GetName(tt *testing.T) { function TestBranchProtectionRule_GetPullRequestReviewsEnforcementLevel (line 4023) | func TestBranchProtectionRule_GetPullRequestReviewsEnforcementLevel(tt *... function TestBranchProtectionRule_GetRepositoryID (line 4034) | func TestBranchProtectionRule_GetRepositoryID(tt *testing.T) { function TestBranchProtectionRule_GetRequireCodeOwnerReview (line 4045) | func TestBranchProtectionRule_GetRequireCodeOwnerReview(tt *testing.T) { function TestBranchProtectionRule_GetRequiredApprovingReviewCount (line 4056) | func TestBranchProtectionRule_GetRequiredApprovingReviewCount(tt *testin... function TestBranchProtectionRule_GetRequiredConversationResolutionLevel (line 4067) | func TestBranchProtectionRule_GetRequiredConversationResolutionLevel(tt ... function TestBranchProtectionRule_GetRequiredDeploymentsEnforcementLevel (line 4078) | func TestBranchProtectionRule_GetRequiredDeploymentsEnforcementLevel(tt ... function TestBranchProtectionRule_GetRequiredStatusChecks (line 4089) | func TestBranchProtectionRule_GetRequiredStatusChecks(tt *testing.T) { function TestBranchProtectionRule_GetRequiredStatusChecksEnforcementLevel (line 4100) | func TestBranchProtectionRule_GetRequiredStatusChecksEnforcementLevel(tt... function TestBranchProtectionRule_GetRequireLastPushApproval (line 4111) | func TestBranchProtectionRule_GetRequireLastPushApproval(tt *testing.T) { function TestBranchProtectionRule_GetSignatureRequirementEnforcementLevel (line 4122) | func TestBranchProtectionRule_GetSignatureRequirementEnforcementLevel(tt... function TestBranchProtectionRule_GetStrictRequiredStatusChecksPolicy (line 4133) | func TestBranchProtectionRule_GetStrictRequiredStatusChecksPolicy(tt *te... function TestBranchProtectionRule_GetUpdatedAt (line 4144) | func TestBranchProtectionRule_GetUpdatedAt(tt *testing.T) { function TestBranchProtectionRuleEvent_GetAction (line 4155) | func TestBranchProtectionRuleEvent_GetAction(tt *testing.T) { function TestBranchProtectionRuleEvent_GetChanges (line 4166) | func TestBranchProtectionRuleEvent_GetChanges(tt *testing.T) { function TestBranchProtectionRuleEvent_GetInstallation (line 4174) | func TestBranchProtectionRuleEvent_GetInstallation(tt *testing.T) { function TestBranchProtectionRuleEvent_GetOrg (line 4182) | func TestBranchProtectionRuleEvent_GetOrg(tt *testing.T) { function TestBranchProtectionRuleEvent_GetRepo (line 4190) | func TestBranchProtectionRuleEvent_GetRepo(tt *testing.T) { function TestBranchProtectionRuleEvent_GetRule (line 4198) | func TestBranchProtectionRuleEvent_GetRule(tt *testing.T) { function TestBranchProtectionRuleEvent_GetSender (line 4206) | func TestBranchProtectionRuleEvent_GetSender(tt *testing.T) { function TestBranchRestrictions_GetApps (line 4214) | func TestBranchRestrictions_GetApps(tt *testing.T) { function TestBranchRestrictions_GetTeams (line 4225) | func TestBranchRestrictions_GetTeams(tt *testing.T) { function TestBranchRestrictions_GetUsers (line 4236) | func TestBranchRestrictions_GetUsers(tt *testing.T) { function TestBranchRestrictionsRequest_GetApps (line 4247) | func TestBranchRestrictionsRequest_GetApps(tt *testing.T) { function TestBranchRestrictionsRequest_GetTeams (line 4258) | func TestBranchRestrictionsRequest_GetTeams(tt *testing.T) { function TestBranchRestrictionsRequest_GetUsers (line 4269) | func TestBranchRestrictionsRequest_GetUsers(tt *testing.T) { function TestBranchRuleMetadata_GetRulesetID (line 4280) | func TestBranchRuleMetadata_GetRulesetID(tt *testing.T) { function TestBranchRuleMetadata_GetRulesetSource (line 4288) | func TestBranchRuleMetadata_GetRulesetSource(tt *testing.T) { function TestBranchRuleMetadata_GetRulesetSourceType (line 4296) | func TestBranchRuleMetadata_GetRulesetSourceType(tt *testing.T) { function TestBranchRules_GetBranchNamePattern (line 4304) | func TestBranchRules_GetBranchNamePattern(tt *testing.T) { function TestBranchRules_GetCodeScanning (line 4315) | func TestBranchRules_GetCodeScanning(tt *testing.T) { function TestBranchRules_GetCommitAuthorEmailPattern (line 4326) | func TestBranchRules_GetCommitAuthorEmailPattern(tt *testing.T) { function TestBranchRules_GetCommitMessagePattern (line 4337) | func TestBranchRules_GetCommitMessagePattern(tt *testing.T) { function TestBranchRules_GetCommitterEmailPattern (line 4348) | func TestBranchRules_GetCommitterEmailPattern(tt *testing.T) { function TestBranchRules_GetCopilotCodeReview (line 4359) | func TestBranchRules_GetCopilotCodeReview(tt *testing.T) { function TestBranchRules_GetCreation (line 4370) | func TestBranchRules_GetCreation(tt *testing.T) { function TestBranchRules_GetDeletion (line 4381) | func TestBranchRules_GetDeletion(tt *testing.T) { function TestBranchRules_GetFileExtensionRestriction (line 4392) | func TestBranchRules_GetFileExtensionRestriction(tt *testing.T) { function TestBranchRules_GetFilePathRestriction (line 4403) | func TestBranchRules_GetFilePathRestriction(tt *testing.T) { function TestBranchRules_GetMaxFilePathLength (line 4414) | func TestBranchRules_GetMaxFilePathLength(tt *testing.T) { function TestBranchRules_GetMaxFileSize (line 4425) | func TestBranchRules_GetMaxFileSize(tt *testing.T) { function TestBranchRules_GetMergeQueue (line 4436) | func TestBranchRules_GetMergeQueue(tt *testing.T) { function TestBranchRules_GetNonFastForward (line 4447) | func TestBranchRules_GetNonFastForward(tt *testing.T) { function TestBranchRules_GetPullRequest (line 4458) | func TestBranchRules_GetPullRequest(tt *testing.T) { function TestBranchRules_GetRequiredDeployments (line 4469) | func TestBranchRules_GetRequiredDeployments(tt *testing.T) { function TestBranchRules_GetRequiredLinearHistory (line 4480) | func TestBranchRules_GetRequiredLinearHistory(tt *testing.T) { function TestBranchRules_GetRequiredSignatures (line 4491) | func TestBranchRules_GetRequiredSignatures(tt *testing.T) { function TestBranchRules_GetRequiredStatusChecks (line 4502) | func TestBranchRules_GetRequiredStatusChecks(tt *testing.T) { function TestBranchRules_GetTagNamePattern (line 4513) | func TestBranchRules_GetTagNamePattern(tt *testing.T) { function TestBranchRules_GetUpdate (line 4524) | func TestBranchRules_GetUpdate(tt *testing.T) { function TestBranchRules_GetWorkflows (line 4535) | func TestBranchRules_GetWorkflows(tt *testing.T) { function TestBypassActor_GetActorID (line 4546) | func TestBypassActor_GetActorID(tt *testing.T) { function TestBypassActor_GetActorType (line 4557) | func TestBypassActor_GetActorType(tt *testing.T) { function TestBypassActor_GetBypassMode (line 4565) | func TestBypassActor_GetBypassMode(tt *testing.T) { function TestBypassPullRequestAllowances_GetApps (line 4573) | func TestBypassPullRequestAllowances_GetApps(tt *testing.T) { function TestBypassPullRequestAllowances_GetTeams (line 4584) | func TestBypassPullRequestAllowances_GetTeams(tt *testing.T) { function TestBypassPullRequestAllowances_GetUsers (line 4595) | func TestBypassPullRequestAllowances_GetUsers(tt *testing.T) { function TestBypassPullRequestAllowancesRequest_GetApps (line 4606) | func TestBypassPullRequestAllowancesRequest_GetApps(tt *testing.T) { function TestBypassPullRequestAllowancesRequest_GetTeams (line 4617) | func TestBypassPullRequestAllowancesRequest_GetTeams(tt *testing.T) { function TestBypassPullRequestAllowancesRequest_GetUsers (line 4628) | func TestBypassPullRequestAllowancesRequest_GetUsers(tt *testing.T) { function TestBypassReviewer_GetReviewerID (line 4639) | func TestBypassReviewer_GetReviewerID(tt *testing.T) { function TestBypassReviewer_GetReviewerType (line 4647) | func TestBypassReviewer_GetReviewerType(tt *testing.T) { function TestBypassReviewer_GetSecurityConfigurationID (line 4655) | func TestBypassReviewer_GetSecurityConfigurationID(tt *testing.T) { function TestCheckRun_GetApp (line 4666) | func TestCheckRun_GetApp(tt *testing.T) { function TestCheckRun_GetCheckSuite (line 4674) | func TestCheckRun_GetCheckSuite(tt *testing.T) { function TestCheckRun_GetCompletedAt (line 4682) | func TestCheckRun_GetCompletedAt(tt *testing.T) { function TestCheckRun_GetConclusion (line 4693) | func TestCheckRun_GetConclusion(tt *testing.T) { function TestCheckRun_GetDetailsURL (line 4704) | func TestCheckRun_GetDetailsURL(tt *testing.T) { function TestCheckRun_GetExternalID (line 4715) | func TestCheckRun_GetExternalID(tt *testing.T) { function TestCheckRun_GetHeadSHA (line 4726) | func TestCheckRun_GetHeadSHA(tt *testing.T) { function TestCheckRun_GetHTMLURL (line 4737) | func TestCheckRun_GetHTMLURL(tt *testing.T) { function TestCheckRun_GetID (line 4748) | func TestCheckRun_GetID(tt *testing.T) { function TestCheckRun_GetName (line 4759) | func TestCheckRun_GetName(tt *testing.T) { function TestCheckRun_GetNodeID (line 4770) | func TestCheckRun_GetNodeID(tt *testing.T) { function TestCheckRun_GetOutput (line 4781) | func TestCheckRun_GetOutput(tt *testing.T) { function TestCheckRun_GetPullRequests (line 4789) | func TestCheckRun_GetPullRequests(tt *testing.T) { function TestCheckRun_GetStartedAt (line 4800) | func TestCheckRun_GetStartedAt(tt *testing.T) { function TestCheckRun_GetStatus (line 4811) | func TestCheckRun_GetStatus(tt *testing.T) { function TestCheckRun_GetURL (line 4822) | func TestCheckRun_GetURL(tt *testing.T) { function TestCheckRunAction_GetDescription (line 4833) | func TestCheckRunAction_GetDescription(tt *testing.T) { function TestCheckRunAction_GetIdentifier (line 4841) | func TestCheckRunAction_GetIdentifier(tt *testing.T) { function TestCheckRunAction_GetLabel (line 4849) | func TestCheckRunAction_GetLabel(tt *testing.T) { function TestCheckRunAnnotation_GetAnnotationLevel (line 4857) | func TestCheckRunAnnotation_GetAnnotationLevel(tt *testing.T) { function TestCheckRunAnnotation_GetEndColumn (line 4868) | func TestCheckRunAnnotation_GetEndColumn(tt *testing.T) { function TestCheckRunAnnotation_GetEndLine (line 4879) | func TestCheckRunAnnotation_GetEndLine(tt *testing.T) { function TestCheckRunAnnotation_GetMessage (line 4890) | func TestCheckRunAnnotation_GetMessage(tt *testing.T) { function TestCheckRunAnnotation_GetPath (line 4901) | func TestCheckRunAnnotation_GetPath(tt *testing.T) { function TestCheckRunAnnotation_GetRawDetails (line 4912) | func TestCheckRunAnnotation_GetRawDetails(tt *testing.T) { function TestCheckRunAnnotation_GetStartColumn (line 4923) | func TestCheckRunAnnotation_GetStartColumn(tt *testing.T) { function TestCheckRunAnnotation_GetStartLine (line 4934) | func TestCheckRunAnnotation_GetStartLine(tt *testing.T) { function TestCheckRunAnnotation_GetTitle (line 4945) | func TestCheckRunAnnotation_GetTitle(tt *testing.T) { function TestCheckRunEvent_GetAction (line 4956) | func TestCheckRunEvent_GetAction(tt *testing.T) { function TestCheckRunEvent_GetCheckRun (line 4967) | func TestCheckRunEvent_GetCheckRun(tt *testing.T) { function TestCheckRunEvent_GetInstallation (line 4975) | func TestCheckRunEvent_GetInstallation(tt *testing.T) { function TestCheckRunEvent_GetOrg (line 4983) | func TestCheckRunEvent_GetOrg(tt *testing.T) { function TestCheckRunEvent_GetRepo (line 4991) | func TestCheckRunEvent_GetRepo(tt *testing.T) { function TestCheckRunEvent_GetRequestedAction (line 4999) | func TestCheckRunEvent_GetRequestedAction(tt *testing.T) { function TestCheckRunEvent_GetSender (line 5007) | func TestCheckRunEvent_GetSender(tt *testing.T) { function TestCheckRunImage_GetAlt (line 5015) | func TestCheckRunImage_GetAlt(tt *testing.T) { function TestCheckRunImage_GetCaption (line 5026) | func TestCheckRunImage_GetCaption(tt *testing.T) { function TestCheckRunImage_GetImageURL (line 5037) | func TestCheckRunImage_GetImageURL(tt *testing.T) { function TestCheckRunOutput_GetAnnotations (line 5048) | func TestCheckRunOutput_GetAnnotations(tt *testing.T) { function TestCheckRunOutput_GetAnnotationsCount (line 5059) | func TestCheckRunOutput_GetAnnotationsCount(tt *testing.T) { function TestCheckRunOutput_GetAnnotationsURL (line 5070) | func TestCheckRunOutput_GetAnnotationsURL(tt *testing.T) { function TestCheckRunOutput_GetImages (line 5081) | func TestCheckRunOutput_GetImages(tt *testing.T) { function TestCheckRunOutput_GetSummary (line 5092) | func TestCheckRunOutput_GetSummary(tt *testing.T) { function TestCheckRunOutput_GetText (line 5103) | func TestCheckRunOutput_GetText(tt *testing.T) { function TestCheckRunOutput_GetTitle (line 5114) | func TestCheckRunOutput_GetTitle(tt *testing.T) { function TestCheckSuite_GetAfterSHA (line 5125) | func TestCheckSuite_GetAfterSHA(tt *testing.T) { function TestCheckSuite_GetApp (line 5136) | func TestCheckSuite_GetApp(tt *testing.T) { function TestCheckSuite_GetBeforeSHA (line 5144) | func TestCheckSuite_GetBeforeSHA(tt *testing.T) { function TestCheckSuite_GetConclusion (line 5155) | func TestCheckSuite_GetConclusion(tt *testing.T) { function TestCheckSuite_GetCreatedAt (line 5166) | func TestCheckSuite_GetCreatedAt(tt *testing.T) { function TestCheckSuite_GetHeadBranch (line 5177) | func TestCheckSuite_GetHeadBranch(tt *testing.T) { function TestCheckSuite_GetHeadCommit (line 5188) | func TestCheckSuite_GetHeadCommit(tt *testing.T) { function TestCheckSuite_GetHeadSHA (line 5196) | func TestCheckSuite_GetHeadSHA(tt *testing.T) { function TestCheckSuite_GetID (line 5207) | func TestCheckSuite_GetID(tt *testing.T) { function TestCheckSuite_GetLatestCheckRunsCount (line 5218) | func TestCheckSuite_GetLatestCheckRunsCount(tt *testing.T) { function TestCheckSuite_GetNodeID (line 5229) | func TestCheckSuite_GetNodeID(tt *testing.T) { function TestCheckSuite_GetPullRequests (line 5240) | func TestCheckSuite_GetPullRequests(tt *testing.T) { function TestCheckSuite_GetRepository (line 5251) | func TestCheckSuite_GetRepository(tt *testing.T) { function TestCheckSuite_GetRerequestable (line 5259) | func TestCheckSuite_GetRerequestable(tt *testing.T) { function TestCheckSuite_GetRunsRerequestable (line 5270) | func TestCheckSuite_GetRunsRerequestable(tt *testing.T) { function TestCheckSuite_GetStatus (line 5281) | func TestCheckSuite_GetStatus(tt *testing.T) { function TestCheckSuite_GetUpdatedAt (line 5292) | func TestCheckSuite_GetUpdatedAt(tt *testing.T) { function TestCheckSuite_GetURL (line 5303) | func TestCheckSuite_GetURL(tt *testing.T) { function TestCheckSuiteEvent_GetAction (line 5314) | func TestCheckSuiteEvent_GetAction(tt *testing.T) { function TestCheckSuiteEvent_GetCheckSuite (line 5325) | func TestCheckSuiteEvent_GetCheckSuite(tt *testing.T) { function TestCheckSuiteEvent_GetInstallation (line 5333) | func TestCheckSuiteEvent_GetInstallation(tt *testing.T) { function TestCheckSuiteEvent_GetOrg (line 5341) | func TestCheckSuiteEvent_GetOrg(tt *testing.T) { function TestCheckSuiteEvent_GetRepo (line 5349) | func TestCheckSuiteEvent_GetRepo(tt *testing.T) { function TestCheckSuiteEvent_GetSender (line 5357) | func TestCheckSuiteEvent_GetSender(tt *testing.T) { function TestCheckSuitePreferenceOptions_GetAutoTriggerChecks (line 5365) | func TestCheckSuitePreferenceOptions_GetAutoTriggerChecks(tt *testing.T) { function TestCheckSuitePreferenceResults_GetPreferences (line 5376) | func TestCheckSuitePreferenceResults_GetPreferences(tt *testing.T) { function TestCheckSuitePreferenceResults_GetRepository (line 5384) | func TestCheckSuitePreferenceResults_GetRepository(tt *testing.T) { function TestClassroom_GetArchived (line 5392) | func TestClassroom_GetArchived(tt *testing.T) { function TestClassroom_GetID (line 5403) | func TestClassroom_GetID(tt *testing.T) { function TestClassroom_GetName (line 5414) | func TestClassroom_GetName(tt *testing.T) { function TestClassroom_GetOrganization (line 5425) | func TestClassroom_GetOrganization(tt *testing.T) { function TestClassroom_GetURL (line 5433) | func TestClassroom_GetURL(tt *testing.T) { function TestClassroomAssignment_GetAccepted (line 5444) | func TestClassroomAssignment_GetAccepted(tt *testing.T) { function TestClassroomAssignment_GetClassroom (line 5455) | func TestClassroomAssignment_GetClassroom(tt *testing.T) { function TestClassroomAssignment_GetDeadline (line 5463) | func TestClassroomAssignment_GetDeadline(tt *testing.T) { function TestClassroomAssignment_GetEditor (line 5474) | func TestClassroomAssignment_GetEditor(tt *testing.T) { function TestClassroomAssignment_GetFeedbackPullRequestsEnabled (line 5485) | func TestClassroomAssignment_GetFeedbackPullRequestsEnabled(tt *testing.... function TestClassroomAssignment_GetID (line 5496) | func TestClassroomAssignment_GetID(tt *testing.T) { function TestClassroomAssignment_GetInvitationsEnabled (line 5507) | func TestClassroomAssignment_GetInvitationsEnabled(tt *testing.T) { function TestClassroomAssignment_GetInviteLink (line 5518) | func TestClassroomAssignment_GetInviteLink(tt *testing.T) { function TestClassroomAssignment_GetLanguage (line 5529) | func TestClassroomAssignment_GetLanguage(tt *testing.T) { function TestClassroomAssignment_GetMaxMembers (line 5540) | func TestClassroomAssignment_GetMaxMembers(tt *testing.T) { function TestClassroomAssignment_GetMaxTeams (line 5551) | func TestClassroomAssignment_GetMaxTeams(tt *testing.T) { function TestClassroomAssignment_GetPassing (line 5562) | func TestClassroomAssignment_GetPassing(tt *testing.T) { function TestClassroomAssignment_GetPublicRepo (line 5573) | func TestClassroomAssignment_GetPublicRepo(tt *testing.T) { function TestClassroomAssignment_GetSlug (line 5584) | func TestClassroomAssignment_GetSlug(tt *testing.T) { function TestClassroomAssignment_GetStarterCodeRepository (line 5595) | func TestClassroomAssignment_GetStarterCodeRepository(tt *testing.T) { function TestClassroomAssignment_GetStudentsAreRepoAdmins (line 5603) | func TestClassroomAssignment_GetStudentsAreRepoAdmins(tt *testing.T) { function TestClassroomAssignment_GetSubmitted (line 5614) | func TestClassroomAssignment_GetSubmitted(tt *testing.T) { function TestClassroomAssignment_GetTitle (line 5625) | func TestClassroomAssignment_GetTitle(tt *testing.T) { function TestClassroomAssignment_GetType (line 5636) | func TestClassroomAssignment_GetType(tt *testing.T) { function TestClassroomUser_GetAvatarURL (line 5647) | func TestClassroomUser_GetAvatarURL(tt *testing.T) { function TestClassroomUser_GetHTMLURL (line 5658) | func TestClassroomUser_GetHTMLURL(tt *testing.T) { function TestClassroomUser_GetID (line 5669) | func TestClassroomUser_GetID(tt *testing.T) { function TestClassroomUser_GetLogin (line 5680) | func TestClassroomUser_GetLogin(tt *testing.T) { function TestClusterArtifactDeployment_GetDeploymentName (line 5691) | func TestClusterArtifactDeployment_GetDeploymentName(tt *testing.T) { function TestClusterArtifactDeployment_GetDigest (line 5699) | func TestClusterArtifactDeployment_GetDigest(tt *testing.T) { function TestClusterArtifactDeployment_GetGithubRepository (line 5707) | func TestClusterArtifactDeployment_GetGithubRepository(tt *testing.T) { function TestClusterArtifactDeployment_GetName (line 5718) | func TestClusterArtifactDeployment_GetName(tt *testing.T) { function TestClusterArtifactDeployment_GetRuntimeRisks (line 5726) | func TestClusterArtifactDeployment_GetRuntimeRisks(tt *testing.T) { function TestClusterArtifactDeployment_GetStatus (line 5737) | func TestClusterArtifactDeployment_GetStatus(tt *testing.T) { function TestClusterArtifactDeployment_GetTags (line 5745) | func TestClusterArtifactDeployment_GetTags(tt *testing.T) { function TestClusterArtifactDeployment_GetVersion (line 5756) | func TestClusterArtifactDeployment_GetVersion(tt *testing.T) { function TestClusterDeploymentRecordsRequest_GetDeployments (line 5767) | func TestClusterDeploymentRecordsRequest_GetDeployments(tt *testing.T) { function TestClusterDeploymentRecordsRequest_GetLogicalEnvironment (line 5778) | func TestClusterDeploymentRecordsRequest_GetLogicalEnvironment(tt *testi... function TestClusterDeploymentRecordsRequest_GetPhysicalEnvironment (line 5786) | func TestClusterDeploymentRecordsRequest_GetPhysicalEnvironment(tt *test... function TestClusterSSHKey_GetFingerprint (line 5797) | func TestClusterSSHKey_GetFingerprint(tt *testing.T) { function TestClusterSSHKey_GetKey (line 5808) | func TestClusterSSHKey_GetKey(tt *testing.T) { function TestClusterStatus_GetNodes (line 5819) | func TestClusterStatus_GetNodes(tt *testing.T) { function TestClusterStatus_GetStatus (line 5830) | func TestClusterStatus_GetStatus(tt *testing.T) { function TestClusterStatusNode_GetHostname (line 5841) | func TestClusterStatusNode_GetHostname(tt *testing.T) { function TestClusterStatusNode_GetServices (line 5852) | func TestClusterStatusNode_GetServices(tt *testing.T) { function TestClusterStatusNode_GetStatus (line 5863) | func TestClusterStatusNode_GetStatus(tt *testing.T) { function TestClusterStatusNodeServiceItem_GetDetails (line 5874) | func TestClusterStatusNodeServiceItem_GetDetails(tt *testing.T) { function TestClusterStatusNodeServiceItem_GetName (line 5885) | func TestClusterStatusNodeServiceItem_GetName(tt *testing.T) { function TestClusterStatusNodeServiceItem_GetStatus (line 5896) | func TestClusterStatusNodeServiceItem_GetStatus(tt *testing.T) { function TestCodeOfConduct_GetBody (line 5907) | func TestCodeOfConduct_GetBody(tt *testing.T) { function TestCodeOfConduct_GetKey (line 5918) | func TestCodeOfConduct_GetKey(tt *testing.T) { function TestCodeOfConduct_GetName (line 5929) | func TestCodeOfConduct_GetName(tt *testing.T) { function TestCodeOfConduct_GetURL (line 5940) | func TestCodeOfConduct_GetURL(tt *testing.T) { function TestCodeownersError_GetColumn (line 5951) | func TestCodeownersError_GetColumn(tt *testing.T) { function TestCodeownersError_GetKind (line 5959) | func TestCodeownersError_GetKind(tt *testing.T) { function TestCodeownersError_GetLine (line 5967) | func TestCodeownersError_GetLine(tt *testing.T) { function TestCodeownersError_GetMessage (line 5975) | func TestCodeownersError_GetMessage(tt *testing.T) { function TestCodeownersError_GetPath (line 5983) | func TestCodeownersError_GetPath(tt *testing.T) { function TestCodeownersError_GetSource (line 5991) | func TestCodeownersError_GetSource(tt *testing.T) { function TestCodeownersError_GetSuggestion (line 5999) | func TestCodeownersError_GetSuggestion(tt *testing.T) { function TestCodeownersErrors_GetErrors (line 6010) | func TestCodeownersErrors_GetErrors(tt *testing.T) { function TestCodeQLDatabase_GetContentType (line 6021) | func TestCodeQLDatabase_GetContentType(tt *testing.T) { function TestCodeQLDatabase_GetCreatedAt (line 6032) | func TestCodeQLDatabase_GetCreatedAt(tt *testing.T) { function TestCodeQLDatabase_GetID (line 6043) | func TestCodeQLDatabase_GetID(tt *testing.T) { function TestCodeQLDatabase_GetLanguage (line 6054) | func TestCodeQLDatabase_GetLanguage(tt *testing.T) { function TestCodeQLDatabase_GetName (line 6065) | func TestCodeQLDatabase_GetName(tt *testing.T) { function TestCodeQLDatabase_GetSize (line 6076) | func TestCodeQLDatabase_GetSize(tt *testing.T) { function TestCodeQLDatabase_GetUpdatedAt (line 6087) | func TestCodeQLDatabase_GetUpdatedAt(tt *testing.T) { function TestCodeQLDatabase_GetUploader (line 6098) | func TestCodeQLDatabase_GetUploader(tt *testing.T) { function TestCodeQLDatabase_GetURL (line 6106) | func TestCodeQLDatabase_GetURL(tt *testing.T) { function TestCodeResult_GetHTMLURL (line 6117) | func TestCodeResult_GetHTMLURL(tt *testing.T) { function TestCodeResult_GetName (line 6128) | func TestCodeResult_GetName(tt *testing.T) { function TestCodeResult_GetPath (line 6139) | func TestCodeResult_GetPath(tt *testing.T) { function TestCodeResult_GetRepository (line 6150) | func TestCodeResult_GetRepository(tt *testing.T) { function TestCodeResult_GetSHA (line 6158) | func TestCodeResult_GetSHA(tt *testing.T) { function TestCodeResult_GetTextMatches (line 6169) | func TestCodeResult_GetTextMatches(tt *testing.T) { function TestCodeScanningAlertEvent_GetAction (line 6180) | func TestCodeScanningAlertEvent_GetAction(tt *testing.T) { function TestCodeScanningAlertEvent_GetAlert (line 6191) | func TestCodeScanningAlertEvent_GetAlert(tt *testing.T) { function TestCodeScanningAlertEvent_GetCommitOID (line 6199) | func TestCodeScanningAlertEvent_GetCommitOID(tt *testing.T) { function TestCodeScanningAlertEvent_GetInstallation (line 6210) | func TestCodeScanningAlertEvent_GetInstallation(tt *testing.T) { function TestCodeScanningAlertEvent_GetOrg (line 6218) | func TestCodeScanningAlertEvent_GetOrg(tt *testing.T) { function TestCodeScanningAlertEvent_GetRef (line 6226) | func TestCodeScanningAlertEvent_GetRef(tt *testing.T) { function TestCodeScanningAlertEvent_GetRepo (line 6237) | func TestCodeScanningAlertEvent_GetRepo(tt *testing.T) { function TestCodeScanningAlertEvent_GetSender (line 6245) | func TestCodeScanningAlertEvent_GetSender(tt *testing.T) { function TestCodeScanningAlertState_GetDismissedComment (line 6253) | func TestCodeScanningAlertState_GetDismissedComment(tt *testing.T) { function TestCodeScanningAlertState_GetDismissedReason (line 6264) | func TestCodeScanningAlertState_GetDismissedReason(tt *testing.T) { function TestCodeScanningAlertState_GetState (line 6275) | func TestCodeScanningAlertState_GetState(tt *testing.T) { function TestCodeScanningBranchRule_GetParameters (line 6283) | func TestCodeScanningBranchRule_GetParameters(tt *testing.T) { function TestCodeScanningDefaultSetupOptions_GetRunnerLabel (line 6291) | func TestCodeScanningDefaultSetupOptions_GetRunnerLabel(tt *testing.T) { function TestCodeScanningDefaultSetupOptions_GetRunnerType (line 6302) | func TestCodeScanningDefaultSetupOptions_GetRunnerType(tt *testing.T) { function TestCodeScanningOptions_GetAllowAdvanced (line 6310) | func TestCodeScanningOptions_GetAllowAdvanced(tt *testing.T) { function TestCodeScanningRuleParameters_GetCodeScanningTools (line 6321) | func TestCodeScanningRuleParameters_GetCodeScanningTools(tt *testing.T) { function TestCodeSearchResult_GetCodeResults (line 6332) | func TestCodeSearchResult_GetCodeResults(tt *testing.T) { function TestCodeSearchResult_GetIncompleteResults (line 6343) | func TestCodeSearchResult_GetIncompleteResults(tt *testing.T) { function TestCodeSearchResult_GetTotal (line 6354) | func TestCodeSearchResult_GetTotal(tt *testing.T) { function TestCodeSecurityConfiguration_GetAdvancedSecurity (line 6365) | func TestCodeSecurityConfiguration_GetAdvancedSecurity(tt *testing.T) { function TestCodeSecurityConfiguration_GetCodeScanningDefaultSetup (line 6376) | func TestCodeSecurityConfiguration_GetCodeScanningDefaultSetup(tt *testi... function TestCodeSecurityConfiguration_GetCodeScanningDefaultSetupOptions (line 6387) | func TestCodeSecurityConfiguration_GetCodeScanningDefaultSetupOptions(tt... function TestCodeSecurityConfiguration_GetCodeScanningDelegatedAlertDismissal (line 6395) | func TestCodeSecurityConfiguration_GetCodeScanningDelegatedAlertDismissa... function TestCodeSecurityConfiguration_GetCodeScanningOptions (line 6406) | func TestCodeSecurityConfiguration_GetCodeScanningOptions(tt *testing.T) { function TestCodeSecurityConfiguration_GetCodeSecurity (line 6414) | func TestCodeSecurityConfiguration_GetCodeSecurity(tt *testing.T) { function TestCodeSecurityConfiguration_GetCreatedAt (line 6425) | func TestCodeSecurityConfiguration_GetCreatedAt(tt *testing.T) { function TestCodeSecurityConfiguration_GetDependabotAlerts (line 6436) | func TestCodeSecurityConfiguration_GetDependabotAlerts(tt *testing.T) { function TestCodeSecurityConfiguration_GetDependabotSecurityUpdates (line 6447) | func TestCodeSecurityConfiguration_GetDependabotSecurityUpdates(tt *test... function TestCodeSecurityConfiguration_GetDependencyGraph (line 6458) | func TestCodeSecurityConfiguration_GetDependencyGraph(tt *testing.T) { function TestCodeSecurityConfiguration_GetDependencyGraphAutosubmitAction (line 6469) | func TestCodeSecurityConfiguration_GetDependencyGraphAutosubmitAction(tt... function TestCodeSecurityConfiguration_GetDependencyGraphAutosubmitActionOptions (line 6480) | func TestCodeSecurityConfiguration_GetDependencyGraphAutosubmitActionOpt... function TestCodeSecurityConfiguration_GetDescription (line 6488) | func TestCodeSecurityConfiguration_GetDescription(tt *testing.T) { function TestCodeSecurityConfiguration_GetEnforcement (line 6496) | func TestCodeSecurityConfiguration_GetEnforcement(tt *testing.T) { function TestCodeSecurityConfiguration_GetHTMLURL (line 6507) | func TestCodeSecurityConfiguration_GetHTMLURL(tt *testing.T) { function TestCodeSecurityConfiguration_GetID (line 6518) | func TestCodeSecurityConfiguration_GetID(tt *testing.T) { function TestCodeSecurityConfiguration_GetName (line 6529) | func TestCodeSecurityConfiguration_GetName(tt *testing.T) { function TestCodeSecurityConfiguration_GetPrivateVulnerabilityReporting (line 6537) | func TestCodeSecurityConfiguration_GetPrivateVulnerabilityReporting(tt *... function TestCodeSecurityConfiguration_GetSecretProtection (line 6548) | func TestCodeSecurityConfiguration_GetSecretProtection(tt *testing.T) { function TestCodeSecurityConfiguration_GetSecretScanning (line 6559) | func TestCodeSecurityConfiguration_GetSecretScanning(tt *testing.T) { function TestCodeSecurityConfiguration_GetSecretScanningDelegatedAlertDismissal (line 6570) | func TestCodeSecurityConfiguration_GetSecretScanningDelegatedAlertDismis... function TestCodeSecurityConfiguration_GetSecretScanningDelegatedBypass (line 6581) | func TestCodeSecurityConfiguration_GetSecretScanningDelegatedBypass(tt *... function TestCodeSecurityConfiguration_GetSecretScanningDelegatedBypassOptions (line 6592) | func TestCodeSecurityConfiguration_GetSecretScanningDelegatedBypassOptio... function TestCodeSecurityConfiguration_GetSecretScanningGenericSecrets (line 6600) | func TestCodeSecurityConfiguration_GetSecretScanningGenericSecrets(tt *t... function TestCodeSecurityConfiguration_GetSecretScanningNonProviderPatterns (line 6611) | func TestCodeSecurityConfiguration_GetSecretScanningNonProviderPatterns(... function TestCodeSecurityConfiguration_GetSecretScanningPushProtection (line 6622) | func TestCodeSecurityConfiguration_GetSecretScanningPushProtection(tt *t... function TestCodeSecurityConfiguration_GetSecretScanningValidityChecks (line 6633) | func TestCodeSecurityConfiguration_GetSecretScanningValidityChecks(tt *t... function TestCodeSecurityConfiguration_GetTargetType (line 6644) | func TestCodeSecurityConfiguration_GetTargetType(tt *testing.T) { function TestCodeSecurityConfiguration_GetUpdatedAt (line 6655) | func TestCodeSecurityConfiguration_GetUpdatedAt(tt *testing.T) { function TestCodeSecurityConfiguration_GetURL (line 6666) | func TestCodeSecurityConfiguration_GetURL(tt *testing.T) { function TestCodeSecurityConfigurationWithDefaultForNewRepos_GetConfiguration (line 6677) | func TestCodeSecurityConfigurationWithDefaultForNewRepos_GetConfiguratio... function TestCodeSecurityConfigurationWithDefaultForNewRepos_GetDefaultForNewRepos (line 6685) | func TestCodeSecurityConfigurationWithDefaultForNewRepos_GetDefaultForNe... function TestCodespace_GetBillableOwner (line 6696) | func TestCodespace_GetBillableOwner(tt *testing.T) { function TestCodespace_GetCreatedAt (line 6704) | func TestCodespace_GetCreatedAt(tt *testing.T) { function TestCodespace_GetDevcontainerPath (line 6715) | func TestCodespace_GetDevcontainerPath(tt *testing.T) { function TestCodespace_GetDisplayName (line 6726) | func TestCodespace_GetDisplayName(tt *testing.T) { function TestCodespace_GetEnvironmentID (line 6737) | func TestCodespace_GetEnvironmentID(tt *testing.T) { function TestCodespace_GetGitStatus (line 6748) | func TestCodespace_GetGitStatus(tt *testing.T) { function TestCodespace_GetID (line 6756) | func TestCodespace_GetID(tt *testing.T) { function TestCodespace_GetIdleTimeoutMinutes (line 6767) | func TestCodespace_GetIdleTimeoutMinutes(tt *testing.T) { function TestCodespace_GetIdleTimeoutNotice (line 6778) | func TestCodespace_GetIdleTimeoutNotice(tt *testing.T) { function TestCodespace_GetLastKnownStopNotice (line 6789) | func TestCodespace_GetLastKnownStopNotice(tt *testing.T) { function TestCodespace_GetLastUsedAt (line 6800) | func TestCodespace_GetLastUsedAt(tt *testing.T) { function TestCodespace_GetLocation (line 6811) | func TestCodespace_GetLocation(tt *testing.T) { function TestCodespace_GetMachine (line 6822) | func TestCodespace_GetMachine(tt *testing.T) { function TestCodespace_GetMachinesURL (line 6830) | func TestCodespace_GetMachinesURL(tt *testing.T) { function TestCodespace_GetName (line 6841) | func TestCodespace_GetName(tt *testing.T) { function TestCodespace_GetOwner (line 6852) | func TestCodespace_GetOwner(tt *testing.T) { function TestCodespace_GetPendingOperation (line 6860) | func TestCodespace_GetPendingOperation(tt *testing.T) { function TestCodespace_GetPendingOperationDisabledReason (line 6871) | func TestCodespace_GetPendingOperationDisabledReason(tt *testing.T) { function TestCodespace_GetPrebuild (line 6882) | func TestCodespace_GetPrebuild(tt *testing.T) { function TestCodespace_GetPullsURL (line 6893) | func TestCodespace_GetPullsURL(tt *testing.T) { function TestCodespace_GetRecentFolders (line 6904) | func TestCodespace_GetRecentFolders(tt *testing.T) { function TestCodespace_GetRepository (line 6915) | func TestCodespace_GetRepository(tt *testing.T) { function TestCodespace_GetRetentionExpiresAt (line 6923) | func TestCodespace_GetRetentionExpiresAt(tt *testing.T) { function TestCodespace_GetRetentionPeriodMinutes (line 6934) | func TestCodespace_GetRetentionPeriodMinutes(tt *testing.T) { function TestCodespace_GetRuntimeConstraints (line 6945) | func TestCodespace_GetRuntimeConstraints(tt *testing.T) { function TestCodespace_GetStartURL (line 6953) | func TestCodespace_GetStartURL(tt *testing.T) { function TestCodespace_GetState (line 6964) | func TestCodespace_GetState(tt *testing.T) { function TestCodespace_GetStopURL (line 6975) | func TestCodespace_GetStopURL(tt *testing.T) { function TestCodespace_GetUpdatedAt (line 6986) | func TestCodespace_GetUpdatedAt(tt *testing.T) { function TestCodespace_GetURL (line 6997) | func TestCodespace_GetURL(tt *testing.T) { function TestCodespace_GetWebURL (line 7008) | func TestCodespace_GetWebURL(tt *testing.T) { function TestCodespaceCreateForUserOptions_GetClientIP (line 7019) | func TestCodespaceCreateForUserOptions_GetClientIP(tt *testing.T) { function TestCodespaceCreateForUserOptions_GetDevcontainerPath (line 7030) | func TestCodespaceCreateForUserOptions_GetDevcontainerPath(tt *testing.T) { function TestCodespaceCreateForUserOptions_GetDisplayName (line 7041) | func TestCodespaceCreateForUserOptions_GetDisplayName(tt *testing.T) { function TestCodespaceCreateForUserOptions_GetGeo (line 7052) | func TestCodespaceCreateForUserOptions_GetGeo(tt *testing.T) { function TestCodespaceCreateForUserOptions_GetIdleTimeoutMinutes (line 7063) | func TestCodespaceCreateForUserOptions_GetIdleTimeoutMinutes(tt *testing... function TestCodespaceCreateForUserOptions_GetLocation (line 7074) | func TestCodespaceCreateForUserOptions_GetLocation(tt *testing.T) { function TestCodespaceCreateForUserOptions_GetMachine (line 7085) | func TestCodespaceCreateForUserOptions_GetMachine(tt *testing.T) { function TestCodespaceCreateForUserOptions_GetMultiRepoPermissionsOptOut (line 7096) | func TestCodespaceCreateForUserOptions_GetMultiRepoPermissionsOptOut(tt ... function TestCodespaceCreateForUserOptions_GetPullRequest (line 7107) | func TestCodespaceCreateForUserOptions_GetPullRequest(tt *testing.T) { function TestCodespaceCreateForUserOptions_GetRef (line 7115) | func TestCodespaceCreateForUserOptions_GetRef(tt *testing.T) { function TestCodespaceCreateForUserOptions_GetRepositoryID (line 7126) | func TestCodespaceCreateForUserOptions_GetRepositoryID(tt *testing.T) { function TestCodespaceCreateForUserOptions_GetRetentionPeriodMinutes (line 7134) | func TestCodespaceCreateForUserOptions_GetRetentionPeriodMinutes(tt *tes... function TestCodespaceCreateForUserOptions_GetWorkingDirectory (line 7145) | func TestCodespaceCreateForUserOptions_GetWorkingDirectory(tt *testing.T) { function TestCodespaceDefaultAttributes_GetBillableOwner (line 7156) | func TestCodespaceDefaultAttributes_GetBillableOwner(tt *testing.T) { function TestCodespaceDefaultAttributes_GetDefaults (line 7164) | func TestCodespaceDefaultAttributes_GetDefaults(tt *testing.T) { function TestCodespaceDefaults_GetDevcontainerPath (line 7172) | func TestCodespaceDefaults_GetDevcontainerPath(tt *testing.T) { function TestCodespaceDefaults_GetLocation (line 7183) | func TestCodespaceDefaults_GetLocation(tt *testing.T) { function TestCodespaceExport_GetBranch (line 7191) | func TestCodespaceExport_GetBranch(tt *testing.T) { function TestCodespaceExport_GetCompletedAt (line 7202) | func TestCodespaceExport_GetCompletedAt(tt *testing.T) { function TestCodespaceExport_GetExportURL (line 7213) | func TestCodespaceExport_GetExportURL(tt *testing.T) { function TestCodespaceExport_GetHTMLURL (line 7224) | func TestCodespaceExport_GetHTMLURL(tt *testing.T) { function TestCodespaceExport_GetID (line 7235) | func TestCodespaceExport_GetID(tt *testing.T) { function TestCodespaceExport_GetSHA (line 7246) | func TestCodespaceExport_GetSHA(tt *testing.T) { function TestCodespaceExport_GetState (line 7257) | func TestCodespaceExport_GetState(tt *testing.T) { function TestCodespaceGetDefaultAttributesOptions_GetClientIP (line 7268) | func TestCodespaceGetDefaultAttributesOptions_GetClientIP(tt *testing.T) { function TestCodespaceGetDefaultAttributesOptions_GetRef (line 7279) | func TestCodespaceGetDefaultAttributesOptions_GetRef(tt *testing.T) { function TestCodespacePermissions_GetAccepted (line 7290) | func TestCodespacePermissions_GetAccepted(tt *testing.T) { function TestCodespacePullRequestOptions_GetPullRequestNumber (line 7298) | func TestCodespacePullRequestOptions_GetPullRequestNumber(tt *testing.T) { function TestCodespacePullRequestOptions_GetRepositoryID (line 7306) | func TestCodespacePullRequestOptions_GetRepositoryID(tt *testing.T) { function TestCodespacesGitStatus_GetAhead (line 7314) | func TestCodespacesGitStatus_GetAhead(tt *testing.T) { function TestCodespacesGitStatus_GetBehind (line 7325) | func TestCodespacesGitStatus_GetBehind(tt *testing.T) { function TestCodespacesGitStatus_GetHasUncommittedChanges (line 7336) | func TestCodespacesGitStatus_GetHasUncommittedChanges(tt *testing.T) { function TestCodespacesGitStatus_GetHasUnpushedChanges (line 7347) | func TestCodespacesGitStatus_GetHasUnpushedChanges(tt *testing.T) { function TestCodespacesGitStatus_GetRef (line 7358) | func TestCodespacesGitStatus_GetRef(tt *testing.T) { function TestCodespacesMachine_GetCPUs (line 7369) | func TestCodespacesMachine_GetCPUs(tt *testing.T) { function TestCodespacesMachine_GetDisplayName (line 7380) | func TestCodespacesMachine_GetDisplayName(tt *testing.T) { function TestCodespacesMachine_GetMemoryInBytes (line 7391) | func TestCodespacesMachine_GetMemoryInBytes(tt *testing.T) { function TestCodespacesMachine_GetName (line 7402) | func TestCodespacesMachine_GetName(tt *testing.T) { function TestCodespacesMachine_GetOperatingSystem (line 7413) | func TestCodespacesMachine_GetOperatingSystem(tt *testing.T) { function TestCodespacesMachine_GetPrebuildAvailability (line 7424) | func TestCodespacesMachine_GetPrebuildAvailability(tt *testing.T) { function TestCodespacesMachine_GetStorageInBytes (line 7435) | func TestCodespacesMachine_GetStorageInBytes(tt *testing.T) { function TestCodespacesMachines_GetMachines (line 7446) | func TestCodespacesMachines_GetMachines(tt *testing.T) { function TestCodespacesMachines_GetTotalCount (line 7457) | func TestCodespacesMachines_GetTotalCount(tt *testing.T) { function TestCodespacesOrgAccessControlRequest_GetSelectedUsernames (line 7465) | func TestCodespacesOrgAccessControlRequest_GetSelectedUsernames(tt *test... function TestCodespacesOrgAccessControlRequest_GetVisibility (line 7476) | func TestCodespacesOrgAccessControlRequest_GetVisibility(tt *testing.T) { function TestCodespacesRuntimeConstraints_GetAllowedPortPrivacySettings (line 7484) | func TestCodespacesRuntimeConstraints_GetAllowedPortPrivacySettings(tt *... function TestCollaboratorInvitation_GetCreatedAt (line 7495) | func TestCollaboratorInvitation_GetCreatedAt(tt *testing.T) { function TestCollaboratorInvitation_GetHTMLURL (line 7506) | func TestCollaboratorInvitation_GetHTMLURL(tt *testing.T) { function TestCollaboratorInvitation_GetID (line 7517) | func TestCollaboratorInvitation_GetID(tt *testing.T) { function TestCollaboratorInvitation_GetInvitee (line 7528) | func TestCollaboratorInvitation_GetInvitee(tt *testing.T) { function TestCollaboratorInvitation_GetInviter (line 7536) | func TestCollaboratorInvitation_GetInviter(tt *testing.T) { function TestCollaboratorInvitation_GetPermissions (line 7544) | func TestCollaboratorInvitation_GetPermissions(tt *testing.T) { function TestCollaboratorInvitation_GetRepo (line 7555) | func TestCollaboratorInvitation_GetRepo(tt *testing.T) { function TestCollaboratorInvitation_GetURL (line 7563) | func TestCollaboratorInvitation_GetURL(tt *testing.T) { function TestCombinedStatus_GetCommitURL (line 7574) | func TestCombinedStatus_GetCommitURL(tt *testing.T) { function TestCombinedStatus_GetName (line 7585) | func TestCombinedStatus_GetName(tt *testing.T) { function TestCombinedStatus_GetRepositoryURL (line 7596) | func TestCombinedStatus_GetRepositoryURL(tt *testing.T) { function TestCombinedStatus_GetSHA (line 7607) | func TestCombinedStatus_GetSHA(tt *testing.T) { function TestCombinedStatus_GetState (line 7618) | func TestCombinedStatus_GetState(tt *testing.T) { function TestCombinedStatus_GetStatuses (line 7629) | func TestCombinedStatus_GetStatuses(tt *testing.T) { function TestCombinedStatus_GetTotalCount (line 7640) | func TestCombinedStatus_GetTotalCount(tt *testing.T) { function TestComment_GetBody (line 7651) | func TestComment_GetBody(tt *testing.T) { function TestComment_GetCreatedAt (line 7659) | func TestComment_GetCreatedAt(tt *testing.T) { function TestCommentDiscussion_GetAuthorAssociation (line 7670) | func TestCommentDiscussion_GetAuthorAssociation(tt *testing.T) { function TestCommentDiscussion_GetBody (line 7681) | func TestCommentDiscussion_GetBody(tt *testing.T) { function TestCommentDiscussion_GetChildCommentCount (line 7692) | func TestCommentDiscussion_GetChildCommentCount(tt *testing.T) { function TestCommentDiscussion_GetCreatedAt (line 7703) | func TestCommentDiscussion_GetCreatedAt(tt *testing.T) { function TestCommentDiscussion_GetDiscussionID (line 7714) | func TestCommentDiscussion_GetDiscussionID(tt *testing.T) { function TestCommentDiscussion_GetHTMLURL (line 7725) | func TestCommentDiscussion_GetHTMLURL(tt *testing.T) { function TestCommentDiscussion_GetID (line 7736) | func TestCommentDiscussion_GetID(tt *testing.T) { function TestCommentDiscussion_GetNodeID (line 7747) | func TestCommentDiscussion_GetNodeID(tt *testing.T) { function TestCommentDiscussion_GetParentID (line 7758) | func TestCommentDiscussion_GetParentID(tt *testing.T) { function TestCommentDiscussion_GetReactions (line 7769) | func TestCommentDiscussion_GetReactions(tt *testing.T) { function TestCommentDiscussion_GetRepositoryURL (line 7777) | func TestCommentDiscussion_GetRepositoryURL(tt *testing.T) { function TestCommentDiscussion_GetUpdatedAt (line 7788) | func TestCommentDiscussion_GetUpdatedAt(tt *testing.T) { function TestCommentDiscussion_GetUser (line 7799) | func TestCommentDiscussion_GetUser(tt *testing.T) { function TestCommentStats_GetTotalCommitComments (line 7807) | func TestCommentStats_GetTotalCommitComments(tt *testing.T) { function TestCommentStats_GetTotalGistComments (line 7818) | func TestCommentStats_GetTotalGistComments(tt *testing.T) { function TestCommentStats_GetTotalIssueComments (line 7829) | func TestCommentStats_GetTotalIssueComments(tt *testing.T) { function TestCommentStats_GetTotalPullRequestComments (line 7840) | func TestCommentStats_GetTotalPullRequestComments(tt *testing.T) { function TestCommit_GetAuthor (line 7851) | func TestCommit_GetAuthor(tt *testing.T) { function TestCommit_GetCommentCount (line 7859) | func TestCommit_GetCommentCount(tt *testing.T) { function TestCommit_GetCommitter (line 7870) | func TestCommit_GetCommitter(tt *testing.T) { function TestCommit_GetHTMLURL (line 7878) | func TestCommit_GetHTMLURL(tt *testing.T) { function TestCommit_GetMessage (line 7889) | func TestCommit_GetMessage(tt *testing.T) { function TestCommit_GetNodeID (line 7900) | func TestCommit_GetNodeID(tt *testing.T) { function TestCommit_GetParents (line 7911) | func TestCommit_GetParents(tt *testing.T) { function TestCommit_GetSHA (line 7922) | func TestCommit_GetSHA(tt *testing.T) { function TestCommit_GetTree (line 7933) | func TestCommit_GetTree(tt *testing.T) { function TestCommit_GetURL (line 7941) | func TestCommit_GetURL(tt *testing.T) { function TestCommit_GetVerification (line 7952) | func TestCommit_GetVerification(tt *testing.T) { function TestCommitAuthor_GetDate (line 7960) | func TestCommitAuthor_GetDate(tt *testing.T) { function TestCommitAuthor_GetEmail (line 7971) | func TestCommitAuthor_GetEmail(tt *testing.T) { function TestCommitAuthor_GetLogin (line 7982) | func TestCommitAuthor_GetLogin(tt *testing.T) { function TestCommitAuthor_GetName (line 7993) | func TestCommitAuthor_GetName(tt *testing.T) { function TestCommitCommentEvent_GetAction (line 8004) | func TestCommitCommentEvent_GetAction(tt *testing.T) { function TestCommitCommentEvent_GetComment (line 8015) | func TestCommitCommentEvent_GetComment(tt *testing.T) { function TestCommitCommentEvent_GetInstallation (line 8023) | func TestCommitCommentEvent_GetInstallation(tt *testing.T) { function TestCommitCommentEvent_GetOrg (line 8031) | func TestCommitCommentEvent_GetOrg(tt *testing.T) { function TestCommitCommentEvent_GetRepo (line 8039) | func TestCommitCommentEvent_GetRepo(tt *testing.T) { function TestCommitCommentEvent_GetSender (line 8047) | func TestCommitCommentEvent_GetSender(tt *testing.T) { function TestCommitFile_GetAdditions (line 8055) | func TestCommitFile_GetAdditions(tt *testing.T) { function TestCommitFile_GetBlobURL (line 8066) | func TestCommitFile_GetBlobURL(tt *testing.T) { function TestCommitFile_GetChanges (line 8077) | func TestCommitFile_GetChanges(tt *testing.T) { function TestCommitFile_GetContentsURL (line 8088) | func TestCommitFile_GetContentsURL(tt *testing.T) { function TestCommitFile_GetDeletions (line 8099) | func TestCommitFile_GetDeletions(tt *testing.T) { function TestCommitFile_GetFilename (line 8110) | func TestCommitFile_GetFilename(tt *testing.T) { function TestCommitFile_GetPatch (line 8121) | func TestCommitFile_GetPatch(tt *testing.T) { function TestCommitFile_GetPreviousFilename (line 8132) | func TestCommitFile_GetPreviousFilename(tt *testing.T) { function TestCommitFile_GetRawURL (line 8143) | func TestCommitFile_GetRawURL(tt *testing.T) { function TestCommitFile_GetSHA (line 8154) | func TestCommitFile_GetSHA(tt *testing.T) { function TestCommitFile_GetStatus (line 8165) | func TestCommitFile_GetStatus(tt *testing.T) { function TestCommitResult_GetAuthor (line 8176) | func TestCommitResult_GetAuthor(tt *testing.T) { function TestCommitResult_GetCommentsURL (line 8184) | func TestCommitResult_GetCommentsURL(tt *testing.T) { function TestCommitResult_GetCommit (line 8195) | func TestCommitResult_GetCommit(tt *testing.T) { function TestCommitResult_GetCommitter (line 8203) | func TestCommitResult_GetCommitter(tt *testing.T) { function TestCommitResult_GetHTMLURL (line 8211) | func TestCommitResult_GetHTMLURL(tt *testing.T) { function TestCommitResult_GetParents (line 8222) | func TestCommitResult_GetParents(tt *testing.T) { function TestCommitResult_GetRepository (line 8233) | func TestCommitResult_GetRepository(tt *testing.T) { function TestCommitResult_GetScore (line 8241) | func TestCommitResult_GetScore(tt *testing.T) { function TestCommitResult_GetSHA (line 8252) | func TestCommitResult_GetSHA(tt *testing.T) { function TestCommitResult_GetURL (line 8263) | func TestCommitResult_GetURL(tt *testing.T) { function TestCommitsComparison_GetAheadBy (line 8274) | func TestCommitsComparison_GetAheadBy(tt *testing.T) { function TestCommitsComparison_GetBaseCommit (line 8285) | func TestCommitsComparison_GetBaseCommit(tt *testing.T) { function TestCommitsComparison_GetBehindBy (line 8293) | func TestCommitsComparison_GetBehindBy(tt *testing.T) { function TestCommitsComparison_GetCommits (line 8304) | func TestCommitsComparison_GetCommits(tt *testing.T) { function TestCommitsComparison_GetDiffURL (line 8315) | func TestCommitsComparison_GetDiffURL(tt *testing.T) { function TestCommitsComparison_GetFiles (line 8326) | func TestCommitsComparison_GetFiles(tt *testing.T) { function TestCommitsComparison_GetHTMLURL (line 8337) | func TestCommitsComparison_GetHTMLURL(tt *testing.T) { function TestCommitsComparison_GetMergeBaseCommit (line 8348) | func TestCommitsComparison_GetMergeBaseCommit(tt *testing.T) { function TestCommitsComparison_GetPatchURL (line 8356) | func TestCommitsComparison_GetPatchURL(tt *testing.T) { function TestCommitsComparison_GetPermalinkURL (line 8367) | func TestCommitsComparison_GetPermalinkURL(tt *testing.T) { function TestCommitsComparison_GetStatus (line 8378) | func TestCommitsComparison_GetStatus(tt *testing.T) { function TestCommitsComparison_GetTotalCommits (line 8389) | func TestCommitsComparison_GetTotalCommits(tt *testing.T) { function TestCommitsComparison_GetURL (line 8400) | func TestCommitsComparison_GetURL(tt *testing.T) { function TestCommitsListOptions_GetAuthor (line 8411) | func TestCommitsListOptions_GetAuthor(tt *testing.T) { function TestCommitsListOptions_GetPath (line 8419) | func TestCommitsListOptions_GetPath(tt *testing.T) { function TestCommitsListOptions_GetSHA (line 8427) | func TestCommitsListOptions_GetSHA(tt *testing.T) { function TestCommitsListOptions_GetSince (line 8435) | func TestCommitsListOptions_GetSince(tt *testing.T) { function TestCommitsListOptions_GetUntil (line 8443) | func TestCommitsListOptions_GetUntil(tt *testing.T) { function TestCommitsSearchResult_GetCommits (line 8451) | func TestCommitsSearchResult_GetCommits(tt *testing.T) { function TestCommitsSearchResult_GetIncompleteResults (line 8462) | func TestCommitsSearchResult_GetIncompleteResults(tt *testing.T) { function TestCommitsSearchResult_GetTotal (line 8473) | func TestCommitsSearchResult_GetTotal(tt *testing.T) { function TestCommitStats_GetAdditions (line 8484) | func TestCommitStats_GetAdditions(tt *testing.T) { function TestCommitStats_GetDeletions (line 8495) | func TestCommitStats_GetDeletions(tt *testing.T) { function TestCommitStats_GetTotal (line 8506) | func TestCommitStats_GetTotal(tt *testing.T) { function TestCommunityHealthFiles_GetCodeOfConduct (line 8517) | func TestCommunityHealthFiles_GetCodeOfConduct(tt *testing.T) { function TestCommunityHealthFiles_GetCodeOfConductFile (line 8525) | func TestCommunityHealthFiles_GetCodeOfConductFile(tt *testing.T) { function TestCommunityHealthFiles_GetContributing (line 8533) | func TestCommunityHealthFiles_GetContributing(tt *testing.T) { function TestCommunityHealthFiles_GetIssueTemplate (line 8541) | func TestCommunityHealthFiles_GetIssueTemplate(tt *testing.T) { function TestCommunityHealthFiles_GetLicense (line 8549) | func TestCommunityHealthFiles_GetLicense(tt *testing.T) { function TestCommunityHealthFiles_GetPullRequestTemplate (line 8557) | func TestCommunityHealthFiles_GetPullRequestTemplate(tt *testing.T) { function TestCommunityHealthFiles_GetReadme (line 8565) | func TestCommunityHealthFiles_GetReadme(tt *testing.T) { function TestCommunityHealthMetrics_GetContentReportsEnabled (line 8573) | func TestCommunityHealthMetrics_GetContentReportsEnabled(tt *testing.T) { function TestCommunityHealthMetrics_GetDescription (line 8584) | func TestCommunityHealthMetrics_GetDescription(tt *testing.T) { function TestCommunityHealthMetrics_GetDocumentation (line 8595) | func TestCommunityHealthMetrics_GetDocumentation(tt *testing.T) { function TestCommunityHealthMetrics_GetFiles (line 8606) | func TestCommunityHealthMetrics_GetFiles(tt *testing.T) { function TestCommunityHealthMetrics_GetHealthPercentage (line 8614) | func TestCommunityHealthMetrics_GetHealthPercentage(tt *testing.T) { function TestCommunityHealthMetrics_GetUpdatedAt (line 8625) | func TestCommunityHealthMetrics_GetUpdatedAt(tt *testing.T) { function TestConfigApplyEvents_GetNodes (line 8636) | func TestConfigApplyEvents_GetNodes(tt *testing.T) { function TestConfigApplyEventsNode_GetEvents (line 8647) | func TestConfigApplyEventsNode_GetEvents(tt *testing.T) { function TestConfigApplyEventsNode_GetLastRequestID (line 8658) | func TestConfigApplyEventsNode_GetLastRequestID(tt *testing.T) { function TestConfigApplyEventsNode_GetNode (line 8669) | func TestConfigApplyEventsNode_GetNode(tt *testing.T) { function TestConfigApplyEventsNodeEvent_GetBody (line 8680) | func TestConfigApplyEventsNodeEvent_GetBody(tt *testing.T) { function TestConfigApplyEventsNodeEvent_GetConfigRunID (line 8691) | func TestConfigApplyEventsNodeEvent_GetConfigRunID(tt *testing.T) { function TestConfigApplyEventsNodeEvent_GetEventName (line 8702) | func TestConfigApplyEventsNodeEvent_GetEventName(tt *testing.T) { function TestConfigApplyEventsNodeEvent_GetHostname (line 8713) | func TestConfigApplyEventsNodeEvent_GetHostname(tt *testing.T) { function TestConfigApplyEventsNodeEvent_GetSeverityText (line 8724) | func TestConfigApplyEventsNodeEvent_GetSeverityText(tt *testing.T) { function TestConfigApplyEventsNodeEvent_GetSpanDepth (line 8735) | func TestConfigApplyEventsNodeEvent_GetSpanDepth(tt *testing.T) { function TestConfigApplyEventsNodeEvent_GetSpanID (line 8746) | func TestConfigApplyEventsNodeEvent_GetSpanID(tt *testing.T) { function TestConfigApplyEventsNodeEvent_GetSpanParentID (line 8757) | func TestConfigApplyEventsNodeEvent_GetSpanParentID(tt *testing.T) { function TestConfigApplyEventsNodeEvent_GetTimestamp (line 8768) | func TestConfigApplyEventsNodeEvent_GetTimestamp(tt *testing.T) { function TestConfigApplyEventsNodeEvent_GetTopology (line 8779) | func TestConfigApplyEventsNodeEvent_GetTopology(tt *testing.T) { function TestConfigApplyEventsNodeEvent_GetTraceID (line 8790) | func TestConfigApplyEventsNodeEvent_GetTraceID(tt *testing.T) { function TestConfigApplyEventsOptions_GetLastRequestID (line 8801) | func TestConfigApplyEventsOptions_GetLastRequestID(tt *testing.T) { function TestConfigApplyOptions_GetRunID (line 8812) | func TestConfigApplyOptions_GetRunID(tt *testing.T) { function TestConfigApplyStatus_GetNodes (line 8823) | func TestConfigApplyStatus_GetNodes(tt *testing.T) { function TestConfigApplyStatus_GetRunning (line 8834) | func TestConfigApplyStatus_GetRunning(tt *testing.T) { function TestConfigApplyStatus_GetSuccessful (line 8845) | func TestConfigApplyStatus_GetSuccessful(tt *testing.T) { function TestConfigApplyStatusNode_GetHostname (line 8856) | func TestConfigApplyStatusNode_GetHostname(tt *testing.T) { function TestConfigApplyStatusNode_GetRunID (line 8867) | func TestConfigApplyStatusNode_GetRunID(tt *testing.T) { function TestConfigApplyStatusNode_GetRunning (line 8878) | func TestConfigApplyStatusNode_GetRunning(tt *testing.T) { function TestConfigApplyStatusNode_GetSuccessful (line 8889) | func TestConfigApplyStatusNode_GetSuccessful(tt *testing.T) { function TestConfigSettings_GetAdminPassword (line 8900) | func TestConfigSettings_GetAdminPassword(tt *testing.T) { function TestConfigSettings_GetAssets (line 8911) | func TestConfigSettings_GetAssets(tt *testing.T) { function TestConfigSettings_GetAuthMode (line 8922) | func TestConfigSettings_GetAuthMode(tt *testing.T) { function TestConfigSettings_GetAvatar (line 8933) | func TestConfigSettings_GetAvatar(tt *testing.T) { function TestConfigSettings_GetCAS (line 8941) | func TestConfigSettings_GetCAS(tt *testing.T) { function TestConfigSettings_GetCollectd (line 8949) | func TestConfigSettings_GetCollectd(tt *testing.T) { function TestConfigSettings_GetConfigurationID (line 8957) | func TestConfigSettings_GetConfigurationID(tt *testing.T) { function TestConfigSettings_GetConfigurationRunCount (line 8968) | func TestConfigSettings_GetConfigurationRunCount(tt *testing.T) { function TestConfigSettings_GetCustomer (line 8979) | func TestConfigSettings_GetCustomer(tt *testing.T) { function TestConfigSettings_GetExpireSessions (line 8987) | func TestConfigSettings_GetExpireSessions(tt *testing.T) { function TestConfigSettings_GetGithubHostname (line 8998) | func TestConfigSettings_GetGithubHostname(tt *testing.T) { function TestConfigSettings_GetGithubOAuth (line 9009) | func TestConfigSettings_GetGithubOAuth(tt *testing.T) { function TestConfigSettings_GetGithubSSL (line 9017) | func TestConfigSettings_GetGithubSSL(tt *testing.T) { function TestConfigSettings_GetHTTPProxy (line 9025) | func TestConfigSettings_GetHTTPProxy(tt *testing.T) { function TestConfigSettings_GetIdenticonsHost (line 9036) | func TestConfigSettings_GetIdenticonsHost(tt *testing.T) { function TestConfigSettings_GetLDAP (line 9047) | func TestConfigSettings_GetLDAP(tt *testing.T) { function TestConfigSettings_GetLicense (line 9055) | func TestConfigSettings_GetLicense(tt *testing.T) { function TestConfigSettings_GetLoadBalancer (line 9063) | func TestConfigSettings_GetLoadBalancer(tt *testing.T) { function TestConfigSettings_GetMapping (line 9074) | func TestConfigSettings_GetMapping(tt *testing.T) { function TestConfigSettings_GetNTP (line 9082) | func TestConfigSettings_GetNTP(tt *testing.T) { function TestConfigSettings_GetPages (line 9090) | func TestConfigSettings_GetPages(tt *testing.T) { function TestConfigSettings_GetPrivateMode (line 9098) | func TestConfigSettings_GetPrivateMode(tt *testing.T) { function TestConfigSettings_GetPublicPages (line 9109) | func TestConfigSettings_GetPublicPages(tt *testing.T) { function TestConfigSettings_GetSAML (line 9120) | func TestConfigSettings_GetSAML(tt *testing.T) { function TestConfigSettings_GetSignupEnabled (line 9128) | func TestConfigSettings_GetSignupEnabled(tt *testing.T) { function TestConfigSettings_GetSMTP (line 9139) | func TestConfigSettings_GetSMTP(tt *testing.T) { function TestConfigSettings_GetSNMP (line 9147) | func TestConfigSettings_GetSNMP(tt *testing.T) { function TestConfigSettings_GetSubdomainIsolation (line 9155) | func TestConfigSettings_GetSubdomainIsolation(tt *testing.T) { function TestConfigSettings_GetSyslog (line 9166) | func TestConfigSettings_GetSyslog(tt *testing.T) { function TestConfigSettings_GetTimezone (line 9174) | func TestConfigSettings_GetTimezone(tt *testing.T) { function TestConfigSettingsAvatar_GetEnabled (line 9185) | func TestConfigSettingsAvatar_GetEnabled(tt *testing.T) { function TestConfigSettingsAvatar_GetURI (line 9196) | func TestConfigSettingsAvatar_GetURI(tt *testing.T) { function TestConfigSettingsCAS_GetURL (line 9207) | func TestConfigSettingsCAS_GetURL(tt *testing.T) { function TestConfigSettingsCollectd_GetEnabled (line 9218) | func TestConfigSettingsCollectd_GetEnabled(tt *testing.T) { function TestConfigSettingsCollectd_GetEncryption (line 9229) | func TestConfigSettingsCollectd_GetEncryption(tt *testing.T) { function TestConfigSettingsCollectd_GetPassword (line 9240) | func TestConfigSettingsCollectd_GetPassword(tt *testing.T) { function TestConfigSettingsCollectd_GetPort (line 9251) | func TestConfigSettingsCollectd_GetPort(tt *testing.T) { function TestConfigSettingsCollectd_GetServer (line 9262) | func TestConfigSettingsCollectd_GetServer(tt *testing.T) { function TestConfigSettingsCollectd_GetUsername (line 9273) | func TestConfigSettingsCollectd_GetUsername(tt *testing.T) { function TestConfigSettingsCustomer_GetEmail (line 9284) | func TestConfigSettingsCustomer_GetEmail(tt *testing.T) { function TestConfigSettingsCustomer_GetName (line 9295) | func TestConfigSettingsCustomer_GetName(tt *testing.T) { function TestConfigSettingsCustomer_GetPublicKeyData (line 9306) | func TestConfigSettingsCustomer_GetPublicKeyData(tt *testing.T) { function TestConfigSettingsCustomer_GetSecret (line 9317) | func TestConfigSettingsCustomer_GetSecret(tt *testing.T) { function TestConfigSettingsCustomer_GetUUID (line 9328) | func TestConfigSettingsCustomer_GetUUID(tt *testing.T) { function TestConfigSettingsGithubOAuth_GetClientID (line 9339) | func TestConfigSettingsGithubOAuth_GetClientID(tt *testing.T) { function TestConfigSettingsGithubOAuth_GetClientSecret (line 9350) | func TestConfigSettingsGithubOAuth_GetClientSecret(tt *testing.T) { function TestConfigSettingsGithubOAuth_GetOrganizationName (line 9361) | func TestConfigSettingsGithubOAuth_GetOrganizationName(tt *testing.T) { function TestConfigSettingsGithubOAuth_GetOrganizationTeam (line 9372) | func TestConfigSettingsGithubOAuth_GetOrganizationTeam(tt *testing.T) { function TestConfigSettingsGithubSSL_GetCert (line 9383) | func TestConfigSettingsGithubSSL_GetCert(tt *testing.T) { function TestConfigSettingsGithubSSL_GetEnabled (line 9394) | func TestConfigSettingsGithubSSL_GetEnabled(tt *testing.T) { function TestConfigSettingsGithubSSL_GetKey (line 9405) | func TestConfigSettingsGithubSSL_GetKey(tt *testing.T) { function TestConfigSettingsLDAP_GetAdminGroup (line 9416) | func TestConfigSettingsLDAP_GetAdminGroup(tt *testing.T) { function TestConfigSettingsLDAP_GetBase (line 9427) | func TestConfigSettingsLDAP_GetBase(tt *testing.T) { function TestConfigSettingsLDAP_GetBindDN (line 9438) | func TestConfigSettingsLDAP_GetBindDN(tt *testing.T) { function TestConfigSettingsLDAP_GetHost (line 9449) | func TestConfigSettingsLDAP_GetHost(tt *testing.T) { function TestConfigSettingsLDAP_GetMethod (line 9460) | func TestConfigSettingsLDAP_GetMethod(tt *testing.T) { function TestConfigSettingsLDAP_GetPassword (line 9471) | func TestConfigSettingsLDAP_GetPassword(tt *testing.T) { function TestConfigSettingsLDAP_GetPort (line 9482) | func TestConfigSettingsLDAP_GetPort(tt *testing.T) { function TestConfigSettingsLDAP_GetPosixSupport (line 9493) | func TestConfigSettingsLDAP_GetPosixSupport(tt *testing.T) { function TestConfigSettingsLDAP_GetProfile (line 9504) | func TestConfigSettingsLDAP_GetProfile(tt *testing.T) { function TestConfigSettingsLDAP_GetReconciliation (line 9512) | func TestConfigSettingsLDAP_GetReconciliation(tt *testing.T) { function TestConfigSettingsLDAP_GetRecursiveGroupSearch (line 9520) | func TestConfigSettingsLDAP_GetRecursiveGroupSearch(tt *testing.T) { function TestConfigSettingsLDAP_GetSearchStrategy (line 9531) | func TestConfigSettingsLDAP_GetSearchStrategy(tt *testing.T) { function TestConfigSettingsLDAP_GetSyncEnabled (line 9542) | func TestConfigSettingsLDAP_GetSyncEnabled(tt *testing.T) { function TestConfigSettingsLDAP_GetTeamSyncInterval (line 9553) | func TestConfigSettingsLDAP_GetTeamSyncInterval(tt *testing.T) { function TestConfigSettingsLDAP_GetUID (line 9564) | func TestConfigSettingsLDAP_GetUID(tt *testing.T) { function TestConfigSettingsLDAP_GetUserGroups (line 9575) | func TestConfigSettingsLDAP_GetUserGroups(tt *testing.T) { function TestConfigSettingsLDAP_GetUserSyncEmails (line 9586) | func TestConfigSettingsLDAP_GetUserSyncEmails(tt *testing.T) { function TestConfigSettingsLDAP_GetUserSyncInterval (line 9597) | func TestConfigSettingsLDAP_GetUserSyncInterval(tt *testing.T) { function TestConfigSettingsLDAP_GetUserSyncKeys (line 9608) | func TestConfigSettingsLDAP_GetUserSyncKeys(tt *testing.T) { function TestConfigSettingsLDAP_GetVirtualAttributeEnabled (line 9619) | func TestConfigSettingsLDAP_GetVirtualAttributeEnabled(tt *testing.T) { function TestConfigSettingsLDAPProfile_GetKey (line 9630) | func TestConfigSettingsLDAPProfile_GetKey(tt *testing.T) { function TestConfigSettingsLDAPProfile_GetMail (line 9641) | func TestConfigSettingsLDAPProfile_GetMail(tt *testing.T) { function TestConfigSettingsLDAPProfile_GetName (line 9652) | func TestConfigSettingsLDAPProfile_GetName(tt *testing.T) { function TestConfigSettingsLDAPProfile_GetUID (line 9663) | func TestConfigSettingsLDAPProfile_GetUID(tt *testing.T) { function TestConfigSettingsLDAPReconciliation_GetOrg (line 9674) | func TestConfigSettingsLDAPReconciliation_GetOrg(tt *testing.T) { function TestConfigSettingsLDAPReconciliation_GetUser (line 9685) | func TestConfigSettingsLDAPReconciliation_GetUser(tt *testing.T) { function TestConfigSettingsLicenseSettings_GetClusterSupport (line 9696) | func TestConfigSettingsLicenseSettings_GetClusterSupport(tt *testing.T) { function TestConfigSettingsLicenseSettings_GetEvaluation (line 9707) | func TestConfigSettingsLicenseSettings_GetEvaluation(tt *testing.T) { function TestConfigSettingsLicenseSettings_GetExpireAt (line 9718) | func TestConfigSettingsLicenseSettings_GetExpireAt(tt *testing.T) { function TestConfigSettingsLicenseSettings_GetPerpetual (line 9729) | func TestConfigSettingsLicenseSettings_GetPerpetual(tt *testing.T) { function TestConfigSettingsLicenseSettings_GetSeats (line 9740) | func TestConfigSettingsLicenseSettings_GetSeats(tt *testing.T) { function TestConfigSettingsLicenseSettings_GetSSHAllowed (line 9751) | func TestConfigSettingsLicenseSettings_GetSSHAllowed(tt *testing.T) { function TestConfigSettingsLicenseSettings_GetSupportKey (line 9762) | func TestConfigSettingsLicenseSettings_GetSupportKey(tt *testing.T) { function TestConfigSettingsLicenseSettings_GetUnlimitedSeating (line 9773) | func TestConfigSettingsLicenseSettings_GetUnlimitedSeating(tt *testing.T) { function TestConfigSettingsMapping_GetBasemap (line 9784) | func TestConfigSettingsMapping_GetBasemap(tt *testing.T) { function TestConfigSettingsMapping_GetEnabled (line 9795) | func TestConfigSettingsMapping_GetEnabled(tt *testing.T) { function TestConfigSettingsMapping_GetTileserver (line 9806) | func TestConfigSettingsMapping_GetTileserver(tt *testing.T) { function TestConfigSettingsMapping_GetToken (line 9817) | func TestConfigSettingsMapping_GetToken(tt *testing.T) { function TestConfigSettingsNTP_GetPrimaryServer (line 9828) | func TestConfigSettingsNTP_GetPrimaryServer(tt *testing.T) { function TestConfigSettingsNTP_GetSecondaryServer (line 9839) | func TestConfigSettingsNTP_GetSecondaryServer(tt *testing.T) { function TestConfigSettingsPagesSettings_GetEnabled (line 9850) | func TestConfigSettingsPagesSettings_GetEnabled(tt *testing.T) { function TestConfigSettingsSAML_GetCertificate (line 9861) | func TestConfigSettingsSAML_GetCertificate(tt *testing.T) { function TestConfigSettingsSAML_GetCertificatePath (line 9872) | func TestConfigSettingsSAML_GetCertificatePath(tt *testing.T) { function TestConfigSettingsSAML_GetDisableAdminDemote (line 9883) | func TestConfigSettingsSAML_GetDisableAdminDemote(tt *testing.T) { function TestConfigSettingsSAML_GetIDPInitiatedSSO (line 9894) | func TestConfigSettingsSAML_GetIDPInitiatedSSO(tt *testing.T) { function TestConfigSettingsSAML_GetIssuer (line 9905) | func TestConfigSettingsSAML_GetIssuer(tt *testing.T) { function TestConfigSettingsSAML_GetSSOURL (line 9916) | func TestConfigSettingsSAML_GetSSOURL(tt *testing.T) { function TestConfigSettingsSMTP_GetAddress (line 9927) | func TestConfigSettingsSMTP_GetAddress(tt *testing.T) { function TestConfigSettingsSMTP_GetAuthentication (line 9938) | func TestConfigSettingsSMTP_GetAuthentication(tt *testing.T) { function TestConfigSettingsSMTP_GetDiscardToNoreplyAddress (line 9949) | func TestConfigSettingsSMTP_GetDiscardToNoreplyAddress(tt *testing.T) { function TestConfigSettingsSMTP_GetDomain (line 9960) | func TestConfigSettingsSMTP_GetDomain(tt *testing.T) { function TestConfigSettingsSMTP_GetEnabled (line 9971) | func TestConfigSettingsSMTP_GetEnabled(tt *testing.T) { function TestConfigSettingsSMTP_GetEnableStarttlsAuto (line 9982) | func TestConfigSettingsSMTP_GetEnableStarttlsAuto(tt *testing.T) { function TestConfigSettingsSMTP_GetNoreplyAddress (line 9993) | func TestConfigSettingsSMTP_GetNoreplyAddress(tt *testing.T) { function TestConfigSettingsSMTP_GetPassword (line 10004) | func TestConfigSettingsSMTP_GetPassword(tt *testing.T) { function TestConfigSettingsSMTP_GetPort (line 10015) | func TestConfigSettingsSMTP_GetPort(tt *testing.T) { function TestConfigSettingsSMTP_GetSupportAddress (line 10026) | func TestConfigSettingsSMTP_GetSupportAddress(tt *testing.T) { function TestConfigSettingsSMTP_GetSupportAddressType (line 10037) | func TestConfigSettingsSMTP_GetSupportAddressType(tt *testing.T) { function TestConfigSettingsSMTP_GetUsername (line 10048) | func TestConfigSettingsSMTP_GetUsername(tt *testing.T) { function TestConfigSettingsSMTP_GetUserName (line 10059) | func TestConfigSettingsSMTP_GetUserName(tt *testing.T) { function TestConfigSettingsSNMP_GetCommunity (line 10070) | func TestConfigSettingsSNMP_GetCommunity(tt *testing.T) { function TestConfigSettingsSNMP_GetEnabled (line 10081) | func TestConfigSettingsSNMP_GetEnabled(tt *testing.T) { function TestConfigSettingsSyslog_GetEnabled (line 10092) | func TestConfigSettingsSyslog_GetEnabled(tt *testing.T) { function TestConfigSettingsSyslog_GetProtocolName (line 10103) | func TestConfigSettingsSyslog_GetProtocolName(tt *testing.T) { function TestConfigSettingsSyslog_GetServer (line 10114) | func TestConfigSettingsSyslog_GetServer(tt *testing.T) { function TestConnectionServiceItem_GetName (line 10125) | func TestConnectionServiceItem_GetName(tt *testing.T) { function TestConnectionServiceItem_GetNumber (line 10136) | func TestConnectionServiceItem_GetNumber(tt *testing.T) { function TestContentReference_GetID (line 10147) | func TestContentReference_GetID(tt *testing.T) { function TestContentReference_GetNodeID (line 10158) | func TestContentReference_GetNodeID(tt *testing.T) { function TestContentReference_GetReference (line 10169) | func TestContentReference_GetReference(tt *testing.T) { function TestContentReferenceEvent_GetAction (line 10180) | func TestContentReferenceEvent_GetAction(tt *testing.T) { function TestContentReferenceEvent_GetContentReference (line 10191) | func TestContentReferenceEvent_GetContentReference(tt *testing.T) { function TestContentReferenceEvent_GetInstallation (line 10199) | func TestContentReferenceEvent_GetInstallation(tt *testing.T) { function TestContentReferenceEvent_GetRepo (line 10207) | func TestContentReferenceEvent_GetRepo(tt *testing.T) { function TestContentReferenceEvent_GetSender (line 10215) | func TestContentReferenceEvent_GetSender(tt *testing.T) { function TestContributor_GetAvatarURL (line 10223) | func TestContributor_GetAvatarURL(tt *testing.T) { function TestContributor_GetContributions (line 10234) | func TestContributor_GetContributions(tt *testing.T) { function TestContributor_GetEmail (line 10245) | func TestContributor_GetEmail(tt *testing.T) { function TestContributor_GetEventsURL (line 10256) | func TestContributor_GetEventsURL(tt *testing.T) { function TestContributor_GetFollowersURL (line 10267) | func TestContributor_GetFollowersURL(tt *testing.T) { function TestContributor_GetFollowingURL (line 10278) | func TestContributor_GetFollowingURL(tt *testing.T) { function TestContributor_GetGistsURL (line 10289) | func TestContributor_GetGistsURL(tt *testing.T) { function TestContributor_GetGravatarID (line 10300) | func TestContributor_GetGravatarID(tt *testing.T) { function TestContributor_GetHTMLURL (line 10311) | func TestContributor_GetHTMLURL(tt *testing.T) { function TestContributor_GetID (line 10322) | func TestContributor_GetID(tt *testing.T) { function TestContributor_GetLogin (line 10333) | func TestContributor_GetLogin(tt *testing.T) { function TestContributor_GetName (line 10344) | func TestContributor_GetName(tt *testing.T) { function TestContributor_GetNodeID (line 10355) | func TestContributor_GetNodeID(tt *testing.T) { function TestContributor_GetOrganizationsURL (line 10366) | func TestContributor_GetOrganizationsURL(tt *testing.T) { function TestContributor_GetReceivedEventsURL (line 10377) | func TestContributor_GetReceivedEventsURL(tt *testing.T) { function TestContributor_GetReposURL (line 10388) | func TestContributor_GetReposURL(tt *testing.T) { function TestContributor_GetSiteAdmin (line 10399) | func TestContributor_GetSiteAdmin(tt *testing.T) { function TestContributor_GetStarredURL (line 10410) | func TestContributor_GetStarredURL(tt *testing.T) { function TestContributor_GetSubscriptionsURL (line 10421) | func TestContributor_GetSubscriptionsURL(tt *testing.T) { function TestContributor_GetType (line 10432) | func TestContributor_GetType(tt *testing.T) { function TestContributor_GetURL (line 10443) | func TestContributor_GetURL(tt *testing.T) { function TestContributorApprovalPermissions_GetApprovalPolicy (line 10454) | func TestContributorApprovalPermissions_GetApprovalPolicy(tt *testing.T) { function TestContributorStats_GetAuthor (line 10462) | func TestContributorStats_GetAuthor(tt *testing.T) { function TestContributorStats_GetTotal (line 10470) | func TestContributorStats_GetTotal(tt *testing.T) { function TestContributorStats_GetWeeks (line 10481) | func TestContributorStats_GetWeeks(tt *testing.T) { function TestCopilotCodeReviewBranchRule_GetParameters (line 10492) | func TestCopilotCodeReviewBranchRule_GetParameters(tt *testing.T) { function TestCopilotCodeReviewRuleParameters_GetReviewDraftPullRequests (line 10500) | func TestCopilotCodeReviewRuleParameters_GetReviewDraftPullRequests(tt *... function TestCopilotCodeReviewRuleParameters_GetReviewOnPush (line 10508) | func TestCopilotCodeReviewRuleParameters_GetReviewOnPush(tt *testing.T) { function TestCopilotDailyMetricsReport_GetDownloadLinks (line 10516) | func TestCopilotDailyMetricsReport_GetDownloadLinks(tt *testing.T) { function TestCopilotDailyMetricsReport_GetReportDay (line 10527) | func TestCopilotDailyMetricsReport_GetReportDay(tt *testing.T) { function TestCopilotDotcomChat_GetModels (line 10535) | func TestCopilotDotcomChat_GetModels(tt *testing.T) { function TestCopilotDotcomChat_GetTotalEngagedUsers (line 10546) | func TestCopilotDotcomChat_GetTotalEngagedUsers(tt *testing.T) { function TestCopilotDotcomChatModel_GetCustomModelTrainingDate (line 10554) | func TestCopilotDotcomChatModel_GetCustomModelTrainingDate(tt *testing.T) { function TestCopilotDotcomChatModel_GetIsCustomModel (line 10565) | func TestCopilotDotcomChatModel_GetIsCustomModel(tt *testing.T) { function TestCopilotDotcomChatModel_GetName (line 10573) | func TestCopilotDotcomChatModel_GetName(tt *testing.T) { function TestCopilotDotcomChatModel_GetTotalChats (line 10581) | func TestCopilotDotcomChatModel_GetTotalChats(tt *testing.T) { function TestCopilotDotcomChatModel_GetTotalEngagedUsers (line 10589) | func TestCopilotDotcomChatModel_GetTotalEngagedUsers(tt *testing.T) { function TestCopilotDotcomPullRequests_GetRepositories (line 10597) | func TestCopilotDotcomPullRequests_GetRepositories(tt *testing.T) { function TestCopilotDotcomPullRequests_GetTotalEngagedUsers (line 10608) | func TestCopilotDotcomPullRequests_GetTotalEngagedUsers(tt *testing.T) { function TestCopilotDotcomPullRequestsModel_GetCustomModelTrainingDate (line 10616) | func TestCopilotDotcomPullRequestsModel_GetCustomModelTrainingDate(tt *t... function TestCopilotDotcomPullRequestsModel_GetIsCustomModel (line 10627) | func TestCopilotDotcomPullRequestsModel_GetIsCustomModel(tt *testing.T) { function TestCopilotDotcomPullRequestsModel_GetName (line 10635) | func TestCopilotDotcomPullRequestsModel_GetName(tt *testing.T) { function TestCopilotDotcomPullRequestsModel_GetTotalEngagedUsers (line 10643) | func TestCopilotDotcomPullRequestsModel_GetTotalEngagedUsers(tt *testing... function TestCopilotDotcomPullRequestsModel_GetTotalPRSummariesCreated (line 10651) | func TestCopilotDotcomPullRequestsModel_GetTotalPRSummariesCreated(tt *t... function TestCopilotDotcomPullRequestsRepository_GetModels (line 10659) | func TestCopilotDotcomPullRequestsRepository_GetModels(tt *testing.T) { function TestCopilotDotcomPullRequestsRepository_GetName (line 10670) | func TestCopilotDotcomPullRequestsRepository_GetName(tt *testing.T) { function TestCopilotDotcomPullRequestsRepository_GetTotalEngagedUsers (line 10678) | func TestCopilotDotcomPullRequestsRepository_GetTotalEngagedUsers(tt *te... function TestCopilotIDEChat_GetEditors (line 10686) | func TestCopilotIDEChat_GetEditors(tt *testing.T) { function TestCopilotIDEChat_GetTotalEngagedUsers (line 10697) | func TestCopilotIDEChat_GetTotalEngagedUsers(tt *testing.T) { function TestCopilotIDEChatEditor_GetModels (line 10705) | func TestCopilotIDEChatEditor_GetModels(tt *testing.T) { function TestCopilotIDEChatEditor_GetName (line 10716) | func TestCopilotIDEChatEditor_GetName(tt *testing.T) { function TestCopilotIDEChatEditor_GetTotalEngagedUsers (line 10724) | func TestCopilotIDEChatEditor_GetTotalEngagedUsers(tt *testing.T) { function TestCopilotIDEChatModel_GetCustomModelTrainingDate (line 10732) | func TestCopilotIDEChatModel_GetCustomModelTrainingDate(tt *testing.T) { function TestCopilotIDEChatModel_GetIsCustomModel (line 10743) | func TestCopilotIDEChatModel_GetIsCustomModel(tt *testing.T) { function TestCopilotIDEChatModel_GetName (line 10751) | func TestCopilotIDEChatModel_GetName(tt *testing.T) { function TestCopilotIDEChatModel_GetTotalChatCopyEvents (line 10759) | func TestCopilotIDEChatModel_GetTotalChatCopyEvents(tt *testing.T) { function TestCopilotIDEChatModel_GetTotalChatInsertionEvents (line 10767) | func TestCopilotIDEChatModel_GetTotalChatInsertionEvents(tt *testing.T) { function TestCopilotIDEChatModel_GetTotalChats (line 10775) | func TestCopilotIDEChatModel_GetTotalChats(tt *testing.T) { function TestCopilotIDEChatModel_GetTotalEngagedUsers (line 10783) | func TestCopilotIDEChatModel_GetTotalEngagedUsers(tt *testing.T) { function TestCopilotIDECodeCompletions_GetEditors (line 10791) | func TestCopilotIDECodeCompletions_GetEditors(tt *testing.T) { function TestCopilotIDECodeCompletions_GetLanguages (line 10802) | func TestCopilotIDECodeCompletions_GetLanguages(tt *testing.T) { function TestCopilotIDECodeCompletions_GetTotalEngagedUsers (line 10813) | func TestCopilotIDECodeCompletions_GetTotalEngagedUsers(tt *testing.T) { function TestCopilotIDECodeCompletionsEditor_GetModels (line 10821) | func TestCopilotIDECodeCompletionsEditor_GetModels(tt *testing.T) { function TestCopilotIDECodeCompletionsEditor_GetName (line 10832) | func TestCopilotIDECodeCompletionsEditor_GetName(tt *testing.T) { function TestCopilotIDECodeCompletionsEditor_GetTotalEngagedUsers (line 10840) | func TestCopilotIDECodeCompletionsEditor_GetTotalEngagedUsers(tt *testin... function TestCopilotIDECodeCompletionsLanguage_GetName (line 10848) | func TestCopilotIDECodeCompletionsLanguage_GetName(tt *testing.T) { function TestCopilotIDECodeCompletionsLanguage_GetTotalEngagedUsers (line 10856) | func TestCopilotIDECodeCompletionsLanguage_GetTotalEngagedUsers(tt *test... function TestCopilotIDECodeCompletionsModel_GetCustomModelTrainingDate (line 10864) | func TestCopilotIDECodeCompletionsModel_GetCustomModelTrainingDate(tt *t... function TestCopilotIDECodeCompletionsModel_GetIsCustomModel (line 10875) | func TestCopilotIDECodeCompletionsModel_GetIsCustomModel(tt *testing.T) { function TestCopilotIDECodeCompletionsModel_GetLanguages (line 10883) | func TestCopilotIDECodeCompletionsModel_GetLanguages(tt *testing.T) { function TestCopilotIDECodeCompletionsModel_GetName (line 10894) | func TestCopilotIDECodeCompletionsModel_GetName(tt *testing.T) { function TestCopilotIDECodeCompletionsModel_GetTotalEngagedUsers (line 10902) | func TestCopilotIDECodeCompletionsModel_GetTotalEngagedUsers(tt *testing... function TestCopilotIDECodeCompletionsModelLanguage_GetName (line 10910) | func TestCopilotIDECodeCompletionsModelLanguage_GetName(tt *testing.T) { function TestCopilotIDECodeCompletionsModelLanguage_GetTotalCodeAcceptances (line 10918) | func TestCopilotIDECodeCompletionsModelLanguage_GetTotalCodeAcceptances(... function TestCopilotIDECodeCompletionsModelLanguage_GetTotalCodeLinesAccepted (line 10926) | func TestCopilotIDECodeCompletionsModelLanguage_GetTotalCodeLinesAccepte... function TestCopilotIDECodeCompletionsModelLanguage_GetTotalCodeLinesSuggested (line 10934) | func TestCopilotIDECodeCompletionsModelLanguage_GetTotalCodeLinesSuggest... function TestCopilotIDECodeCompletionsModelLanguage_GetTotalCodeSuggestions (line 10942) | func TestCopilotIDECodeCompletionsModelLanguage_GetTotalCodeSuggestions(... function TestCopilotIDECodeCompletionsModelLanguage_GetTotalEngagedUsers (line 10950) | func TestCopilotIDECodeCompletionsModelLanguage_GetTotalEngagedUsers(tt ... function TestCopilotMetrics_GetCopilotDotcomChat (line 10958) | func TestCopilotMetrics_GetCopilotDotcomChat(tt *testing.T) { function TestCopilotMetrics_GetCopilotDotcomPullRequests (line 10966) | func TestCopilotMetrics_GetCopilotDotcomPullRequests(tt *testing.T) { function TestCopilotMetrics_GetCopilotIDEChat (line 10974) | func TestCopilotMetrics_GetCopilotIDEChat(tt *testing.T) { function TestCopilotMetrics_GetCopilotIDECodeCompletions (line 10982) | func TestCopilotMetrics_GetCopilotIDECodeCompletions(tt *testing.T) { function TestCopilotMetrics_GetDate (line 10990) | func TestCopilotMetrics_GetDate(tt *testing.T) { function TestCopilotMetrics_GetTotalActiveUsers (line 10998) | func TestCopilotMetrics_GetTotalActiveUsers(tt *testing.T) { function TestCopilotMetrics_GetTotalEngagedUsers (line 11009) | func TestCopilotMetrics_GetTotalEngagedUsers(tt *testing.T) { function TestCopilotMetricsListOptions_GetSince (line 11020) | func TestCopilotMetricsListOptions_GetSince(tt *testing.T) { function TestCopilotMetricsListOptions_GetUntil (line 11031) | func TestCopilotMetricsListOptions_GetUntil(tt *testing.T) { function TestCopilotMetricsReport_GetDownloadLinks (line 11042) | func TestCopilotMetricsReport_GetDownloadLinks(tt *testing.T) { function TestCopilotMetricsReport_GetReportEndDay (line 11053) | func TestCopilotMetricsReport_GetReportEndDay(tt *testing.T) { function TestCopilotMetricsReport_GetReportStartDay (line 11061) | func TestCopilotMetricsReport_GetReportStartDay(tt *testing.T) { function TestCopilotMetricsReportOptions_GetDay (line 11069) | func TestCopilotMetricsReportOptions_GetDay(tt *testing.T) { function TestCopilotOrganizationDetails_GetCopilotChat (line 11077) | func TestCopilotOrganizationDetails_GetCopilotChat(tt *testing.T) { function TestCopilotOrganizationDetails_GetPublicCodeSuggestions (line 11085) | func TestCopilotOrganizationDetails_GetPublicCodeSuggestions(tt *testing... function TestCopilotOrganizationDetails_GetSeatBreakdown (line 11093) | func TestCopilotOrganizationDetails_GetSeatBreakdown(tt *testing.T) { function TestCopilotOrganizationDetails_GetSeatManagementSetting (line 11101) | func TestCopilotOrganizationDetails_GetSeatManagementSetting(tt *testing... function TestCopilotSeatBreakdown_GetActiveThisCycle (line 11109) | func TestCopilotSeatBreakdown_GetActiveThisCycle(tt *testing.T) { function TestCopilotSeatBreakdown_GetAddedThisCycle (line 11117) | func TestCopilotSeatBreakdown_GetAddedThisCycle(tt *testing.T) { function TestCopilotSeatBreakdown_GetInactiveThisCycle (line 11125) | func TestCopilotSeatBreakdown_GetInactiveThisCycle(tt *testing.T) { function TestCopilotSeatBreakdown_GetPendingCancellation (line 11133) | func TestCopilotSeatBreakdown_GetPendingCancellation(tt *testing.T) { function TestCopilotSeatBreakdown_GetPendingInvitation (line 11141) | func TestCopilotSeatBreakdown_GetPendingInvitation(tt *testing.T) { function TestCopilotSeatBreakdown_GetTotal (line 11149) | func TestCopilotSeatBreakdown_GetTotal(tt *testing.T) { function TestCopilotSeatDetails_GetAssignee (line 11157) | func TestCopilotSeatDetails_GetAssignee(tt *testing.T) { function TestCopilotSeatDetails_GetAssigningTeam (line 11165) | func TestCopilotSeatDetails_GetAssigningTeam(tt *testing.T) { function TestCopilotSeatDetails_GetCreatedAt (line 11173) | func TestCopilotSeatDetails_GetCreatedAt(tt *testing.T) { function TestCopilotSeatDetails_GetLastActivityAt (line 11184) | func TestCopilotSeatDetails_GetLastActivityAt(tt *testing.T) { function TestCopilotSeatDetails_GetLastActivityEditor (line 11195) | func TestCopilotSeatDetails_GetLastActivityEditor(tt *testing.T) { function TestCopilotSeatDetails_GetPendingCancellationDate (line 11206) | func TestCopilotSeatDetails_GetPendingCancellationDate(tt *testing.T) { function TestCopilotSeatDetails_GetPlanType (line 11217) | func TestCopilotSeatDetails_GetPlanType(tt *testing.T) { function TestCopilotSeatDetails_GetUpdatedAt (line 11228) | func TestCopilotSeatDetails_GetUpdatedAt(tt *testing.T) { function TestCostCenter_GetAzureSubscription (line 11239) | func TestCostCenter_GetAzureSubscription(tt *testing.T) { function TestCostCenter_GetID (line 11250) | func TestCostCenter_GetID(tt *testing.T) { function TestCostCenter_GetName (line 11258) | func TestCostCenter_GetName(tt *testing.T) { function TestCostCenter_GetResources (line 11266) | func TestCostCenter_GetResources(tt *testing.T) { function TestCostCenter_GetState (line 11277) | func TestCostCenter_GetState(tt *testing.T) { function TestCostCenterRequest_GetName (line 11288) | func TestCostCenterRequest_GetName(tt *testing.T) { function TestCostCenterResource_GetName (line 11296) | func TestCostCenterResource_GetName(tt *testing.T) { function TestCostCenterResource_GetType (line 11304) | func TestCostCenterResource_GetType(tt *testing.T) { function TestCostCenterResourceRequest_GetOrganizations (line 11312) | func TestCostCenterResourceRequest_GetOrganizations(tt *testing.T) { function TestCostCenterResourceRequest_GetRepositories (line 11323) | func TestCostCenterResourceRequest_GetRepositories(tt *testing.T) { function TestCostCenterResourceRequest_GetUsers (line 11334) | func TestCostCenterResourceRequest_GetUsers(tt *testing.T) { function TestCostCenters_GetCostCenters (line 11345) | func TestCostCenters_GetCostCenters(tt *testing.T) { function TestCreateArtifactDeploymentRequest_GetCluster (line 11356) | func TestCreateArtifactDeploymentRequest_GetCluster(tt *testing.T) { function TestCreateArtifactDeploymentRequest_GetDeploymentName (line 11367) | func TestCreateArtifactDeploymentRequest_GetDeploymentName(tt *testing.T) { function TestCreateArtifactDeploymentRequest_GetDigest (line 11375) | func TestCreateArtifactDeploymentRequest_GetDigest(tt *testing.T) { function TestCreateArtifactDeploymentRequest_GetGithubRepository (line 11383) | func TestCreateArtifactDeploymentRequest_GetGithubRepository(tt *testing... function TestCreateArtifactDeploymentRequest_GetLogicalEnvironment (line 11394) | func TestCreateArtifactDeploymentRequest_GetLogicalEnvironment(tt *testi... function TestCreateArtifactDeploymentRequest_GetName (line 11402) | func TestCreateArtifactDeploymentRequest_GetName(tt *testing.T) { function TestCreateArtifactDeploymentRequest_GetPhysicalEnvironment (line 11410) | func TestCreateArtifactDeploymentRequest_GetPhysicalEnvironment(tt *test... function TestCreateArtifactDeploymentRequest_GetRuntimeRisks (line 11421) | func TestCreateArtifactDeploymentRequest_GetRuntimeRisks(tt *testing.T) { function TestCreateArtifactDeploymentRequest_GetStatus (line 11432) | func TestCreateArtifactDeploymentRequest_GetStatus(tt *testing.T) { function TestCreateArtifactDeploymentRequest_GetTags (line 11440) | func TestCreateArtifactDeploymentRequest_GetTags(tt *testing.T) { function TestCreateArtifactDeploymentRequest_GetVersion (line 11451) | func TestCreateArtifactDeploymentRequest_GetVersion(tt *testing.T) { function TestCreateArtifactStorageRequest_GetArtifactURL (line 11462) | func TestCreateArtifactStorageRequest_GetArtifactURL(tt *testing.T) { function TestCreateArtifactStorageRequest_GetDigest (line 11473) | func TestCreateArtifactStorageRequest_GetDigest(tt *testing.T) { function TestCreateArtifactStorageRequest_GetGithubRepository (line 11481) | func TestCreateArtifactStorageRequest_GetGithubRepository(tt *testing.T) { function TestCreateArtifactStorageRequest_GetName (line 11492) | func TestCreateArtifactStorageRequest_GetName(tt *testing.T) { function TestCreateArtifactStorageRequest_GetPath (line 11500) | func TestCreateArtifactStorageRequest_GetPath(tt *testing.T) { function TestCreateArtifactStorageRequest_GetRegistryURL (line 11511) | func TestCreateArtifactStorageRequest_GetRegistryURL(tt *testing.T) { function TestCreateArtifactStorageRequest_GetRepository (line 11519) | func TestCreateArtifactStorageRequest_GetRepository(tt *testing.T) { function TestCreateArtifactStorageRequest_GetStatus (line 11530) | func TestCreateArtifactStorageRequest_GetStatus(tt *testing.T) { function TestCreateArtifactStorageRequest_GetVersion (line 11541) | func TestCreateArtifactStorageRequest_GetVersion(tt *testing.T) { function TestCreateCheckRunOptions_GetActions (line 11552) | func TestCreateCheckRunOptions_GetActions(tt *testing.T) { function TestCreateCheckRunOptions_GetCompletedAt (line 11563) | func TestCreateCheckRunOptions_GetCompletedAt(tt *testing.T) { function TestCreateCheckRunOptions_GetConclusion (line 11574) | func TestCreateCheckRunOptions_GetConclusion(tt *testing.T) { function TestCreateCheckRunOptions_GetDetailsURL (line 11585) | func TestCreateCheckRunOptions_GetDetailsURL(tt *testing.T) { function TestCreateCheckRunOptions_GetExternalID (line 11596) | func TestCreateCheckRunOptions_GetExternalID(tt *testing.T) { function TestCreateCheckRunOptions_GetHeadSHA (line 11607) | func TestCreateCheckRunOptions_GetHeadSHA(tt *testing.T) { function TestCreateCheckRunOptions_GetName (line 11615) | func TestCreateCheckRunOptions_GetName(tt *testing.T) { function TestCreateCheckRunOptions_GetOutput (line 11623) | func TestCreateCheckRunOptions_GetOutput(tt *testing.T) { function TestCreateCheckRunOptions_GetStartedAt (line 11631) | func TestCreateCheckRunOptions_GetStartedAt(tt *testing.T) { function TestCreateCheckRunOptions_GetStatus (line 11642) | func TestCreateCheckRunOptions_GetStatus(tt *testing.T) { function TestCreateCheckSuiteOptions_GetHeadBranch (line 11653) | func TestCreateCheckSuiteOptions_GetHeadBranch(tt *testing.T) { function TestCreateCheckSuiteOptions_GetHeadSHA (line 11664) | func TestCreateCheckSuiteOptions_GetHeadSHA(tt *testing.T) { function TestCreateCodespaceOptions_GetClientIP (line 11672) | func TestCreateCodespaceOptions_GetClientIP(tt *testing.T) { function TestCreateCodespaceOptions_GetDevcontainerPath (line 11683) | func TestCreateCodespaceOptions_GetDevcontainerPath(tt *testing.T) { function TestCreateCodespaceOptions_GetDisplayName (line 11694) | func TestCreateCodespaceOptions_GetDisplayName(tt *testing.T) { function TestCreateCodespaceOptions_GetGeo (line 11705) | func TestCreateCodespaceOptions_GetGeo(tt *testing.T) { function TestCreateCodespaceOptions_GetIdleTimeoutMinutes (line 11716) | func TestCreateCodespaceOptions_GetIdleTimeoutMinutes(tt *testing.T) { function TestCreateCodespaceOptions_GetLocation (line 11727) | func TestCreateCodespaceOptions_GetLocation(tt *testing.T) { function TestCreateCodespaceOptions_GetMachine (line 11738) | func TestCreateCodespaceOptions_GetMachine(tt *testing.T) { function TestCreateCodespaceOptions_GetMultiRepoPermissionsOptOut (line 11749) | func TestCreateCodespaceOptions_GetMultiRepoPermissionsOptOut(tt *testin... function TestCreateCodespaceOptions_GetRef (line 11760) | func TestCreateCodespaceOptions_GetRef(tt *testing.T) { function TestCreateCodespaceOptions_GetRetentionPeriodMinutes (line 11771) | func TestCreateCodespaceOptions_GetRetentionPeriodMinutes(tt *testing.T) { function TestCreateCodespaceOptions_GetWorkingDirectory (line 11782) | func TestCreateCodespaceOptions_GetWorkingDirectory(tt *testing.T) { function TestCreateCommitOptions_GetSigner (line 11793) | func TestCreateCommitOptions_GetSigner(tt *testing.T) { function TestCreateCustomOrgRoleRequest_GetBaseRole (line 11801) | func TestCreateCustomOrgRoleRequest_GetBaseRole(tt *testing.T) { function TestCreateCustomOrgRoleRequest_GetDescription (line 11812) | func TestCreateCustomOrgRoleRequest_GetDescription(tt *testing.T) { function TestCreateCustomOrgRoleRequest_GetName (line 11823) | func TestCreateCustomOrgRoleRequest_GetName(tt *testing.T) { function TestCreateCustomOrgRoleRequest_GetPermissions (line 11831) | func TestCreateCustomOrgRoleRequest_GetPermissions(tt *testing.T) { function TestCreateEnterpriseRunnerGroupRequest_GetAllowsPublicRepositories (line 11842) | func TestCreateEnterpriseRunnerGroupRequest_GetAllowsPublicRepositories(... function TestCreateEnterpriseRunnerGroupRequest_GetName (line 11853) | func TestCreateEnterpriseRunnerGroupRequest_GetName(tt *testing.T) { function TestCreateEnterpriseRunnerGroupRequest_GetNetworkConfigurationID (line 11864) | func TestCreateEnterpriseRunnerGroupRequest_GetNetworkConfigurationID(tt... function TestCreateEnterpriseRunnerGroupRequest_GetRestrictedToWorkflows (line 11875) | func TestCreateEnterpriseRunnerGroupRequest_GetRestrictedToWorkflows(tt ... function TestCreateEnterpriseRunnerGroupRequest_GetRunners (line 11886) | func TestCreateEnterpriseRunnerGroupRequest_GetRunners(tt *testing.T) { function TestCreateEnterpriseRunnerGroupRequest_GetSelectedOrganizationIDs (line 11897) | func TestCreateEnterpriseRunnerGroupRequest_GetSelectedOrganizationIDs(t... function TestCreateEnterpriseRunnerGroupRequest_GetSelectedWorkflows (line 11908) | func TestCreateEnterpriseRunnerGroupRequest_GetSelectedWorkflows(tt *tes... function TestCreateEnterpriseRunnerGroupRequest_GetVisibility (line 11919) | func TestCreateEnterpriseRunnerGroupRequest_GetVisibility(tt *testing.T) { function TestCreateEvent_GetDescription (line 11930) | func TestCreateEvent_GetDescription(tt *testing.T) { function TestCreateEvent_GetInstallation (line 11941) | func TestCreateEvent_GetInstallation(tt *testing.T) { function TestCreateEvent_GetMasterBranch (line 11949) | func TestCreateEvent_GetMasterBranch(tt *testing.T) { function TestCreateEvent_GetOrg (line 11960) | func TestCreateEvent_GetOrg(tt *testing.T) { function TestCreateEvent_GetPusherType (line 11968) | func TestCreateEvent_GetPusherType(tt *testing.T) { function TestCreateEvent_GetRef (line 11979) | func TestCreateEvent_GetRef(tt *testing.T) { function TestCreateEvent_GetRefType (line 11990) | func TestCreateEvent_GetRefType(tt *testing.T) { function TestCreateEvent_GetRepo (line 12001) | func TestCreateEvent_GetRepo(tt *testing.T) { function TestCreateEvent_GetSender (line 12009) | func TestCreateEvent_GetSender(tt *testing.T) { function TestCreateHostedRunnerRequest_GetEnableStaticIP (line 12017) | func TestCreateHostedRunnerRequest_GetEnableStaticIP(tt *testing.T) { function TestCreateHostedRunnerRequest_GetImage (line 12028) | func TestCreateHostedRunnerRequest_GetImage(tt *testing.T) { function TestCreateHostedRunnerRequest_GetImageGen (line 12036) | func TestCreateHostedRunnerRequest_GetImageGen(tt *testing.T) { function TestCreateHostedRunnerRequest_GetMaximumRunners (line 12047) | func TestCreateHostedRunnerRequest_GetMaximumRunners(tt *testing.T) { function TestCreateHostedRunnerRequest_GetName (line 12058) | func TestCreateHostedRunnerRequest_GetName(tt *testing.T) { function TestCreateHostedRunnerRequest_GetRunnerGroupID (line 12066) | func TestCreateHostedRunnerRequest_GetRunnerGroupID(tt *testing.T) { function TestCreateHostedRunnerRequest_GetSize (line 12074) | func TestCreateHostedRunnerRequest_GetSize(tt *testing.T) { function TestCreateOrganizationPrivateRegistry_GetEncryptedValue (line 12082) | func TestCreateOrganizationPrivateRegistry_GetEncryptedValue(tt *testing... function TestCreateOrganizationPrivateRegistry_GetKeyID (line 12090) | func TestCreateOrganizationPrivateRegistry_GetKeyID(tt *testing.T) { function TestCreateOrganizationPrivateRegistry_GetRegistryType (line 12098) | func TestCreateOrganizationPrivateRegistry_GetRegistryType(tt *testing.T) { function TestCreateOrganizationPrivateRegistry_GetSelectedRepositoryIDs (line 12106) | func TestCreateOrganizationPrivateRegistry_GetSelectedRepositoryIDs(tt *... function TestCreateOrganizationPrivateRegistry_GetURL (line 12117) | func TestCreateOrganizationPrivateRegistry_GetURL(tt *testing.T) { function TestCreateOrganizationPrivateRegistry_GetUsername (line 12125) | func TestCreateOrganizationPrivateRegistry_GetUsername(tt *testing.T) { function TestCreateOrganizationPrivateRegistry_GetVisibility (line 12136) | func TestCreateOrganizationPrivateRegistry_GetVisibility(tt *testing.T) { function TestCreateOrgInvitationOptions_GetEmail (line 12144) | func TestCreateOrgInvitationOptions_GetEmail(tt *testing.T) { function TestCreateOrgInvitationOptions_GetInviteeID (line 12155) | func TestCreateOrgInvitationOptions_GetInviteeID(tt *testing.T) { function TestCreateOrgInvitationOptions_GetRole (line 12166) | func TestCreateOrgInvitationOptions_GetRole(tt *testing.T) { function TestCreateOrgInvitationOptions_GetTeamID (line 12177) | func TestCreateOrgInvitationOptions_GetTeamID(tt *testing.T) { function TestCreateOrUpdateCustomRepoRoleOptions_GetBaseRole (line 12188) | func TestCreateOrUpdateCustomRepoRoleOptions_GetBaseRole(tt *testing.T) { function TestCreateOrUpdateCustomRepoRoleOptions_GetDescription (line 12199) | func TestCreateOrUpdateCustomRepoRoleOptions_GetDescription(tt *testing.... function TestCreateOrUpdateCustomRepoRoleOptions_GetName (line 12210) | func TestCreateOrUpdateCustomRepoRoleOptions_GetName(tt *testing.T) { function TestCreateOrUpdateCustomRepoRoleOptions_GetPermissions (line 12221) | func TestCreateOrUpdateCustomRepoRoleOptions_GetPermissions(tt *testing.... function TestCreateOrUpdateIssueTypesOptions_GetColor (line 12232) | func TestCreateOrUpdateIssueTypesOptions_GetColor(tt *testing.T) { function TestCreateOrUpdateIssueTypesOptions_GetDescription (line 12243) | func TestCreateOrUpdateIssueTypesOptions_GetDescription(tt *testing.T) { function TestCreateOrUpdateIssueTypesOptions_GetIsEnabled (line 12254) | func TestCreateOrUpdateIssueTypesOptions_GetIsEnabled(tt *testing.T) { function TestCreateOrUpdateIssueTypesOptions_GetIsPrivate (line 12262) | func TestCreateOrUpdateIssueTypesOptions_GetIsPrivate(tt *testing.T) { function TestCreateOrUpdateIssueTypesOptions_GetName (line 12273) | func TestCreateOrUpdateIssueTypesOptions_GetName(tt *testing.T) { function TestCreateProtectedChanges_GetFrom (line 12281) | func TestCreateProtectedChanges_GetFrom(tt *testing.T) { function TestCreateRef_GetRef (line 12292) | func TestCreateRef_GetRef(tt *testing.T) { function TestCreateRef_GetSHA (line 12300) | func TestCreateRef_GetSHA(tt *testing.T) { function TestCreateRunnerGroupRequest_GetAllowsPublicRepositories (line 12308) | func TestCreateRunnerGroupRequest_GetAllowsPublicRepositories(tt *testin... function TestCreateRunnerGroupRequest_GetName (line 12319) | func TestCreateRunnerGroupRequest_GetName(tt *testing.T) { function TestCreateRunnerGroupRequest_GetNetworkConfigurationID (line 12330) | func TestCreateRunnerGroupRequest_GetNetworkConfigurationID(tt *testing.... function TestCreateRunnerGroupRequest_GetRestrictedToWorkflows (line 12341) | func TestCreateRunnerGroupRequest_GetRestrictedToWorkflows(tt *testing.T) { function TestCreateRunnerGroupRequest_GetRunners (line 12352) | func TestCreateRunnerGroupRequest_GetRunners(tt *testing.T) { function TestCreateRunnerGroupRequest_GetSelectedRepositoryIDs (line 12363) | func TestCreateRunnerGroupRequest_GetSelectedRepositoryIDs(tt *testing.T) { function TestCreateRunnerGroupRequest_GetSelectedWorkflows (line 12374) | func TestCreateRunnerGroupRequest_GetSelectedWorkflows(tt *testing.T) { function TestCreateRunnerGroupRequest_GetVisibility (line 12385) | func TestCreateRunnerGroupRequest_GetVisibility(tt *testing.T) { function TestCreateTag_GetMessage (line 12396) | func TestCreateTag_GetMessage(tt *testing.T) { function TestCreateTag_GetObject (line 12404) | func TestCreateTag_GetObject(tt *testing.T) { function TestCreateTag_GetTag (line 12412) | func TestCreateTag_GetTag(tt *testing.T) { function TestCreateTag_GetTagger (line 12420) | func TestCreateTag_GetTagger(tt *testing.T) { function TestCreateTag_GetType (line 12428) | func TestCreateTag_GetType(tt *testing.T) { function TestCreateUpdateEnvironment_GetCanAdminsBypass (line 12436) | func TestCreateUpdateEnvironment_GetCanAdminsBypass(tt *testing.T) { function TestCreateUpdateEnvironment_GetDeploymentBranchPolicy (line 12447) | func TestCreateUpdateEnvironment_GetDeploymentBranchPolicy(tt *testing.T) { function TestCreateUpdateEnvironment_GetPreventSelfReview (line 12455) | func TestCreateUpdateEnvironment_GetPreventSelfReview(tt *testing.T) { function TestCreateUpdateEnvironment_GetReviewers (line 12466) | func TestCreateUpdateEnvironment_GetReviewers(tt *testing.T) { function TestCreateUpdateEnvironment_GetWaitTimer (line 12477) | func TestCreateUpdateEnvironment_GetWaitTimer(tt *testing.T) { function TestCreateUserRequest_GetEmail (line 12488) | func TestCreateUserRequest_GetEmail(tt *testing.T) { function TestCreateUserRequest_GetLogin (line 12499) | func TestCreateUserRequest_GetLogin(tt *testing.T) { function TestCreateUserRequest_GetSuspended (line 12507) | func TestCreateUserRequest_GetSuspended(tt *testing.T) { function TestCreateWorkflowDispatchEventRequest_GetInputs (line 12518) | func TestCreateWorkflowDispatchEventRequest_GetInputs(tt *testing.T) { function TestCreateWorkflowDispatchEventRequest_GetRef (line 12529) | func TestCreateWorkflowDispatchEventRequest_GetRef(tt *testing.T) { function TestCreateWorkflowDispatchEventRequest_GetReturnRunDetails (line 12537) | func TestCreateWorkflowDispatchEventRequest_GetReturnRunDetails(tt *test... function TestCreationInfo_GetCreated (line 12548) | func TestCreationInfo_GetCreated(tt *testing.T) { function TestCreationInfo_GetCreators (line 12559) | func TestCreationInfo_GetCreators(tt *testing.T) { function TestCredentialAuthorization_GetAuthorizedCredentialExpiresAt (line 12570) | func TestCredentialAuthorization_GetAuthorizedCredentialExpiresAt(tt *te... function TestCredentialAuthorization_GetAuthorizedCredentialID (line 12581) | func TestCredentialAuthorization_GetAuthorizedCredentialID(tt *testing.T) { function TestCredentialAuthorization_GetAuthorizedCredentialNote (line 12592) | func TestCredentialAuthorization_GetAuthorizedCredentialNote(tt *testing... function TestCredentialAuthorization_GetAuthorizedCredentialTitle (line 12603) | func TestCredentialAuthorization_GetAuthorizedCredentialTitle(tt *testin... function TestCredentialAuthorization_GetCredentialAccessedAt (line 12614) | func TestCredentialAuthorization_GetCredentialAccessedAt(tt *testing.T) { function TestCredentialAuthorization_GetCredentialAuthorizedAt (line 12625) | func TestCredentialAuthorization_GetCredentialAuthorizedAt(tt *testing.T) { function TestCredentialAuthorization_GetCredentialID (line 12636) | func TestCredentialAuthorization_GetCredentialID(tt *testing.T) { function TestCredentialAuthorization_GetCredentialType (line 12647) | func TestCredentialAuthorization_GetCredentialType(tt *testing.T) { function TestCredentialAuthorization_GetFingerprint (line 12658) | func TestCredentialAuthorization_GetFingerprint(tt *testing.T) { function TestCredentialAuthorization_GetLogin (line 12669) | func TestCredentialAuthorization_GetLogin(tt *testing.T) { function TestCredentialAuthorization_GetScopes (line 12680) | func TestCredentialAuthorization_GetScopes(tt *testing.T) { function TestCredentialAuthorization_GetTokenLastEight (line 12691) | func TestCredentialAuthorization_GetTokenLastEight(tt *testing.T) { function TestCredentialAuthorizationsListOptions_GetLogin (line 12702) | func TestCredentialAuthorizationsListOptions_GetLogin(tt *testing.T) { function TestCredit_GetType (line 12710) | func TestCredit_GetType(tt *testing.T) { function TestCredit_GetUser (line 12721) | func TestCredit_GetUser(tt *testing.T) { function TestCustomDeploymentProtectionRule_GetApp (line 12729) | func TestCustomDeploymentProtectionRule_GetApp(tt *testing.T) { function TestCustomDeploymentProtectionRule_GetEnabled (line 12737) | func TestCustomDeploymentProtectionRule_GetEnabled(tt *testing.T) { function TestCustomDeploymentProtectionRule_GetID (line 12748) | func TestCustomDeploymentProtectionRule_GetID(tt *testing.T) { function TestCustomDeploymentProtectionRule_GetNodeID (line 12759) | func TestCustomDeploymentProtectionRule_GetNodeID(tt *testing.T) { function TestCustomDeploymentProtectionRuleApp_GetID (line 12770) | func TestCustomDeploymentProtectionRuleApp_GetID(tt *testing.T) { function TestCustomDeploymentProtectionRuleApp_GetIntegrationURL (line 12781) | func TestCustomDeploymentProtectionRuleApp_GetIntegrationURL(tt *testing... function TestCustomDeploymentProtectionRuleApp_GetNodeID (line 12792) | func TestCustomDeploymentProtectionRuleApp_GetNodeID(tt *testing.T) { function TestCustomDeploymentProtectionRuleApp_GetSlug (line 12803) | func TestCustomDeploymentProtectionRuleApp_GetSlug(tt *testing.T) { function TestCustomDeploymentProtectionRuleRequest_GetIntegrationID (line 12814) | func TestCustomDeploymentProtectionRuleRequest_GetIntegrationID(tt *test... function TestCustomOrgRole_GetBaseRole (line 12825) | func TestCustomOrgRole_GetBaseRole(tt *testing.T) { function TestCustomOrgRole_GetCreatedAt (line 12836) | func TestCustomOrgRole_GetCreatedAt(tt *testing.T) { function TestCustomOrgRole_GetDescription (line 12847) | func TestCustomOrgRole_GetDescription(tt *testing.T) { function TestCustomOrgRole_GetID (line 12858) | func TestCustomOrgRole_GetID(tt *testing.T) { function TestCustomOrgRole_GetName (line 12869) | func TestCustomOrgRole_GetName(tt *testing.T) { function TestCustomOrgRole_GetOrg (line 12880) | func TestCustomOrgRole_GetOrg(tt *testing.T) { function TestCustomOrgRole_GetPermissions (line 12888) | func TestCustomOrgRole_GetPermissions(tt *testing.T) { function TestCustomOrgRole_GetSource (line 12899) | func TestCustomOrgRole_GetSource(tt *testing.T) { function TestCustomOrgRole_GetUpdatedAt (line 12910) | func TestCustomOrgRole_GetUpdatedAt(tt *testing.T) { function TestCustomPatternBackfillScan_GetPatternScope (line 12921) | func TestCustomPatternBackfillScan_GetPatternScope(tt *testing.T) { function TestCustomPatternBackfillScan_GetPatternSlug (line 12932) | func TestCustomPatternBackfillScan_GetPatternSlug(tt *testing.T) { function TestCustomProperty_GetAllowedValues (line 12943) | func TestCustomProperty_GetAllowedValues(tt *testing.T) { function TestCustomProperty_GetDefaultValue (line 12954) | func TestCustomProperty_GetDefaultValue(tt *testing.T) { function TestCustomProperty_GetDescription (line 12962) | func TestCustomProperty_GetDescription(tt *testing.T) { function TestCustomProperty_GetPropertyName (line 12973) | func TestCustomProperty_GetPropertyName(tt *testing.T) { function TestCustomProperty_GetRequired (line 12984) | func TestCustomProperty_GetRequired(tt *testing.T) { function TestCustomProperty_GetSourceType (line 12995) | func TestCustomProperty_GetSourceType(tt *testing.T) { function TestCustomProperty_GetURL (line 13006) | func TestCustomProperty_GetURL(tt *testing.T) { function TestCustomProperty_GetValuesEditableBy (line 13017) | func TestCustomProperty_GetValuesEditableBy(tt *testing.T) { function TestCustomProperty_GetValueType (line 13028) | func TestCustomProperty_GetValueType(tt *testing.T) { function TestCustomPropertyEvent_GetAction (line 13036) | func TestCustomPropertyEvent_GetAction(tt *testing.T) { function TestCustomPropertyEvent_GetDefinition (line 13047) | func TestCustomPropertyEvent_GetDefinition(tt *testing.T) { function TestCustomPropertyEvent_GetEnterprise (line 13055) | func TestCustomPropertyEvent_GetEnterprise(tt *testing.T) { function TestCustomPropertyEvent_GetInstallation (line 13063) | func TestCustomPropertyEvent_GetInstallation(tt *testing.T) { function TestCustomPropertyEvent_GetOrg (line 13071) | func TestCustomPropertyEvent_GetOrg(tt *testing.T) { function TestCustomPropertyEvent_GetSender (line 13079) | func TestCustomPropertyEvent_GetSender(tt *testing.T) { function TestCustomPropertyValue_GetPropertyName (line 13087) | func TestCustomPropertyValue_GetPropertyName(tt *testing.T) { function TestCustomPropertyValue_GetValue (line 13095) | func TestCustomPropertyValue_GetValue(tt *testing.T) { function TestCustomPropertyValuesEvent_GetAction (line 13103) | func TestCustomPropertyValuesEvent_GetAction(tt *testing.T) { function TestCustomPropertyValuesEvent_GetEnterprise (line 13114) | func TestCustomPropertyValuesEvent_GetEnterprise(tt *testing.T) { function TestCustomPropertyValuesEvent_GetInstallation (line 13122) | func TestCustomPropertyValuesEvent_GetInstallation(tt *testing.T) { function TestCustomPropertyValuesEvent_GetNewPropertyValues (line 13130) | func TestCustomPropertyValuesEvent_GetNewPropertyValues(tt *testing.T) { function TestCustomPropertyValuesEvent_GetOldPropertyValues (line 13141) | func TestCustomPropertyValuesEvent_GetOldPropertyValues(tt *testing.T) { function TestCustomPropertyValuesEvent_GetOrg (line 13152) | func TestCustomPropertyValuesEvent_GetOrg(tt *testing.T) { function TestCustomPropertyValuesEvent_GetRepo (line 13160) | func TestCustomPropertyValuesEvent_GetRepo(tt *testing.T) { function TestCustomPropertyValuesEvent_GetSender (line 13168) | func TestCustomPropertyValuesEvent_GetSender(tt *testing.T) { function TestCustomRepoRoles_GetBaseRole (line 13176) | func TestCustomRepoRoles_GetBaseRole(tt *testing.T) { function TestCustomRepoRoles_GetCreatedAt (line 13187) | func TestCustomRepoRoles_GetCreatedAt(tt *testing.T) { function TestCustomRepoRoles_GetDescription (line 13198) | func TestCustomRepoRoles_GetDescription(tt *testing.T) { function TestCustomRepoRoles_GetID (line 13209) | func TestCustomRepoRoles_GetID(tt *testing.T) { function TestCustomRepoRoles_GetName (line 13220) | func TestCustomRepoRoles_GetName(tt *testing.T) { function TestCustomRepoRoles_GetOrg (line 13231) | func TestCustomRepoRoles_GetOrg(tt *testing.T) { function TestCustomRepoRoles_GetPermissions (line 13239) | func TestCustomRepoRoles_GetPermissions(tt *testing.T) { function TestCustomRepoRoles_GetUpdatedAt (line 13250) | func TestCustomRepoRoles_GetUpdatedAt(tt *testing.T) { function TestDatadogConfig_GetEncryptedToken (line 13261) | func TestDatadogConfig_GetEncryptedToken(tt *testing.T) { function TestDatadogConfig_GetKeyID (line 13269) | func TestDatadogConfig_GetKeyID(tt *testing.T) { function TestDatadogConfig_GetSite (line 13277) | func TestDatadogConfig_GetSite(tt *testing.T) { function TestDefaultSetupConfiguration_GetLanguages (line 13285) | func TestDefaultSetupConfiguration_GetLanguages(tt *testing.T) { function TestDefaultSetupConfiguration_GetQuerySuite (line 13296) | func TestDefaultSetupConfiguration_GetQuerySuite(tt *testing.T) { function TestDefaultSetupConfiguration_GetState (line 13307) | func TestDefaultSetupConfiguration_GetState(tt *testing.T) { function TestDefaultSetupConfiguration_GetUpdatedAt (line 13318) | func TestDefaultSetupConfiguration_GetUpdatedAt(tt *testing.T) { function TestDefaultWorkflowPermissionEnterprise_GetCanApprovePullRequestReviews (line 13329) | func TestDefaultWorkflowPermissionEnterprise_GetCanApprovePullRequestRev... function TestDefaultWorkflowPermissionEnterprise_GetDefaultWorkflowPermissions (line 13340) | func TestDefaultWorkflowPermissionEnterprise_GetDefaultWorkflowPermissio... function TestDefaultWorkflowPermissionOrganization_GetCanApprovePullRequestReviews (line 13351) | func TestDefaultWorkflowPermissionOrganization_GetCanApprovePullRequestR... function TestDefaultWorkflowPermissionOrganization_GetDefaultWorkflowPermissions (line 13362) | func TestDefaultWorkflowPermissionOrganization_GetDefaultWorkflowPermiss... function TestDefaultWorkflowPermissionRepository_GetCanApprovePullRequestReviews (line 13373) | func TestDefaultWorkflowPermissionRepository_GetCanApprovePullRequestRev... function TestDefaultWorkflowPermissionRepository_GetDefaultWorkflowPermissions (line 13384) | func TestDefaultWorkflowPermissionRepository_GetDefaultWorkflowPermissio... function TestDeleteAnalysis_GetConfirmDeleteURL (line 13395) | func TestDeleteAnalysis_GetConfirmDeleteURL(tt *testing.T) { function TestDeleteAnalysis_GetNextAnalysisURL (line 13406) | func TestDeleteAnalysis_GetNextAnalysisURL(tt *testing.T) { function TestDeleteCostCenterResponse_GetCostCenterState (line 13417) | func TestDeleteCostCenterResponse_GetCostCenterState(tt *testing.T) { function TestDeleteCostCenterResponse_GetID (line 13425) | func TestDeleteCostCenterResponse_GetID(tt *testing.T) { function TestDeleteCostCenterResponse_GetMessage (line 13433) | func TestDeleteCostCenterResponse_GetMessage(tt *testing.T) { function TestDeleteCostCenterResponse_GetName (line 13441) | func TestDeleteCostCenterResponse_GetName(tt *testing.T) { function TestDeleteEvent_GetInstallation (line 13449) | func TestDeleteEvent_GetInstallation(tt *testing.T) { function TestDeleteEvent_GetOrg (line 13457) | func TestDeleteEvent_GetOrg(tt *testing.T) { function TestDeleteEvent_GetPusherType (line 13465) | func TestDeleteEvent_GetPusherType(tt *testing.T) { function TestDeleteEvent_GetRef (line 13476) | func TestDeleteEvent_GetRef(tt *testing.T) { function TestDeleteEvent_GetRefType (line 13487) | func TestDeleteEvent_GetRefType(tt *testing.T) { function TestDeleteEvent_GetRepo (line 13498) | func TestDeleteEvent_GetRepo(tt *testing.T) { function TestDeleteEvent_GetSender (line 13506) | func TestDeleteEvent_GetSender(tt *testing.T) { function TestDependabotAlert_GetAutoDismissedAt (line 13514) | func TestDependabotAlert_GetAutoDismissedAt(tt *testing.T) { function TestDependabotAlert_GetCreatedAt (line 13525) | func TestDependabotAlert_GetCreatedAt(tt *testing.T) { function TestDependabotAlert_GetDependency (line 13536) | func TestDependabotAlert_GetDependency(tt *testing.T) { function TestDependabotAlert_GetDismissedAt (line 13544) | func TestDependabotAlert_GetDismissedAt(tt *testing.T) { function TestDependabotAlert_GetDismissedBy (line 13555) | func TestDependabotAlert_GetDismissedBy(tt *testing.T) { function TestDependabotAlert_GetDismissedComment (line 13563) | func TestDependabotAlert_GetDismissedComment(tt *testing.T) { function TestDependabotAlert_GetDismissedReason (line 13574) | func TestDependabotAlert_GetDismissedReason(tt *testing.T) { function TestDependabotAlert_GetFixedAt (line 13585) | func TestDependabotAlert_GetFixedAt(tt *testing.T) { function TestDependabotAlert_GetHTMLURL (line 13596) | func TestDependabotAlert_GetHTMLURL(tt *testing.T) { function TestDependabotAlert_GetNumber (line 13607) | func TestDependabotAlert_GetNumber(tt *testing.T) { function TestDependabotAlert_GetRepository (line 13618) | func TestDependabotAlert_GetRepository(tt *testing.T) { function TestDependabotAlert_GetSecurityAdvisory (line 13626) | func TestDependabotAlert_GetSecurityAdvisory(tt *testing.T) { function TestDependabotAlert_GetSecurityVulnerability (line 13634) | func TestDependabotAlert_GetSecurityVulnerability(tt *testing.T) { function TestDependabotAlert_GetState (line 13642) | func TestDependabotAlert_GetState(tt *testing.T) { function TestDependabotAlert_GetUpdatedAt (line 13653) | func TestDependabotAlert_GetUpdatedAt(tt *testing.T) { function TestDependabotAlert_GetURL (line 13664) | func TestDependabotAlert_GetURL(tt *testing.T) { function TestDependabotAlertEvent_GetAction (line 13675) | func TestDependabotAlertEvent_GetAction(tt *testing.T) { function TestDependabotAlertEvent_GetAlert (line 13686) | func TestDependabotAlertEvent_GetAlert(tt *testing.T) { function TestDependabotAlertEvent_GetEnterprise (line 13694) | func TestDependabotAlertEvent_GetEnterprise(tt *testing.T) { function TestDependabotAlertEvent_GetInstallation (line 13702) | func TestDependabotAlertEvent_GetInstallation(tt *testing.T) { function TestDependabotAlertEvent_GetOrganization (line 13710) | func TestDependabotAlertEvent_GetOrganization(tt *testing.T) { function TestDependabotAlertEvent_GetRepo (line 13718) | func TestDependabotAlertEvent_GetRepo(tt *testing.T) { function TestDependabotAlertEvent_GetSender (line 13726) | func TestDependabotAlertEvent_GetSender(tt *testing.T) { function TestDependabotAlertState_GetDismissedComment (line 13734) | func TestDependabotAlertState_GetDismissedComment(tt *testing.T) { function TestDependabotAlertState_GetDismissedReason (line 13745) | func TestDependabotAlertState_GetDismissedReason(tt *testing.T) { function TestDependabotAlertState_GetState (line 13756) | func TestDependabotAlertState_GetState(tt *testing.T) { function TestDependabotEncryptedSecret_GetEncryptedValue (line 13764) | func TestDependabotEncryptedSecret_GetEncryptedValue(tt *testing.T) { function TestDependabotEncryptedSecret_GetKeyID (line 13772) | func TestDependabotEncryptedSecret_GetKeyID(tt *testing.T) { function TestDependabotEncryptedSecret_GetName (line 13780) | func TestDependabotEncryptedSecret_GetName(tt *testing.T) { function TestDependabotEncryptedSecret_GetSelectedRepositoryIDs (line 13788) | func TestDependabotEncryptedSecret_GetSelectedRepositoryIDs(tt *testing.... function TestDependabotEncryptedSecret_GetVisibility (line 13796) | func TestDependabotEncryptedSecret_GetVisibility(tt *testing.T) { function TestDependabotSecurityAdvisory_GetCVEID (line 13804) | func TestDependabotSecurityAdvisory_GetCVEID(tt *testing.T) { function TestDependabotSecurityAdvisory_GetCVSS (line 13815) | func TestDependabotSecurityAdvisory_GetCVSS(tt *testing.T) { function TestDependabotSecurityAdvisory_GetCWEs (line 13823) | func TestDependabotSecurityAdvisory_GetCWEs(tt *testing.T) { function TestDependabotSecurityAdvisory_GetDescription (line 13834) | func TestDependabotSecurityAdvisory_GetDescription(tt *testing.T) { function TestDependabotSecurityAdvisory_GetEPSS (line 13845) | func TestDependabotSecurityAdvisory_GetEPSS(tt *testing.T) { function TestDependabotSecurityAdvisory_GetGHSAID (line 13853) | func TestDependabotSecurityAdvisory_GetGHSAID(tt *testing.T) { function TestDependabotSecurityAdvisory_GetIdentifiers (line 13864) | func TestDependabotSecurityAdvisory_GetIdentifiers(tt *testing.T) { function TestDependabotSecurityAdvisory_GetPublishedAt (line 13875) | func TestDependabotSecurityAdvisory_GetPublishedAt(tt *testing.T) { function TestDependabotSecurityAdvisory_GetReferences (line 13886) | func TestDependabotSecurityAdvisory_GetReferences(tt *testing.T) { function TestDependabotSecurityAdvisory_GetSeverity (line 13897) | func TestDependabotSecurityAdvisory_GetSeverity(tt *testing.T) { function TestDependabotSecurityAdvisory_GetSummary (line 13908) | func TestDependabotSecurityAdvisory_GetSummary(tt *testing.T) { function TestDependabotSecurityAdvisory_GetUpdatedAt (line 13919) | func TestDependabotSecurityAdvisory_GetUpdatedAt(tt *testing.T) { function TestDependabotSecurityAdvisory_GetVulnerabilities (line 13930) | func TestDependabotSecurityAdvisory_GetVulnerabilities(tt *testing.T) { function TestDependabotSecurityAdvisory_GetWithdrawnAt (line 13941) | func TestDependabotSecurityAdvisory_GetWithdrawnAt(tt *testing.T) { function TestDependabotSecurityUpdates_GetStatus (line 13952) | func TestDependabotSecurityUpdates_GetStatus(tt *testing.T) { function TestDependency_GetManifestPath (line 13963) | func TestDependency_GetManifestPath(tt *testing.T) { function TestDependency_GetPackage (line 13974) | func TestDependency_GetPackage(tt *testing.T) { function TestDependency_GetScope (line 13982) | func TestDependency_GetScope(tt *testing.T) { function TestDependencyGraphAutosubmitActionOptions_GetLabeledRunners (line 13993) | func TestDependencyGraphAutosubmitActionOptions_GetLabeledRunners(tt *te... function TestDependencyGraphSnapshot_GetDetector (line 14004) | func TestDependencyGraphSnapshot_GetDetector(tt *testing.T) { function TestDependencyGraphSnapshot_GetJob (line 14012) | func TestDependencyGraphSnapshot_GetJob(tt *testing.T) { function TestDependencyGraphSnapshot_GetMetadata (line 14020) | func TestDependencyGraphSnapshot_GetMetadata(tt *testing.T) { function TestDependencyGraphSnapshot_GetRef (line 14031) | func TestDependencyGraphSnapshot_GetRef(tt *testing.T) { function TestDependencyGraphSnapshot_GetScanned (line 14042) | func TestDependencyGraphSnapshot_GetScanned(tt *testing.T) { function TestDependencyGraphSnapshot_GetSha (line 14053) | func TestDependencyGraphSnapshot_GetSha(tt *testing.T) { function TestDependencyGraphSnapshot_GetVersion (line 14064) | func TestDependencyGraphSnapshot_GetVersion(tt *testing.T) { function TestDependencyGraphSnapshotCreationData_GetCreatedAt (line 14072) | func TestDependencyGraphSnapshotCreationData_GetCreatedAt(tt *testing.T) { function TestDependencyGraphSnapshotCreationData_GetID (line 14083) | func TestDependencyGraphSnapshotCreationData_GetID(tt *testing.T) { function TestDependencyGraphSnapshotCreationData_GetMessage (line 14091) | func TestDependencyGraphSnapshotCreationData_GetMessage(tt *testing.T) { function TestDependencyGraphSnapshotCreationData_GetResult (line 14102) | func TestDependencyGraphSnapshotCreationData_GetResult(tt *testing.T) { function TestDependencyGraphSnapshotDetector_GetName (line 14113) | func TestDependencyGraphSnapshotDetector_GetName(tt *testing.T) { function TestDependencyGraphSnapshotDetector_GetURL (line 14124) | func TestDependencyGraphSnapshotDetector_GetURL(tt *testing.T) { function TestDependencyGraphSnapshotDetector_GetVersion (line 14135) | func TestDependencyGraphSnapshotDetector_GetVersion(tt *testing.T) { function TestDependencyGraphSnapshotJob_GetCorrelator (line 14146) | func TestDependencyGraphSnapshotJob_GetCorrelator(tt *testing.T) { function TestDependencyGraphSnapshotJob_GetHTMLURL (line 14157) | func TestDependencyGraphSnapshotJob_GetHTMLURL(tt *testing.T) { function TestDependencyGraphSnapshotJob_GetID (line 14168) | func TestDependencyGraphSnapshotJob_GetID(tt *testing.T) { function TestDependencyGraphSnapshotManifest_GetFile (line 14179) | func TestDependencyGraphSnapshotManifest_GetFile(tt *testing.T) { function TestDependencyGraphSnapshotManifest_GetMetadata (line 14187) | func TestDependencyGraphSnapshotManifest_GetMetadata(tt *testing.T) { function TestDependencyGraphSnapshotManifest_GetName (line 14198) | func TestDependencyGraphSnapshotManifest_GetName(tt *testing.T) { function TestDependencyGraphSnapshotManifestFile_GetSourceLocation (line 14209) | func TestDependencyGraphSnapshotManifestFile_GetSourceLocation(tt *testi... function TestDependencyGraphSnapshotResolvedDependency_GetDependencies (line 14220) | func TestDependencyGraphSnapshotResolvedDependency_GetDependencies(tt *t... function TestDependencyGraphSnapshotResolvedDependency_GetMetadata (line 14231) | func TestDependencyGraphSnapshotResolvedDependency_GetMetadata(tt *testi... function TestDependencyGraphSnapshotResolvedDependency_GetPackageURL (line 14242) | func TestDependencyGraphSnapshotResolvedDependency_GetPackageURL(tt *tes... function TestDependencyGraphSnapshotResolvedDependency_GetRelationship (line 14253) | func TestDependencyGraphSnapshotResolvedDependency_GetRelationship(tt *t... function TestDependencyGraphSnapshotResolvedDependency_GetScope (line 14264) | func TestDependencyGraphSnapshotResolvedDependency_GetScope(tt *testing.... function TestDeployKeyEvent_GetAction (line 14275) | func TestDeployKeyEvent_GetAction(tt *testing.T) { function TestDeployKeyEvent_GetInstallation (line 14286) | func TestDeployKeyEvent_GetInstallation(tt *testing.T) { function TestDeployKeyEvent_GetKey (line 14294) | func TestDeployKeyEvent_GetKey(tt *testing.T) { function TestDeployKeyEvent_GetOrganization (line 14302) | func TestDeployKeyEvent_GetOrganization(tt *testing.T) { function TestDeployKeyEvent_GetRepo (line 14310) | func TestDeployKeyEvent_GetRepo(tt *testing.T) { function TestDeployKeyEvent_GetSender (line 14318) | func TestDeployKeyEvent_GetSender(tt *testing.T) { function TestDeployment_GetCreatedAt (line 14326) | func TestDeployment_GetCreatedAt(tt *testing.T) { function TestDeployment_GetCreator (line 14337) | func TestDeployment_GetCreator(tt *testing.T) { function TestDeployment_GetDescription (line 14345) | func TestDeployment_GetDescription(tt *testing.T) { function TestDeployment_GetEnvironment (line 14356) | func TestDeployment_GetEnvironment(tt *testing.T) { function TestDeployment_GetID (line 14367) | func TestDeployment_GetID(tt *testing.T) { function TestDeployment_GetNodeID (line 14378) | func TestDeployment_GetNodeID(tt *testing.T) { function TestDeployment_GetPayload (line 14389) | func TestDeployment_GetPayload(tt *testing.T) { function TestDeployment_GetRef (line 14397) | func TestDeployment_GetRef(tt *testing.T) { function TestDeployment_GetRepositoryURL (line 14408) | func TestDeployment_GetRepositoryURL(tt *testing.T) { function TestDeployment_GetSHA (line 14419) | func TestDeployment_GetSHA(tt *testing.T) { function TestDeployment_GetStatusesURL (line 14430) | func TestDeployment_GetStatusesURL(tt *testing.T) { function TestDeployment_GetTask (line 14441) | func TestDeployment_GetTask(tt *testing.T) { function TestDeployment_GetUpdatedAt (line 14452) | func TestDeployment_GetUpdatedAt(tt *testing.T) { function TestDeployment_GetURL (line 14463) | func TestDeployment_GetURL(tt *testing.T) { function TestDeploymentBranchPolicy_GetID (line 14474) | func TestDeploymentBranchPolicy_GetID(tt *testing.T) { function TestDeploymentBranchPolicy_GetName (line 14485) | func TestDeploymentBranchPolicy_GetName(tt *testing.T) { function TestDeploymentBranchPolicy_GetNodeID (line 14496) | func TestDeploymentBranchPolicy_GetNodeID(tt *testing.T) { function TestDeploymentBranchPolicy_GetType (line 14507) | func TestDeploymentBranchPolicy_GetType(tt *testing.T) { function TestDeploymentBranchPolicyRequest_GetName (line 14518) | func TestDeploymentBranchPolicyRequest_GetName(tt *testing.T) { function TestDeploymentBranchPolicyRequest_GetType (line 14529) | func TestDeploymentBranchPolicyRequest_GetType(tt *testing.T) { function TestDeploymentBranchPolicyResponse_GetBranchPolicies (line 14540) | func TestDeploymentBranchPolicyResponse_GetBranchPolicies(tt *testing.T) { function TestDeploymentBranchPolicyResponse_GetTotalCount (line 14551) | func TestDeploymentBranchPolicyResponse_GetTotalCount(tt *testing.T) { function TestDeploymentEvent_GetDeployment (line 14562) | func TestDeploymentEvent_GetDeployment(tt *testing.T) { function TestDeploymentEvent_GetInstallation (line 14570) | func TestDeploymentEvent_GetInstallation(tt *testing.T) { function TestDeploymentEvent_GetOrg (line 14578) | func TestDeploymentEvent_GetOrg(tt *testing.T) { function TestDeploymentEvent_GetRepo (line 14586) | func TestDeploymentEvent_GetRepo(tt *testing.T) { function TestDeploymentEvent_GetSender (line 14594) | func TestDeploymentEvent_GetSender(tt *testing.T) { function TestDeploymentEvent_GetWorkflow (line 14602) | func TestDeploymentEvent_GetWorkflow(tt *testing.T) { function TestDeploymentEvent_GetWorkflowRun (line 14610) | func TestDeploymentEvent_GetWorkflowRun(tt *testing.T) { function TestDeploymentProtectionRuleEvent_GetAction (line 14618) | func TestDeploymentProtectionRuleEvent_GetAction(tt *testing.T) { function TestDeploymentProtectionRuleEvent_GetDeployment (line 14629) | func TestDeploymentProtectionRuleEvent_GetDeployment(tt *testing.T) { function TestDeploymentProtectionRuleEvent_GetDeploymentCallbackURL (line 14637) | func TestDeploymentProtectionRuleEvent_GetDeploymentCallbackURL(tt *test... function TestDeploymentProtectionRuleEvent_GetEnvironment (line 14648) | func TestDeploymentProtectionRuleEvent_GetEnvironment(tt *testing.T) { function TestDeploymentProtectionRuleEvent_GetEvent (line 14659) | func TestDeploymentProtectionRuleEvent_GetEvent(tt *testing.T) { function TestDeploymentProtectionRuleEvent_GetInstallation (line 14670) | func TestDeploymentProtectionRuleEvent_GetInstallation(tt *testing.T) { function TestDeploymentProtectionRuleEvent_GetOrganization (line 14678) | func TestDeploymentProtectionRuleEvent_GetOrganization(tt *testing.T) { function TestDeploymentProtectionRuleEvent_GetPullRequests (line 14686) | func TestDeploymentProtectionRuleEvent_GetPullRequests(tt *testing.T) { function TestDeploymentProtectionRuleEvent_GetRepo (line 14697) | func TestDeploymentProtectionRuleEvent_GetRepo(tt *testing.T) { function TestDeploymentProtectionRuleEvent_GetSender (line 14705) | func TestDeploymentProtectionRuleEvent_GetSender(tt *testing.T) { function TestDeploymentRequest_GetAutoMerge (line 14713) | func TestDeploymentRequest_GetAutoMerge(tt *testing.T) { function TestDeploymentRequest_GetDescription (line 14724) | func TestDeploymentRequest_GetDescription(tt *testing.T) { function TestDeploymentRequest_GetEnvironment (line 14735) | func TestDeploymentRequest_GetEnvironment(tt *testing.T) { function TestDeploymentRequest_GetPayload (line 14746) | func TestDeploymentRequest_GetPayload(tt *testing.T) { function TestDeploymentRequest_GetProductionEnvironment (line 14754) | func TestDeploymentRequest_GetProductionEnvironment(tt *testing.T) { function TestDeploymentRequest_GetRef (line 14765) | func TestDeploymentRequest_GetRef(tt *testing.T) { function TestDeploymentRequest_GetRequiredContexts (line 14776) | func TestDeploymentRequest_GetRequiredContexts(tt *testing.T) { function TestDeploymentRequest_GetTask (line 14787) | func TestDeploymentRequest_GetTask(tt *testing.T) { function TestDeploymentRequest_GetTransientEnvironment (line 14798) | func TestDeploymentRequest_GetTransientEnvironment(tt *testing.T) { function TestDeploymentReviewEvent_GetAction (line 14809) | func TestDeploymentReviewEvent_GetAction(tt *testing.T) { function TestDeploymentReviewEvent_GetApprover (line 14820) | func TestDeploymentReviewEvent_GetApprover(tt *testing.T) { function TestDeploymentReviewEvent_GetComment (line 14828) | func TestDeploymentReviewEvent_GetComment(tt *testing.T) { function TestDeploymentReviewEvent_GetEnterprise (line 14839) | func TestDeploymentReviewEvent_GetEnterprise(tt *testing.T) { function TestDeploymentReviewEvent_GetEnvironment (line 14847) | func TestDeploymentReviewEvent_GetEnvironment(tt *testing.T) { function TestDeploymentReviewEvent_GetInstallation (line 14858) | func TestDeploymentReviewEvent_GetInstallation(tt *testing.T) { function TestDeploymentReviewEvent_GetOrganization (line 14866) | func TestDeploymentReviewEvent_GetOrganization(tt *testing.T) { function TestDeploymentReviewEvent_GetRepo (line 14874) | func TestDeploymentReviewEvent_GetRepo(tt *testing.T) { function TestDeploymentReviewEvent_GetRequester (line 14882) | func TestDeploymentReviewEvent_GetRequester(tt *testing.T) { function TestDeploymentReviewEvent_GetReviewers (line 14890) | func TestDeploymentReviewEvent_GetReviewers(tt *testing.T) { function TestDeploymentReviewEvent_GetSender (line 14901) | func TestDeploymentReviewEvent_GetSender(tt *testing.T) { function TestDeploymentReviewEvent_GetSince (line 14909) | func TestDeploymentReviewEvent_GetSince(tt *testing.T) { function TestDeploymentReviewEvent_GetWorkflowJobRun (line 14920) | func TestDeploymentReviewEvent_GetWorkflowJobRun(tt *testing.T) { function TestDeploymentReviewEvent_GetWorkflowJobRuns (line 14928) | func TestDeploymentReviewEvent_GetWorkflowJobRuns(tt *testing.T) { function TestDeploymentReviewEvent_GetWorkflowRun (line 14939) | func TestDeploymentReviewEvent_GetWorkflowRun(tt *testing.T) { function TestDeploymentsListOptions_GetEnvironment (line 14947) | func TestDeploymentsListOptions_GetEnvironment(tt *testing.T) { function TestDeploymentsListOptions_GetRef (line 14955) | func TestDeploymentsListOptions_GetRef(tt *testing.T) { function TestDeploymentsListOptions_GetSHA (line 14963) | func TestDeploymentsListOptions_GetSHA(tt *testing.T) { function TestDeploymentsListOptions_GetTask (line 14971) | func TestDeploymentsListOptions_GetTask(tt *testing.T) { function TestDeploymentStatus_GetCreatedAt (line 14979) | func TestDeploymentStatus_GetCreatedAt(tt *testing.T) { function TestDeploymentStatus_GetCreator (line 14990) | func TestDeploymentStatus_GetCreator(tt *testing.T) { function TestDeploymentStatus_GetDeploymentURL (line 14998) | func TestDeploymentStatus_GetDeploymentURL(tt *testing.T) { function TestDeploymentStatus_GetDescription (line 15009) | func TestDeploymentStatus_GetDescription(tt *testing.T) { function TestDeploymentStatus_GetEnvironment (line 15020) | func TestDeploymentStatus_GetEnvironment(tt *testing.T) { function TestDeploymentStatus_GetEnvironmentURL (line 15031) | func TestDeploymentStatus_GetEnvironmentURL(tt *testing.T) { function TestDeploymentStatus_GetID (line 15042) | func TestDeploymentStatus_GetID(tt *testing.T) { function TestDeploymentStatus_GetLogURL (line 15053) | func TestDeploymentStatus_GetLogURL(tt *testing.T) { function TestDeploymentStatus_GetNodeID (line 15064) | func TestDeploymentStatus_GetNodeID(tt *testing.T) { function TestDeploymentStatus_GetRepositoryURL (line 15075) | func TestDeploymentStatus_GetRepositoryURL(tt *testing.T) { function TestDeploymentStatus_GetState (line 15086) | func TestDeploymentStatus_GetState(tt *testing.T) { function TestDeploymentStatus_GetTargetURL (line 15097) | func TestDeploymentStatus_GetTargetURL(tt *testing.T) { function TestDeploymentStatus_GetUpdatedAt (line 15108) | func TestDeploymentStatus_GetUpdatedAt(tt *testing.T) { function TestDeploymentStatus_GetURL (line 15119) | func TestDeploymentStatus_GetURL(tt *testing.T) { function TestDeploymentStatusEvent_GetAction (line 15130) | func TestDeploymentStatusEvent_GetAction(tt *testing.T) { function TestDeploymentStatusEvent_GetDeployment (line 15141) | func TestDeploymentStatusEvent_GetDeployment(tt *testing.T) { function TestDeploymentStatusEvent_GetDeploymentStatus (line 15149) | func TestDeploymentStatusEvent_GetDeploymentStatus(tt *testing.T) { function TestDeploymentStatusEvent_GetInstallation (line 15157) | func TestDeploymentStatusEvent_GetInstallation(tt *testing.T) { function TestDeploymentStatusEvent_GetOrg (line 15165) | func TestDeploymentStatusEvent_GetOrg(tt *testing.T) { function TestDeploymentStatusEvent_GetRepo (line 15173) | func TestDeploymentStatusEvent_GetRepo(tt *testing.T) { function TestDeploymentStatusEvent_GetSender (line 15181) | func TestDeploymentStatusEvent_GetSender(tt *testing.T) { function TestDeploymentStatusRequest_GetAutoInactive (line 15189) | func TestDeploymentStatusRequest_GetAutoInactive(tt *testing.T) { function TestDeploymentStatusRequest_GetDescription (line 15200) | func TestDeploymentStatusRequest_GetDescription(tt *testing.T) { function TestDeploymentStatusRequest_GetEnvironment (line 15211) | func TestDeploymentStatusRequest_GetEnvironment(tt *testing.T) { function TestDeploymentStatusRequest_GetEnvironmentURL (line 15222) | func TestDeploymentStatusRequest_GetEnvironmentURL(tt *testing.T) { function TestDeploymentStatusRequest_GetLogURL (line 15233) | func TestDeploymentStatusRequest_GetLogURL(tt *testing.T) { function TestDeploymentStatusRequest_GetState (line 15244) | func TestDeploymentStatusRequest_GetState(tt *testing.T) { function TestDevContainer_GetDisplayName (line 15255) | func TestDevContainer_GetDisplayName(tt *testing.T) { function TestDevContainer_GetName (line 15266) | func TestDevContainer_GetName(tt *testing.T) { function TestDevContainer_GetPath (line 15277) | func TestDevContainer_GetPath(tt *testing.T) { function TestDevContainerConfigurations_GetDevcontainers (line 15285) | func TestDevContainerConfigurations_GetDevcontainers(tt *testing.T) { function TestDevContainerConfigurations_GetTotalCount (line 15296) | func TestDevContainerConfigurations_GetTotalCount(tt *testing.T) { function TestDiscussion_GetActiveLockReason (line 15304) | func TestDiscussion_GetActiveLockReason(tt *testing.T) { function TestDiscussion_GetAnswerChosenAt (line 15315) | func TestDiscussion_GetAnswerChosenAt(tt *testing.T) { function TestDiscussion_GetAnswerChosenBy (line 15326) | func TestDiscussion_GetAnswerChosenBy(tt *testing.T) { function TestDiscussion_GetAnswerHTMLURL (line 15337) | func TestDiscussion_GetAnswerHTMLURL(tt *testing.T) { function TestDiscussion_GetAuthorAssociation (line 15348) | func TestDiscussion_GetAuthorAssociation(tt *testing.T) { function TestDiscussion_GetBody (line 15359) | func TestDiscussion_GetBody(tt *testing.T) { function TestDiscussion_GetComments (line 15370) | func TestDiscussion_GetComments(tt *testing.T) { function TestDiscussion_GetCreatedAt (line 15381) | func TestDiscussion_GetCreatedAt(tt *testing.T) { function TestDiscussion_GetDiscussionCategory (line 15392) | func TestDiscussion_GetDiscussionCategory(tt *testing.T) { function TestDiscussion_GetHTMLURL (line 15400) | func TestDiscussion_GetHTMLURL(tt *testing.T) { function TestDiscussion_GetID (line 15411) | func TestDiscussion_GetID(tt *testing.T) { function TestDiscussion_GetLocked (line 15422) | func TestDiscussion_GetLocked(tt *testing.T) { function TestDiscussion_GetNodeID (line 15433) | func TestDiscussion_GetNodeID(tt *testing.T) { function TestDiscussion_GetNumber (line 15444) | func TestDiscussion_GetNumber(tt *testing.T) { function TestDiscussion_GetRepositoryURL (line 15455) | func TestDiscussion_GetRepositoryURL(tt *testing.T) { function TestDiscussion_GetState (line 15466) | func TestDiscussion_GetState(tt *testing.T) { function TestDiscussion_GetTitle (line 15477) | func TestDiscussion_GetTitle(tt *testing.T) { function TestDiscussion_GetUpdatedAt (line 15488) | func TestDiscussion_GetUpdatedAt(tt *testing.T) { function TestDiscussion_GetUser (line 15499) | func TestDiscussion_GetUser(tt *testing.T) { function TestDiscussionCategory_GetCreatedAt (line 15507) | func TestDiscussionCategory_GetCreatedAt(tt *testing.T) { function TestDiscussionCategory_GetDescription (line 15518) | func TestDiscussionCategory_GetDescription(tt *testing.T) { function TestDiscussionCategory_GetEmoji (line 15529) | func TestDiscussionCategory_GetEmoji(tt *testing.T) { function TestDiscussionCategory_GetID (line 15540) | func TestDiscussionCategory_GetID(tt *testing.T) { function TestDiscussionCategory_GetIsAnswerable (line 15551) | func TestDiscussionCategory_GetIsAnswerable(tt *testing.T) { function TestDiscussionCategory_GetName (line 15562) | func TestDiscussionCategory_GetName(tt *testing.T) { function TestDiscussionCategory_GetNodeID (line 15573) | func TestDiscussionCategory_GetNodeID(tt *testing.T) { function TestDiscussionCategory_GetRepositoryID (line 15584) | func TestDiscussionCategory_GetRepositoryID(tt *testing.T) { function TestDiscussionCategory_GetSlug (line 15595) | func TestDiscussionCategory_GetSlug(tt *testing.T) { function TestDiscussionCategory_GetUpdatedAt (line 15606) | func TestDiscussionCategory_GetUpdatedAt(tt *testing.T) { function TestDiscussionComment_GetAuthor (line 15617) | func TestDiscussionComment_GetAuthor(tt *testing.T) { function TestDiscussionComment_GetBody (line 15625) | func TestDiscussionComment_GetBody(tt *testing.T) { function TestDiscussionComment_GetBodyHTML (line 15636) | func TestDiscussionComment_GetBodyHTML(tt *testing.T) { function TestDiscussionComment_GetBodyVersion (line 15647) | func TestDiscussionComment_GetBodyVersion(tt *testing.T) { function TestDiscussionComment_GetCreatedAt (line 15658) | func TestDiscussionComment_GetCreatedAt(tt *testing.T) { function TestDiscussionComment_GetDiscussionURL (line 15669) | func TestDiscussionComment_GetDiscussionURL(tt *testing.T) { function TestDiscussionComment_GetHTMLURL (line 15680) | func TestDiscussionComment_GetHTMLURL(tt *testing.T) { function TestDiscussionComment_GetLastEditedAt (line 15691) | func TestDiscussionComment_GetLastEditedAt(tt *testing.T) { function TestDiscussionComment_GetNodeID (line 15702) | func TestDiscussionComment_GetNodeID(tt *testing.T) { function TestDiscussionComment_GetNumber (line 15713) | func TestDiscussionComment_GetNumber(tt *testing.T) { function TestDiscussionComment_GetReactions (line 15724) | func TestDiscussionComment_GetReactions(tt *testing.T) { function TestDiscussionComment_GetUpdatedAt (line 15732) | func TestDiscussionComment_GetUpdatedAt(tt *testing.T) { function TestDiscussionComment_GetURL (line 15743) | func TestDiscussionComment_GetURL(tt *testing.T) { function TestDiscussionCommentEvent_GetAction (line 15754) | func TestDiscussionCommentEvent_GetAction(tt *testing.T) { function TestDiscussionCommentEvent_GetComment (line 15765) | func TestDiscussionCommentEvent_GetComment(tt *testing.T) { function TestDiscussionCommentEvent_GetDiscussion (line 15773) | func TestDiscussionCommentEvent_GetDiscussion(tt *testing.T) { function TestDiscussionCommentEvent_GetInstallation (line 15781) | func TestDiscussionCommentEvent_GetInstallation(tt *testing.T) { function TestDiscussionCommentEvent_GetOrg (line 15789) | func TestDiscussionCommentEvent_GetOrg(tt *testing.T) { function TestDiscussionCommentEvent_GetRepo (line 15797) | func TestDiscussionCommentEvent_GetRepo(tt *testing.T) { function TestDiscussionCommentEvent_GetSender (line 15805) | func TestDiscussionCommentEvent_GetSender(tt *testing.T) { function TestDiscussionCommentListOptions_GetDirection (line 15813) | func TestDiscussionCommentListOptions_GetDirection(tt *testing.T) { function TestDiscussionEvent_GetAction (line 15821) | func TestDiscussionEvent_GetAction(tt *testing.T) { function TestDiscussionEvent_GetDiscussion (line 15832) | func TestDiscussionEvent_GetDiscussion(tt *testing.T) { function TestDiscussionEvent_GetInstallation (line 15840) | func TestDiscussionEvent_GetInstallation(tt *testing.T) { function TestDiscussionEvent_GetOrg (line 15848) | func TestDiscussionEvent_GetOrg(tt *testing.T) { function TestDiscussionEvent_GetRepo (line 15856) | func TestDiscussionEvent_GetRepo(tt *testing.T) { function TestDiscussionEvent_GetSender (line 15864) | func TestDiscussionEvent_GetSender(tt *testing.T) { function TestDiscussionListOptions_GetDirection (line 15872) | func TestDiscussionListOptions_GetDirection(tt *testing.T) { function TestDismissalRestrictions_GetApps (line 15880) | func TestDismissalRestrictions_GetApps(tt *testing.T) { function TestDismissalRestrictions_GetTeams (line 15891) | func TestDismissalRestrictions_GetTeams(tt *testing.T) { function TestDismissalRestrictions_GetUsers (line 15902) | func TestDismissalRestrictions_GetUsers(tt *testing.T) { function TestDismissalRestrictionsRequest_GetApps (line 15913) | func TestDismissalRestrictionsRequest_GetApps(tt *testing.T) { function TestDismissalRestrictionsRequest_GetTeams (line 15924) | func TestDismissalRestrictionsRequest_GetTeams(tt *testing.T) { function TestDismissalRestrictionsRequest_GetUsers (line 15935) | func TestDismissalRestrictionsRequest_GetUsers(tt *testing.T) { function TestDismissedReview_GetDismissalCommitID (line 15946) | func TestDismissedReview_GetDismissalCommitID(tt *testing.T) { function TestDismissedReview_GetDismissalMessage (line 15957) | func TestDismissedReview_GetDismissalMessage(tt *testing.T) { function TestDismissedReview_GetReviewID (line 15968) | func TestDismissedReview_GetReviewID(tt *testing.T) { function TestDismissedReview_GetState (line 15979) | func TestDismissedReview_GetState(tt *testing.T) { function TestDismissStaleReviewsOnPushChanges_GetFrom (line 15990) | func TestDismissStaleReviewsOnPushChanges_GetFrom(tt *testing.T) { function TestDispatchRequestOptions_GetClientPayload (line 16001) | func TestDispatchRequestOptions_GetClientPayload(tt *testing.T) { function TestDispatchRequestOptions_GetEventType (line 16012) | func TestDispatchRequestOptions_GetEventType(tt *testing.T) { function TestDraftReviewComment_GetBody (line 16020) | func TestDraftReviewComment_GetBody(tt *testing.T) { function TestDraftReviewComment_GetLine (line 16031) | func TestDraftReviewComment_GetLine(tt *testing.T) { function TestDraftReviewComment_GetPath (line 16042) | func TestDraftReviewComment_GetPath(tt *testing.T) { function TestDraftReviewComment_GetPosition (line 16053) | func TestDraftReviewComment_GetPosition(tt *testing.T) { function TestDraftReviewComment_GetSide (line 16064) | func TestDraftReviewComment_GetSide(tt *testing.T) { function TestDraftReviewComment_GetStartLine (line 16075) | func TestDraftReviewComment_GetStartLine(tt *testing.T) { function TestDraftReviewComment_GetStartSide (line 16086) | func TestDraftReviewComment_GetStartSide(tt *testing.T) { function TestEditBase_GetRef (line 16097) | func TestEditBase_GetRef(tt *testing.T) { function TestEditBase_GetSHA (line 16105) | func TestEditBase_GetSHA(tt *testing.T) { function TestEditBody_GetFrom (line 16113) | func TestEditBody_GetFrom(tt *testing.T) { function TestEditChange_GetBase (line 16124) | func TestEditChange_GetBase(tt *testing.T) { function TestEditChange_GetBody (line 16132) | func TestEditChange_GetBody(tt *testing.T) { function TestEditChange_GetDefaultBranch (line 16140) | func TestEditChange_GetDefaultBranch(tt *testing.T) { function TestEditChange_GetOwner (line 16148) | func TestEditChange_GetOwner(tt *testing.T) { function TestEditChange_GetRepo (line 16156) | func TestEditChange_GetRepo(tt *testing.T) { function TestEditChange_GetTitle (line 16164) | func TestEditChange_GetTitle(tt *testing.T) { function TestEditChange_GetTopics (line 16172) | func TestEditChange_GetTopics(tt *testing.T) { function TestEditDefaultBranch_GetFrom (line 16180) | func TestEditDefaultBranch_GetFrom(tt *testing.T) { function TestEditOwner_GetOwnerInfo (line 16191) | func TestEditOwner_GetOwnerInfo(tt *testing.T) { function TestEditRef_GetFrom (line 16199) | func TestEditRef_GetFrom(tt *testing.T) { function TestEditRepo_GetName (line 16210) | func TestEditRepo_GetName(tt *testing.T) { function TestEditSHA_GetFrom (line 16218) | func TestEditSHA_GetFrom(tt *testing.T) { function TestEditTitle_GetFrom (line 16229) | func TestEditTitle_GetFrom(tt *testing.T) { function TestEditTopics_GetFrom (line 16240) | func TestEditTopics_GetFrom(tt *testing.T) { function TestEncryptedSecret_GetEncryptedValue (line 16251) | func TestEncryptedSecret_GetEncryptedValue(tt *testing.T) { function TestEncryptedSecret_GetKeyID (line 16259) | func TestEncryptedSecret_GetKeyID(tt *testing.T) { function TestEncryptedSecret_GetName (line 16267) | func TestEncryptedSecret_GetName(tt *testing.T) { function TestEncryptedSecret_GetSelectedRepositoryIDs (line 16275) | func TestEncryptedSecret_GetSelectedRepositoryIDs(tt *testing.T) { function TestEncryptedSecret_GetVisibility (line 16283) | func TestEncryptedSecret_GetVisibility(tt *testing.T) { function TestEnterprise_GetAvatarURL (line 16291) | func TestEnterprise_GetAvatarURL(tt *testing.T) { function TestEnterprise_GetCreatedAt (line 16302) | func TestEnterprise_GetCreatedAt(tt *testing.T) { function TestEnterprise_GetDescription (line 16313) | func TestEnterprise_GetDescription(tt *testing.T) { function TestEnterprise_GetHTMLURL (line 16324) | func TestEnterprise_GetHTMLURL(tt *testing.T) { function TestEnterprise_GetID (line 16335) | func TestEnterprise_GetID(tt *testing.T) { function TestEnterprise_GetName (line 16346) | func TestEnterprise_GetName(tt *testing.T) { function TestEnterprise_GetNodeID (line 16357) | func TestEnterprise_GetNodeID(tt *testing.T) { function TestEnterprise_GetSlug (line 16368) | func TestEnterprise_GetSlug(tt *testing.T) { function TestEnterprise_GetUpdatedAt (line 16379) | func TestEnterprise_GetUpdatedAt(tt *testing.T) { function TestEnterprise_GetWebsiteURL (line 16390) | func TestEnterprise_GetWebsiteURL(tt *testing.T) { function TestEnterpriseBudget_GetBudgetAlerting (line 16401) | func TestEnterpriseBudget_GetBudgetAlerting(tt *testing.T) { function TestEnterpriseBudget_GetBudgetAmount (line 16409) | func TestEnterpriseBudget_GetBudgetAmount(tt *testing.T) { function TestEnterpriseBudget_GetBudgetEntityName (line 16420) | func TestEnterpriseBudget_GetBudgetEntityName(tt *testing.T) { function TestEnterpriseBudget_GetBudgetProductSKU (line 16431) | func TestEnterpriseBudget_GetBudgetProductSKU(tt *testing.T) { function TestEnterpriseBudget_GetBudgetScope (line 16442) | func TestEnterpriseBudget_GetBudgetScope(tt *testing.T) { function TestEnterpriseBudget_GetBudgetType (line 16453) | func TestEnterpriseBudget_GetBudgetType(tt *testing.T) { function TestEnterpriseBudget_GetID (line 16464) | func TestEnterpriseBudget_GetID(tt *testing.T) { function TestEnterpriseBudget_GetPreventFurtherUsage (line 16475) | func TestEnterpriseBudget_GetPreventFurtherUsage(tt *testing.T) { function TestEnterpriseBudgetAlerting_GetAlertRecipients (line 16486) | func TestEnterpriseBudgetAlerting_GetAlertRecipients(tt *testing.T) { function TestEnterpriseBudgetAlerting_GetWillAlert (line 16497) | func TestEnterpriseBudgetAlerting_GetWillAlert(tt *testing.T) { function TestEnterpriseConsumedLicenses_GetTotalSeatsConsumed (line 16508) | func TestEnterpriseConsumedLicenses_GetTotalSeatsConsumed(tt *testing.T) { function TestEnterpriseConsumedLicenses_GetTotalSeatsPurchased (line 16516) | func TestEnterpriseConsumedLicenses_GetTotalSeatsPurchased(tt *testing.T) { function TestEnterpriseConsumedLicenses_GetUsers (line 16524) | func TestEnterpriseConsumedLicenses_GetUsers(tt *testing.T) { function TestEnterpriseCreateBudget_GetBudgetAlerting (line 16535) | func TestEnterpriseCreateBudget_GetBudgetAlerting(tt *testing.T) { function TestEnterpriseCreateBudget_GetBudgetAmount (line 16543) | func TestEnterpriseCreateBudget_GetBudgetAmount(tt *testing.T) { function TestEnterpriseCreateBudget_GetBudgetEntityName (line 16551) | func TestEnterpriseCreateBudget_GetBudgetEntityName(tt *testing.T) { function TestEnterpriseCreateBudget_GetBudgetProductSKU (line 16562) | func TestEnterpriseCreateBudget_GetBudgetProductSKU(tt *testing.T) { function TestEnterpriseCreateBudget_GetBudgetScope (line 16573) | func TestEnterpriseCreateBudget_GetBudgetScope(tt *testing.T) { function TestEnterpriseCreateBudget_GetBudgetType (line 16581) | func TestEnterpriseCreateBudget_GetBudgetType(tt *testing.T) { function TestEnterpriseCreateBudget_GetPreventFurtherUsage (line 16589) | func TestEnterpriseCreateBudget_GetPreventFurtherUsage(tt *testing.T) { function TestEnterpriseCreateOrUpdateBudgetResponse_GetBudget (line 16597) | func TestEnterpriseCreateOrUpdateBudgetResponse_GetBudget(tt *testing.T) { function TestEnterpriseCreateOrUpdateBudgetResponse_GetMessage (line 16605) | func TestEnterpriseCreateOrUpdateBudgetResponse_GetMessage(tt *testing.T) { function TestEnterpriseCustomPropertiesValues_GetOrganizationID (line 16613) | func TestEnterpriseCustomPropertiesValues_GetOrganizationID(tt *testing.... function TestEnterpriseCustomPropertiesValues_GetOrganizationLogin (line 16624) | func TestEnterpriseCustomPropertiesValues_GetOrganizationLogin(tt *testi... function TestEnterpriseCustomPropertiesValues_GetProperties (line 16635) | func TestEnterpriseCustomPropertiesValues_GetProperties(tt *testing.T) { function TestEnterpriseCustomPropertySchema_GetProperties (line 16646) | func TestEnterpriseCustomPropertySchema_GetProperties(tt *testing.T) { function TestEnterpriseCustomPropertyValuesRequest_GetOrganizationLogin (line 16657) | func TestEnterpriseCustomPropertyValuesRequest_GetOrganizationLogin(tt *... function TestEnterpriseCustomPropertyValuesRequest_GetProperties (line 16668) | func TestEnterpriseCustomPropertyValuesRequest_GetProperties(tt *testing... function TestEnterpriseDeleteBudgetResponse_GetID (line 16679) | func TestEnterpriseDeleteBudgetResponse_GetID(tt *testing.T) { function TestEnterpriseDeleteBudgetResponse_GetMessage (line 16687) | func TestEnterpriseDeleteBudgetResponse_GetMessage(tt *testing.T) { function TestEnterpriseLicensedUsers_GetEnterpriseServerEmails (line 16695) | func TestEnterpriseLicensedUsers_GetEnterpriseServerEmails(tt *testing.T) { function TestEnterpriseLicensedUsers_GetEnterpriseServerUser (line 16706) | func TestEnterpriseLicensedUsers_GetEnterpriseServerUser(tt *testing.T) { function TestEnterpriseLicensedUsers_GetEnterpriseServerUserIDs (line 16717) | func TestEnterpriseLicensedUsers_GetEnterpriseServerUserIDs(tt *testing.... function TestEnterpriseLicensedUsers_GetGithubComEnterpriseRoles (line 16728) | func TestEnterpriseLicensedUsers_GetGithubComEnterpriseRoles(tt *testing... function TestEnterpriseLicensedUsers_GetGithubComLogin (line 16739) | func TestEnterpriseLicensedUsers_GetGithubComLogin(tt *testing.T) { function TestEnterpriseLicensedUsers_GetGithubComMemberRoles (line 16747) | func TestEnterpriseLicensedUsers_GetGithubComMemberRoles(tt *testing.T) { function TestEnterpriseLicensedUsers_GetGithubComName (line 16758) | func TestEnterpriseLicensedUsers_GetGithubComName(tt *testing.T) { function TestEnterpriseLicensedUsers_GetGithubComOrgsWithPendingInvites (line 16769) | func TestEnterpriseLicensedUsers_GetGithubComOrgsWithPendingInvites(tt *... function TestEnterpriseLicensedUsers_GetGithubComProfile (line 16780) | func TestEnterpriseLicensedUsers_GetGithubComProfile(tt *testing.T) { function TestEnterpriseLicensedUsers_GetGithubComSamlNameID (line 16791) | func TestEnterpriseLicensedUsers_GetGithubComSamlNameID(tt *testing.T) { function TestEnterpriseLicensedUsers_GetGithubComTwoFactorAuth (line 16802) | func TestEnterpriseLicensedUsers_GetGithubComTwoFactorAuth(tt *testing.T) { function TestEnterpriseLicensedUsers_GetGithubComUser (line 16813) | func TestEnterpriseLicensedUsers_GetGithubComUser(tt *testing.T) { function TestEnterpriseLicensedUsers_GetGithubComVerifiedDomainEmails (line 16821) | func TestEnterpriseLicensedUsers_GetGithubComVerifiedDomainEmails(tt *te... function TestEnterpriseLicensedUsers_GetLicenseType (line 16832) | func TestEnterpriseLicensedUsers_GetLicenseType(tt *testing.T) { function TestEnterpriseLicensedUsers_GetTotalUserAccounts (line 16840) | func TestEnterpriseLicensedUsers_GetTotalUserAccounts(tt *testing.T) { function TestEnterpriseLicensedUsers_GetVisualStudioLicenseStatus (line 16848) | func TestEnterpriseLicensedUsers_GetVisualStudioLicenseStatus(tt *testin... function TestEnterpriseLicensedUsers_GetVisualStudioSubscriptionEmail (line 16859) | func TestEnterpriseLicensedUsers_GetVisualStudioSubscriptionEmail(tt *te... function TestEnterpriseLicensedUsers_GetVisualStudioSubscriptionUser (line 16870) | func TestEnterpriseLicensedUsers_GetVisualStudioSubscriptionUser(tt *tes... function TestEnterpriseLicenseSyncStatus_GetDescription (line 16878) | func TestEnterpriseLicenseSyncStatus_GetDescription(tt *testing.T) { function TestEnterpriseLicenseSyncStatus_GetProperties (line 16886) | func TestEnterpriseLicenseSyncStatus_GetProperties(tt *testing.T) { function TestEnterpriseLicenseSyncStatus_GetTitle (line 16894) | func TestEnterpriseLicenseSyncStatus_GetTitle(tt *testing.T) { function TestEnterpriseListBudgets_GetBudgets (line 16902) | func TestEnterpriseListBudgets_GetBudgets(tt *testing.T) { function TestEnterpriseListBudgets_GetHasNextPage (line 16913) | func TestEnterpriseListBudgets_GetHasNextPage(tt *testing.T) { function TestEnterpriseListBudgets_GetTotalCount (line 16924) | func TestEnterpriseListBudgets_GetTotalCount(tt *testing.T) { function TestEnterpriseRunnerGroup_GetAllowsPublicRepositories (line 16935) | func TestEnterpriseRunnerGroup_GetAllowsPublicRepositories(tt *testing.T) { function TestEnterpriseRunnerGroup_GetDefault (line 16946) | func TestEnterpriseRunnerGroup_GetDefault(tt *testing.T) { function TestEnterpriseRunnerGroup_GetHostedRunnersURL (line 16957) | func TestEnterpriseRunnerGroup_GetHostedRunnersURL(tt *testing.T) { function TestEnterpriseRunnerGroup_GetID (line 16968) | func TestEnterpriseRunnerGroup_GetID(tt *testing.T) { function TestEnterpriseRunnerGroup_GetInherited (line 16979) | func TestEnterpriseRunnerGroup_GetInherited(tt *testing.T) { function TestEnterpriseRunnerGroup_GetName (line 16990) | func TestEnterpriseRunnerGroup_GetName(tt *testing.T) { function TestEnterpriseRunnerGroup_GetNetworkConfigurationID (line 17001) | func TestEnterpriseRunnerGroup_GetNetworkConfigurationID(tt *testing.T) { function TestEnterpriseRunnerGroup_GetRestrictedToWorkflows (line 17012) | func TestEnterpriseRunnerGroup_GetRestrictedToWorkflows(tt *testing.T) { function TestEnterpriseRunnerGroup_GetRunnersURL (line 17023) | func TestEnterpriseRunnerGroup_GetRunnersURL(tt *testing.T) { function TestEnterpriseRunnerGroup_GetSelectedOrganizationsURL (line 17034) | func TestEnterpriseRunnerGroup_GetSelectedOrganizationsURL(tt *testing.T) { function TestEnterpriseRunnerGroup_GetSelectedWorkflows (line 17045) | func TestEnterpriseRunnerGroup_GetSelectedWorkflows(tt *testing.T) { function TestEnterpriseRunnerGroup_GetVisibility (line 17056) | func TestEnterpriseRunnerGroup_GetVisibility(tt *testing.T) { function TestEnterpriseRunnerGroup_GetWorkflowRestrictionsReadOnly (line 17067) | func TestEnterpriseRunnerGroup_GetWorkflowRestrictionsReadOnly(tt *testi... function TestEnterpriseRunnerGroups_GetRunnerGroups (line 17078) | func TestEnterpriseRunnerGroups_GetRunnerGroups(tt *testing.T) { function TestEnterpriseRunnerGroups_GetTotalCount (line 17089) | func TestEnterpriseRunnerGroups_GetTotalCount(tt *testing.T) { function TestEnterpriseSecurityAnalysisSettings_GetAdvancedSecurityEnabledForNewRepositories (line 17100) | func TestEnterpriseSecurityAnalysisSettings_GetAdvancedSecurityEnabledFo... function TestEnterpriseSecurityAnalysisSettings_GetSecretScanningEnabledForNewRepositories (line 17111) | func TestEnterpriseSecurityAnalysisSettings_GetSecretScanningEnabledForN... function TestEnterpriseSecurityAnalysisSettings_GetSecretScanningPushProtectionCustomLink (line 17122) | func TestEnterpriseSecurityAnalysisSettings_GetSecretScanningPushProtect... function TestEnterpriseSecurityAnalysisSettings_GetSecretScanningPushProtectionEnabledForNewRepositories (line 17133) | func TestEnterpriseSecurityAnalysisSettings_GetSecretScanningPushProtect... function TestEnterpriseSecurityAnalysisSettings_GetSecretScanningValidityChecksEnabled (line 17144) | func TestEnterpriseSecurityAnalysisSettings_GetSecretScanningValidityChe... function TestEnterpriseTeam_GetCreatedAt (line 17155) | func TestEnterpriseTeam_GetCreatedAt(tt *testing.T) { function TestEnterpriseTeam_GetDescription (line 17163) | func TestEnterpriseTeam_GetDescription(tt *testing.T) { function TestEnterpriseTeam_GetGroupID (line 17174) | func TestEnterpriseTeam_GetGroupID(tt *testing.T) { function TestEnterpriseTeam_GetHTMLURL (line 17182) | func TestEnterpriseTeam_GetHTMLURL(tt *testing.T) { function TestEnterpriseTeam_GetID (line 17190) | func TestEnterpriseTeam_GetID(tt *testing.T) { function TestEnterpriseTeam_GetMemberURL (line 17198) | func TestEnterpriseTeam_GetMemberURL(tt *testing.T) { function TestEnterpriseTeam_GetName (line 17206) | func TestEnterpriseTeam_GetName(tt *testing.T) { function TestEnterpriseTeam_GetOrganizationSelectionType (line 17214) | func TestEnterpriseTeam_GetOrganizationSelectionType(tt *testing.T) { function TestEnterpriseTeam_GetSlug (line 17225) | func TestEnterpriseTeam_GetSlug(tt *testing.T) { function TestEnterpriseTeam_GetUpdatedAt (line 17233) | func TestEnterpriseTeam_GetUpdatedAt(tt *testing.T) { function TestEnterpriseTeam_GetURL (line 17241) | func TestEnterpriseTeam_GetURL(tt *testing.T) { function TestEnterpriseTeamCreateOrUpdateRequest_GetDescription (line 17249) | func TestEnterpriseTeamCreateOrUpdateRequest_GetDescription(tt *testing.... function TestEnterpriseTeamCreateOrUpdateRequest_GetGroupID (line 17260) | func TestEnterpriseTeamCreateOrUpdateRequest_GetGroupID(tt *testing.T) { function TestEnterpriseTeamCreateOrUpdateRequest_GetName (line 17271) | func TestEnterpriseTeamCreateOrUpdateRequest_GetName(tt *testing.T) { function TestEnterpriseTeamCreateOrUpdateRequest_GetOrganizationSelectionType (line 17279) | func TestEnterpriseTeamCreateOrUpdateRequest_GetOrganizationSelectionTyp... function TestEnterpriseUpdateBudget_GetBudgetAlerting (line 17290) | func TestEnterpriseUpdateBudget_GetBudgetAlerting(tt *testing.T) { function TestEnterpriseUpdateBudget_GetBudgetAmount (line 17298) | func TestEnterpriseUpdateBudget_GetBudgetAmount(tt *testing.T) { function TestEnterpriseUpdateBudget_GetBudgetEntityName (line 17309) | func TestEnterpriseUpdateBudget_GetBudgetEntityName(tt *testing.T) { function TestEnterpriseUpdateBudget_GetBudgetProductSKU (line 17320) | func TestEnterpriseUpdateBudget_GetBudgetProductSKU(tt *testing.T) { function TestEnterpriseUpdateBudget_GetBudgetScope (line 17331) | func TestEnterpriseUpdateBudget_GetBudgetScope(tt *testing.T) { function TestEnterpriseUpdateBudget_GetBudgetType (line 17342) | func TestEnterpriseUpdateBudget_GetBudgetType(tt *testing.T) { function TestEnterpriseUpdateBudget_GetPreventFurtherUsage (line 17353) | func TestEnterpriseUpdateBudget_GetPreventFurtherUsage(tt *testing.T) { function TestEnvironment_GetCanAdminsBypass (line 17364) | func TestEnvironment_GetCanAdminsBypass(tt *testing.T) { function TestEnvironment_GetCreatedAt (line 17375) | func TestEnvironment_GetCreatedAt(tt *testing.T) { function TestEnvironment_GetDeploymentBranchPolicy (line 17386) | func TestEnvironment_GetDeploymentBranchPolicy(tt *testing.T) { function TestEnvironment_GetEnvironmentName (line 17394) | func TestEnvironment_GetEnvironmentName(tt *testing.T) { function TestEnvironment_GetHTMLURL (line 17405) | func TestEnvironment_GetHTMLURL(tt *testing.T) { function TestEnvironment_GetID (line 17416) | func TestEnvironment_GetID(tt *testing.T) { function TestEnvironment_GetName (line 17427) | func TestEnvironment_GetName(tt *testing.T) { function TestEnvironment_GetNodeID (line 17438) | func TestEnvironment_GetNodeID(tt *testing.T) { function TestEnvironment_GetOwner (line 17449) | func TestEnvironment_GetOwner(tt *testing.T) { function TestEnvironment_GetProtectionRules (line 17460) | func TestEnvironment_GetProtectionRules(tt *testing.T) { function TestEnvironment_GetRepo (line 17471) | func TestEnvironment_GetRepo(tt *testing.T) { function TestEnvironment_GetReviewers (line 17482) | func TestEnvironment_GetReviewers(tt *testing.T) { function TestEnvironment_GetUpdatedAt (line 17493) | func TestEnvironment_GetUpdatedAt(tt *testing.T) { function TestEnvironment_GetURL (line 17504) | func TestEnvironment_GetURL(tt *testing.T) { function TestEnvironment_GetWaitTimer (line 17515) | func TestEnvironment_GetWaitTimer(tt *testing.T) { function TestEnvResponse_GetEnvironments (line 17526) | func TestEnvResponse_GetEnvironments(tt *testing.T) { function TestEnvResponse_GetTotalCount (line 17537) | func TestEnvResponse_GetTotalCount(tt *testing.T) { function TestEnvReviewers_GetID (line 17548) | func TestEnvReviewers_GetID(tt *testing.T) { function TestEnvReviewers_GetType (line 17559) | func TestEnvReviewers_GetType(tt *testing.T) { function TestError_GetCode (line 17570) | func TestError_GetCode(tt *testing.T) { function TestError_GetField (line 17578) | func TestError_GetField(tt *testing.T) { function TestError_GetMessage (line 17586) | func TestError_GetMessage(tt *testing.T) { function TestError_GetResource (line 17594) | func TestError_GetResource(tt *testing.T) { function TestErrorBlock_GetCreatedAt (line 17602) | func TestErrorBlock_GetCreatedAt(tt *testing.T) { function TestErrorBlock_GetReason (line 17613) | func TestErrorBlock_GetReason(tt *testing.T) { function TestErrorResponse_GetBlock (line 17621) | func TestErrorResponse_GetBlock(tt *testing.T) { function TestErrorResponse_GetDocumentationURL (line 17629) | func TestErrorResponse_GetDocumentationURL(tt *testing.T) { function TestErrorResponse_GetErrors (line 17637) | func TestErrorResponse_GetErrors(tt *testing.T) { function TestErrorResponse_GetMessage (line 17648) | func TestErrorResponse_GetMessage(tt *testing.T) { function TestEvent_GetActor (line 17656) | func TestEvent_GetActor(tt *testing.T) { function TestEvent_GetCreatedAt (line 17664) | func TestEvent_GetCreatedAt(tt *testing.T) { function TestEvent_GetID (line 17675) | func TestEvent_GetID(tt *testing.T) { function TestEvent_GetOrg (line 17686) | func TestEvent_GetOrg(tt *testing.T) { function TestEvent_GetPublic (line 17694) | func TestEvent_GetPublic(tt *testing.T) { function TestEvent_GetRawPayload (line 17705) | func TestEvent_GetRawPayload(tt *testing.T) { function TestEvent_GetRepo (line 17716) | func TestEvent_GetRepo(tt *testing.T) { function TestEvent_GetType (line 17724) | func TestEvent_GetType(tt *testing.T) { function TestExternalGroup_GetGroupID (line 17735) | func TestExternalGroup_GetGroupID(tt *testing.T) { function TestExternalGroup_GetGroupName (line 17746) | func TestExternalGroup_GetGroupName(tt *testing.T) { function TestExternalGroup_GetMembers (line 17757) | func TestExternalGroup_GetMembers(tt *testing.T) { function TestExternalGroup_GetTeams (line 17768) | func TestExternalGroup_GetTeams(tt *testing.T) { function TestExternalGroup_GetUpdatedAt (line 17779) | func TestExternalGroup_GetUpdatedAt(tt *testing.T) { function TestExternalGroupList_GetGroups (line 17790) | func TestExternalGroupList_GetGroups(tt *testing.T) { function TestExternalGroupMember_GetMemberEmail (line 17801) | func TestExternalGroupMember_GetMemberEmail(tt *testing.T) { function TestExternalGroupMember_GetMemberID (line 17812) | func TestExternalGroupMember_GetMemberID(tt *testing.T) { function TestExternalGroupMember_GetMemberLogin (line 17823) | func TestExternalGroupMember_GetMemberLogin(tt *testing.T) { function TestExternalGroupMember_GetMemberName (line 17834) | func TestExternalGroupMember_GetMemberName(tt *testing.T) { function TestExternalGroupTeam_GetTeamID (line 17845) | func TestExternalGroupTeam_GetTeamID(tt *testing.T) { function TestExternalGroupTeam_GetTeamName (line 17856) | func TestExternalGroupTeam_GetTeamName(tt *testing.T) { function TestFeedLink_GetHRef (line 17867) | func TestFeedLink_GetHRef(tt *testing.T) { function TestFeedLink_GetType (line 17878) | func TestFeedLink_GetType(tt *testing.T) { function TestFeedLinks_GetCurrentUser (line 17889) | func TestFeedLinks_GetCurrentUser(tt *testing.T) { function TestFeedLinks_GetCurrentUserActor (line 17897) | func TestFeedLinks_GetCurrentUserActor(tt *testing.T) { function TestFeedLinks_GetCurrentUserOrganization (line 17905) | func TestFeedLinks_GetCurrentUserOrganization(tt *testing.T) { function TestFeedLinks_GetCurrentUserOrganizations (line 17913) | func TestFeedLinks_GetCurrentUserOrganizations(tt *testing.T) { function TestFeedLinks_GetCurrentUserPublic (line 17924) | func TestFeedLinks_GetCurrentUserPublic(tt *testing.T) { function TestFeedLinks_GetTimeline (line 17932) | func TestFeedLinks_GetTimeline(tt *testing.T) { function TestFeedLinks_GetUser (line 17940) | func TestFeedLinks_GetUser(tt *testing.T) { function TestFeeds_GetCurrentUserActorURL (line 17948) | func TestFeeds_GetCurrentUserActorURL(tt *testing.T) { function TestFeeds_GetCurrentUserOrganizationURL (line 17959) | func TestFeeds_GetCurrentUserOrganizationURL(tt *testing.T) { function TestFeeds_GetCurrentUserOrganizationURLs (line 17970) | func TestFeeds_GetCurrentUserOrganizationURLs(tt *testing.T) { function TestFeeds_GetCurrentUserPublicURL (line 17981) | func TestFeeds_GetCurrentUserPublicURL(tt *testing.T) { function TestFeeds_GetCurrentUserURL (line 17992) | func TestFeeds_GetCurrentUserURL(tt *testing.T) { function TestFeeds_GetLinks (line 18003) | func TestFeeds_GetLinks(tt *testing.T) { function TestFeeds_GetTimelineURL (line 18011) | func TestFeeds_GetTimelineURL(tt *testing.T) { function TestFeeds_GetUserURL (line 18022) | func TestFeeds_GetUserURL(tt *testing.T) { function TestFieldValue_GetFieldName (line 18033) | func TestFieldValue_GetFieldName(tt *testing.T) { function TestFieldValue_GetFieldNodeID (line 18044) | func TestFieldValue_GetFieldNodeID(tt *testing.T) { function TestFieldValue_GetFieldType (line 18055) | func TestFieldValue_GetFieldType(tt *testing.T) { function TestFieldValue_GetFrom (line 18066) | func TestFieldValue_GetFrom(tt *testing.T) { function TestFieldValue_GetProjectNumber (line 18074) | func TestFieldValue_GetProjectNumber(tt *testing.T) { function TestFieldValue_GetTo (line 18085) | func TestFieldValue_GetTo(tt *testing.T) { function TestFileExtensionRestrictionBranchRule_GetParameters (line 18093) | func TestFileExtensionRestrictionBranchRule_GetParameters(tt *testing.T) { function TestFileExtensionRestrictionRuleParameters_GetRestrictedFileExtensions (line 18101) | func TestFileExtensionRestrictionRuleParameters_GetRestrictedFileExtensi... function TestFilePathRestrictionBranchRule_GetParameters (line 18112) | func TestFilePathRestrictionBranchRule_GetParameters(tt *testing.T) { function TestFilePathRestrictionRuleParameters_GetRestrictedFilePaths (line 18120) | func TestFilePathRestrictionRuleParameters_GetRestrictedFilePaths(tt *te... function TestFineGrainedPersonalAccessTokenRequest_GetCreatedAt (line 18131) | func TestFineGrainedPersonalAccessTokenRequest_GetCreatedAt(tt *testing.... function TestFineGrainedPersonalAccessTokenRequest_GetID (line 18142) | func TestFineGrainedPersonalAccessTokenRequest_GetID(tt *testing.T) { function TestFineGrainedPersonalAccessTokenRequest_GetOwner (line 18150) | func TestFineGrainedPersonalAccessTokenRequest_GetOwner(tt *testing.T) { function TestFineGrainedPersonalAccessTokenRequest_GetPermissions (line 18158) | func TestFineGrainedPersonalAccessTokenRequest_GetPermissions(tt *testin... function TestFineGrainedPersonalAccessTokenRequest_GetReason (line 18166) | func TestFineGrainedPersonalAccessTokenRequest_GetReason(tt *testing.T) { function TestFineGrainedPersonalAccessTokenRequest_GetRepositoriesURL (line 18174) | func TestFineGrainedPersonalAccessTokenRequest_GetRepositoriesURL(tt *te... function TestFineGrainedPersonalAccessTokenRequest_GetRepositorySelection (line 18182) | func TestFineGrainedPersonalAccessTokenRequest_GetRepositorySelection(tt... function TestFineGrainedPersonalAccessTokenRequest_GetTokenExpired (line 18190) | func TestFineGrainedPersonalAccessTokenRequest_GetTokenExpired(tt *testi... function TestFineGrainedPersonalAccessTokenRequest_GetTokenExpiresAt (line 18198) | func TestFineGrainedPersonalAccessTokenRequest_GetTokenExpiresAt(tt *tes... function TestFineGrainedPersonalAccessTokenRequest_GetTokenID (line 18209) | func TestFineGrainedPersonalAccessTokenRequest_GetTokenID(tt *testing.T) { function TestFineGrainedPersonalAccessTokenRequest_GetTokenLastUsedAt (line 18217) | func TestFineGrainedPersonalAccessTokenRequest_GetTokenLastUsedAt(tt *te... function TestFineGrainedPersonalAccessTokenRequest_GetTokenName (line 18228) | func TestFineGrainedPersonalAccessTokenRequest_GetTokenName(tt *testing.... function TestFirstPatchedVersion_GetIdentifier (line 18236) | func TestFirstPatchedVersion_GetIdentifier(tt *testing.T) { function TestForkEvent_GetForkee (line 18247) | func TestForkEvent_GetForkee(tt *testing.T) { function TestForkEvent_GetInstallation (line 18255) | func TestForkEvent_GetInstallation(tt *testing.T) { function TestForkEvent_GetRepo (line 18263) | func TestForkEvent_GetRepo(tt *testing.T) { function TestForkEvent_GetSender (line 18271) | func TestForkEvent_GetSender(tt *testing.T) { function TestGenerateJITConfigRequest_GetLabels (line 18279) | func TestGenerateJITConfigRequest_GetLabels(tt *testing.T) { function TestGenerateJITConfigRequest_GetName (line 18290) | func TestGenerateJITConfigRequest_GetName(tt *testing.T) { function TestGenerateJITConfigRequest_GetRunnerGroupID (line 18298) | func TestGenerateJITConfigRequest_GetRunnerGroupID(tt *testing.T) { function TestGenerateJITConfigRequest_GetWorkFolder (line 18306) | func TestGenerateJITConfigRequest_GetWorkFolder(tt *testing.T) { function TestGenerateNotesOptions_GetConfigurationFilePath (line 18317) | func TestGenerateNotesOptions_GetConfigurationFilePath(tt *testing.T) { function TestGenerateNotesOptions_GetPreviousTagName (line 18328) | func TestGenerateNotesOptions_GetPreviousTagName(tt *testing.T) { function TestGenerateNotesOptions_GetTagName (line 18339) | func TestGenerateNotesOptions_GetTagName(tt *testing.T) { function TestGenerateNotesOptions_GetTargetCommitish (line 18347) | func TestGenerateNotesOptions_GetTargetCommitish(tt *testing.T) { function TestGetAuditLogOptions_GetInclude (line 18358) | func TestGetAuditLogOptions_GetInclude(tt *testing.T) { function TestGetAuditLogOptions_GetOrder (line 18369) | func TestGetAuditLogOptions_GetOrder(tt *testing.T) { function TestGetAuditLogOptions_GetPhrase (line 18380) | func TestGetAuditLogOptions_GetPhrase(tt *testing.T) { function TestGetCodeownersErrorsOptions_GetRef (line 18391) | func TestGetCodeownersErrorsOptions_GetRef(tt *testing.T) { function TestGetProjectItemOptions_GetFields (line 18399) | func TestGetProjectItemOptions_GetFields(tt *testing.T) { function TestGetProvisionedSCIMGroupEnterpriseOptions_GetExcludedAttributes (line 18410) | func TestGetProvisionedSCIMGroupEnterpriseOptions_GetExcludedAttributes(... function TestGist_GetComments (line 18421) | func TestGist_GetComments(tt *testing.T) { function TestGist_GetCreatedAt (line 18432) | func TestGist_GetCreatedAt(tt *testing.T) { function TestGist_GetDescription (line 18443) | func TestGist_GetDescription(tt *testing.T) { function TestGist_GetFiles (line 18454) | func TestGist_GetFiles(tt *testing.T) { function TestGist_GetGitPullURL (line 18465) | func TestGist_GetGitPullURL(tt *testing.T) { function TestGist_GetGitPushURL (line 18476) | func TestGist_GetGitPushURL(tt *testing.T) { function TestGist_GetHTMLURL (line 18487) | func TestGist_GetHTMLURL(tt *testing.T) { function TestGist_GetID (line 18498) | func TestGist_GetID(tt *testing.T) { function TestGist_GetNodeID (line 18509) | func TestGist_GetNodeID(tt *testing.T) { function TestGist_GetOwner (line 18520) | func TestGist_GetOwner(tt *testing.T) { function TestGist_GetPublic (line 18528) | func TestGist_GetPublic(tt *testing.T) { function TestGist_GetUpdatedAt (line 18539) | func TestGist_GetUpdatedAt(tt *testing.T) { function TestGistComment_GetBody (line 18550) | func TestGistComment_GetBody(tt *testing.T) { function TestGistComment_GetCreatedAt (line 18561) | func TestGistComment_GetCreatedAt(tt *testing.T) { function TestGistComment_GetID (line 18572) | func TestGistComment_GetID(tt *testing.T) { function TestGistComment_GetURL (line 18583) | func TestGistComment_GetURL(tt *testing.T) { function TestGistComment_GetUser (line 18594) | func TestGistComment_GetUser(tt *testing.T) { function TestGistCommit_GetChangeStatus (line 18602) | func TestGistCommit_GetChangeStatus(tt *testing.T) { function TestGistCommit_GetCommittedAt (line 18610) | func TestGistCommit_GetCommittedAt(tt *testing.T) { function TestGistCommit_GetNodeID (line 18621) | func TestGistCommit_GetNodeID(tt *testing.T) { function TestGistCommit_GetURL (line 18632) | func TestGistCommit_GetURL(tt *testing.T) { function TestGistCommit_GetUser (line 18643) | func TestGistCommit_GetUser(tt *testing.T) { function TestGistCommit_GetVersion (line 18651) | func TestGistCommit_GetVersion(tt *testing.T) { function TestGistFile_GetContent (line 18662) | func TestGistFile_GetContent(tt *testing.T) { function TestGistFile_GetFilename (line 18673) | func TestGistFile_GetFilename(tt *testing.T) { function TestGistFile_GetLanguage (line 18684) | func TestGistFile_GetLanguage(tt *testing.T) { function TestGistFile_GetRawURL (line 18695) | func TestGistFile_GetRawURL(tt *testing.T) { function TestGistFile_GetSize (line 18706) | func TestGistFile_GetSize(tt *testing.T) { function TestGistFile_GetType (line 18717) | func TestGistFile_GetType(tt *testing.T) { function TestGistFork_GetCreatedAt (line 18728) | func TestGistFork_GetCreatedAt(tt *testing.T) { function TestGistFork_GetID (line 18739) | func TestGistFork_GetID(tt *testing.T) { function TestGistFork_GetNodeID (line 18750) | func TestGistFork_GetNodeID(tt *testing.T) { function TestGistFork_GetUpdatedAt (line 18761) | func TestGistFork_GetUpdatedAt(tt *testing.T) { function TestGistFork_GetURL (line 18772) | func TestGistFork_GetURL(tt *testing.T) { function TestGistFork_GetUser (line 18783) | func TestGistFork_GetUser(tt *testing.T) { function TestGistListOptions_GetSince (line 18791) | func TestGistListOptions_GetSince(tt *testing.T) { function TestGistStats_GetPrivateGists (line 18799) | func TestGistStats_GetPrivateGists(tt *testing.T) { function TestGistStats_GetPublicGists (line 18810) | func TestGistStats_GetPublicGists(tt *testing.T) { function TestGistStats_GetTotalGists (line 18821) | func TestGistStats_GetTotalGists(tt *testing.T) { function TestGitHubAppAuthorizationEvent_GetAction (line 18832) | func TestGitHubAppAuthorizationEvent_GetAction(tt *testing.T) { function TestGitHubAppAuthorizationEvent_GetInstallation (line 18843) | func TestGitHubAppAuthorizationEvent_GetInstallation(tt *testing.T) { function TestGitHubAppAuthorizationEvent_GetSender (line 18851) | func TestGitHubAppAuthorizationEvent_GetSender(tt *testing.T) { function TestGitignore_GetName (line 18859) | func TestGitignore_GetName(tt *testing.T) { function TestGitignore_GetSource (line 18870) | func TestGitignore_GetSource(tt *testing.T) { function TestGitObject_GetSHA (line 18881) | func TestGitObject_GetSHA(tt *testing.T) { function TestGitObject_GetType (line 18892) | func TestGitObject_GetType(tt *testing.T) { function TestGitObject_GetURL (line 18903) | func TestGitObject_GetURL(tt *testing.T) { function TestGlobalSecurityAdvisory_GetCredits (line 18914) | func TestGlobalSecurityAdvisory_GetCredits(tt *testing.T) { function TestGlobalSecurityAdvisory_GetGithubReviewedAt (line 18925) | func TestGlobalSecurityAdvisory_GetGithubReviewedAt(tt *testing.T) { function TestGlobalSecurityAdvisory_GetID (line 18936) | func TestGlobalSecurityAdvisory_GetID(tt *testing.T) { function TestGlobalSecurityAdvisory_GetNVDPublishedAt (line 18947) | func TestGlobalSecurityAdvisory_GetNVDPublishedAt(tt *testing.T) { function TestGlobalSecurityAdvisory_GetReferences (line 18958) | func TestGlobalSecurityAdvisory_GetReferences(tt *testing.T) { function TestGlobalSecurityAdvisory_GetRepositoryAdvisoryURL (line 18969) | func TestGlobalSecurityAdvisory_GetRepositoryAdvisoryURL(tt *testing.T) { function TestGlobalSecurityAdvisory_GetSourceCodeLocation (line 18980) | func TestGlobalSecurityAdvisory_GetSourceCodeLocation(tt *testing.T) { function TestGlobalSecurityAdvisory_GetType (line 18991) | func TestGlobalSecurityAdvisory_GetType(tt *testing.T) { function TestGlobalSecurityAdvisory_GetVulnerabilities (line 19002) | func TestGlobalSecurityAdvisory_GetVulnerabilities(tt *testing.T) { function TestGlobalSecurityVulnerability_GetFirstPatchedVersion (line 19013) | func TestGlobalSecurityVulnerability_GetFirstPatchedVersion(tt *testing.... function TestGlobalSecurityVulnerability_GetPackage (line 19024) | func TestGlobalSecurityVulnerability_GetPackage(tt *testing.T) { function TestGlobalSecurityVulnerability_GetVulnerableFunctions (line 19032) | func TestGlobalSecurityVulnerability_GetVulnerableFunctions(tt *testing.... function TestGlobalSecurityVulnerability_GetVulnerableVersionRange (line 19043) | func TestGlobalSecurityVulnerability_GetVulnerableVersionRange(tt *testi... function TestGollumEvent_GetInstallation (line 19054) | func TestGollumEvent_GetInstallation(tt *testing.T) { function TestGollumEvent_GetOrg (line 19062) | func TestGollumEvent_GetOrg(tt *testing.T) { function TestGollumEvent_GetPages (line 19070) | func TestGollumEvent_GetPages(tt *testing.T) { function TestGollumEvent_GetRepo (line 19081) | func TestGollumEvent_GetRepo(tt *testing.T) { function TestGollumEvent_GetSender (line 19089) | func TestGollumEvent_GetSender(tt *testing.T) { function TestGoogleCloudConfig_GetBucket (line 19097) | func TestGoogleCloudConfig_GetBucket(tt *testing.T) { function TestGoogleCloudConfig_GetEncryptedJSONCredentials (line 19105) | func TestGoogleCloudConfig_GetEncryptedJSONCredentials(tt *testing.T) { function TestGoogleCloudConfig_GetKeyID (line 19113) | func TestGoogleCloudConfig_GetKeyID(tt *testing.T) { function TestGPGEmail_GetEmail (line 19121) | func TestGPGEmail_GetEmail(tt *testing.T) { function TestGPGEmail_GetVerified (line 19132) | func TestGPGEmail_GetVerified(tt *testing.T) { function TestGPGKey_GetCanCertify (line 19143) | func TestGPGKey_GetCanCertify(tt *testing.T) { function TestGPGKey_GetCanEncryptComms (line 19154) | func TestGPGKey_GetCanEncryptComms(tt *testing.T) { function TestGPGKey_GetCanEncryptStorage (line 19165) | func TestGPGKey_GetCanEncryptStorage(tt *testing.T) { function TestGPGKey_GetCanSign (line 19176) | func TestGPGKey_GetCanSign(tt *testing.T) { function TestGPGKey_GetCreatedAt (line 19187) | func TestGPGKey_GetCreatedAt(tt *testing.T) { function TestGPGKey_GetEmails (line 19198) | func TestGPGKey_GetEmails(tt *testing.T) { function TestGPGKey_GetExpiresAt (line 19209) | func TestGPGKey_GetExpiresAt(tt *testing.T) { function TestGPGKey_GetID (line 19220) | func TestGPGKey_GetID(tt *testing.T) { function TestGPGKey_GetKeyID (line 19231) | func TestGPGKey_GetKeyID(tt *testing.T) { function TestGPGKey_GetPrimaryKeyID (line 19242) | func TestGPGKey_GetPrimaryKeyID(tt *testing.T) { function TestGPGKey_GetPublicKey (line 19253) | func TestGPGKey_GetPublicKey(tt *testing.T) { function TestGPGKey_GetRawKey (line 19264) | func TestGPGKey_GetRawKey(tt *testing.T) { function TestGPGKey_GetSubkeys (line 19275) | func TestGPGKey_GetSubkeys(tt *testing.T) { function TestGrant_GetApp (line 19286) | func TestGrant_GetApp(tt *testing.T) { function TestGrant_GetCreatedAt (line 19294) | func TestGrant_GetCreatedAt(tt *testing.T) { function TestGrant_GetID (line 19305) | func TestGrant_GetID(tt *testing.T) { function TestGrant_GetScopes (line 19316) | func TestGrant_GetScopes(tt *testing.T) { function TestGrant_GetUpdatedAt (line 19327) | func TestGrant_GetUpdatedAt(tt *testing.T) { function TestGrant_GetURL (line 19338) | func TestGrant_GetURL(tt *testing.T) { function TestHeadCommit_GetAdded (line 19349) | func TestHeadCommit_GetAdded(tt *testing.T) { function TestHeadCommit_GetAuthor (line 19360) | func TestHeadCommit_GetAuthor(tt *testing.T) { function TestHeadCommit_GetCommitter (line 19368) | func TestHeadCommit_GetCommitter(tt *testing.T) { function TestHeadCommit_GetDistinct (line 19376) | func TestHeadCommit_GetDistinct(tt *testing.T) { function TestHeadCommit_GetID (line 19387) | func TestHeadCommit_GetID(tt *testing.T) { function TestHeadCommit_GetMessage (line 19398) | func TestHeadCommit_GetMessage(tt *testing.T) { function TestHeadCommit_GetModified (line 19409) | func TestHeadCommit_GetModified(tt *testing.T) { function TestHeadCommit_GetRemoved (line 19420) | func TestHeadCommit_GetRemoved(tt *testing.T) { function TestHeadCommit_GetSHA (line 19431) | func TestHeadCommit_GetSHA(tt *testing.T) { function TestHeadCommit_GetTimestamp (line 19442) | func TestHeadCommit_GetTimestamp(tt *testing.T) { function TestHeadCommit_GetTreeID (line 19453) | func TestHeadCommit_GetTreeID(tt *testing.T) { function TestHeadCommit_GetURL (line 19464) | func TestHeadCommit_GetURL(tt *testing.T) { function TestHecConfig_GetDomain (line 19475) | func TestHecConfig_GetDomain(tt *testing.T) { function TestHecConfig_GetEncryptedToken (line 19483) | func TestHecConfig_GetEncryptedToken(tt *testing.T) { function TestHecConfig_GetKeyID (line 19491) | func TestHecConfig_GetKeyID(tt *testing.T) { function TestHecConfig_GetPath (line 19499) | func TestHecConfig_GetPath(tt *testing.T) { function TestHecConfig_GetPort (line 19507) | func TestHecConfig_GetPort(tt *testing.T) { function TestHecConfig_GetSSLVerify (line 19515) | func TestHecConfig_GetSSLVerify(tt *testing.T) { function TestHook_GetActive (line 19523) | func TestHook_GetActive(tt *testing.T) { function TestHook_GetConfig (line 19534) | func TestHook_GetConfig(tt *testing.T) { function TestHook_GetCreatedAt (line 19542) | func TestHook_GetCreatedAt(tt *testing.T) { function TestHook_GetEvents (line 19553) | func TestHook_GetEvents(tt *testing.T) { function TestHook_GetID (line 19564) | func TestHook_GetID(tt *testing.T) { function TestHook_GetLastResponse (line 19575) | func TestHook_GetLastResponse(tt *testing.T) { function TestHook_GetName (line 19586) | func TestHook_GetName(tt *testing.T) { function TestHook_GetPingURL (line 19597) | func TestHook_GetPingURL(tt *testing.T) { function TestHook_GetTestURL (line 19608) | func TestHook_GetTestURL(tt *testing.T) { function TestHook_GetType (line 19619) | func TestHook_GetType(tt *testing.T) { function TestHook_GetUpdatedAt (line 19630) | func TestHook_GetUpdatedAt(tt *testing.T) { function TestHook_GetURL (line 19641) | func TestHook_GetURL(tt *testing.T) { function TestHookConfig_GetContentType (line 19652) | func TestHookConfig_GetContentType(tt *testing.T) { function TestHookConfig_GetInsecureSSL (line 19663) | func TestHookConfig_GetInsecureSSL(tt *testing.T) { function TestHookConfig_GetSecret (line 19674) | func TestHookConfig_GetSecret(tt *testing.T) { function TestHookConfig_GetURL (line 19685) | func TestHookConfig_GetURL(tt *testing.T) { function TestHookDelivery_GetAction (line 19696) | func TestHookDelivery_GetAction(tt *testing.T) { function TestHookDelivery_GetDeliveredAt (line 19707) | func TestHookDelivery_GetDeliveredAt(tt *testing.T) { function TestHookDelivery_GetDuration (line 19718) | func TestHookDelivery_GetDuration(tt *testing.T) { function TestHookDelivery_GetEvent (line 19729) | func TestHookDelivery_GetEvent(tt *testing.T) { function TestHookDelivery_GetGUID (line 19740) | func TestHookDelivery_GetGUID(tt *testing.T) { function TestHookDelivery_GetID (line 19751) | func TestHookDelivery_GetID(tt *testing.T) { function TestHookDelivery_GetInstallationID (line 19762) | func TestHookDelivery_GetInstallationID(tt *testing.T) { function TestHookDelivery_GetRedelivery (line 19773) | func TestHookDelivery_GetRedelivery(tt *testing.T) { function TestHookDelivery_GetRepositoryID (line 19784) | func TestHookDelivery_GetRepositoryID(tt *testing.T) { function TestHookDelivery_GetRequest (line 19795) | func TestHookDelivery_GetRequest(tt *testing.T) { function TestHookDelivery_GetResponse (line 19803) | func TestHookDelivery_GetResponse(tt *testing.T) { function TestHookDelivery_GetStatus (line 19811) | func TestHookDelivery_GetStatus(tt *testing.T) { function TestHookDelivery_GetStatusCode (line 19822) | func TestHookDelivery_GetStatusCode(tt *testing.T) { function TestHookRequest_GetHeaders (line 19833) | func TestHookRequest_GetHeaders(tt *testing.T) { function TestHookRequest_GetRawPayload (line 19844) | func TestHookRequest_GetRawPayload(tt *testing.T) { function TestHookResponse_GetHeaders (line 19855) | func TestHookResponse_GetHeaders(tt *testing.T) { function TestHookResponse_GetRawPayload (line 19866) | func TestHookResponse_GetRawPayload(tt *testing.T) { function TestHookStats_GetActiveHooks (line 19877) | func TestHookStats_GetActiveHooks(tt *testing.T) { function TestHookStats_GetInactiveHooks (line 19888) | func TestHookStats_GetInactiveHooks(tt *testing.T) { function TestHookStats_GetTotalHooks (line 19899) | func TestHookStats_GetTotalHooks(tt *testing.T) { function TestHostedRunner_GetID (line 19910) | func TestHostedRunner_GetID(tt *testing.T) { function TestHostedRunner_GetImageDetails (line 19921) | func TestHostedRunner_GetImageDetails(tt *testing.T) { function TestHostedRunner_GetLastActiveOn (line 19929) | func TestHostedRunner_GetLastActiveOn(tt *testing.T) { function TestHostedRunner_GetMachineSizeDetails (line 19940) | func TestHostedRunner_GetMachineSizeDetails(tt *testing.T) { function TestHostedRunner_GetMaximumRunners (line 19948) | func TestHostedRunner_GetMaximumRunners(tt *testing.T) { function TestHostedRunner_GetName (line 19959) | func TestHostedRunner_GetName(tt *testing.T) { function TestHostedRunner_GetPlatform (line 19970) | func TestHostedRunner_GetPlatform(tt *testing.T) { function TestHostedRunner_GetPublicIPEnabled (line 19981) | func TestHostedRunner_GetPublicIPEnabled(tt *testing.T) { function TestHostedRunner_GetPublicIPs (line 19992) | func TestHostedRunner_GetPublicIPs(tt *testing.T) { function TestHostedRunner_GetRunnerGroupID (line 20003) | func TestHostedRunner_GetRunnerGroupID(tt *testing.T) { function TestHostedRunner_GetStatus (line 20014) | func TestHostedRunner_GetStatus(tt *testing.T) { function TestHostedRunnerCustomImage_GetID (line 20025) | func TestHostedRunnerCustomImage_GetID(tt *testing.T) { function TestHostedRunnerCustomImage_GetLatestVersion (line 20033) | func TestHostedRunnerCustomImage_GetLatestVersion(tt *testing.T) { function TestHostedRunnerCustomImage_GetName (line 20041) | func TestHostedRunnerCustomImage_GetName(tt *testing.T) { function TestHostedRunnerCustomImage_GetPlatform (line 20049) | func TestHostedRunnerCustomImage_GetPlatform(tt *testing.T) { function TestHostedRunnerCustomImage_GetSource (line 20057) | func TestHostedRunnerCustomImage_GetSource(tt *testing.T) { function TestHostedRunnerCustomImage_GetState (line 20065) | func TestHostedRunnerCustomImage_GetState(tt *testing.T) { function TestHostedRunnerCustomImage_GetTotalVersionsSize (line 20073) | func TestHostedRunnerCustomImage_GetTotalVersionsSize(tt *testing.T) { function TestHostedRunnerCustomImage_GetVersionsCount (line 20081) | func TestHostedRunnerCustomImage_GetVersionsCount(tt *testing.T) { function TestHostedRunnerCustomImages_GetImages (line 20089) | func TestHostedRunnerCustomImages_GetImages(tt *testing.T) { function TestHostedRunnerCustomImages_GetTotalCount (line 20100) | func TestHostedRunnerCustomImages_GetTotalCount(tt *testing.T) { function TestHostedRunnerCustomImageVersion_GetCreatedOn (line 20108) | func TestHostedRunnerCustomImageVersion_GetCreatedOn(tt *testing.T) { function TestHostedRunnerCustomImageVersion_GetSizeGB (line 20116) | func TestHostedRunnerCustomImageVersion_GetSizeGB(tt *testing.T) { function TestHostedRunnerCustomImageVersion_GetState (line 20124) | func TestHostedRunnerCustomImageVersion_GetState(tt *testing.T) { function TestHostedRunnerCustomImageVersion_GetStateDetails (line 20132) | func TestHostedRunnerCustomImageVersion_GetStateDetails(tt *testing.T) { function TestHostedRunnerCustomImageVersion_GetVersion (line 20140) | func TestHostedRunnerCustomImageVersion_GetVersion(tt *testing.T) { function TestHostedRunnerCustomImageVersions_GetImageVersions (line 20148) | func TestHostedRunnerCustomImageVersions_GetImageVersions(tt *testing.T) { function TestHostedRunnerCustomImageVersions_GetTotalCount (line 20159) | func TestHostedRunnerCustomImageVersions_GetTotalCount(tt *testing.T) { function TestHostedRunnerImage_GetID (line 20167) | func TestHostedRunnerImage_GetID(tt *testing.T) { function TestHostedRunnerImage_GetSource (line 20175) | func TestHostedRunnerImage_GetSource(tt *testing.T) { function TestHostedRunnerImage_GetVersion (line 20183) | func TestHostedRunnerImage_GetVersion(tt *testing.T) { function TestHostedRunnerImageDetail_GetDisplayName (line 20194) | func TestHostedRunnerImageDetail_GetDisplayName(tt *testing.T) { function TestHostedRunnerImageDetail_GetID (line 20205) | func TestHostedRunnerImageDetail_GetID(tt *testing.T) { function TestHostedRunnerImageDetail_GetSizeGB (line 20216) | func TestHostedRunnerImageDetail_GetSizeGB(tt *testing.T) { function TestHostedRunnerImageDetail_GetSource (line 20227) | func TestHostedRunnerImageDetail_GetSource(tt *testing.T) { function TestHostedRunnerImageDetail_GetVersion (line 20238) | func TestHostedRunnerImageDetail_GetVersion(tt *testing.T) { function TestHostedRunnerImages_GetImages (line 20249) | func TestHostedRunnerImages_GetImages(tt *testing.T) { function TestHostedRunnerImages_GetTotalCount (line 20260) | func TestHostedRunnerImages_GetTotalCount(tt *testing.T) { function TestHostedRunnerImageSpecs_GetDisplayName (line 20268) | func TestHostedRunnerImageSpecs_GetDisplayName(tt *testing.T) { function TestHostedRunnerImageSpecs_GetID (line 20276) | func TestHostedRunnerImageSpecs_GetID(tt *testing.T) { function TestHostedRunnerImageSpecs_GetPlatform (line 20284) | func TestHostedRunnerImageSpecs_GetPlatform(tt *testing.T) { function TestHostedRunnerImageSpecs_GetSizeGB (line 20292) | func TestHostedRunnerImageSpecs_GetSizeGB(tt *testing.T) { function TestHostedRunnerImageSpecs_GetSource (line 20300) | func TestHostedRunnerImageSpecs_GetSource(tt *testing.T) { function TestHostedRunnerMachineSpec_GetCPUCores (line 20308) | func TestHostedRunnerMachineSpec_GetCPUCores(tt *testing.T) { function TestHostedRunnerMachineSpec_GetID (line 20316) | func TestHostedRunnerMachineSpec_GetID(tt *testing.T) { function TestHostedRunnerMachineSpec_GetMemoryGB (line 20324) | func TestHostedRunnerMachineSpec_GetMemoryGB(tt *testing.T) { function TestHostedRunnerMachineSpec_GetStorageGB (line 20332) | func TestHostedRunnerMachineSpec_GetStorageGB(tt *testing.T) { function TestHostedRunnerMachineSpecs_GetMachineSpecs (line 20340) | func TestHostedRunnerMachineSpecs_GetMachineSpecs(tt *testing.T) { function TestHostedRunnerMachineSpecs_GetTotalCount (line 20351) | func TestHostedRunnerMachineSpecs_GetTotalCount(tt *testing.T) { function TestHostedRunnerPlatforms_GetPlatforms (line 20359) | func TestHostedRunnerPlatforms_GetPlatforms(tt *testing.T) { function TestHostedRunnerPlatforms_GetTotalCount (line 20370) | func TestHostedRunnerPlatforms_GetTotalCount(tt *testing.T) { function TestHostedRunnerPublicIP_GetEnabled (line 20378) | func TestHostedRunnerPublicIP_GetEnabled(tt *testing.T) { function TestHostedRunnerPublicIP_GetLength (line 20386) | func TestHostedRunnerPublicIP_GetLength(tt *testing.T) { function TestHostedRunnerPublicIP_GetPrefix (line 20394) | func TestHostedRunnerPublicIP_GetPrefix(tt *testing.T) { function TestHostedRunnerPublicIPLimits_GetPublicIPs (line 20402) | func TestHostedRunnerPublicIPLimits_GetPublicIPs(tt *testing.T) { function TestHostedRunners_GetRunners (line 20410) | func TestHostedRunners_GetRunners(tt *testing.T) { function TestHostedRunners_GetTotalCount (line 20421) | func TestHostedRunners_GetTotalCount(tt *testing.T) { function TestHovercard_GetContexts (line 20429) | func TestHovercard_GetContexts(tt *testing.T) { function TestHovercardOptions_GetSubjectID (line 20440) | func TestHovercardOptions_GetSubjectID(tt *testing.T) { function TestHovercardOptions_GetSubjectType (line 20448) | func TestHovercardOptions_GetSubjectType(tt *testing.T) { function TestIDPGroup_GetGroupDescription (line 20456) | func TestIDPGroup_GetGroupDescription(tt *testing.T) { function TestIDPGroup_GetGroupID (line 20467) | func TestIDPGroup_GetGroupID(tt *testing.T) { function TestIDPGroup_GetGroupName (line 20478) | func TestIDPGroup_GetGroupName(tt *testing.T) { function TestIDPGroupList_GetGroups (line 20489) | func TestIDPGroupList_GetGroups(tt *testing.T) { function TestImmutableReleasePolicy_GetEnforcedRepositories (line 20500) | func TestImmutableReleasePolicy_GetEnforcedRepositories(tt *testing.T) { function TestImmutableReleasePolicy_GetSelectedRepositoryIDs (line 20511) | func TestImmutableReleasePolicy_GetSelectedRepositoryIDs(tt *testing.T) { function TestImmutableReleaseSettings_GetEnforcedRepositories (line 20522) | func TestImmutableReleaseSettings_GetEnforcedRepositories(tt *testing.T) { function TestImmutableReleaseSettings_GetSelectedRepositoriesURL (line 20533) | func TestImmutableReleaseSettings_GetSelectedRepositoriesURL(tt *testing... function TestImpersonateUserOptions_GetScopes (line 20544) | func TestImpersonateUserOptions_GetScopes(tt *testing.T) { function TestImport_GetAuthorsCount (line 20555) | func TestImport_GetAuthorsCount(tt *testing.T) { function TestImport_GetAuthorsURL (line 20566) | func TestImport_GetAuthorsURL(tt *testing.T) { function TestImport_GetCommitCount (line 20577) | func TestImport_GetCommitCount(tt *testing.T) { function TestImport_GetFailedStep (line 20588) | func TestImport_GetFailedStep(tt *testing.T) { function TestImport_GetHasLargeFiles (line 20599) | func TestImport_GetHasLargeFiles(tt *testing.T) { function TestImport_GetHTMLURL (line 20610) | func TestImport_GetHTMLURL(tt *testing.T) { function TestImport_GetHumanName (line 20621) | func TestImport_GetHumanName(tt *testing.T) { function TestImport_GetLargeFilesCount (line 20632) | func TestImport_GetLargeFilesCount(tt *testing.T) { function TestImport_GetLargeFilesSize (line 20643) | func TestImport_GetLargeFilesSize(tt *testing.T) { function TestImport_GetMessage (line 20654) | func TestImport_GetMessage(tt *testing.T) { function TestImport_GetPercent (line 20665) | func TestImport_GetPercent(tt *testing.T) { function TestImport_GetProjectChoices (line 20676) | func TestImport_GetProjectChoices(tt *testing.T) { function TestImport_GetPushPercent (line 20687) | func TestImport_GetPushPercent(tt *testing.T) { function TestImport_GetRepositoryURL (line 20698) | func TestImport_GetRepositoryURL(tt *testing.T) { function TestImport_GetStatus (line 20709) | func TestImport_GetStatus(tt *testing.T) { function TestImport_GetStatusText (line 20720) | func TestImport_GetStatusText(tt *testing.T) { function TestImport_GetTFVCProject (line 20731) | func TestImport_GetTFVCProject(tt *testing.T) { function TestImport_GetURL (line 20742) | func TestImport_GetURL(tt *testing.T) { function TestImport_GetUseLFS (line 20753) | func TestImport_GetUseLFS(tt *testing.T) { function TestImport_GetVCS (line 20764) | func TestImport_GetVCS(tt *testing.T) { function TestImport_GetVCSPassword (line 20775) | func TestImport_GetVCSPassword(tt *testing.T) { function TestImport_GetVCSURL (line 20786) | func TestImport_GetVCSURL(tt *testing.T) { function TestImport_GetVCSUsername (line 20797) | func TestImport_GetVCSUsername(tt *testing.T) { function TestInitialConfigOptions_GetLicense (line 20808) | func TestInitialConfigOptions_GetLicense(tt *testing.T) { function TestInitialConfigOptions_GetPassword (line 20816) | func TestInitialConfigOptions_GetPassword(tt *testing.T) { function TestInstallableOrganization_GetAccessibleRepositoriesURL (line 20824) | func TestInstallableOrganization_GetAccessibleRepositoriesURL(tt *testin... function TestInstallableOrganization_GetID (line 20835) | func TestInstallableOrganization_GetID(tt *testing.T) { function TestInstallableOrganization_GetLogin (line 20843) | func TestInstallableOrganization_GetLogin(tt *testing.T) { function TestInstallAppRequest_GetClientID (line 20851) | func TestInstallAppRequest_GetClientID(tt *testing.T) { function TestInstallAppRequest_GetRepositories (line 20859) | func TestInstallAppRequest_GetRepositories(tt *testing.T) { function TestInstallAppRequest_GetRepositorySelection (line 20870) | func TestInstallAppRequest_GetRepositorySelection(tt *testing.T) { function TestInstallation_GetAccessTokensURL (line 20878) | func TestInstallation_GetAccessTokensURL(tt *testing.T) { function TestInstallation_GetAccount (line 20889) | func TestInstallation_GetAccount(tt *testing.T) { function TestInstallation_GetAppID (line 20897) | func TestInstallation_GetAppID(tt *testing.T) { function TestInstallation_GetAppSlug (line 20908) | func TestInstallation_GetAppSlug(tt *testing.T) { function TestInstallation_GetClientID (line 20919) | func TestInstallation_GetClientID(tt *testing.T) { function TestInstallation_GetCreatedAt (line 20930) | func TestInstallation_GetCreatedAt(tt *testing.T) { function TestInstallation_GetEvents (line 20941) | func TestInstallation_GetEvents(tt *testing.T) { function TestInstallation_GetHasMultipleSingleFiles (line 20952) | func TestInstallation_GetHasMultipleSingleFiles(tt *testing.T) { function TestInstallation_GetHTMLURL (line 20963) | func TestInstallation_GetHTMLURL(tt *testing.T) { function TestInstallation_GetID (line 20974) | func TestInstallation_GetID(tt *testing.T) { function TestInstallation_GetNodeID (line 20985) | func TestInstallation_GetNodeID(tt *testing.T) { function TestInstallation_GetPermissions (line 20996) | func TestInstallation_GetPermissions(tt *testing.T) { function TestInstallation_GetRepositoriesURL (line 21004) | func TestInstallation_GetRepositoriesURL(tt *testing.T) { function TestInstallation_GetRepositorySelection (line 21015) | func TestInstallation_GetRepositorySelection(tt *testing.T) { function TestInstallation_GetSingleFileName (line 21026) | func TestInstallation_GetSingleFileName(tt *testing.T) { function TestInstallation_GetSingleFilePaths (line 21037) | func TestInstallation_GetSingleFilePaths(tt *testing.T) { function TestInstallation_GetSuspendedAt (line 21048) | func TestInstallation_GetSuspendedAt(tt *testing.T) { function TestInstallation_GetSuspendedBy (line 21059) | func TestInstallation_GetSuspendedBy(tt *testing.T) { function TestInstallation_GetTargetID (line 21067) | func TestInstallation_GetTargetID(tt *testing.T) { function TestInstallation_GetTargetType (line 21078) | func TestInstallation_GetTargetType(tt *testing.T) { function TestInstallation_GetUpdatedAt (line 21089) | func TestInstallation_GetUpdatedAt(tt *testing.T) { function TestInstallationChanges_GetLogin (line 21100) | func TestInstallationChanges_GetLogin(tt *testing.T) { function TestInstallationChanges_GetSlug (line 21108) | func TestInstallationChanges_GetSlug(tt *testing.T) { function TestInstallationEvent_GetAction (line 21116) | func TestInstallationEvent_GetAction(tt *testing.T) { function TestInstallationEvent_GetInstallation (line 21127) | func TestInstallationEvent_GetInstallation(tt *testing.T) { function TestInstallationEvent_GetOrg (line 21135) | func TestInstallationEvent_GetOrg(tt *testing.T) { function TestInstallationEvent_GetRepositories (line 21143) | func TestInstallationEvent_GetRepositories(tt *testing.T) { function TestInstallationEvent_GetRequester (line 21154) | func TestInstallationEvent_GetRequester(tt *testing.T) { function TestInstallationEvent_GetSender (line 21162) | func TestInstallationEvent_GetSender(tt *testing.T) { function TestInstallationLoginChange_GetFrom (line 21170) | func TestInstallationLoginChange_GetFrom(tt *testing.T) { function TestInstallationPermissions_GetActions (line 21181) | func TestInstallationPermissions_GetActions(tt *testing.T) { function TestInstallationPermissions_GetActionsVariables (line 21192) | func TestInstallationPermissions_GetActionsVariables(tt *testing.T) { function TestInstallationPermissions_GetAdministration (line 21203) | func TestInstallationPermissions_GetAdministration(tt *testing.T) { function TestInstallationPermissions_GetAttestations (line 21214) | func TestInstallationPermissions_GetAttestations(tt *testing.T) { function TestInstallationPermissions_GetBlocking (line 21225) | func TestInstallationPermissions_GetBlocking(tt *testing.T) { function TestInstallationPermissions_GetChecks (line 21236) | func TestInstallationPermissions_GetChecks(tt *testing.T) { function TestInstallationPermissions_GetCodespaces (line 21247) | func TestInstallationPermissions_GetCodespaces(tt *testing.T) { function TestInstallationPermissions_GetCodespacesLifecycleAdmin (line 21258) | func TestInstallationPermissions_GetCodespacesLifecycleAdmin(tt *testing... function TestInstallationPermissions_GetCodespacesMetadata (line 21269) | func TestInstallationPermissions_GetCodespacesMetadata(tt *testing.T) { function TestInstallationPermissions_GetCodespacesSecrets (line 21280) | func TestInstallationPermissions_GetCodespacesSecrets(tt *testing.T) { function TestInstallationPermissions_GetCodespacesUserSecrets (line 21291) | func TestInstallationPermissions_GetCodespacesUserSecrets(tt *testing.T) { function TestInstallationPermissions_GetContentReferences (line 21302) | func TestInstallationPermissions_GetContentReferences(tt *testing.T) { function TestInstallationPermissions_GetContents (line 21313) | func TestInstallationPermissions_GetContents(tt *testing.T) { function TestInstallationPermissions_GetCopilotMessages (line 21324) | func TestInstallationPermissions_GetCopilotMessages(tt *testing.T) { function TestInstallationPermissions_GetDependabotSecrets (line 21335) | func TestInstallationPermissions_GetDependabotSecrets(tt *testing.T) { function TestInstallationPermissions_GetDeployments (line 21346) | func TestInstallationPermissions_GetDeployments(tt *testing.T) { function TestInstallationPermissions_GetDiscussions (line 21357) | func TestInstallationPermissions_GetDiscussions(tt *testing.T) { function TestInstallationPermissions_GetEmails (line 21368) | func TestInstallationPermissions_GetEmails(tt *testing.T) { function TestInstallationPermissions_GetEnvironments (line 21379) | func TestInstallationPermissions_GetEnvironments(tt *testing.T) { function TestInstallationPermissions_GetFollowers (line 21390) | func TestInstallationPermissions_GetFollowers(tt *testing.T) { function TestInstallationPermissions_GetGists (line 21401) | func TestInstallationPermissions_GetGists(tt *testing.T) { function TestInstallationPermissions_GetGitSigningSSHPublicKeys (line 21412) | func TestInstallationPermissions_GetGitSigningSSHPublicKeys(tt *testing.... function TestInstallationPermissions_GetGPGKeys (line 21423) | func TestInstallationPermissions_GetGPGKeys(tt *testing.T) { function TestInstallationPermissions_GetInteractionLimits (line 21434) | func TestInstallationPermissions_GetInteractionLimits(tt *testing.T) { function TestInstallationPermissions_GetIssues (line 21445) | func TestInstallationPermissions_GetIssues(tt *testing.T) { function TestInstallationPermissions_GetKeys (line 21456) | func TestInstallationPermissions_GetKeys(tt *testing.T) { function TestInstallationPermissions_GetMembers (line 21467) | func TestInstallationPermissions_GetMembers(tt *testing.T) { function TestInstallationPermissions_GetMergeQueues (line 21478) | func TestInstallationPermissions_GetMergeQueues(tt *testing.T) { function TestInstallationPermissions_GetMetadata (line 21489) | func TestInstallationPermissions_GetMetadata(tt *testing.T) { function TestInstallationPermissions_GetOrganizationActionsVariables (line 21500) | func TestInstallationPermissions_GetOrganizationActionsVariables(tt *tes... function TestInstallationPermissions_GetOrganizationAdministration (line 21511) | func TestInstallationPermissions_GetOrganizationAdministration(tt *testi... function TestInstallationPermissions_GetOrganizationAnnouncementBanners (line 21522) | func TestInstallationPermissions_GetOrganizationAnnouncementBanners(tt *... function TestInstallationPermissions_GetOrganizationAPIInsights (line 21533) | func TestInstallationPermissions_GetOrganizationAPIInsights(tt *testing.... function TestInstallationPermissions_GetOrganizationCodespaces (line 21544) | func TestInstallationPermissions_GetOrganizationCodespaces(tt *testing.T) { function TestInstallationPermissions_GetOrganizationCodespacesSecrets (line 21555) | func TestInstallationPermissions_GetOrganizationCodespacesSecrets(tt *te... function TestInstallationPermissions_GetOrganizationCodespacesSettings (line 21566) | func TestInstallationPermissions_GetOrganizationCodespacesSettings(tt *t... function TestInstallationPermissions_GetOrganizationCopilotMetrics (line 21577) | func TestInstallationPermissions_GetOrganizationCopilotMetrics(tt *testi... function TestInstallationPermissions_GetOrganizationCopilotSeatManagement (line 21588) | func TestInstallationPermissions_GetOrganizationCopilotSeatManagement(tt... function TestInstallationPermissions_GetOrganizationCustomOrgRoles (line 21599) | func TestInstallationPermissions_GetOrganizationCustomOrgRoles(tt *testi... function TestInstallationPermissions_GetOrganizationCustomProperties (line 21610) | func TestInstallationPermissions_GetOrganizationCustomProperties(tt *tes... function TestInstallationPermissions_GetOrganizationCustomRoles (line 21621) | func TestInstallationPermissions_GetOrganizationCustomRoles(tt *testing.... function TestInstallationPermissions_GetOrganizationDependabotSecrets (line 21632) | func TestInstallationPermissions_GetOrganizationDependabotSecrets(tt *te... function TestInstallationPermissions_GetOrganizationEvents (line 21643) | func TestInstallationPermissions_GetOrganizationEvents(tt *testing.T) { function TestInstallationPermissions_GetOrganizationHooks (line 21654) | func TestInstallationPermissions_GetOrganizationHooks(tt *testing.T) { function TestInstallationPermissions_GetOrganizationKnowledgeBases (line 21665) | func TestInstallationPermissions_GetOrganizationKnowledgeBases(tt *testi... function TestInstallationPermissions_GetOrganizationPackages (line 21676) | func TestInstallationPermissions_GetOrganizationPackages(tt *testing.T) { function TestInstallationPermissions_GetOrganizationPersonalAccessTokenRequests (line 21687) | func TestInstallationPermissions_GetOrganizationPersonalAccessTokenReque... function TestInstallationPermissions_GetOrganizationPersonalAccessTokens (line 21698) | func TestInstallationPermissions_GetOrganizationPersonalAccessTokens(tt ... function TestInstallationPermissions_GetOrganizationPlan (line 21709) | func TestInstallationPermissions_GetOrganizationPlan(tt *testing.T) { function TestInstallationPermissions_GetOrganizationPreReceiveHooks (line 21720) | func TestInstallationPermissions_GetOrganizationPreReceiveHooks(tt *test... function TestInstallationPermissions_GetOrganizationProjects (line 21731) | func TestInstallationPermissions_GetOrganizationProjects(tt *testing.T) { function TestInstallationPermissions_GetOrganizationSecrets (line 21742) | func TestInstallationPermissions_GetOrganizationSecrets(tt *testing.T) { function TestInstallationPermissions_GetOrganizationSelfHostedRunners (line 21753) | func TestInstallationPermissions_GetOrganizationSelfHostedRunners(tt *te... function TestInstallationPermissions_GetOrganizationUserBlocking (line 21764) | func TestInstallationPermissions_GetOrganizationUserBlocking(tt *testing... function TestInstallationPermissions_GetPackages (line 21775) | func TestInstallationPermissions_GetPackages(tt *testing.T) { function TestInstallationPermissions_GetPages (line 21786) | func TestInstallationPermissions_GetPages(tt *testing.T) { function TestInstallationPermissions_GetPlan (line 21797) | func TestInstallationPermissions_GetPlan(tt *testing.T) { function TestInstallationPermissions_GetProfile (line 21808) | func TestInstallationPermissions_GetProfile(tt *testing.T) { function TestInstallationPermissions_GetPullRequests (line 21819) | func TestInstallationPermissions_GetPullRequests(tt *testing.T) { function TestInstallationPermissions_GetRepositoryAdvisories (line 21830) | func TestInstallationPermissions_GetRepositoryAdvisories(tt *testing.T) { function TestInstallationPermissions_GetRepositoryCustomProperties (line 21841) | func TestInstallationPermissions_GetRepositoryCustomProperties(tt *testi... function TestInstallationPermissions_GetRepositoryHooks (line 21852) | func TestInstallationPermissions_GetRepositoryHooks(tt *testing.T) { function TestInstallationPermissions_GetRepositoryPreReceiveHooks (line 21863) | func TestInstallationPermissions_GetRepositoryPreReceiveHooks(tt *testin... function TestInstallationPermissions_GetRepositoryProjects (line 21874) | func TestInstallationPermissions_GetRepositoryProjects(tt *testing.T) { function TestInstallationPermissions_GetSecrets (line 21885) | func TestInstallationPermissions_GetSecrets(tt *testing.T) { function TestInstallationPermissions_GetSecretScanningAlerts (line 21896) | func TestInstallationPermissions_GetSecretScanningAlerts(tt *testing.T) { function TestInstallationPermissions_GetSecurityEvents (line 21907) | func TestInstallationPermissions_GetSecurityEvents(tt *testing.T) { function TestInstallationPermissions_GetSingleFile (line 21918) | func TestInstallationPermissions_GetSingleFile(tt *testing.T) { function TestInstallationPermissions_GetStarring (line 21929) | func TestInstallationPermissions_GetStarring(tt *testing.T) { function TestInstallationPermissions_GetStatuses (line 21940) | func TestInstallationPermissions_GetStatuses(tt *testing.T) { function TestInstallationPermissions_GetTeamDiscussions (line 21951) | func TestInstallationPermissions_GetTeamDiscussions(tt *testing.T) { function TestInstallationPermissions_GetUserEvents (line 21962) | func TestInstallationPermissions_GetUserEvents(tt *testing.T) { function TestInstallationPermissions_GetVulnerabilityAlerts (line 21973) | func TestInstallationPermissions_GetVulnerabilityAlerts(tt *testing.T) { function TestInstallationPermissions_GetWatching (line 21984) | func TestInstallationPermissions_GetWatching(tt *testing.T) { function TestInstallationPermissions_GetWorkflows (line 21995) | func TestInstallationPermissions_GetWorkflows(tt *testing.T) { function TestInstallationRepositoriesEvent_GetAction (line 22006) | func TestInstallationRepositoriesEvent_GetAction(tt *testing.T) { function TestInstallationRepositoriesEvent_GetInstallation (line 22017) | func TestInstallationRepositoriesEvent_GetInstallation(tt *testing.T) { function TestInstallationRepositoriesEvent_GetOrg (line 22025) | func TestInstallationRepositoriesEvent_GetOrg(tt *testing.T) { function TestInstallationRepositoriesEvent_GetRepositoriesAdded (line 22033) | func TestInstallationRepositoriesEvent_GetRepositoriesAdded(tt *testing.... function TestInstallationRepositoriesEvent_GetRepositoriesRemoved (line 22044) | func TestInstallationRepositoriesEvent_GetRepositoriesRemoved(tt *testin... function TestInstallationRepositoriesEvent_GetRepositorySelection (line 22055) | func TestInstallationRepositoriesEvent_GetRepositorySelection(tt *testin... function TestInstallationRepositoriesEvent_GetSender (line 22066) | func TestInstallationRepositoriesEvent_GetSender(tt *testing.T) { function TestInstallationRequest_GetAccount (line 22074) | func TestInstallationRequest_GetAccount(tt *testing.T) { function TestInstallationRequest_GetCreatedAt (line 22082) | func TestInstallationRequest_GetCreatedAt(tt *testing.T) { function TestInstallationRequest_GetID (line 22093) | func TestInstallationRequest_GetID(tt *testing.T) { function TestInstallationRequest_GetNodeID (line 22104) | func TestInstallationRequest_GetNodeID(tt *testing.T) { function TestInstallationRequest_GetRequester (line 22115) | func TestInstallationRequest_GetRequester(tt *testing.T) { function TestInstallationSlugChange_GetFrom (line 22123) | func TestInstallationSlugChange_GetFrom(tt *testing.T) { function TestInstallationTargetEvent_GetAccount (line 22134) | func TestInstallationTargetEvent_GetAccount(tt *testing.T) { function TestInstallationTargetEvent_GetAction (line 22142) | func TestInstallationTargetEvent_GetAction(tt *testing.T) { function TestInstallationTargetEvent_GetChanges (line 22153) | func TestInstallationTargetEvent_GetChanges(tt *testing.T) { function TestInstallationTargetEvent_GetEnterprise (line 22161) | func TestInstallationTargetEvent_GetEnterprise(tt *testing.T) { function TestInstallationTargetEvent_GetInstallation (line 22169) | func TestInstallationTargetEvent_GetInstallation(tt *testing.T) { function TestInstallationTargetEvent_GetOrganization (line 22177) | func TestInstallationTargetEvent_GetOrganization(tt *testing.T) { function TestInstallationTargetEvent_GetRepository (line 22185) | func TestInstallationTargetEvent_GetRepository(tt *testing.T) { function TestInstallationTargetEvent_GetSender (line 22193) | func TestInstallationTargetEvent_GetSender(tt *testing.T) { function TestInstallationTargetEvent_GetTargetType (line 22201) | func TestInstallationTargetEvent_GetTargetType(tt *testing.T) { function TestInstallationToken_GetExpiresAt (line 22212) | func TestInstallationToken_GetExpiresAt(tt *testing.T) { function TestInstallationToken_GetPermissions (line 22223) | func TestInstallationToken_GetPermissions(tt *testing.T) { function TestInstallationToken_GetRepositories (line 22231) | func TestInstallationToken_GetRepositories(tt *testing.T) { function TestInstallationToken_GetToken (line 22242) | func TestInstallationToken_GetToken(tt *testing.T) { function TestInstallationTokenListRepoOptions_GetPermissions (line 22253) | func TestInstallationTokenListRepoOptions_GetPermissions(tt *testing.T) { function TestInstallationTokenListRepoOptions_GetRepositories (line 22261) | func TestInstallationTokenListRepoOptions_GetRepositories(tt *testing.T) { function TestInstallationTokenListRepoOptions_GetRepositoryIDs (line 22272) | func TestInstallationTokenListRepoOptions_GetRepositoryIDs(tt *testing.T) { function TestInstallationTokenOptions_GetPermissions (line 22283) | func TestInstallationTokenOptions_GetPermissions(tt *testing.T) { function TestInstallationTokenOptions_GetRepositories (line 22291) | func TestInstallationTokenOptions_GetRepositories(tt *testing.T) { function TestInstallationTokenOptions_GetRepositoryIDs (line 22302) | func TestInstallationTokenOptions_GetRepositoryIDs(tt *testing.T) { function TestInteractionRestriction_GetExpiresAt (line 22313) | func TestInteractionRestriction_GetExpiresAt(tt *testing.T) { function TestInteractionRestriction_GetLimit (line 22324) | func TestInteractionRestriction_GetLimit(tt *testing.T) { function TestInteractionRestriction_GetOrigin (line 22335) | func TestInteractionRestriction_GetOrigin(tt *testing.T) { function TestInvitation_GetCreatedAt (line 22346) | func TestInvitation_GetCreatedAt(tt *testing.T) { function TestInvitation_GetEmail (line 22357) | func TestInvitation_GetEmail(tt *testing.T) { function TestInvitation_GetFailedAt (line 22368) | func TestInvitation_GetFailedAt(tt *testing.T) { function TestInvitation_GetFailedReason (line 22379) | func TestInvitation_GetFailedReason(tt *testing.T) { function TestInvitation_GetID (line 22390) | func TestInvitation_GetID(tt *testing.T) { function TestInvitation_GetInvitationTeamURL (line 22401) | func TestInvitation_GetInvitationTeamURL(tt *testing.T) { function TestInvitation_GetInviter (line 22412) | func TestInvitation_GetInviter(tt *testing.T) { function TestInvitation_GetLogin (line 22420) | func TestInvitation_GetLogin(tt *testing.T) { function TestInvitation_GetNodeID (line 22431) | func TestInvitation_GetNodeID(tt *testing.T) { function TestInvitation_GetRole (line 22442) | func TestInvitation_GetRole(tt *testing.T) { function TestInvitation_GetTeamCount (line 22453) | func TestInvitation_GetTeamCount(tt *testing.T) { function TestIssue_GetActiveLockReason (line 22464) | func TestIssue_GetActiveLockReason(tt *testing.T) { function TestIssue_GetAssignee (line 22475) | func TestIssue_GetAssignee(tt *testing.T) { function TestIssue_GetAssignees (line 22483) | func TestIssue_GetAssignees(tt *testing.T) { function TestIssue_GetAuthorAssociation (line 22494) | func TestIssue_GetAuthorAssociation(tt *testing.T) { function TestIssue_GetBody (line 22505) | func TestIssue_GetBody(tt *testing.T) { function TestIssue_GetClosedAt (line 22516) | func TestIssue_GetClosedAt(tt *testing.T) { function TestIssue_GetClosedBy (line 22527) | func TestIssue_GetClosedBy(tt *testing.T) { function TestIssue_GetComments (line 22535) | func TestIssue_GetComments(tt *testing.T) { function TestIssue_GetCommentsURL (line 22546) | func TestIssue_GetCommentsURL(tt *testing.T) { function TestIssue_GetCreatedAt (line 22557) | func TestIssue_GetCreatedAt(tt *testing.T) { function TestIssue_GetDraft (line 22568) | func TestIssue_GetDraft(tt *testing.T) { function TestIssue_GetEventsURL (line 22579) | func TestIssue_GetEventsURL(tt *testing.T) { function TestIssue_GetHTMLURL (line 22590) | func TestIssue_GetHTMLURL(tt *testing.T) { function TestIssue_GetID (line 22601) | func TestIssue_GetID(tt *testing.T) { function TestIssue_GetLabels (line 22612) | func TestIssue_GetLabels(tt *testing.T) { function TestIssue_GetLabelsURL (line 22623) | func TestIssue_GetLabelsURL(tt *testing.T) { function TestIssue_GetLocked (line 22634) | func TestIssue_GetLocked(tt *testing.T) { function TestIssue_GetMilestone (line 22645) | func TestIssue_GetMilestone(tt *testing.T) { function TestIssue_GetNodeID (line 22653) | func TestIssue_GetNodeID(tt *testing.T) { function TestIssue_GetNumber (line 22664) | func TestIssue_GetNumber(tt *testing.T) { function TestIssue_GetParentIssueURL (line 22675) | func TestIssue_GetParentIssueURL(tt *testing.T) { function TestIssue_GetPullRequestLinks (line 22686) | func TestIssue_GetPullRequestLinks(tt *testing.T) { function TestIssue_GetReactions (line 22694) | func TestIssue_GetReactions(tt *testing.T) { function TestIssue_GetRepository (line 22702) | func TestIssue_GetRepository(tt *testing.T) { function TestIssue_GetRepositoryURL (line 22710) | func TestIssue_GetRepositoryURL(tt *testing.T) { function TestIssue_GetState (line 22721) | func TestIssue_GetState(tt *testing.T) { function TestIssue_GetStateReason (line 22732) | func TestIssue_GetStateReason(tt *testing.T) { function TestIssue_GetTextMatches (line 22743) | func TestIssue_GetTextMatches(tt *testing.T) { function TestIssue_GetTitle (line 22754) | func TestIssue_GetTitle(tt *testing.T) { function TestIssue_GetType (line 22765) | func TestIssue_GetType(tt *testing.T) { function TestIssue_GetUpdatedAt (line 22773) | func TestIssue_GetUpdatedAt(tt *testing.T) { function TestIssue_GetURL (line 22784) | func TestIssue_GetURL(tt *testing.T) { function TestIssue_GetUser (line 22795) | func TestIssue_GetUser(tt *testing.T) { function TestIssueComment_GetAuthorAssociation (line 22803) | func TestIssueComment_GetAuthorAssociation(tt *testing.T) { function TestIssueComment_GetBody (line 22814) | func TestIssueComment_GetBody(tt *testing.T) { function TestIssueComment_GetCreatedAt (line 22825) | func TestIssueComment_GetCreatedAt(tt *testing.T) { function TestIssueComment_GetHTMLURL (line 22836) | func TestIssueComment_GetHTMLURL(tt *testing.T) { function TestIssueComment_GetID (line 22847) | func TestIssueComment_GetID(tt *testing.T) { function TestIssueComment_GetIssueURL (line 22858) | func TestIssueComment_GetIssueURL(tt *testing.T) { function TestIssueComment_GetNodeID (line 22869) | func TestIssueComment_GetNodeID(tt *testing.T) { function TestIssueComment_GetReactions (line 22880) | func TestIssueComment_GetReactions(tt *testing.T) { function TestIssueComment_GetUpdatedAt (line 22888) | func TestIssueComment_GetUpdatedAt(tt *testing.T) { function TestIssueComment_GetURL (line 22899) | func TestIssueComment_GetURL(tt *testing.T) { function TestIssueComment_GetUser (line 22910) | func TestIssueComment_GetUser(tt *testing.T) { function TestIssueCommentEvent_GetAction (line 22918) | func TestIssueCommentEvent_GetAction(tt *testing.T) { function TestIssueCommentEvent_GetChanges (line 22929) | func TestIssueCommentEvent_GetChanges(tt *testing.T) { function TestIssueCommentEvent_GetComment (line 22937) | func TestIssueCommentEvent_GetComment(tt *testing.T) { function TestIssueCommentEvent_GetInstallation (line 22945) | func TestIssueCommentEvent_GetInstallation(tt *testing.T) { function TestIssueCommentEvent_GetIssue (line 22953) | func TestIssueCommentEvent_GetIssue(tt *testing.T) { function TestIssueCommentEvent_GetOrganization (line 22961) | func TestIssueCommentEvent_GetOrganization(tt *testing.T) { function TestIssueCommentEvent_GetRepo (line 22969) | func TestIssueCommentEvent_GetRepo(tt *testing.T) { function TestIssueCommentEvent_GetSender (line 22977) | func TestIssueCommentEvent_GetSender(tt *testing.T) { function TestIssueEvent_GetAction (line 22985) | func TestIssueEvent_GetAction(tt *testing.T) { function TestIssueEvent_GetActor (line 22993) | func TestIssueEvent_GetActor(tt *testing.T) { function TestIssueEvent_GetAssignee (line 23001) | func TestIssueEvent_GetAssignee(tt *testing.T) { function TestIssueEvent_GetAssigner (line 23009) | func TestIssueEvent_GetAssigner(tt *testing.T) { function TestIssueEvent_GetCommitID (line 23017) | func TestIssueEvent_GetCommitID(tt *testing.T) { function TestIssueEvent_GetCreatedAt (line 23028) | func TestIssueEvent_GetCreatedAt(tt *testing.T) { function TestIssueEvent_GetDismissedReview (line 23039) | func TestIssueEvent_GetDismissedReview(tt *testing.T) { function TestIssueEvent_GetEvent (line 23047) | func TestIssueEvent_GetEvent(tt *testing.T) { function TestIssueEvent_GetID (line 23058) | func TestIssueEvent_GetID(tt *testing.T) { function TestIssueEvent_GetIssue (line 23069) | func TestIssueEvent_GetIssue(tt *testing.T) { function TestIssueEvent_GetLabel (line 23077) | func TestIssueEvent_GetLabel(tt *testing.T) { function TestIssueEvent_GetLockReason (line 23085) | func TestIssueEvent_GetLockReason(tt *testing.T) { function TestIssueEvent_GetMilestone (line 23096) | func TestIssueEvent_GetMilestone(tt *testing.T) { function TestIssueEvent_GetPerformedViaGithubApp (line 23104) | func TestIssueEvent_GetPerformedViaGithubApp(tt *testing.T) { function TestIssueEvent_GetRename (line 23112) | func TestIssueEvent_GetRename(tt *testing.T) { function TestIssueEvent_GetRepository (line 23120) | func TestIssueEvent_GetRepository(tt *testing.T) { function TestIssueEvent_GetRequestedReviewer (line 23128) | func TestIssueEvent_GetRequestedReviewer(tt *testing.T) { function TestIssueEvent_GetRequestedTeam (line 23136) | func TestIssueEvent_GetRequestedTeam(tt *testing.T) { function TestIssueEvent_GetReviewRequester (line 23144) | func TestIssueEvent_GetReviewRequester(tt *testing.T) { function TestIssueEvent_GetURL (line 23152) | func TestIssueEvent_GetURL(tt *testing.T) { function TestIssueImport_GetAssignee (line 23163) | func TestIssueImport_GetAssignee(tt *testing.T) { function TestIssueImport_GetBody (line 23174) | func TestIssueImport_GetBody(tt *testing.T) { function TestIssueImport_GetClosed (line 23182) | func TestIssueImport_GetClosed(tt *testing.T) { function TestIssueImport_GetClosedAt (line 23193) | func TestIssueImport_GetClosedAt(tt *testing.T) { function TestIssueImport_GetCreatedAt (line 23204) | func TestIssueImport_GetCreatedAt(tt *testing.T) { function TestIssueImport_GetLabels (line 23215) | func TestIssueImport_GetLabels(tt *testing.T) { function TestIssueImport_GetMilestone (line 23226) | func TestIssueImport_GetMilestone(tt *testing.T) { function TestIssueImport_GetTitle (line 23237) | func TestIssueImport_GetTitle(tt *testing.T) { function TestIssueImport_GetUpdatedAt (line 23245) | func TestIssueImport_GetUpdatedAt(tt *testing.T) { function TestIssueImportError_GetCode (line 23256) | func TestIssueImportError_GetCode(tt *testing.T) { function TestIssueImportError_GetField (line 23267) | func TestIssueImportError_GetField(tt *testing.T) { function TestIssueImportError_GetLocation (line 23278) | func TestIssueImportError_GetLocation(tt *testing.T) { function TestIssueImportError_GetResource (line 23289) | func TestIssueImportError_GetResource(tt *testing.T) { function TestIssueImportError_GetValue (line 23300) | func TestIssueImportError_GetValue(tt *testing.T) { function TestIssueImportRequest_GetComments (line 23311) | func TestIssueImportRequest_GetComments(tt *testing.T) { function TestIssueImportRequest_GetIssueImport (line 23322) | func TestIssueImportRequest_GetIssueImport(tt *testing.T) { function TestIssueImportResponse_GetCreatedAt (line 23330) | func TestIssueImportResponse_GetCreatedAt(tt *testing.T) { function TestIssueImportResponse_GetDocumentationURL (line 23341) | func TestIssueImportResponse_GetDocumentationURL(tt *testing.T) { function TestIssueImportResponse_GetErrors (line 23352) | func TestIssueImportResponse_GetErrors(tt *testing.T) { function TestIssueImportResponse_GetID (line 23363) | func TestIssueImportResponse_GetID(tt *testing.T) { function TestIssueImportResponse_GetImportIssuesURL (line 23374) | func TestIssueImportResponse_GetImportIssuesURL(tt *testing.T) { function TestIssueImportResponse_GetMessage (line 23385) | func TestIssueImportResponse_GetMessage(tt *testing.T) { function TestIssueImportResponse_GetRepositoryURL (line 23396) | func TestIssueImportResponse_GetRepositoryURL(tt *testing.T) { function TestIssueImportResponse_GetStatus (line 23407) | func TestIssueImportResponse_GetStatus(tt *testing.T) { function TestIssueImportResponse_GetUpdatedAt (line 23418) | func TestIssueImportResponse_GetUpdatedAt(tt *testing.T) { function TestIssueImportResponse_GetURL (line 23429) | func TestIssueImportResponse_GetURL(tt *testing.T) { function TestIssueListByOrgOptions_GetDirection (line 23440) | func TestIssueListByOrgOptions_GetDirection(tt *testing.T) { function TestIssueListByOrgOptions_GetFilter (line 23448) | func TestIssueListByOrgOptions_GetFilter(tt *testing.T) { function TestIssueListByOrgOptions_GetLabels (line 23456) | func TestIssueListByOrgOptions_GetLabels(tt *testing.T) { function TestIssueListByOrgOptions_GetSince (line 23467) | func TestIssueListByOrgOptions_GetSince(tt *testing.T) { function TestIssueListByOrgOptions_GetSort (line 23475) | func TestIssueListByOrgOptions_GetSort(tt *testing.T) { function TestIssueListByOrgOptions_GetState (line 23483) | func TestIssueListByOrgOptions_GetState(tt *testing.T) { function TestIssueListByOrgOptions_GetType (line 23491) | func TestIssueListByOrgOptions_GetType(tt *testing.T) { function TestIssueListByRepoOptions_GetAssignee (line 23499) | func TestIssueListByRepoOptions_GetAssignee(tt *testing.T) { function TestIssueListByRepoOptions_GetCreator (line 23507) | func TestIssueListByRepoOptions_GetCreator(tt *testing.T) { function TestIssueListByRepoOptions_GetDirection (line 23515) | func TestIssueListByRepoOptions_GetDirection(tt *testing.T) { function TestIssueListByRepoOptions_GetLabels (line 23523) | func TestIssueListByRepoOptions_GetLabels(tt *testing.T) { function TestIssueListByRepoOptions_GetMentioned (line 23534) | func TestIssueListByRepoOptions_GetMentioned(tt *testing.T) { function TestIssueListByRepoOptions_GetMilestone (line 23542) | func TestIssueListByRepoOptions_GetMilestone(tt *testing.T) { function TestIssueListByRepoOptions_GetSince (line 23550) | func TestIssueListByRepoOptions_GetSince(tt *testing.T) { function TestIssueListByRepoOptions_GetSort (line 23558) | func TestIssueListByRepoOptions_GetSort(tt *testing.T) { function TestIssueListByRepoOptions_GetState (line 23566) | func TestIssueListByRepoOptions_GetState(tt *testing.T) { function TestIssueListByRepoOptions_GetType (line 23574) | func TestIssueListByRepoOptions_GetType(tt *testing.T) { function TestIssueListCommentsOptions_GetDirection (line 23582) | func TestIssueListCommentsOptions_GetDirection(tt *testing.T) { function TestIssueListCommentsOptions_GetSince (line 23593) | func TestIssueListCommentsOptions_GetSince(tt *testing.T) { function TestIssueListCommentsOptions_GetSort (line 23604) | func TestIssueListCommentsOptions_GetSort(tt *testing.T) { function TestIssueRequest_GetAssignee (line 23615) | func TestIssueRequest_GetAssignee(tt *testing.T) { function TestIssueRequest_GetAssignees (line 23626) | func TestIssueRequest_GetAssignees(tt *testing.T) { function TestIssueRequest_GetBody (line 23637) | func TestIssueRequest_GetBody(tt *testing.T) { function TestIssueRequest_GetLabels (line 23648) | func TestIssueRequest_GetLabels(tt *testing.T) { function TestIssueRequest_GetMilestone (line 23659) | func TestIssueRequest_GetMilestone(tt *testing.T) { function TestIssueRequest_GetState (line 23670) | func TestIssueRequest_GetState(tt *testing.T) { function TestIssueRequest_GetStateReason (line 23681) | func TestIssueRequest_GetStateReason(tt *testing.T) { function TestIssueRequest_GetTitle (line 23692) | func TestIssueRequest_GetTitle(tt *testing.T) { function TestIssueRequest_GetType (line 23703) | func TestIssueRequest_GetType(tt *testing.T) { function TestIssuesEvent_GetAction (line 23714) | func TestIssuesEvent_GetAction(tt *testing.T) { function TestIssuesEvent_GetAssignee (line 23725) | func TestIssuesEvent_GetAssignee(tt *testing.T) { function TestIssuesEvent_GetChanges (line 23733) | func TestIssuesEvent_GetChanges(tt *testing.T) { function TestIssuesEvent_GetInstallation (line 23741) | func TestIssuesEvent_GetInstallation(tt *testing.T) { function TestIssuesEvent_GetIssue (line 23749) | func TestIssuesEvent_GetIssue(tt *testing.T) { function TestIssuesEvent_GetLabel (line 23757) | func TestIssuesEvent_GetLabel(tt *testing.T) { function TestIssuesEvent_GetMilestone (line 23765) | func TestIssuesEvent_GetMilestone(tt *testing.T) { function TestIssuesEvent_GetOrg (line 23773) | func TestIssuesEvent_GetOrg(tt *testing.T) { function TestIssuesEvent_GetRepo (line 23781) | func TestIssuesEvent_GetRepo(tt *testing.T) { function TestIssuesEvent_GetSender (line 23789) | func TestIssuesEvent_GetSender(tt *testing.T) { function TestIssuesSearchResult_GetIncompleteResults (line 23797) | func TestIssuesSearchResult_GetIncompleteResults(tt *testing.T) { function TestIssuesSearchResult_GetIssues (line 23808) | func TestIssuesSearchResult_GetIssues(tt *testing.T) { function TestIssuesSearchResult_GetTotal (line 23819) | func TestIssuesSearchResult_GetTotal(tt *testing.T) { function TestIssueStats_GetClosedIssues (line 23830) | func TestIssueStats_GetClosedIssues(tt *testing.T) { function TestIssueStats_GetOpenIssues (line 23841) | func TestIssueStats_GetOpenIssues(tt *testing.T) { function TestIssueStats_GetTotalIssues (line 23852) | func TestIssueStats_GetTotalIssues(tt *testing.T) { function TestIssueType_GetColor (line 23863) | func TestIssueType_GetColor(tt *testing.T) { function TestIssueType_GetCreatedAt (line 23874) | func TestIssueType_GetCreatedAt(tt *testing.T) { function TestIssueType_GetDescription (line 23885) | func TestIssueType_GetDescription(tt *testing.T) { function TestIssueType_GetID (line 23896) | func TestIssueType_GetID(tt *testing.T) { function TestIssueType_GetName (line 23907) | func TestIssueType_GetName(tt *testing.T) { function TestIssueType_GetNodeID (line 23918) | func TestIssueType_GetNodeID(tt *testing.T) { function TestIssueType_GetUpdatedAt (line 23929) | func TestIssueType_GetUpdatedAt(tt *testing.T) { function TestJITRunnerConfig_GetEncodedJITConfig (line 23940) | func TestJITRunnerConfig_GetEncodedJITConfig(tt *testing.T) { function TestJITRunnerConfig_GetRunner (line 23951) | func TestJITRunnerConfig_GetRunner(tt *testing.T) { function TestJobs_GetJobs (line 23959) | func TestJobs_GetJobs(tt *testing.T) { function TestJobs_GetTotalCount (line 23970) | func TestJobs_GetTotalCount(tt *testing.T) { function TestKey_GetAddedBy (line 23981) | func TestKey_GetAddedBy(tt *testing.T) { function TestKey_GetCreatedAt (line 23992) | func TestKey_GetCreatedAt(tt *testing.T) { function TestKey_GetID (line 24003) | func TestKey_GetID(tt *testing.T) { function TestKey_GetKey (line 24014) | func TestKey_GetKey(tt *testing.T) { function TestKey_GetLastUsed (line 24025) | func TestKey_GetLastUsed(tt *testing.T) { function TestKey_GetReadOnly (line 24036) | func TestKey_GetReadOnly(tt *testing.T) { function TestKey_GetTitle (line 24047) | func TestKey_GetTitle(tt *testing.T) { function TestKey_GetURL (line 24058) | func TestKey_GetURL(tt *testing.T) { function TestKey_GetVerified (line 24069) | func TestKey_GetVerified(tt *testing.T) { function TestLabel_GetColor (line 24080) | func TestLabel_GetColor(tt *testing.T) { function TestLabel_GetDefault (line 24091) | func TestLabel_GetDefault(tt *testing.T) { function TestLabel_GetDescription (line 24102) | func TestLabel_GetDescription(tt *testing.T) { function TestLabel_GetID (line 24113) | func TestLabel_GetID(tt *testing.T) { function TestLabel_GetName (line 24124) | func TestLabel_GetName(tt *testing.T) { function TestLabel_GetNodeID (line 24135) | func TestLabel_GetNodeID(tt *testing.T) { function TestLabel_GetURL (line 24146) | func TestLabel_GetURL(tt *testing.T) { function TestLabelEvent_GetAction (line 24157) | func TestLabelEvent_GetAction(tt *testing.T) { function TestLabelEvent_GetChanges (line 24168) | func TestLabelEvent_GetChanges(tt *testing.T) { function TestLabelEvent_GetInstallation (line 24176) | func TestLabelEvent_GetInstallation(tt *testing.T) { function TestLabelEvent_GetLabel (line 24184) | func TestLabelEvent_GetLabel(tt *testing.T) { function TestLabelEvent_GetOrg (line 24192) | func TestLabelEvent_GetOrg(tt *testing.T) { function TestLabelEvent_GetRepo (line 24200) | func TestLabelEvent_GetRepo(tt *testing.T) { function TestLabelEvent_GetSender (line 24208) | func TestLabelEvent_GetSender(tt *testing.T) { function TestLabelResult_GetColor (line 24216) | func TestLabelResult_GetColor(tt *testing.T) { function TestLabelResult_GetDefault (line 24227) | func TestLabelResult_GetDefault(tt *testing.T) { function TestLabelResult_GetDescription (line 24238) | func TestLabelResult_GetDescription(tt *testing.T) { function TestLabelResult_GetID (line 24249) | func TestLabelResult_GetID(tt *testing.T) { function TestLabelResult_GetName (line 24260) | func TestLabelResult_GetName(tt *testing.T) { function TestLabelResult_GetScore (line 24271) | func TestLabelResult_GetScore(tt *testing.T) { function TestLabelResult_GetURL (line 24282) | func TestLabelResult_GetURL(tt *testing.T) { function TestLabelsSearchResult_GetIncompleteResults (line 24293) | func TestLabelsSearchResult_GetIncompleteResults(tt *testing.T) { function TestLabelsSearchResult_GetLabels (line 24304) | func TestLabelsSearchResult_GetLabels(tt *testing.T) { function TestLabelsSearchResult_GetTotal (line 24315) | func TestLabelsSearchResult_GetTotal(tt *testing.T) { function TestLargeFile_GetOID (line 24326) | func TestLargeFile_GetOID(tt *testing.T) { function TestLargeFile_GetPath (line 24337) | func TestLargeFile_GetPath(tt *testing.T) { function TestLargeFile_GetRefName (line 24348) | func TestLargeFile_GetRefName(tt *testing.T) { function TestLargeFile_GetSize (line 24359) | func TestLargeFile_GetSize(tt *testing.T) { function TestLastLicenseSync_GetProperties (line 24370) | func TestLastLicenseSync_GetProperties(tt *testing.T) { function TestLastLicenseSync_GetType (line 24378) | func TestLastLicenseSync_GetType(tt *testing.T) { function TestLastLicenseSyncProperties_GetDate (line 24386) | func TestLastLicenseSyncProperties_GetDate(tt *testing.T) { function TestLastLicenseSyncProperties_GetError (line 24397) | func TestLastLicenseSyncProperties_GetError(tt *testing.T) { function TestLastLicenseSyncProperties_GetStatus (line 24405) | func TestLastLicenseSyncProperties_GetStatus(tt *testing.T) { function TestLicense_GetBody (line 24413) | func TestLicense_GetBody(tt *testing.T) { function TestLicense_GetConditions (line 24424) | func TestLicense_GetConditions(tt *testing.T) { function TestLicense_GetDescription (line 24435) | func TestLicense_GetDescription(tt *testing.T) { function TestLicense_GetFeatured (line 24446) | func TestLicense_GetFeatured(tt *testing.T) { function TestLicense_GetHTMLURL (line 24457) | func TestLicense_GetHTMLURL(tt *testing.T) { function TestLicense_GetImplementation (line 24468) | func TestLicense_GetImplementation(tt *testing.T) { function TestLicense_GetKey (line 24479) | func TestLicense_GetKey(tt *testing.T) { function TestLicense_GetLimitations (line 24490) | func TestLicense_GetLimitations(tt *testing.T) { function TestLicense_GetName (line 24501) | func TestLicense_GetName(tt *testing.T) { function TestLicense_GetPermissions (line 24512) | func TestLicense_GetPermissions(tt *testing.T) { function TestLicense_GetSPDXID (line 24523) | func TestLicense_GetSPDXID(tt *testing.T) { function TestLicense_GetURL (line 24534) | func TestLicense_GetURL(tt *testing.T) { function TestLicenseCheck_GetStatus (line 24545) | func TestLicenseCheck_GetStatus(tt *testing.T) { function TestLicenseStatus_GetAdvancedSecurityEnabled (line 24556) | func TestLicenseStatus_GetAdvancedSecurityEnabled(tt *testing.T) { function TestLicenseStatus_GetAdvancedSecuritySeats (line 24567) | func TestLicenseStatus_GetAdvancedSecuritySeats(tt *testing.T) { function TestLicenseStatus_GetClusterSupport (line 24578) | func TestLicenseStatus_GetClusterSupport(tt *testing.T) { function TestLicenseStatus_GetCompany (line 24589) | func TestLicenseStatus_GetCompany(tt *testing.T) { function TestLicenseStatus_GetCroquetSupport (line 24600) | func TestLicenseStatus_GetCroquetSupport(tt *testing.T) { function TestLicenseStatus_GetCustomTerms (line 24611) | func TestLicenseStatus_GetCustomTerms(tt *testing.T) { function TestLicenseStatus_GetEvaluation (line 24622) | func TestLicenseStatus_GetEvaluation(tt *testing.T) { function TestLicenseStatus_GetExpireAt (line 24633) | func TestLicenseStatus_GetExpireAt(tt *testing.T) { function TestLicenseStatus_GetInsightsEnabled (line 24644) | func TestLicenseStatus_GetInsightsEnabled(tt *testing.T) { function TestLicenseStatus_GetInsightsExpireAt (line 24655) | func TestLicenseStatus_GetInsightsExpireAt(tt *testing.T) { function TestLicenseStatus_GetLearningLabEvaluationExpires (line 24666) | func TestLicenseStatus_GetLearningLabEvaluationExpires(tt *testing.T) { function TestLicenseStatus_GetLearningLabSeats (line 24677) | func TestLicenseStatus_GetLearningLabSeats(tt *testing.T) { function TestLicenseStatus_GetPerpetual (line 24688) | func TestLicenseStatus_GetPerpetual(tt *testing.T) { function TestLicenseStatus_GetReferenceNumber (line 24699) | func TestLicenseStatus_GetReferenceNumber(tt *testing.T) { function TestLicenseStatus_GetSeats (line 24710) | func TestLicenseStatus_GetSeats(tt *testing.T) { function TestLicenseStatus_GetSSHAllowed (line 24721) | func TestLicenseStatus_GetSSHAllowed(tt *testing.T) { function TestLicenseStatus_GetSupportKey (line 24732) | func TestLicenseStatus_GetSupportKey(tt *testing.T) { function TestLicenseStatus_GetUnlimitedSeating (line 24743) | func TestLicenseStatus_GetUnlimitedSeating(tt *testing.T) { function TestLinearHistoryRequirementEnforcementLevelChanges_GetFrom (line 24754) | func TestLinearHistoryRequirementEnforcementLevelChanges_GetFrom(tt *tes... function TestListAlertsOptions_GetDirection (line 24765) | func TestListAlertsOptions_GetDirection(tt *testing.T) { function TestListAlertsOptions_GetEcosystem (line 24776) | func TestListAlertsOptions_GetEcosystem(tt *testing.T) { function TestListAlertsOptions_GetPackage (line 24787) | func TestListAlertsOptions_GetPackage(tt *testing.T) { function TestListAlertsOptions_GetScope (line 24798) | func TestListAlertsOptions_GetScope(tt *testing.T) { function TestListAlertsOptions_GetSeverity (line 24809) | func TestListAlertsOptions_GetSeverity(tt *testing.T) { function TestListAlertsOptions_GetSort (line 24820) | func TestListAlertsOptions_GetSort(tt *testing.T) { function TestListAlertsOptions_GetState (line 24831) | func TestListAlertsOptions_GetState(tt *testing.T) { function TestListAllIssuesOptions_GetCollab (line 24842) | func TestListAllIssuesOptions_GetCollab(tt *testing.T) { function TestListAllIssuesOptions_GetDirection (line 24850) | func TestListAllIssuesOptions_GetDirection(tt *testing.T) { function TestListAllIssuesOptions_GetFilter (line 24858) | func TestListAllIssuesOptions_GetFilter(tt *testing.T) { function TestListAllIssuesOptions_GetLabels (line 24866) | func TestListAllIssuesOptions_GetLabels(tt *testing.T) { function TestListAllIssuesOptions_GetOrgs (line 24877) | func TestListAllIssuesOptions_GetOrgs(tt *testing.T) { function TestListAllIssuesOptions_GetOwned (line 24885) | func TestListAllIssuesOptions_GetOwned(tt *testing.T) { function TestListAllIssuesOptions_GetPulls (line 24893) | func TestListAllIssuesOptions_GetPulls(tt *testing.T) { function TestListAllIssuesOptions_GetSince (line 24901) | func TestListAllIssuesOptions_GetSince(tt *testing.T) { function TestListAllIssuesOptions_GetSort (line 24909) | func TestListAllIssuesOptions_GetSort(tt *testing.T) { function TestListAllIssuesOptions_GetState (line 24917) | func TestListAllIssuesOptions_GetState(tt *testing.T) { function TestListArtifactsOptions_GetName (line 24925) | func TestListArtifactsOptions_GetName(tt *testing.T) { function TestListCheckRunsOptions_GetAppID (line 24936) | func TestListCheckRunsOptions_GetAppID(tt *testing.T) { function TestListCheckRunsOptions_GetCheckName (line 24947) | func TestListCheckRunsOptions_GetCheckName(tt *testing.T) { function TestListCheckRunsOptions_GetFilter (line 24958) | func TestListCheckRunsOptions_GetFilter(tt *testing.T) { function TestListCheckRunsOptions_GetStatus (line 24969) | func TestListCheckRunsOptions_GetStatus(tt *testing.T) { function TestListCheckRunsResults_GetCheckRuns (line 24980) | func TestListCheckRunsResults_GetCheckRuns(tt *testing.T) { function TestListCheckRunsResults_GetTotal (line 24991) | func TestListCheckRunsResults_GetTotal(tt *testing.T) { function TestListCheckSuiteOptions_GetAppID (line 25002) | func TestListCheckSuiteOptions_GetAppID(tt *testing.T) { function TestListCheckSuiteOptions_GetCheckName (line 25013) | func TestListCheckSuiteOptions_GetCheckName(tt *testing.T) { function TestListCheckSuiteResults_GetCheckSuites (line 25024) | func TestListCheckSuiteResults_GetCheckSuites(tt *testing.T) { function TestListCheckSuiteResults_GetTotal (line 25035) | func TestListCheckSuiteResults_GetTotal(tt *testing.T) { function TestListCodeSecurityConfigurationRepositoriesOptions_GetAfter (line 25046) | func TestListCodeSecurityConfigurationRepositoriesOptions_GetAfter(tt *t... function TestListCodeSecurityConfigurationRepositoriesOptions_GetBefore (line 25054) | func TestListCodeSecurityConfigurationRepositoriesOptions_GetBefore(tt *... function TestListCodeSecurityConfigurationRepositoriesOptions_GetPerPage (line 25062) | func TestListCodeSecurityConfigurationRepositoriesOptions_GetPerPage(tt ... function TestListCodeSecurityConfigurationRepositoriesOptions_GetStatus (line 25070) | func TestListCodeSecurityConfigurationRepositoriesOptions_GetStatus(tt *... function TestListCodespaces_GetCodespaces (line 25078) | func TestListCodespaces_GetCodespaces(tt *testing.T) { function TestListCodespaces_GetTotalCount (line 25089) | func TestListCodespaces_GetTotalCount(tt *testing.T) { function TestListCodespacesOptions_GetRepositoryID (line 25100) | func TestListCodespacesOptions_GetRepositoryID(tt *testing.T) { function TestListCollaboratorsOptions_GetAffiliation (line 25108) | func TestListCollaboratorsOptions_GetAffiliation(tt *testing.T) { function TestListCollaboratorsOptions_GetPermission (line 25116) | func TestListCollaboratorsOptions_GetPermission(tt *testing.T) { function TestListContributorsOptions_GetAnon (line 25124) | func TestListContributorsOptions_GetAnon(tt *testing.T) { function TestListCopilotSeatsResponse_GetSeats (line 25132) | func TestListCopilotSeatsResponse_GetSeats(tt *testing.T) { function TestListCopilotSeatsResponse_GetTotalSeats (line 25143) | func TestListCopilotSeatsResponse_GetTotalSeats(tt *testing.T) { function TestListCostCenterOptions_GetState (line 25151) | func TestListCostCenterOptions_GetState(tt *testing.T) { function TestListCursorOptions_GetAfter (line 25162) | func TestListCursorOptions_GetAfter(tt *testing.T) { function TestListCursorOptions_GetBefore (line 25170) | func TestListCursorOptions_GetBefore(tt *testing.T) { function TestListCursorOptions_GetCursor (line 25178) | func TestListCursorOptions_GetCursor(tt *testing.T) { function TestListCursorOptions_GetFirst (line 25186) | func TestListCursorOptions_GetFirst(tt *testing.T) { function TestListCursorOptions_GetLast (line 25194) | func TestListCursorOptions_GetLast(tt *testing.T) { function TestListCursorOptions_GetPage (line 25202) | func TestListCursorOptions_GetPage(tt *testing.T) { function TestListCursorOptions_GetPerPage (line 25210) | func TestListCursorOptions_GetPerPage(tt *testing.T) { function TestListCustomDeploymentRuleIntegrationsResponse_GetAvailableIntegrations (line 25218) | func TestListCustomDeploymentRuleIntegrationsResponse_GetAvailableIntegr... function TestListCustomDeploymentRuleIntegrationsResponse_GetTotalCount (line 25229) | func TestListCustomDeploymentRuleIntegrationsResponse_GetTotalCount(tt *... function TestListCustomPropertyValuesOptions_GetRepositoryQuery (line 25240) | func TestListCustomPropertyValuesOptions_GetRepositoryQuery(tt *testing.... function TestListDeploymentProtectionRuleResponse_GetProtectionRules (line 25248) | func TestListDeploymentProtectionRuleResponse_GetProtectionRules(tt *tes... function TestListDeploymentProtectionRuleResponse_GetTotalCount (line 25259) | func TestListDeploymentProtectionRuleResponse_GetTotalCount(tt *testing.... function TestListEnterpriseCodeSecurityConfigurationOptions_GetAfter (line 25270) | func TestListEnterpriseCodeSecurityConfigurationOptions_GetAfter(tt *tes... function TestListEnterpriseCodeSecurityConfigurationOptions_GetBefore (line 25278) | func TestListEnterpriseCodeSecurityConfigurationOptions_GetBefore(tt *te... function TestListEnterpriseCodeSecurityConfigurationOptions_GetPerPage (line 25286) | func TestListEnterpriseCodeSecurityConfigurationOptions_GetPerPage(tt *t... function TestListEnterpriseRunnerGroupOptions_GetVisibleToOrganization (line 25294) | func TestListEnterpriseRunnerGroupOptions_GetVisibleToOrganization(tt *t... function TestListExternalGroupsOptions_GetDisplayName (line 25302) | func TestListExternalGroupsOptions_GetDisplayName(tt *testing.T) { function TestListFineGrainedPATOptions_GetDirection (line 25313) | func TestListFineGrainedPATOptions_GetDirection(tt *testing.T) { function TestListFineGrainedPATOptions_GetLastUsedAfter (line 25321) | func TestListFineGrainedPATOptions_GetLastUsedAfter(tt *testing.T) { function TestListFineGrainedPATOptions_GetLastUsedBefore (line 25329) | func TestListFineGrainedPATOptions_GetLastUsedBefore(tt *testing.T) { function TestListFineGrainedPATOptions_GetOwner (line 25337) | func TestListFineGrainedPATOptions_GetOwner(tt *testing.T) { function TestListFineGrainedPATOptions_GetPermission (line 25348) | func TestListFineGrainedPATOptions_GetPermission(tt *testing.T) { function TestListFineGrainedPATOptions_GetRepository (line 25356) | func TestListFineGrainedPATOptions_GetRepository(tt *testing.T) { function TestListFineGrainedPATOptions_GetSort (line 25364) | func TestListFineGrainedPATOptions_GetSort(tt *testing.T) { function TestListFineGrainedPATOptions_GetTokenID (line 25372) | func TestListFineGrainedPATOptions_GetTokenID(tt *testing.T) { function TestListGlobalSecurityAdvisoriesOptions_GetAffects (line 25383) | func TestListGlobalSecurityAdvisoriesOptions_GetAffects(tt *testing.T) { function TestListGlobalSecurityAdvisoriesOptions_GetCVEID (line 25394) | func TestListGlobalSecurityAdvisoriesOptions_GetCVEID(tt *testing.T) { function TestListGlobalSecurityAdvisoriesOptions_GetCWEs (line 25405) | func TestListGlobalSecurityAdvisoriesOptions_GetCWEs(tt *testing.T) { function TestListGlobalSecurityAdvisoriesOptions_GetEcosystem (line 25416) | func TestListGlobalSecurityAdvisoriesOptions_GetEcosystem(tt *testing.T) { function TestListGlobalSecurityAdvisoriesOptions_GetGHSAID (line 25427) | func TestListGlobalSecurityAdvisoriesOptions_GetGHSAID(tt *testing.T) { function TestListGlobalSecurityAdvisoriesOptions_GetIsWithdrawn (line 25438) | func TestListGlobalSecurityAdvisoriesOptions_GetIsWithdrawn(tt *testing.... function TestListGlobalSecurityAdvisoriesOptions_GetModified (line 25449) | func TestListGlobalSecurityAdvisoriesOptions_GetModified(tt *testing.T) { function TestListGlobalSecurityAdvisoriesOptions_GetPublished (line 25460) | func TestListGlobalSecurityAdvisoriesOptions_GetPublished(tt *testing.T) { function TestListGlobalSecurityAdvisoriesOptions_GetSeverity (line 25471) | func TestListGlobalSecurityAdvisoriesOptions_GetSeverity(tt *testing.T) { function TestListGlobalSecurityAdvisoriesOptions_GetType (line 25482) | func TestListGlobalSecurityAdvisoriesOptions_GetType(tt *testing.T) { function TestListGlobalSecurityAdvisoriesOptions_GetUpdated (line 25493) | func TestListGlobalSecurityAdvisoriesOptions_GetUpdated(tt *testing.T) { function TestListIDPGroupsOptions_GetQuery (line 25504) | func TestListIDPGroupsOptions_GetQuery(tt *testing.T) { function TestListLicensesOptions_GetFeatured (line 25512) | func TestListLicensesOptions_GetFeatured(tt *testing.T) { function TestListMembersOptions_GetFilter (line 25523) | func TestListMembersOptions_GetFilter(tt *testing.T) { function TestListMembersOptions_GetPublicOnly (line 25531) | func TestListMembersOptions_GetPublicOnly(tt *testing.T) { function TestListMembersOptions_GetRole (line 25539) | func TestListMembersOptions_GetRole(tt *testing.T) { function TestListOptions_GetPage (line 25547) | func TestListOptions_GetPage(tt *testing.T) { function TestListOptions_GetPerPage (line 25555) | func TestListOptions_GetPerPage(tt *testing.T) { function TestListOrganizations_GetOrganizations (line 25563) | func TestListOrganizations_GetOrganizations(tt *testing.T) { function TestListOrganizations_GetTotalCount (line 25574) | func TestListOrganizations_GetTotalCount(tt *testing.T) { function TestListOrgCodeSecurityConfigurationOptions_GetAfter (line 25585) | func TestListOrgCodeSecurityConfigurationOptions_GetAfter(tt *testing.T) { function TestListOrgCodeSecurityConfigurationOptions_GetBefore (line 25593) | func TestListOrgCodeSecurityConfigurationOptions_GetBefore(tt *testing.T) { function TestListOrgCodeSecurityConfigurationOptions_GetPerPage (line 25601) | func TestListOrgCodeSecurityConfigurationOptions_GetPerPage(tt *testing.... function TestListOrgCodeSecurityConfigurationOptions_GetTargetType (line 25609) | func TestListOrgCodeSecurityConfigurationOptions_GetTargetType(tt *testi... function TestListOrgMembershipsOptions_GetState (line 25617) | func TestListOrgMembershipsOptions_GetState(tt *testing.T) { function TestListOrgRunnerGroupOptions_GetVisibleToRepository (line 25625) | func TestListOrgRunnerGroupOptions_GetVisibleToRepository(tt *testing.T) { function TestListOutsideCollaboratorsOptions_GetFilter (line 25633) | func TestListOutsideCollaboratorsOptions_GetFilter(tt *testing.T) { function TestListPackageVersionsOptions_GetState (line 25641) | func TestListPackageVersionsOptions_GetState(tt *testing.T) { function TestListProjectItemsOptions_GetFields (line 25649) | func TestListProjectItemsOptions_GetFields(tt *testing.T) { function TestListProjectsOptions_GetQuery (line 25660) | func TestListProjectsOptions_GetQuery(tt *testing.T) { function TestListProjectsPaginationOptions_GetAfter (line 25668) | func TestListProjectsPaginationOptions_GetAfter(tt *testing.T) { function TestListProjectsPaginationOptions_GetBefore (line 25676) | func TestListProjectsPaginationOptions_GetBefore(tt *testing.T) { function TestListProjectsPaginationOptions_GetPerPage (line 25684) | func TestListProjectsPaginationOptions_GetPerPage(tt *testing.T) { function TestListProvisionedSCIMGroupsEnterpriseOptions_GetCount (line 25692) | func TestListProvisionedSCIMGroupsEnterpriseOptions_GetCount(tt *testing... function TestListProvisionedSCIMGroupsEnterpriseOptions_GetExcludedAttributes (line 25703) | func TestListProvisionedSCIMGroupsEnterpriseOptions_GetExcludedAttribute... function TestListProvisionedSCIMGroupsEnterpriseOptions_GetFilter (line 25714) | func TestListProvisionedSCIMGroupsEnterpriseOptions_GetFilter(tt *testin... function TestListProvisionedSCIMGroupsEnterpriseOptions_GetStartIndex (line 25725) | func TestListProvisionedSCIMGroupsEnterpriseOptions_GetStartIndex(tt *te... function TestListProvisionedSCIMUsersEnterpriseOptions_GetCount (line 25736) | func TestListProvisionedSCIMUsersEnterpriseOptions_GetCount(tt *testing.... function TestListProvisionedSCIMUsersEnterpriseOptions_GetFilter (line 25747) | func TestListProvisionedSCIMUsersEnterpriseOptions_GetFilter(tt *testing... function TestListProvisionedSCIMUsersEnterpriseOptions_GetStartIndex (line 25758) | func TestListProvisionedSCIMUsersEnterpriseOptions_GetStartIndex(tt *tes... function TestListReactionOptions_GetContent (line 25769) | func TestListReactionOptions_GetContent(tt *testing.T) { function TestListRepoMachineTypesOptions_GetClientIP (line 25777) | func TestListRepoMachineTypesOptions_GetClientIP(tt *testing.T) { function TestListRepoMachineTypesOptions_GetLocation (line 25788) | func TestListRepoMachineTypesOptions_GetLocation(tt *testing.T) { function TestListRepoMachineTypesOptions_GetRef (line 25799) | func TestListRepoMachineTypesOptions_GetRef(tt *testing.T) { function TestListRepositories_GetRepositories (line 25810) | func TestListRepositories_GetRepositories(tt *testing.T) { function TestListRepositories_GetTotalCount (line 25821) | func TestListRepositories_GetTotalCount(tt *testing.T) { function TestListRepositoryActivityOptions_GetActivityType (line 25832) | func TestListRepositoryActivityOptions_GetActivityType(tt *testing.T) { function TestListRepositoryActivityOptions_GetActor (line 25840) | func TestListRepositoryActivityOptions_GetActor(tt *testing.T) { function TestListRepositoryActivityOptions_GetAfter (line 25848) | func TestListRepositoryActivityOptions_GetAfter(tt *testing.T) { function TestListRepositoryActivityOptions_GetBefore (line 25856) | func TestListRepositoryActivityOptions_GetBefore(tt *testing.T) { function TestListRepositoryActivityOptions_GetDirection (line 25864) | func TestListRepositoryActivityOptions_GetDirection(tt *testing.T) { function TestListRepositoryActivityOptions_GetPerPage (line 25872) | func TestListRepositoryActivityOptions_GetPerPage(tt *testing.T) { function TestListRepositoryActivityOptions_GetRef (line 25880) | func TestListRepositoryActivityOptions_GetRef(tt *testing.T) { function TestListRepositoryActivityOptions_GetTimePeriod (line 25888) | func TestListRepositoryActivityOptions_GetTimePeriod(tt *testing.T) { function TestListRepositorySecurityAdvisoriesOptions_GetDirection (line 25896) | func TestListRepositorySecurityAdvisoriesOptions_GetDirection(tt *testin... function TestListRepositorySecurityAdvisoriesOptions_GetSort (line 25904) | func TestListRepositorySecurityAdvisoriesOptions_GetSort(tt *testing.T) { function TestListRepositorySecurityAdvisoriesOptions_GetState (line 25912) | func TestListRepositorySecurityAdvisoriesOptions_GetState(tt *testing.T) { function TestListRunnersOptions_GetName (line 25920) | func TestListRunnersOptions_GetName(tt *testing.T) { function TestListSCIMProvisionedIdentitiesOptions_GetCount (line 25931) | func TestListSCIMProvisionedIdentitiesOptions_GetCount(tt *testing.T) { function TestListSCIMProvisionedIdentitiesOptions_GetFilter (line 25942) | func TestListSCIMProvisionedIdentitiesOptions_GetFilter(tt *testing.T) { function TestListSCIMProvisionedIdentitiesOptions_GetStartIndex (line 25953) | func TestListSCIMProvisionedIdentitiesOptions_GetStartIndex(tt *testing.... function TestListUserIssuesOptions_GetDirection (line 25964) | func TestListUserIssuesOptions_GetDirection(tt *testing.T) { function TestListUserIssuesOptions_GetFilter (line 25972) | func TestListUserIssuesOptions_GetFilter(tt *testing.T) { function TestListUserIssuesOptions_GetLabels (line 25980) | func TestListUserIssuesOptions_GetLabels(tt *testing.T) { function TestListUserIssuesOptions_GetSince (line 25991) | func TestListUserIssuesOptions_GetSince(tt *testing.T) { function TestListUserIssuesOptions_GetSort (line 25999) | func TestListUserIssuesOptions_GetSort(tt *testing.T) { function TestListUserIssuesOptions_GetState (line 26007) | func TestListUserIssuesOptions_GetState(tt *testing.T) { function TestListWorkflowJobsOptions_GetFilter (line 26015) | func TestListWorkflowJobsOptions_GetFilter(tt *testing.T) { function TestListWorkflowRunsOptions_GetActor (line 26023) | func TestListWorkflowRunsOptions_GetActor(tt *testing.T) { function TestListWorkflowRunsOptions_GetBranch (line 26031) | func TestListWorkflowRunsOptions_GetBranch(tt *testing.T) { function TestListWorkflowRunsOptions_GetCheckSuiteID (line 26039) | func TestListWorkflowRunsOptions_GetCheckSuiteID(tt *testing.T) { function TestListWorkflowRunsOptions_GetCreated (line 26047) | func TestListWorkflowRunsOptions_GetCreated(tt *testing.T) { function TestListWorkflowRunsOptions_GetEvent (line 26055) | func TestListWorkflowRunsOptions_GetEvent(tt *testing.T) { function TestListWorkflowRunsOptions_GetExcludePullRequests (line 26063) | func TestListWorkflowRunsOptions_GetExcludePullRequests(tt *testing.T) { function TestListWorkflowRunsOptions_GetHeadSHA (line 26071) | func TestListWorkflowRunsOptions_GetHeadSHA(tt *testing.T) { function TestListWorkflowRunsOptions_GetStatus (line 26079) | func TestListWorkflowRunsOptions_GetStatus(tt *testing.T) { function TestLocation_GetEndColumn (line 26087) | func TestLocation_GetEndColumn(tt *testing.T) { function TestLocation_GetEndLine (line 26098) | func TestLocation_GetEndLine(tt *testing.T) { function TestLocation_GetPath (line 26109) | func TestLocation_GetPath(tt *testing.T) { function TestLocation_GetStartColumn (line 26120) | func TestLocation_GetStartColumn(tt *testing.T) { function TestLocation_GetStartLine (line 26131) | func TestLocation_GetStartLine(tt *testing.T) { function TestLockBranch_GetEnabled (line 26142) | func TestLockBranch_GetEnabled(tt *testing.T) { function TestLockIssueOptions_GetLockReason (line 26153) | func TestLockIssueOptions_GetLockReason(tt *testing.T) { function TestMaintenanceOperationStatus_GetHostname (line 26161) | func TestMaintenanceOperationStatus_GetHostname(tt *testing.T) { function TestMaintenanceOperationStatus_GetMessage (line 26172) | func TestMaintenanceOperationStatus_GetMessage(tt *testing.T) { function TestMaintenanceOperationStatus_GetUUID (line 26183) | func TestMaintenanceOperationStatus_GetUUID(tt *testing.T) { function TestMaintenanceOptions_GetEnabled (line 26194) | func TestMaintenanceOptions_GetEnabled(tt *testing.T) { function TestMaintenanceOptions_GetIPExceptionList (line 26202) | func TestMaintenanceOptions_GetIPExceptionList(tt *testing.T) { function TestMaintenanceOptions_GetMaintenanceModeMessage (line 26213) | func TestMaintenanceOptions_GetMaintenanceModeMessage(tt *testing.T) { function TestMaintenanceOptions_GetUUID (line 26224) | func TestMaintenanceOptions_GetUUID(tt *testing.T) { function TestMaintenanceOptions_GetWhen (line 26235) | func TestMaintenanceOptions_GetWhen(tt *testing.T) { function TestMaintenanceStatus_GetCanUnsetMaintenance (line 26246) | func TestMaintenanceStatus_GetCanUnsetMaintenance(tt *testing.T) { function TestMaintenanceStatus_GetConnectionServices (line 26257) | func TestMaintenanceStatus_GetConnectionServices(tt *testing.T) { function TestMaintenanceStatus_GetHostname (line 26268) | func TestMaintenanceStatus_GetHostname(tt *testing.T) { function TestMaintenanceStatus_GetIPExceptionList (line 26279) | func TestMaintenanceStatus_GetIPExceptionList(tt *testing.T) { function TestMaintenanceStatus_GetMaintenanceModeMessage (line 26290) | func TestMaintenanceStatus_GetMaintenanceModeMessage(tt *testing.T) { function TestMaintenanceStatus_GetScheduledTime (line 26301) | func TestMaintenanceStatus_GetScheduledTime(tt *testing.T) { function TestMaintenanceStatus_GetStatus (line 26312) | func TestMaintenanceStatus_GetStatus(tt *testing.T) { function TestMaintenanceStatus_GetUUID (line 26323) | func TestMaintenanceStatus_GetUUID(tt *testing.T) { function TestMarkdownOptions_GetContext (line 26334) | func TestMarkdownOptions_GetContext(tt *testing.T) { function TestMarkdownOptions_GetMode (line 26342) | func TestMarkdownOptions_GetMode(tt *testing.T) { function TestMarketplacePendingChange_GetEffectiveDate (line 26350) | func TestMarketplacePendingChange_GetEffectiveDate(tt *testing.T) { function TestMarketplacePendingChange_GetID (line 26361) | func TestMarketplacePendingChange_GetID(tt *testing.T) { function TestMarketplacePendingChange_GetPlan (line 26372) | func TestMarketplacePendingChange_GetPlan(tt *testing.T) { function TestMarketplacePendingChange_GetUnitCount (line 26380) | func TestMarketplacePendingChange_GetUnitCount(tt *testing.T) { function TestMarketplacePlan_GetAccountsURL (line 26391) | func TestMarketplacePlan_GetAccountsURL(tt *testing.T) { function TestMarketplacePlan_GetBullets (line 26402) | func TestMarketplacePlan_GetBullets(tt *testing.T) { function TestMarketplacePlan_GetDescription (line 26413) | func TestMarketplacePlan_GetDescription(tt *testing.T) { function TestMarketplacePlan_GetHasFreeTrial (line 26424) | func TestMarketplacePlan_GetHasFreeTrial(tt *testing.T) { function TestMarketplacePlan_GetID (line 26435) | func TestMarketplacePlan_GetID(tt *testing.T) { function TestMarketplacePlan_GetMonthlyPriceInCents (line 26446) | func TestMarketplacePlan_GetMonthlyPriceInCents(tt *testing.T) { function TestMarketplacePlan_GetName (line 26457) | func TestMarketplacePlan_GetName(tt *testing.T) { function TestMarketplacePlan_GetNumber (line 26468) | func TestMarketplacePlan_GetNumber(tt *testing.T) { function TestMarketplacePlan_GetPriceModel (line 26479) | func TestMarketplacePlan_GetPriceModel(tt *testing.T) { function TestMarketplacePlan_GetState (line 26490) | func TestMarketplacePlan_GetState(tt *testing.T) { function TestMarketplacePlan_GetUnitName (line 26501) | func TestMarketplacePlan_GetUnitName(tt *testing.T) { function TestMarketplacePlan_GetURL (line 26512) | func TestMarketplacePlan_GetURL(tt *testing.T) { function TestMarketplacePlan_GetYearlyPriceInCents (line 26523) | func TestMarketplacePlan_GetYearlyPriceInCents(tt *testing.T) { function TestMarketplacePlanAccount_GetID (line 26534) | func TestMarketplacePlanAccount_GetID(tt *testing.T) { function TestMarketplacePlanAccount_GetLogin (line 26545) | func TestMarketplacePlanAccount_GetLogin(tt *testing.T) { function TestMarketplacePlanAccount_GetMarketplacePendingChange (line 26556) | func TestMarketplacePlanAccount_GetMarketplacePendingChange(tt *testing.... function TestMarketplacePlanAccount_GetMarketplacePurchase (line 26564) | func TestMarketplacePlanAccount_GetMarketplacePurchase(tt *testing.T) { function TestMarketplacePlanAccount_GetOrganizationBillingEmail (line 26572) | func TestMarketplacePlanAccount_GetOrganizationBillingEmail(tt *testing.... function TestMarketplacePlanAccount_GetType (line 26583) | func TestMarketplacePlanAccount_GetType(tt *testing.T) { function TestMarketplacePlanAccount_GetURL (line 26594) | func TestMarketplacePlanAccount_GetURL(tt *testing.T) { function TestMarketplacePurchase_GetAccount (line 26605) | func TestMarketplacePurchase_GetAccount(tt *testing.T) { function TestMarketplacePurchase_GetBillingCycle (line 26613) | func TestMarketplacePurchase_GetBillingCycle(tt *testing.T) { function TestMarketplacePurchase_GetFreeTrialEndsOn (line 26624) | func TestMarketplacePurchase_GetFreeTrialEndsOn(tt *testing.T) { function TestMarketplacePurchase_GetNextBillingDate (line 26635) | func TestMarketplacePurchase_GetNextBillingDate(tt *testing.T) { function TestMarketplacePurchase_GetOnFreeTrial (line 26646) | func TestMarketplacePurchase_GetOnFreeTrial(tt *testing.T) { function TestMarketplacePurchase_GetPlan (line 26657) | func TestMarketplacePurchase_GetPlan(tt *testing.T) { function TestMarketplacePurchase_GetUnitCount (line 26665) | func TestMarketplacePurchase_GetUnitCount(tt *testing.T) { function TestMarketplacePurchase_GetUpdatedAt (line 26676) | func TestMarketplacePurchase_GetUpdatedAt(tt *testing.T) { function TestMarketplacePurchaseAccount_GetEmail (line 26687) | func TestMarketplacePurchaseAccount_GetEmail(tt *testing.T) { function TestMarketplacePurchaseAccount_GetID (line 26698) | func TestMarketplacePurchaseAccount_GetID(tt *testing.T) { function TestMarketplacePurchaseAccount_GetLogin (line 26709) | func TestMarketplacePurchaseAccount_GetLogin(tt *testing.T) { function TestMarketplacePurchaseAccount_GetNodeID (line 26720) | func TestMarketplacePurchaseAccount_GetNodeID(tt *testing.T) { function TestMarketplacePurchaseAccount_GetOrganizationBillingEmail (line 26731) | func TestMarketplacePurchaseAccount_GetOrganizationBillingEmail(tt *test... function TestMarketplacePurchaseAccount_GetType (line 26742) | func TestMarketplacePurchaseAccount_GetType(tt *testing.T) { function TestMarketplacePurchaseAccount_GetURL (line 26753) | func TestMarketplacePurchaseAccount_GetURL(tt *testing.T) { function TestMarketplacePurchaseEvent_GetAction (line 26764) | func TestMarketplacePurchaseEvent_GetAction(tt *testing.T) { function TestMarketplacePurchaseEvent_GetEffectiveDate (line 26775) | func TestMarketplacePurchaseEvent_GetEffectiveDate(tt *testing.T) { function TestMarketplacePurchaseEvent_GetInstallation (line 26786) | func TestMarketplacePurchaseEvent_GetInstallation(tt *testing.T) { function TestMarketplacePurchaseEvent_GetMarketplacePurchase (line 26794) | func TestMarketplacePurchaseEvent_GetMarketplacePurchase(tt *testing.T) { function TestMarketplacePurchaseEvent_GetOrg (line 26802) | func TestMarketplacePurchaseEvent_GetOrg(tt *testing.T) { function TestMarketplacePurchaseEvent_GetPreviousMarketplacePurchase (line 26810) | func TestMarketplacePurchaseEvent_GetPreviousMarketplacePurchase(tt *tes... function TestMarketplacePurchaseEvent_GetSender (line 26818) | func TestMarketplacePurchaseEvent_GetSender(tt *testing.T) { function TestMatch_GetIndices (line 26826) | func TestMatch_GetIndices(tt *testing.T) { function TestMatch_GetText (line 26837) | func TestMatch_GetText(tt *testing.T) { function TestMaxFilePathLengthBranchRule_GetParameters (line 26848) | func TestMaxFilePathLengthBranchRule_GetParameters(tt *testing.T) { function TestMaxFilePathLengthRuleParameters_GetMaxFilePathLength (line 26856) | func TestMaxFilePathLengthRuleParameters_GetMaxFilePathLength(tt *testin... function TestMaxFileSizeBranchRule_GetParameters (line 26864) | func TestMaxFileSizeBranchRule_GetParameters(tt *testing.T) { function TestMaxFileSizeRuleParameters_GetMaxFileSize (line 26872) | func TestMaxFileSizeRuleParameters_GetMaxFileSize(tt *testing.T) { function TestMemberChanges_GetPermission (line 26880) | func TestMemberChanges_GetPermission(tt *testing.T) { function TestMemberChanges_GetRoleName (line 26888) | func TestMemberChanges_GetRoleName(tt *testing.T) { function TestMemberChangesPermission_GetFrom (line 26896) | func TestMemberChangesPermission_GetFrom(tt *testing.T) { function TestMemberChangesPermission_GetTo (line 26907) | func TestMemberChangesPermission_GetTo(tt *testing.T) { function TestMemberChangesRoleName_GetFrom (line 26918) | func TestMemberChangesRoleName_GetFrom(tt *testing.T) { function TestMemberChangesRoleName_GetTo (line 26929) | func TestMemberChangesRoleName_GetTo(tt *testing.T) { function TestMemberEvent_GetAction (line 26940) | func TestMemberEvent_GetAction(tt *testing.T) { function TestMemberEvent_GetChanges (line 26951) | func TestMemberEvent_GetChanges(tt *testing.T) { function TestMemberEvent_GetInstallation (line 26959) | func TestMemberEvent_GetInstallation(tt *testing.T) { function TestMemberEvent_GetMember (line 26967) | func TestMemberEvent_GetMember(tt *testing.T) { function TestMemberEvent_GetOrg (line 26975) | func TestMemberEvent_GetOrg(tt *testing.T) { function TestMemberEvent_GetRepo (line 26983) | func TestMemberEvent_GetRepo(tt *testing.T) { function TestMemberEvent_GetSender (line 26991) | func TestMemberEvent_GetSender(tt *testing.T) { function TestMembership_GetOrganization (line 26999) | func TestMembership_GetOrganization(tt *testing.T) { function TestMembership_GetOrganizationURL (line 27007) | func TestMembership_GetOrganizationURL(tt *testing.T) { function TestMembership_GetRole (line 27018) | func TestMembership_GetRole(tt *testing.T) { function TestMembership_GetState (line 27029) | func TestMembership_GetState(tt *testing.T) { function TestMembership_GetURL (line 27040) | func TestMembership_GetURL(tt *testing.T) { function TestMembership_GetUser (line 27051) | func TestMembership_GetUser(tt *testing.T) { function TestMembershipEvent_GetAction (line 27059) | func TestMembershipEvent_GetAction(tt *testing.T) { function TestMembershipEvent_GetInstallation (line 27070) | func TestMembershipEvent_GetInstallation(tt *testing.T) { function TestMembershipEvent_GetMember (line 27078) | func TestMembershipEvent_GetMember(tt *testing.T) { function TestMembershipEvent_GetOrg (line 27086) | func TestMembershipEvent_GetOrg(tt *testing.T) { function TestMembershipEvent_GetScope (line 27094) | func TestMembershipEvent_GetScope(tt *testing.T) { function TestMembershipEvent_GetSender (line 27105) | func TestMembershipEvent_GetSender(tt *testing.T) { function TestMembershipEvent_GetTeam (line 27113) | func TestMembershipEvent_GetTeam(tt *testing.T) { function TestMergeGroup_GetBaseRef (line 27121) | func TestMergeGroup_GetBaseRef(tt *testing.T) { function TestMergeGroup_GetBaseSHA (line 27132) | func TestMergeGroup_GetBaseSHA(tt *testing.T) { function TestMergeGroup_GetHeadCommit (line 27143) | func TestMergeGroup_GetHeadCommit(tt *testing.T) { function TestMergeGroup_GetHeadRef (line 27151) | func TestMergeGroup_GetHeadRef(tt *testing.T) { function TestMergeGroup_GetHeadSHA (line 27162) | func TestMergeGroup_GetHeadSHA(tt *testing.T) { function TestMergeGroupEvent_GetAction (line 27173) | func TestMergeGroupEvent_GetAction(tt *testing.T) { function TestMergeGroupEvent_GetInstallation (line 27184) | func TestMergeGroupEvent_GetInstallation(tt *testing.T) { function TestMergeGroupEvent_GetMergeGroup (line 27192) | func TestMergeGroupEvent_GetMergeGroup(tt *testing.T) { function TestMergeGroupEvent_GetOrg (line 27200) | func TestMergeGroupEvent_GetOrg(tt *testing.T) { function TestMergeGroupEvent_GetReason (line 27208) | func TestMergeGroupEvent_GetReason(tt *testing.T) { function TestMergeGroupEvent_GetRepo (line 27219) | func TestMergeGroupEvent_GetRepo(tt *testing.T) { function TestMergeGroupEvent_GetSender (line 27227) | func TestMergeGroupEvent_GetSender(tt *testing.T) { function TestMergeQueueBranchRule_GetParameters (line 27235) | func TestMergeQueueBranchRule_GetParameters(tt *testing.T) { function TestMergeQueueRuleParameters_GetCheckResponseTimeoutMinutes (line 27243) | func TestMergeQueueRuleParameters_GetCheckResponseTimeoutMinutes(tt *tes... function TestMergeQueueRuleParameters_GetGroupingStrategy (line 27251) | func TestMergeQueueRuleParameters_GetGroupingStrategy(tt *testing.T) { function TestMergeQueueRuleParameters_GetMaxEntriesToBuild (line 27259) | func TestMergeQueueRuleParameters_GetMaxEntriesToBuild(tt *testing.T) { function TestMergeQueueRuleParameters_GetMaxEntriesToMerge (line 27267) | func TestMergeQueueRuleParameters_GetMaxEntriesToMerge(tt *testing.T) { function TestMergeQueueRuleParameters_GetMergeMethod (line 27275) | func TestMergeQueueRuleParameters_GetMergeMethod(tt *testing.T) { function TestMergeQueueRuleParameters_GetMinEntriesToMerge (line 27283) | func TestMergeQueueRuleParameters_GetMinEntriesToMerge(tt *testing.T) { function TestMergeQueueRuleParameters_GetMinEntriesToMergeWaitMinutes (line 27291) | func TestMergeQueueRuleParameters_GetMinEntriesToMergeWaitMinutes(tt *te... function TestMessage_GetText (line 27299) | func TestMessage_GetText(tt *testing.T) { function TestMetaEvent_GetAction (line 27310) | func TestMetaEvent_GetAction(tt *testing.T) { function TestMetaEvent_GetHook (line 27321) | func TestMetaEvent_GetHook(tt *testing.T) { function TestMetaEvent_GetHookID (line 27329) | func TestMetaEvent_GetHookID(tt *testing.T) { function TestMetaEvent_GetInstallation (line 27340) | func TestMetaEvent_GetInstallation(tt *testing.T) { function TestMetaEvent_GetOrg (line 27348) | func TestMetaEvent_GetOrg(tt *testing.T) { function TestMetaEvent_GetRepo (line 27356) | func TestMetaEvent_GetRepo(tt *testing.T) { function TestMetaEvent_GetSender (line 27364) | func TestMetaEvent_GetSender(tt *testing.T) { function TestMetric_GetHTMLURL (line 27372) | func TestMetric_GetHTMLURL(tt *testing.T) { function TestMetric_GetKey (line 27383) | func TestMetric_GetKey(tt *testing.T) { function TestMetric_GetName (line 27394) | func TestMetric_GetName(tt *testing.T) { function TestMetric_GetNodeID (line 27405) | func TestMetric_GetNodeID(tt *testing.T) { function TestMetric_GetSPDXID (line 27416) | func TestMetric_GetSPDXID(tt *testing.T) { function TestMetric_GetURL (line 27427) | func TestMetric_GetURL(tt *testing.T) { function TestMigration_GetCreatedAt (line 27438) | func TestMigration_GetCreatedAt(tt *testing.T) { function TestMigration_GetExcludeAttachments (line 27449) | func TestMigration_GetExcludeAttachments(tt *testing.T) { function TestMigration_GetGUID (line 27460) | func TestMigration_GetGUID(tt *testing.T) { function TestMigration_GetID (line 27471) | func TestMigration_GetID(tt *testing.T) { function TestMigration_GetLockRepositories (line 27482) | func TestMigration_GetLockRepositories(tt *testing.T) { function TestMigration_GetRepositories (line 27493) | func TestMigration_GetRepositories(tt *testing.T) { function TestMigration_GetState (line 27504) | func TestMigration_GetState(tt *testing.T) { function TestMigration_GetUpdatedAt (line 27515) | func TestMigration_GetUpdatedAt(tt *testing.T) { function TestMigration_GetURL (line 27526) | func TestMigration_GetURL(tt *testing.T) { function TestMigrationOptions_GetExclude (line 27537) | func TestMigrationOptions_GetExclude(tt *testing.T) { function TestMigrationOptions_GetExcludeAttachments (line 27548) | func TestMigrationOptions_GetExcludeAttachments(tt *testing.T) { function TestMigrationOptions_GetExcludeReleases (line 27556) | func TestMigrationOptions_GetExcludeReleases(tt *testing.T) { function TestMigrationOptions_GetLockRepositories (line 27564) | func TestMigrationOptions_GetLockRepositories(tt *testing.T) { function TestMilestone_GetClosedAt (line 27572) | func TestMilestone_GetClosedAt(tt *testing.T) { function TestMilestone_GetClosedIssues (line 27583) | func TestMilestone_GetClosedIssues(tt *testing.T) { function TestMilestone_GetCreatedAt (line 27594) | func TestMilestone_GetCreatedAt(tt *testing.T) { function TestMilestone_GetCreator (line 27605) | func TestMilestone_GetCreator(tt *testing.T) { function TestMilestone_GetDescription (line 27613) | func TestMilestone_GetDescription(tt *testing.T) { function TestMilestone_GetDueOn (line 27624) | func TestMilestone_GetDueOn(tt *testing.T) { function TestMilestone_GetHTMLURL (line 27635) | func TestMilestone_GetHTMLURL(tt *testing.T) { function TestMilestone_GetID (line 27646) | func TestMilestone_GetID(tt *testing.T) { function TestMilestone_GetLabelsURL (line 27657) | func TestMilestone_GetLabelsURL(tt *testing.T) { function TestMilestone_GetNodeID (line 27668) | func TestMilestone_GetNodeID(tt *testing.T) { function TestMilestone_GetNumber (line 27679) | func TestMilestone_GetNumber(tt *testing.T) { function TestMilestone_GetOpenIssues (line 27690) | func TestMilestone_GetOpenIssues(tt *testing.T) { function TestMilestone_GetState (line 27701) | func TestMilestone_GetState(tt *testing.T) { function TestMilestone_GetTitle (line 27712) | func TestMilestone_GetTitle(tt *testing.T) { function TestMilestone_GetUpdatedAt (line 27723) | func TestMilestone_GetUpdatedAt(tt *testing.T) { function TestMilestone_GetURL (line 27734) | func TestMilestone_GetURL(tt *testing.T) { function TestMilestoneEvent_GetAction (line 27745) | func TestMilestoneEvent_GetAction(tt *testing.T) { function TestMilestoneEvent_GetChanges (line 27756) | func TestMilestoneEvent_GetChanges(tt *testing.T) { function TestMilestoneEvent_GetInstallation (line 27764) | func TestMilestoneEvent_GetInstallation(tt *testing.T) { function TestMilestoneEvent_GetMilestone (line 27772) | func TestMilestoneEvent_GetMilestone(tt *testing.T) { function TestMilestoneEvent_GetOrg (line 27780) | func TestMilestoneEvent_GetOrg(tt *testing.T) { function TestMilestoneEvent_GetRepo (line 27788) | func TestMilestoneEvent_GetRepo(tt *testing.T) { function TestMilestoneEvent_GetSender (line 27796) | func TestMilestoneEvent_GetSender(tt *testing.T) { function TestMilestoneListOptions_GetDirection (line 27804) | func TestMilestoneListOptions_GetDirection(tt *testing.T) { function TestMilestoneListOptions_GetSort (line 27812) | func TestMilestoneListOptions_GetSort(tt *testing.T) { function TestMilestoneListOptions_GetState (line 27820) | func TestMilestoneListOptions_GetState(tt *testing.T) { function TestMilestoneStats_GetClosedMilestones (line 27828) | func TestMilestoneStats_GetClosedMilestones(tt *testing.T) { function TestMilestoneStats_GetOpenMilestones (line 27839) | func TestMilestoneStats_GetOpenMilestones(tt *testing.T) { function TestMilestoneStats_GetTotalMilestones (line 27850) | func TestMilestoneStats_GetTotalMilestones(tt *testing.T) { function TestMostRecentInstance_GetAnalysisKey (line 27861) | func TestMostRecentInstance_GetAnalysisKey(tt *testing.T) { function TestMostRecentInstance_GetCategory (line 27872) | func TestMostRecentInstance_GetCategory(tt *testing.T) { function TestMostRecentInstance_GetClassifications (line 27883) | func TestMostRecentInstance_GetClassifications(tt *testing.T) { function TestMostRecentInstance_GetCommitSHA (line 27894) | func TestMostRecentInstance_GetCommitSHA(tt *testing.T) { function TestMostRecentInstance_GetEnvironment (line 27905) | func TestMostRecentInstance_GetEnvironment(tt *testing.T) { function TestMostRecentInstance_GetHTMLURL (line 27916) | func TestMostRecentInstance_GetHTMLURL(tt *testing.T) { function TestMostRecentInstance_GetLocation (line 27927) | func TestMostRecentInstance_GetLocation(tt *testing.T) { function TestMostRecentInstance_GetMessage (line 27935) | func TestMostRecentInstance_GetMessage(tt *testing.T) { function TestMostRecentInstance_GetRef (line 27943) | func TestMostRecentInstance_GetRef(tt *testing.T) { function TestMostRecentInstance_GetState (line 27954) | func TestMostRecentInstance_GetState(tt *testing.T) { function TestNetworkConfiguration_GetComputeService (line 27965) | func TestNetworkConfiguration_GetComputeService(tt *testing.T) { function TestNetworkConfiguration_GetCreatedOn (line 27973) | func TestNetworkConfiguration_GetCreatedOn(tt *testing.T) { function TestNetworkConfiguration_GetID (line 27984) | func TestNetworkConfiguration_GetID(tt *testing.T) { function TestNetworkConfiguration_GetName (line 27995) | func TestNetworkConfiguration_GetName(tt *testing.T) { function TestNetworkConfiguration_GetNetworkSettingsIDs (line 28006) | func TestNetworkConfiguration_GetNetworkSettingsIDs(tt *testing.T) { function TestNetworkConfigurationRequest_GetComputeService (line 28017) | func TestNetworkConfigurationRequest_GetComputeService(tt *testing.T) { function TestNetworkConfigurationRequest_GetName (line 28025) | func TestNetworkConfigurationRequest_GetName(tt *testing.T) { function TestNetworkConfigurationRequest_GetNetworkSettingsIDs (line 28036) | func TestNetworkConfigurationRequest_GetNetworkSettingsIDs(tt *testing.T) { function TestNetworkConfigurations_GetNetworkConfigurations (line 28047) | func TestNetworkConfigurations_GetNetworkConfigurations(tt *testing.T) { function TestNetworkConfigurations_GetTotalCount (line 28058) | func TestNetworkConfigurations_GetTotalCount(tt *testing.T) { function TestNetworkSettingsResource_GetID (line 28069) | func TestNetworkSettingsResource_GetID(tt *testing.T) { function TestNetworkSettingsResource_GetName (line 28080) | func TestNetworkSettingsResource_GetName(tt *testing.T) { function TestNetworkSettingsResource_GetNetworkConfigurationID (line 28091) | func TestNetworkSettingsResource_GetNetworkConfigurationID(tt *testing.T) { function TestNetworkSettingsResource_GetRegion (line 28102) | func TestNetworkSettingsResource_GetRegion(tt *testing.T) { function TestNetworkSettingsResource_GetSubnetID (line 28113) | func TestNetworkSettingsResource_GetSubnetID(tt *testing.T) { function TestNewPullRequest_GetBase (line 28124) | func TestNewPullRequest_GetBase(tt *testing.T) { function TestNewPullRequest_GetBody (line 28135) | func TestNewPullRequest_GetBody(tt *testing.T) { function TestNewPullRequest_GetDraft (line 28146) | func TestNewPullRequest_GetDraft(tt *testing.T) { function TestNewPullRequest_GetHead (line 28157) | func TestNewPullRequest_GetHead(tt *testing.T) { function TestNewPullRequest_GetHeadRepo (line 28168) | func TestNewPullRequest_GetHeadRepo(tt *testing.T) { function TestNewPullRequest_GetIssue (line 28179) | func TestNewPullRequest_GetIssue(tt *testing.T) { function TestNewPullRequest_GetMaintainerCanModify (line 28190) | func TestNewPullRequest_GetMaintainerCanModify(tt *testing.T) { function TestNewPullRequest_GetTitle (line 28201) | func TestNewPullRequest_GetTitle(tt *testing.T) { function TestNewTeam_GetDescription (line 28212) | func TestNewTeam_GetDescription(tt *testing.T) { function TestNewTeam_GetLDAPDN (line 28223) | func TestNewTeam_GetLDAPDN(tt *testing.T) { function TestNewTeam_GetMaintainers (line 28234) | func TestNewTeam_GetMaintainers(tt *testing.T) { function TestNewTeam_GetName (line 28245) | func TestNewTeam_GetName(tt *testing.T) { function TestNewTeam_GetNotificationSetting (line 28253) | func TestNewTeam_GetNotificationSetting(tt *testing.T) { function TestNewTeam_GetParentTeamID (line 28264) | func TestNewTeam_GetParentTeamID(tt *testing.T) { function TestNewTeam_GetPermission (line 28275) | func TestNewTeam_GetPermission(tt *testing.T) { function TestNewTeam_GetPrivacy (line 28286) | func TestNewTeam_GetPrivacy(tt *testing.T) { function TestNewTeam_GetRepoNames (line 28297) | func TestNewTeam_GetRepoNames(tt *testing.T) { function TestNodeDetails_GetClusterRoles (line 28308) | func TestNodeDetails_GetClusterRoles(tt *testing.T) { function TestNodeDetails_GetHostname (line 28319) | func TestNodeDetails_GetHostname(tt *testing.T) { function TestNodeDetails_GetUUID (line 28330) | func TestNodeDetails_GetUUID(tt *testing.T) { function TestNodeMetadataStatus_GetNodes (line 28341) | func TestNodeMetadataStatus_GetNodes(tt *testing.T) { function TestNodeMetadataStatus_GetTopology (line 28352) | func TestNodeMetadataStatus_GetTopology(tt *testing.T) { function TestNodeQueryOptions_GetClusterRoles (line 28363) | func TestNodeQueryOptions_GetClusterRoles(tt *testing.T) { function TestNodeQueryOptions_GetUUID (line 28374) | func TestNodeQueryOptions_GetUUID(tt *testing.T) { function TestNodeReleaseVersion_GetHostname (line 28385) | func TestNodeReleaseVersion_GetHostname(tt *testing.T) { function TestNodeReleaseVersion_GetVersion (line 28396) | func TestNodeReleaseVersion_GetVersion(tt *testing.T) { function TestNotification_GetID (line 28404) | func TestNotification_GetID(tt *testing.T) { function TestNotification_GetLastReadAt (line 28415) | func TestNotification_GetLastReadAt(tt *testing.T) { function TestNotification_GetReason (line 28426) | func TestNotification_GetReason(tt *testing.T) { function TestNotification_GetRepository (line 28437) | func TestNotification_GetRepository(tt *testing.T) { function TestNotification_GetSubject (line 28445) | func TestNotification_GetSubject(tt *testing.T) { function TestNotification_GetUnread (line 28453) | func TestNotification_GetUnread(tt *testing.T) { function TestNotification_GetUpdatedAt (line 28464) | func TestNotification_GetUpdatedAt(tt *testing.T) { function TestNotification_GetURL (line 28475) | func TestNotification_GetURL(tt *testing.T) { function TestNotificationListOptions_GetAll (line 28486) | func TestNotificationListOptions_GetAll(tt *testing.T) { function TestNotificationListOptions_GetBefore (line 28494) | func TestNotificationListOptions_GetBefore(tt *testing.T) { function TestNotificationListOptions_GetParticipating (line 28502) | func TestNotificationListOptions_GetParticipating(tt *testing.T) { function TestNotificationListOptions_GetSince (line 28510) | func TestNotificationListOptions_GetSince(tt *testing.T) { function TestNotificationSubject_GetLatestCommentURL (line 28518) | func TestNotificationSubject_GetLatestCommentURL(tt *testing.T) { function TestNotificationSubject_GetTitle (line 28529) | func TestNotificationSubject_GetTitle(tt *testing.T) { function TestNotificationSubject_GetType (line 28540) | func TestNotificationSubject_GetType(tt *testing.T) { function TestNotificationSubject_GetURL (line 28551) | func TestNotificationSubject_GetURL(tt *testing.T) { function TestOAuthAPP_GetClientID (line 28562) | func TestOAuthAPP_GetClientID(tt *testing.T) { function TestOAuthAPP_GetName (line 28573) | func TestOAuthAPP_GetName(tt *testing.T) { function TestOAuthAPP_GetURL (line 28584) | func TestOAuthAPP_GetURL(tt *testing.T) { function TestOIDCSubjectClaimCustomTemplate_GetIncludeClaimKeys (line 28595) | func TestOIDCSubjectClaimCustomTemplate_GetIncludeClaimKeys(tt *testing.... function TestOIDCSubjectClaimCustomTemplate_GetUseDefault (line 28606) | func TestOIDCSubjectClaimCustomTemplate_GetUseDefault(tt *testing.T) { function TestOrganization_GetAdvancedSecurityEnabledForNewRepos (line 28617) | func TestOrganization_GetAdvancedSecurityEnabledForNewRepos(tt *testing.... function TestOrganization_GetAvatarURL (line 28628) | func TestOrganization_GetAvatarURL(tt *testing.T) { function TestOrganization_GetBillingEmail (line 28639) | func TestOrganization_GetBillingEmail(tt *testing.T) { function TestOrganization_GetBlog (line 28650) | func TestOrganization_GetBlog(tt *testing.T) { function TestOrganization_GetCollaborators (line 28661) | func TestOrganization_GetCollaborators(tt *testing.T) { function TestOrganization_GetCompany (line 28672) | func TestOrganization_GetCompany(tt *testing.T) { function TestOrganization_GetCreatedAt (line 28683) | func TestOrganization_GetCreatedAt(tt *testing.T) { function TestOrganization_GetDefaultRepoPermission (line 28694) | func TestOrganization_GetDefaultRepoPermission(tt *testing.T) { function TestOrganization_GetDefaultRepoSettings (line 28705) | func TestOrganization_GetDefaultRepoSettings(tt *testing.T) { function TestOrganization_GetDefaultRepositoryBranch (line 28716) | func TestOrganization_GetDefaultRepositoryBranch(tt *testing.T) { function TestOrganization_GetDependabotAlertsEnabledForNewRepos (line 28727) | func TestOrganization_GetDependabotAlertsEnabledForNewRepos(tt *testing.... function TestOrganization_GetDependabotSecurityUpdatesEnabledForNewRepos (line 28738) | func TestOrganization_GetDependabotSecurityUpdatesEnabledForNewRepos(tt ... function TestOrganization_GetDependencyGraphEnabledForNewRepos (line 28749) | func TestOrganization_GetDependencyGraphEnabledForNewRepos(tt *testing.T) { function TestOrganization_GetDescription (line 28760) | func TestOrganization_GetDescription(tt *testing.T) { function TestOrganization_GetDiskUsage (line 28771) | func TestOrganization_GetDiskUsage(tt *testing.T) { function TestOrganization_GetDisplayCommenterFullNameSettingEnabled (line 28782) | func TestOrganization_GetDisplayCommenterFullNameSettingEnabled(tt *test... function TestOrganization_GetEmail (line 28793) | func TestOrganization_GetEmail(tt *testing.T) { function TestOrganization_GetEventsURL (line 28804) | func TestOrganization_GetEventsURL(tt *testing.T) { function TestOrganization_GetFollowers (line 28815) | func TestOrganization_GetFollowers(tt *testing.T) { function TestOrganization_GetFollowing (line 28826) | func TestOrganization_GetFollowing(tt *testing.T) { function TestOrganization_GetHasOrganizationProjects (line 28837) | func TestOrganization_GetHasOrganizationProjects(tt *testing.T) { function TestOrganization_GetHasRepositoryProjects (line 28848) | func TestOrganization_GetHasRepositoryProjects(tt *testing.T) { function TestOrganization_GetHooksURL (line 28859) | func TestOrganization_GetHooksURL(tt *testing.T) { function TestOrganization_GetHTMLURL (line 28870) | func TestOrganization_GetHTMLURL(tt *testing.T) { function TestOrganization_GetID (line 28881) | func TestOrganization_GetID(tt *testing.T) { function TestOrganization_GetIssuesURL (line 28892) | func TestOrganization_GetIssuesURL(tt *testing.T) { function TestOrganization_GetIsVerified (line 28903) | func TestOrganization_GetIsVerified(tt *testing.T) { function TestOrganization_GetLocation (line 28914) | func TestOrganization_GetLocation(tt *testing.T) { function TestOrganization_GetLogin (line 28925) | func TestOrganization_GetLogin(tt *testing.T) { function TestOrganization_GetMembersAllowedRepositoryCreationType (line 28936) | func TestOrganization_GetMembersAllowedRepositoryCreationType(tt *testin... function TestOrganization_GetMembersCanChangeRepoVisibility (line 28947) | func TestOrganization_GetMembersCanChangeRepoVisibility(tt *testing.T) { function TestOrganization_GetMembersCanCreateInternalRepos (line 28958) | func TestOrganization_GetMembersCanCreateInternalRepos(tt *testing.T) { function TestOrganization_GetMembersCanCreatePages (line 28969) | func TestOrganization_GetMembersCanCreatePages(tt *testing.T) { function TestOrganization_GetMembersCanCreatePrivatePages (line 28980) | func TestOrganization_GetMembersCanCreatePrivatePages(tt *testing.T) { function TestOrganization_GetMembersCanCreatePrivateRepos (line 28991) | func TestOrganization_GetMembersCanCreatePrivateRepos(tt *testing.T) { function TestOrganization_GetMembersCanCreatePublicPages (line 29002) | func TestOrganization_GetMembersCanCreatePublicPages(tt *testing.T) { function TestOrganization_GetMembersCanCreatePublicRepos (line 29013) | func TestOrganization_GetMembersCanCreatePublicRepos(tt *testing.T) { function TestOrganization_GetMembersCanCreateRepos (line 29024) | func TestOrganization_GetMembersCanCreateRepos(tt *testing.T) { function TestOrganization_GetMembersCanCreateTeams (line 29035) | func TestOrganization_GetMembersCanCreateTeams(tt *testing.T) { function TestOrganization_GetMembersCanDeleteIssues (line 29046) | func TestOrganization_GetMembersCanDeleteIssues(tt *testing.T) { function TestOrganization_GetMembersCanDeleteRepositories (line 29057) | func TestOrganization_GetMembersCanDeleteRepositories(tt *testing.T) { function TestOrganization_GetMembersCanForkPrivateRepos (line 29068) | func TestOrganization_GetMembersCanForkPrivateRepos(tt *testing.T) { function TestOrganization_GetMembersCanInviteOutsideCollaborators (line 29079) | func TestOrganization_GetMembersCanInviteOutsideCollaborators(tt *testin... function TestOrganization_GetMembersCanViewDependencyInsights (line 29090) | func TestOrganization_GetMembersCanViewDependencyInsights(tt *testing.T) { function TestOrganization_GetMembersURL (line 29101) | func TestOrganization_GetMembersURL(tt *testing.T) { function TestOrganization_GetName (line 29112) | func TestOrganization_GetName(tt *testing.T) { function TestOrganization_GetNodeID (line 29123) | func TestOrganization_GetNodeID(tt *testing.T) { function TestOrganization_GetOwnedPrivateRepos (line 29134) | func TestOrganization_GetOwnedPrivateRepos(tt *testing.T) { function TestOrganization_GetPlan (line 29145) | func TestOrganization_GetPlan(tt *testing.T) { function TestOrganization_GetPrivateGists (line 29153) | func TestOrganization_GetPrivateGists(tt *testing.T) { function TestOrganization_GetPublicGists (line 29164) | func TestOrganization_GetPublicGists(tt *testing.T) { function TestOrganization_GetPublicMembersURL (line 29175) | func TestOrganization_GetPublicMembersURL(tt *testing.T) { function TestOrganization_GetPublicRepos (line 29186) | func TestOrganization_GetPublicRepos(tt *testing.T) { function TestOrganization_GetReadersCanCreateDiscussions (line 29197) | func TestOrganization_GetReadersCanCreateDiscussions(tt *testing.T) { function TestOrganization_GetReposURL (line 29208) | func TestOrganization_GetReposURL(tt *testing.T) { function TestOrganization_GetSecretScanningEnabledForNewRepos (line 29219) | func TestOrganization_GetSecretScanningEnabledForNewRepos(tt *testing.T) { function TestOrganization_GetSecretScanningPushProtectionEnabledForNewRepos (line 29230) | func TestOrganization_GetSecretScanningPushProtectionEnabledForNewRepos(... function TestOrganization_GetSecretScanningValidityChecksEnabled (line 29241) | func TestOrganization_GetSecretScanningValidityChecksEnabled(tt *testing... function TestOrganization_GetTotalPrivateRepos (line 29252) | func TestOrganization_GetTotalPrivateRepos(tt *testing.T) { function TestOrganization_GetTwitterUsername (line 29263) | func TestOrganization_GetTwitterUsername(tt *testing.T) { function TestOrganization_GetTwoFactorRequirementEnabled (line 29274) | func TestOrganization_GetTwoFactorRequirementEnabled(tt *testing.T) { function TestOrganization_GetType (line 29285) | func TestOrganization_GetType(tt *testing.T) { function TestOrganization_GetUpdatedAt (line 29296) | func TestOrganization_GetUpdatedAt(tt *testing.T) { function TestOrganization_GetURL (line 29307) | func TestOrganization_GetURL(tt *testing.T) { function TestOrganization_GetWebCommitSignoffRequired (line 29318) | func TestOrganization_GetWebCommitSignoffRequired(tt *testing.T) { function TestOrganizationCustomPropertyValues_GetProperties (line 29329) | func TestOrganizationCustomPropertyValues_GetProperties(tt *testing.T) { function TestOrganizationCustomRepoRoles_GetCustomRepoRoles (line 29340) | func TestOrganizationCustomRepoRoles_GetCustomRepoRoles(tt *testing.T) { function TestOrganizationCustomRepoRoles_GetTotalCount (line 29351) | func TestOrganizationCustomRepoRoles_GetTotalCount(tt *testing.T) { function TestOrganizationCustomRoles_GetCustomRepoRoles (line 29362) | func TestOrganizationCustomRoles_GetCustomRepoRoles(tt *testing.T) { function TestOrganizationCustomRoles_GetTotalCount (line 29373) | func TestOrganizationCustomRoles_GetTotalCount(tt *testing.T) { function TestOrganizationEvent_GetAction (line 29384) | func TestOrganizationEvent_GetAction(tt *testing.T) { function TestOrganizationEvent_GetInstallation (line 29395) | func TestOrganizationEvent_GetInstallation(tt *testing.T) { function TestOrganizationEvent_GetInvitation (line 29403) | func TestOrganizationEvent_GetInvitation(tt *testing.T) { function TestOrganizationEvent_GetMembership (line 29411) | func TestOrganizationEvent_GetMembership(tt *testing.T) { function TestOrganizationEvent_GetOrganization (line 29419) | func TestOrganizationEvent_GetOrganization(tt *testing.T) { function TestOrganizationEvent_GetSender (line 29427) | func TestOrganizationEvent_GetSender(tt *testing.T) { function TestOrganizationFineGrainedPermission_GetDescription (line 29435) | func TestOrganizationFineGrainedPermission_GetDescription(tt *testing.T) { function TestOrganizationFineGrainedPermission_GetName (line 29443) | func TestOrganizationFineGrainedPermission_GetName(tt *testing.T) { function TestOrganizationInstallations_GetInstallations (line 29451) | func TestOrganizationInstallations_GetInstallations(tt *testing.T) { function TestOrganizationInstallations_GetTotalCount (line 29462) | func TestOrganizationInstallations_GetTotalCount(tt *testing.T) { function TestOrganizationsListOptions_GetPerPage (line 29473) | func TestOrganizationsListOptions_GetPerPage(tt *testing.T) { function TestOrganizationsListOptions_GetSince (line 29481) | func TestOrganizationsListOptions_GetSince(tt *testing.T) { function TestOrgBlockEvent_GetAction (line 29489) | func TestOrgBlockEvent_GetAction(tt *testing.T) { function TestOrgBlockEvent_GetBlockedUser (line 29500) | func TestOrgBlockEvent_GetBlockedUser(tt *testing.T) { function TestOrgBlockEvent_GetInstallation (line 29508) | func TestOrgBlockEvent_GetInstallation(tt *testing.T) { function TestOrgBlockEvent_GetOrganization (line 29516) | func TestOrgBlockEvent_GetOrganization(tt *testing.T) { function TestOrgBlockEvent_GetSender (line 29524) | func TestOrgBlockEvent_GetSender(tt *testing.T) { function TestOrgStats_GetDisabledOrgs (line 29532) | func TestOrgStats_GetDisabledOrgs(tt *testing.T) { function TestOrgStats_GetTotalOrgs (line 29543) | func TestOrgStats_GetTotalOrgs(tt *testing.T) { function TestOrgStats_GetTotalTeamMembers (line 29554) | func TestOrgStats_GetTotalTeamMembers(tt *testing.T) { function TestOrgStats_GetTotalTeams (line 29565) | func TestOrgStats_GetTotalTeams(tt *testing.T) { function TestOwnerInfo_GetOrg (line 29576) | func TestOwnerInfo_GetOrg(tt *testing.T) { function TestOwnerInfo_GetUser (line 29584) | func TestOwnerInfo_GetUser(tt *testing.T) { function TestPackage_GetCreatedAt (line 29592) | func TestPackage_GetCreatedAt(tt *testing.T) { function TestPackage_GetDescription (line 29603) | func TestPackage_GetDescription(tt *testing.T) { function TestPackage_GetEcosystem (line 29614) | func TestPackage_GetEcosystem(tt *testing.T) { function TestPackage_GetHTMLURL (line 29625) | func TestPackage_GetHTMLURL(tt *testing.T) { function TestPackage_GetID (line 29636) | func TestPackage_GetID(tt *testing.T) { function TestPackage_GetName (line 29647) | func TestPackage_GetName(tt *testing.T) { function TestPackage_GetNamespace (line 29658) | func TestPackage_GetNamespace(tt *testing.T) { function TestPackage_GetOwner (line 29669) | func TestPackage_GetOwner(tt *testing.T) { function TestPackage_GetPackageType (line 29677) | func TestPackage_GetPackageType(tt *testing.T) { function TestPackage_GetPackageVersion (line 29688) | func TestPackage_GetPackageVersion(tt *testing.T) { function TestPackage_GetRegistry (line 29696) | func TestPackage_GetRegistry(tt *testing.T) { function TestPackage_GetRepository (line 29704) | func TestPackage_GetRepository(tt *testing.T) { function TestPackage_GetUpdatedAt (line 29712) | func TestPackage_GetUpdatedAt(tt *testing.T) { function TestPackage_GetURL (line 29723) | func TestPackage_GetURL(tt *testing.T) { function TestPackage_GetVersionCount (line 29734) | func TestPackage_GetVersionCount(tt *testing.T) { function TestPackage_GetVisibility (line 29745) | func TestPackage_GetVisibility(tt *testing.T) { function TestPackageContainerMetadata_GetTags (line 29756) | func TestPackageContainerMetadata_GetTags(tt *testing.T) { function TestPackageEvent_GetAction (line 29767) | func TestPackageEvent_GetAction(tt *testing.T) { function TestPackageEvent_GetInstallation (line 29778) | func TestPackageEvent_GetInstallation(tt *testing.T) { function TestPackageEvent_GetOrg (line 29786) | func TestPackageEvent_GetOrg(tt *testing.T) { function TestPackageEvent_GetPackage (line 29794) | func TestPackageEvent_GetPackage(tt *testing.T) { function TestPackageEvent_GetRepo (line 29802) | func TestPackageEvent_GetRepo(tt *testing.T) { function TestPackageEvent_GetSender (line 29810) | func TestPackageEvent_GetSender(tt *testing.T) { function TestPackageEventContainerMetadata_GetLabels (line 29818) | func TestPackageEventContainerMetadata_GetLabels(tt *testing.T) { function TestPackageEventContainerMetadata_GetManifest (line 29829) | func TestPackageEventContainerMetadata_GetManifest(tt *testing.T) { function TestPackageEventContainerMetadata_GetTag (line 29840) | func TestPackageEventContainerMetadata_GetTag(tt *testing.T) { function TestPackageEventContainerMetadataTag_GetDigest (line 29848) | func TestPackageEventContainerMetadataTag_GetDigest(tt *testing.T) { function TestPackageEventContainerMetadataTag_GetName (line 29859) | func TestPackageEventContainerMetadataTag_GetName(tt *testing.T) { function TestPackageExternalRef_GetReferenceCategory (line 29870) | func TestPackageExternalRef_GetReferenceCategory(tt *testing.T) { function TestPackageExternalRef_GetReferenceLocator (line 29878) | func TestPackageExternalRef_GetReferenceLocator(tt *testing.T) { function TestPackageExternalRef_GetReferenceType (line 29886) | func TestPackageExternalRef_GetReferenceType(tt *testing.T) { function TestPackageFile_GetAuthor (line 29894) | func TestPackageFile_GetAuthor(tt *testing.T) { function TestPackageFile_GetContentType (line 29902) | func TestPackageFile_GetContentType(tt *testing.T) { function TestPackageFile_GetCreatedAt (line 29913) | func TestPackageFile_GetCreatedAt(tt *testing.T) { function TestPackageFile_GetDownloadURL (line 29924) | func TestPackageFile_GetDownloadURL(tt *testing.T) { function TestPackageFile_GetID (line 29935) | func TestPackageFile_GetID(tt *testing.T) { function TestPackageFile_GetMD5 (line 29946) | func TestPackageFile_GetMD5(tt *testing.T) { function TestPackageFile_GetName (line 29957) | func TestPackageFile_GetName(tt *testing.T) { function TestPackageFile_GetSHA1 (line 29968) | func TestPackageFile_GetSHA1(tt *testing.T) { function TestPackageFile_GetSHA256 (line 29979) | func TestPackageFile_GetSHA256(tt *testing.T) { function TestPackageFile_GetSize (line 29990) | func TestPackageFile_GetSize(tt *testing.T) { function TestPackageFile_GetState (line 30001) | func TestPackageFile_GetState(tt *testing.T) { function TestPackageFile_GetUpdatedAt (line 30012) | func TestPackageFile_GetUpdatedAt(tt *testing.T) { function TestPackageListOptions_GetPackageType (line 30023) | func TestPackageListOptions_GetPackageType(tt *testing.T) { function TestPackageListOptions_GetState (line 30034) | func TestPackageListOptions_GetState(tt *testing.T) { function TestPackageListOptions_GetVisibility (line 30045) | func TestPackageListOptions_GetVisibility(tt *testing.T) { function TestPackageMetadata_GetContainer (line 30056) | func TestPackageMetadata_GetContainer(tt *testing.T) { function TestPackageMetadata_GetPackageType (line 30064) | func TestPackageMetadata_GetPackageType(tt *testing.T) { function TestPackageNPMMetadata_GetAuthor (line 30075) | func TestPackageNPMMetadata_GetAuthor(tt *testing.T) { function TestPackageNPMMetadata_GetBin (line 30086) | func TestPackageNPMMetadata_GetBin(tt *testing.T) { function TestPackageNPMMetadata_GetBugs (line 30097) | func TestPackageNPMMetadata_GetBugs(tt *testing.T) { function TestPackageNPMMetadata_GetCommitOID (line 30108) | func TestPackageNPMMetadata_GetCommitOID(tt *testing.T) { function TestPackageNPMMetadata_GetContributors (line 30119) | func TestPackageNPMMetadata_GetContributors(tt *testing.T) { function TestPackageNPMMetadata_GetCPU (line 30130) | func TestPackageNPMMetadata_GetCPU(tt *testing.T) { function TestPackageNPMMetadata_GetDeletedByID (line 30141) | func TestPackageNPMMetadata_GetDeletedByID(tt *testing.T) { function TestPackageNPMMetadata_GetDependencies (line 30152) | func TestPackageNPMMetadata_GetDependencies(tt *testing.T) { function TestPackageNPMMetadata_GetDescription (line 30163) | func TestPackageNPMMetadata_GetDescription(tt *testing.T) { function TestPackageNPMMetadata_GetDevDependencies (line 30174) | func TestPackageNPMMetadata_GetDevDependencies(tt *testing.T) { function TestPackageNPMMetadata_GetDirectories (line 30185) | func TestPackageNPMMetadata_GetDirectories(tt *testing.T) { function TestPackageNPMMetadata_GetDist (line 30196) | func TestPackageNPMMetadata_GetDist(tt *testing.T) { function TestPackageNPMMetadata_GetEngines (line 30207) | func TestPackageNPMMetadata_GetEngines(tt *testing.T) { function TestPackageNPMMetadata_GetFiles (line 30218) | func TestPackageNPMMetadata_GetFiles(tt *testing.T) { function TestPackageNPMMetadata_GetGitHead (line 30229) | func TestPackageNPMMetadata_GetGitHead(tt *testing.T) { function TestPackageNPMMetadata_GetHasShrinkwrap (line 30240) | func TestPackageNPMMetadata_GetHasShrinkwrap(tt *testing.T) { function TestPackageNPMMetadata_GetHomepage (line 30251) | func TestPackageNPMMetadata_GetHomepage(tt *testing.T) { function TestPackageNPMMetadata_GetID (line 30262) | func TestPackageNPMMetadata_GetID(tt *testing.T) { function TestPackageNPMMetadata_GetInstallationCommand (line 30273) | func TestPackageNPMMetadata_GetInstallationCommand(tt *testing.T) { function TestPackageNPMMetadata_GetKeywords (line 30284) | func TestPackageNPMMetadata_GetKeywords(tt *testing.T) { function TestPackageNPMMetadata_GetLicense (line 30295) | func TestPackageNPMMetadata_GetLicense(tt *testing.T) { function TestPackageNPMMetadata_GetMain (line 30306) | func TestPackageNPMMetadata_GetMain(tt *testing.T) { function TestPackageNPMMetadata_GetMaintainers (line 30317) | func TestPackageNPMMetadata_GetMaintainers(tt *testing.T) { function TestPackageNPMMetadata_GetMan (line 30328) | func TestPackageNPMMetadata_GetMan(tt *testing.T) { function TestPackageNPMMetadata_GetName (line 30339) | func TestPackageNPMMetadata_GetName(tt *testing.T) { function TestPackageNPMMetadata_GetNodeVersion (line 30350) | func TestPackageNPMMetadata_GetNodeVersion(tt *testing.T) { function TestPackageNPMMetadata_GetNPMUser (line 30361) | func TestPackageNPMMetadata_GetNPMUser(tt *testing.T) { function TestPackageNPMMetadata_GetNPMVersion (line 30372) | func TestPackageNPMMetadata_GetNPMVersion(tt *testing.T) { function TestPackageNPMMetadata_GetOptionalDependencies (line 30383) | func TestPackageNPMMetadata_GetOptionalDependencies(tt *testing.T) { function TestPackageNPMMetadata_GetOS (line 30394) | func TestPackageNPMMetadata_GetOS(tt *testing.T) { function TestPackageNPMMetadata_GetPeerDependencies (line 30405) | func TestPackageNPMMetadata_GetPeerDependencies(tt *testing.T) { function TestPackageNPMMetadata_GetPublishedViaActions (line 30416) | func TestPackageNPMMetadata_GetPublishedViaActions(tt *testing.T) { function TestPackageNPMMetadata_GetReadme (line 30427) | func TestPackageNPMMetadata_GetReadme(tt *testing.T) { function TestPackageNPMMetadata_GetReleaseID (line 30438) | func TestPackageNPMMetadata_GetReleaseID(tt *testing.T) { function TestPackageNPMMetadata_GetRepository (line 30449) | func TestPackageNPMMetadata_GetRepository(tt *testing.T) { function TestPackageNPMMetadata_GetScripts (line 30460) | func TestPackageNPMMetadata_GetScripts(tt *testing.T) { function TestPackageNPMMetadata_GetVersion (line 30471) | func TestPackageNPMMetadata_GetVersion(tt *testing.T) { function TestPackageNugetMetadata_GetID (line 30482) | func TestPackageNugetMetadata_GetID(tt *testing.T) { function TestPackageNugetMetadata_GetName (line 30490) | func TestPackageNugetMetadata_GetName(tt *testing.T) { function TestPackageNugetMetadata_GetValue (line 30501) | func TestPackageNugetMetadata_GetValue(tt *testing.T) { function TestPackageRegistry_GetAboutURL (line 30509) | func TestPackageRegistry_GetAboutURL(tt *testing.T) { function TestPackageRegistry_GetName (line 30520) | func TestPackageRegistry_GetName(tt *testing.T) { function TestPackageRegistry_GetType (line 30531) | func TestPackageRegistry_GetType(tt *testing.T) { function TestPackageRegistry_GetURL (line 30542) | func TestPackageRegistry_GetURL(tt *testing.T) { function TestPackageRegistry_GetVendor (line 30553) | func TestPackageRegistry_GetVendor(tt *testing.T) { function TestPackageRelease_GetAuthor (line 30564) | func TestPackageRelease_GetAuthor(tt *testing.T) { function TestPackageRelease_GetCreatedAt (line 30572) | func TestPackageRelease_GetCreatedAt(tt *testing.T) { function TestPackageRelease_GetDraft (line 30583) | func TestPackageRelease_GetDraft(tt *testing.T) { function TestPackageRelease_GetHTMLURL (line 30594) | func TestPackageRelease_GetHTMLURL(tt *testing.T) { function TestPackageRelease_GetID (line 30605) | func TestPackageRelease_GetID(tt *testing.T) { function TestPackageRelease_GetName (line 30616) | func TestPackageRelease_GetName(tt *testing.T) { function TestPackageRelease_GetPrerelease (line 30627) | func TestPackageRelease_GetPrerelease(tt *testing.T) { function TestPackageRelease_GetPublishedAt (line 30638) | func TestPackageRelease_GetPublishedAt(tt *testing.T) { function TestPackageRelease_GetTagName (line 30649) | func TestPackageRelease_GetTagName(tt *testing.T) { function TestPackageRelease_GetTargetCommitish (line 30660) | func TestPackageRelease_GetTargetCommitish(tt *testing.T) { function TestPackageRelease_GetURL (line 30671) | func TestPackageRelease_GetURL(tt *testing.T) { function TestPackagesBilling_GetIncludedGigabytesBandwidth (line 30682) | func TestPackagesBilling_GetIncludedGigabytesBandwidth(tt *testing.T) { function TestPackagesBilling_GetTotalGigabytesBandwidthUsed (line 30690) | func TestPackagesBilling_GetTotalGigabytesBandwidthUsed(tt *testing.T) { function TestPackagesBilling_GetTotalPaidGigabytesBandwidthUsed (line 30698) | func TestPackagesBilling_GetTotalPaidGigabytesBandwidthUsed(tt *testing.... function TestPackageVersion_GetAuthor (line 30706) | func TestPackageVersion_GetAuthor(tt *testing.T) { function TestPackageVersion_GetBodyHTML (line 30714) | func TestPackageVersion_GetBodyHTML(tt *testing.T) { function TestPackageVersion_GetContainerMetadata (line 30725) | func TestPackageVersion_GetContainerMetadata(tt *testing.T) { function TestPackageVersion_GetCreatedAt (line 30733) | func TestPackageVersion_GetCreatedAt(tt *testing.T) { function TestPackageVersion_GetDeletedAt (line 30744) | func TestPackageVersion_GetDeletedAt(tt *testing.T) { function TestPackageVersion_GetDescription (line 30755) | func TestPackageVersion_GetDescription(tt *testing.T) { function TestPackageVersion_GetDockerMetadata (line 30766) | func TestPackageVersion_GetDockerMetadata(tt *testing.T) { function TestPackageVersion_GetDraft (line 30777) | func TestPackageVersion_GetDraft(tt *testing.T) { function TestPackageVersion_GetHTMLURL (line 30788) | func TestPackageVersion_GetHTMLURL(tt *testing.T) { function TestPackageVersion_GetID (line 30799) | func TestPackageVersion_GetID(tt *testing.T) { function TestPackageVersion_GetInstallationCommand (line 30810) | func TestPackageVersion_GetInstallationCommand(tt *testing.T) { function TestPackageVersion_GetLicense (line 30821) | func TestPackageVersion_GetLicense(tt *testing.T) { function TestPackageVersion_GetManifest (line 30832) | func TestPackageVersion_GetManifest(tt *testing.T) { function TestPackageVersion_GetName (line 30843) | func TestPackageVersion_GetName(tt *testing.T) { function TestPackageVersion_GetNPMMetadata (line 30854) | func TestPackageVersion_GetNPMMetadata(tt *testing.T) { function TestPackageVersion_GetNugetMetadata (line 30862) | func TestPackageVersion_GetNugetMetadata(tt *testing.T) { function TestPackageVersion_GetPackageFiles (line 30873) | func TestPackageVersion_GetPackageFiles(tt *testing.T) { function TestPackageVersion_GetPackageHTMLURL (line 30884) | func TestPackageVersion_GetPackageHTMLURL(tt *testing.T) { function TestPackageVersion_GetPackageURL (line 30895) | func TestPackageVersion_GetPackageURL(tt *testing.T) { function TestPackageVersion_GetPrerelease (line 30906) | func TestPackageVersion_GetPrerelease(tt *testing.T) { function TestPackageVersion_GetRelease (line 30917) | func TestPackageVersion_GetRelease(tt *testing.T) { function TestPackageVersion_GetRubyMetadata (line 30925) | func TestPackageVersion_GetRubyMetadata(tt *testing.T) { function TestPackageVersion_GetSourceURL (line 30936) | func TestPackageVersion_GetSourceURL(tt *testing.T) { function TestPackageVersion_GetSummary (line 30947) | func TestPackageVersion_GetSummary(tt *testing.T) { function TestPackageVersion_GetTagName (line 30958) | func TestPackageVersion_GetTagName(tt *testing.T) { function TestPackageVersion_GetTargetCommitish (line 30969) | func TestPackageVersion_GetTargetCommitish(tt *testing.T) { function TestPackageVersion_GetTargetOID (line 30980) | func TestPackageVersion_GetTargetOID(tt *testing.T) { function TestPackageVersion_GetUpdatedAt (line 30991) | func TestPackageVersion_GetUpdatedAt(tt *testing.T) { function TestPackageVersion_GetURL (line 31002) | func TestPackageVersion_GetURL(tt *testing.T) { function TestPackageVersion_GetVersion (line 31013) | func TestPackageVersion_GetVersion(tt *testing.T) { function TestPackageVersionBody_GetInfo (line 31024) | func TestPackageVersionBody_GetInfo(tt *testing.T) { function TestPackageVersionBody_GetRepo (line 31032) | func TestPackageVersionBody_GetRepo(tt *testing.T) { function TestPackageVersionBodyInfo_GetCollection (line 31040) | func TestPackageVersionBodyInfo_GetCollection(tt *testing.T) { function TestPackageVersionBodyInfo_GetMode (line 31051) | func TestPackageVersionBodyInfo_GetMode(tt *testing.T) { function TestPackageVersionBodyInfo_GetName (line 31062) | func TestPackageVersionBodyInfo_GetName(tt *testing.T) { function TestPackageVersionBodyInfo_GetOID (line 31073) | func TestPackageVersionBodyInfo_GetOID(tt *testing.T) { function TestPackageVersionBodyInfo_GetPath (line 31084) | func TestPackageVersionBodyInfo_GetPath(tt *testing.T) { function TestPackageVersionBodyInfo_GetSize (line 31095) | func TestPackageVersionBodyInfo_GetSize(tt *testing.T) { function TestPackageVersionBodyInfo_GetType (line 31106) | func TestPackageVersionBodyInfo_GetType(tt *testing.T) { function TestPage_GetAction (line 31117) | func TestPage_GetAction(tt *testing.T) { function TestPage_GetHTMLURL (line 31128) | func TestPage_GetHTMLURL(tt *testing.T) { function TestPage_GetPageName (line 31139) | func TestPage_GetPageName(tt *testing.T) { function TestPage_GetSHA (line 31150) | func TestPage_GetSHA(tt *testing.T) { function TestPage_GetSummary (line 31161) | func TestPage_GetSummary(tt *testing.T) { function TestPage_GetTitle (line 31172) | func TestPage_GetTitle(tt *testing.T) { function TestPageBuildEvent_GetBuild (line 31183) | func TestPageBuildEvent_GetBuild(tt *testing.T) { function TestPageBuildEvent_GetID (line 31191) | func TestPageBuildEvent_GetID(tt *testing.T) { function TestPageBuildEvent_GetInstallation (line 31202) | func TestPageBuildEvent_GetInstallation(tt *testing.T) { function TestPageBuildEvent_GetOrg (line 31210) | func TestPageBuildEvent_GetOrg(tt *testing.T) { function TestPageBuildEvent_GetRepo (line 31218) | func TestPageBuildEvent_GetRepo(tt *testing.T) { function TestPageBuildEvent_GetSender (line 31226) | func TestPageBuildEvent_GetSender(tt *testing.T) { function TestPages_GetBuildType (line 31234) | func TestPages_GetBuildType(tt *testing.T) { function TestPages_GetCNAME (line 31245) | func TestPages_GetCNAME(tt *testing.T) { function TestPages_GetCustom404 (line 31256) | func TestPages_GetCustom404(tt *testing.T) { function TestPages_GetHTMLURL (line 31267) | func TestPages_GetHTMLURL(tt *testing.T) { function TestPages_GetHTTPSCertificate (line 31278) | func TestPages_GetHTTPSCertificate(tt *testing.T) { function TestPages_GetHTTPSEnforced (line 31286) | func TestPages_GetHTTPSEnforced(tt *testing.T) { function TestPages_GetPublic (line 31297) | func TestPages_GetPublic(tt *testing.T) { function TestPages_GetSource (line 31308) | func TestPages_GetSource(tt *testing.T) { function TestPages_GetStatus (line 31316) | func TestPages_GetStatus(tt *testing.T) { function TestPages_GetURL (line 31327) | func TestPages_GetURL(tt *testing.T) { function TestPagesBuild_GetCommit (line 31338) | func TestPagesBuild_GetCommit(tt *testing.T) { function TestPagesBuild_GetCreatedAt (line 31349) | func TestPagesBuild_GetCreatedAt(tt *testing.T) { function TestPagesBuild_GetDuration (line 31360) | func TestPagesBuild_GetDuration(tt *testing.T) { function TestPagesBuild_GetError (line 31371) | func TestPagesBuild_GetError(tt *testing.T) { function TestPagesBuild_GetPusher (line 31379) | func TestPagesBuild_GetPusher(tt *testing.T) { function TestPagesBuild_GetStatus (line 31387) | func TestPagesBuild_GetStatus(tt *testing.T) { function TestPagesBuild_GetUpdatedAt (line 31398) | func TestPagesBuild_GetUpdatedAt(tt *testing.T) { function TestPagesBuild_GetURL (line 31409) | func TestPagesBuild_GetURL(tt *testing.T) { function TestPagesDomain_GetCAAError (line 31420) | func TestPagesDomain_GetCAAError(tt *testing.T) { function TestPagesDomain_GetDNSResolves (line 31431) | func TestPagesDomain_GetDNSResolves(tt *testing.T) { function TestPagesDomain_GetEnforcesHTTPS (line 31442) | func TestPagesDomain_GetEnforcesHTTPS(tt *testing.T) { function TestPagesDomain_GetHasCNAMERecord (line 31453) | func TestPagesDomain_GetHasCNAMERecord(tt *testing.T) { function TestPagesDomain_GetHasMXRecordsPresent (line 31464) | func TestPagesDomain_GetHasMXRecordsPresent(tt *testing.T) { function TestPagesDomain_GetHost (line 31475) | func TestPagesDomain_GetHost(tt *testing.T) { function TestPagesDomain_GetHTTPSError (line 31486) | func TestPagesDomain_GetHTTPSError(tt *testing.T) { function TestPagesDomain_GetIsApexDomain (line 31497) | func TestPagesDomain_GetIsApexDomain(tt *testing.T) { function TestPagesDomain_GetIsARecord (line 31508) | func TestPagesDomain_GetIsARecord(tt *testing.T) { function TestPagesDomain_GetIsCloudflareIP (line 31519) | func TestPagesDomain_GetIsCloudflareIP(tt *testing.T) { function TestPagesDomain_GetIsCNAMEToFastly (line 31530) | func TestPagesDomain_GetIsCNAMEToFastly(tt *testing.T) { function TestPagesDomain_GetIsCNAMEToGithubUserDomain (line 31541) | func TestPagesDomain_GetIsCNAMEToGithubUserDomain(tt *testing.T) { function TestPagesDomain_GetIsCNAMEToPagesDotGithubDotCom (line 31552) | func TestPagesDomain_GetIsCNAMEToPagesDotGithubDotCom(tt *testing.T) { function TestPagesDomain_GetIsFastlyIP (line 31563) | func TestPagesDomain_GetIsFastlyIP(tt *testing.T) { function TestPagesDomain_GetIsHTTPSEligible (line 31574) | func TestPagesDomain_GetIsHTTPSEligible(tt *testing.T) { function TestPagesDomain_GetIsNonGithubPagesIPPresent (line 31585) | func TestPagesDomain_GetIsNonGithubPagesIPPresent(tt *testing.T) { function TestPagesDomain_GetIsOldIPAddress (line 31596) | func TestPagesDomain_GetIsOldIPAddress(tt *testing.T) { function TestPagesDomain_GetIsPagesDomain (line 31607) | func TestPagesDomain_GetIsPagesDomain(tt *testing.T) { function TestPagesDomain_GetIsPointedToGithubPagesIP (line 31618) | func TestPagesDomain_GetIsPointedToGithubPagesIP(tt *testing.T) { function TestPagesDomain_GetIsProxied (line 31629) | func TestPagesDomain_GetIsProxied(tt *testing.T) { function TestPagesDomain_GetIsServedByPages (line 31640) | func TestPagesDomain_GetIsServedByPages(tt *testing.T) { function TestPagesDomain_GetIsValid (line 31651) | func TestPagesDomain_GetIsValid(tt *testing.T) { function TestPagesDomain_GetIsValidDomain (line 31662) | func TestPagesDomain_GetIsValidDomain(tt *testing.T) { function TestPagesDomain_GetNameservers (line 31673) | func TestPagesDomain_GetNameservers(tt *testing.T) { function TestPagesDomain_GetReason (line 31684) | func TestPagesDomain_GetReason(tt *testing.T) { function TestPagesDomain_GetRespondsToHTTPS (line 31695) | func TestPagesDomain_GetRespondsToHTTPS(tt *testing.T) { function TestPagesDomain_GetShouldBeARecord (line 31706) | func TestPagesDomain_GetShouldBeARecord(tt *testing.T) { function TestPagesDomain_GetURI (line 31717) | func TestPagesDomain_GetURI(tt *testing.T) { function TestPagesError_GetMessage (line 31728) | func TestPagesError_GetMessage(tt *testing.T) { function TestPagesHealthCheckResponse_GetAltDomain (line 31739) | func TestPagesHealthCheckResponse_GetAltDomain(tt *testing.T) { function TestPagesHealthCheckResponse_GetDomain (line 31747) | func TestPagesHealthCheckResponse_GetDomain(tt *testing.T) { function TestPagesHTTPSCertificate_GetDescription (line 31755) | func TestPagesHTTPSCertificate_GetDescription(tt *testing.T) { function TestPagesHTTPSCertificate_GetDomains (line 31766) | func TestPagesHTTPSCertificate_GetDomains(tt *testing.T) { function TestPagesHTTPSCertificate_GetExpiresAt (line 31777) | func TestPagesHTTPSCertificate_GetExpiresAt(tt *testing.T) { function TestPagesHTTPSCertificate_GetState (line 31788) | func TestPagesHTTPSCertificate_GetState(tt *testing.T) { function TestPagesSource_GetBranch (line 31799) | func TestPagesSource_GetBranch(tt *testing.T) { function TestPagesSource_GetPath (line 31810) | func TestPagesSource_GetPath(tt *testing.T) { function TestPageStats_GetTotalPages (line 31821) | func TestPageStats_GetTotalPages(tt *testing.T) { function TestPagesUpdate_GetBuildType (line 31832) | func TestPagesUpdate_GetBuildType(tt *testing.T) { function TestPagesUpdate_GetCNAME (line 31843) | func TestPagesUpdate_GetCNAME(tt *testing.T) { function TestPagesUpdate_GetHTTPSEnforced (line 31854) | func TestPagesUpdate_GetHTTPSEnforced(tt *testing.T) { function TestPagesUpdate_GetPublic (line 31865) | func TestPagesUpdate_GetPublic(tt *testing.T) { function TestPagesUpdate_GetSource (line 31876) | func TestPagesUpdate_GetSource(tt *testing.T) { function TestPagesUpdateWithoutCNAME_GetBuildType (line 31884) | func TestPagesUpdateWithoutCNAME_GetBuildType(tt *testing.T) { function TestPagesUpdateWithoutCNAME_GetHTTPSEnforced (line 31895) | func TestPagesUpdateWithoutCNAME_GetHTTPSEnforced(tt *testing.T) { function TestPagesUpdateWithoutCNAME_GetPublic (line 31906) | func TestPagesUpdateWithoutCNAME_GetPublic(tt *testing.T) { function TestPagesUpdateWithoutCNAME_GetSource (line 31917) | func TestPagesUpdateWithoutCNAME_GetSource(tt *testing.T) { function TestPatternBranchRule_GetParameters (line 31925) | func TestPatternBranchRule_GetParameters(tt *testing.T) { function TestPatternRuleParameters_GetName (line 31933) | func TestPatternRuleParameters_GetName(tt *testing.T) { function TestPatternRuleParameters_GetNegate (line 31944) | func TestPatternRuleParameters_GetNegate(tt *testing.T) { function TestPatternRuleParameters_GetOperator (line 31955) | func TestPatternRuleParameters_GetOperator(tt *testing.T) { function TestPatternRuleParameters_GetPattern (line 31963) | func TestPatternRuleParameters_GetPattern(tt *testing.T) { function TestPendingDeployment_GetCurrentUserCanApprove (line 31971) | func TestPendingDeployment_GetCurrentUserCanApprove(tt *testing.T) { function TestPendingDeployment_GetEnvironment (line 31982) | func TestPendingDeployment_GetEnvironment(tt *testing.T) { function TestPendingDeployment_GetReviewers (line 31990) | func TestPendingDeployment_GetReviewers(tt *testing.T) { function TestPendingDeployment_GetWaitTimer (line 32001) | func TestPendingDeployment_GetWaitTimer(tt *testing.T) { function TestPendingDeployment_GetWaitTimerStartedAt (line 32012) | func TestPendingDeployment_GetWaitTimerStartedAt(tt *testing.T) { function TestPendingDeploymentEnvironment_GetHTMLURL (line 32023) | func TestPendingDeploymentEnvironment_GetHTMLURL(tt *testing.T) { function TestPendingDeploymentEnvironment_GetID (line 32034) | func TestPendingDeploymentEnvironment_GetID(tt *testing.T) { function TestPendingDeploymentEnvironment_GetName (line 32045) | func TestPendingDeploymentEnvironment_GetName(tt *testing.T) { function TestPendingDeploymentEnvironment_GetNodeID (line 32056) | func TestPendingDeploymentEnvironment_GetNodeID(tt *testing.T) { function TestPendingDeploymentEnvironment_GetURL (line 32067) | func TestPendingDeploymentEnvironment_GetURL(tt *testing.T) { function TestPendingDeploymentsRequest_GetComment (line 32078) | func TestPendingDeploymentsRequest_GetComment(tt *testing.T) { function TestPendingDeploymentsRequest_GetEnvironmentIDs (line 32086) | func TestPendingDeploymentsRequest_GetEnvironmentIDs(tt *testing.T) { function TestPendingDeploymentsRequest_GetState (line 32097) | func TestPendingDeploymentsRequest_GetState(tt *testing.T) { function TestPersonalAccessToken_GetAccessGrantedAt (line 32105) | func TestPersonalAccessToken_GetAccessGrantedAt(tt *testing.T) { function TestPersonalAccessToken_GetID (line 32116) | func TestPersonalAccessToken_GetID(tt *testing.T) { function TestPersonalAccessToken_GetOwner (line 32127) | func TestPersonalAccessToken_GetOwner(tt *testing.T) { function TestPersonalAccessToken_GetPermissions (line 32135) | func TestPersonalAccessToken_GetPermissions(tt *testing.T) { function TestPersonalAccessToken_GetRepositoriesURL (line 32143) | func TestPersonalAccessToken_GetRepositoriesURL(tt *testing.T) { function TestPersonalAccessToken_GetRepositorySelection (line 32154) | func TestPersonalAccessToken_GetRepositorySelection(tt *testing.T) { function TestPersonalAccessToken_GetTokenExpired (line 32165) | func TestPersonalAccessToken_GetTokenExpired(tt *testing.T) { function TestPersonalAccessToken_GetTokenExpiresAt (line 32176) | func TestPersonalAccessToken_GetTokenExpiresAt(tt *testing.T) { function TestPersonalAccessToken_GetTokenID (line 32187) | func TestPersonalAccessToken_GetTokenID(tt *testing.T) { function TestPersonalAccessToken_GetTokenLastUsedAt (line 32198) | func TestPersonalAccessToken_GetTokenLastUsedAt(tt *testing.T) { function TestPersonalAccessToken_GetTokenName (line 32209) | func TestPersonalAccessToken_GetTokenName(tt *testing.T) { function TestPersonalAccessTokenPermissions_GetOrg (line 32220) | func TestPersonalAccessTokenPermissions_GetOrg(tt *testing.T) { function TestPersonalAccessTokenPermissions_GetOther (line 32231) | func TestPersonalAccessTokenPermissions_GetOther(tt *testing.T) { function TestPersonalAccessTokenPermissions_GetRepo (line 32242) | func TestPersonalAccessTokenPermissions_GetRepo(tt *testing.T) { function TestPersonalAccessTokenRequest_GetCreatedAt (line 32253) | func TestPersonalAccessTokenRequest_GetCreatedAt(tt *testing.T) { function TestPersonalAccessTokenRequest_GetID (line 32264) | func TestPersonalAccessTokenRequest_GetID(tt *testing.T) { function TestPersonalAccessTokenRequest_GetOrg (line 32275) | func TestPersonalAccessTokenRequest_GetOrg(tt *testing.T) { function TestPersonalAccessTokenRequest_GetOwner (line 32283) | func TestPersonalAccessTokenRequest_GetOwner(tt *testing.T) { function TestPersonalAccessTokenRequest_GetPermissionsAdded (line 32291) | func TestPersonalAccessTokenRequest_GetPermissionsAdded(tt *testing.T) { function TestPersonalAccessTokenRequest_GetPermissionsResult (line 32299) | func TestPersonalAccessTokenRequest_GetPermissionsResult(tt *testing.T) { function TestPersonalAccessTokenRequest_GetPermissionsUpgraded (line 32307) | func TestPersonalAccessTokenRequest_GetPermissionsUpgraded(tt *testing.T) { function TestPersonalAccessTokenRequest_GetRepositories (line 32315) | func TestPersonalAccessTokenRequest_GetRepositories(tt *testing.T) { function TestPersonalAccessTokenRequest_GetRepositoryCount (line 32326) | func TestPersonalAccessTokenRequest_GetRepositoryCount(tt *testing.T) { function TestPersonalAccessTokenRequest_GetRepositorySelection (line 32337) | func TestPersonalAccessTokenRequest_GetRepositorySelection(tt *testing.T) { function TestPersonalAccessTokenRequest_GetTokenExpired (line 32348) | func TestPersonalAccessTokenRequest_GetTokenExpired(tt *testing.T) { function TestPersonalAccessTokenRequest_GetTokenExpiresAt (line 32359) | func TestPersonalAccessTokenRequest_GetTokenExpiresAt(tt *testing.T) { function TestPersonalAccessTokenRequest_GetTokenLastUsedAt (line 32370) | func TestPersonalAccessTokenRequest_GetTokenLastUsedAt(tt *testing.T) { function TestPersonalAccessTokenRequestEvent_GetAction (line 32381) | func TestPersonalAccessTokenRequestEvent_GetAction(tt *testing.T) { function TestPersonalAccessTokenRequestEvent_GetInstallation (line 32392) | func TestPersonalAccessTokenRequestEvent_GetInstallation(tt *testing.T) { function TestPersonalAccessTokenRequestEvent_GetOrg (line 32400) | func TestPersonalAccessTokenRequestEvent_GetOrg(tt *testing.T) { function TestPersonalAccessTokenRequestEvent_GetPersonalAccessTokenRequest (line 32408) | func TestPersonalAccessTokenRequestEvent_GetPersonalAccessTokenRequest(t... function TestPersonalAccessTokenRequestEvent_GetSender (line 32416) | func TestPersonalAccessTokenRequestEvent_GetSender(tt *testing.T) { function TestPingEvent_GetHook (line 32424) | func TestPingEvent_GetHook(tt *testing.T) { function TestPingEvent_GetHookID (line 32432) | func TestPingEvent_GetHookID(tt *testing.T) { function TestPingEvent_GetInstallation (line 32443) | func TestPingEvent_GetInstallation(tt *testing.T) { function TestPingEvent_GetOrg (line 32451) | func TestPingEvent_GetOrg(tt *testing.T) { function TestPingEvent_GetRepo (line 32459) | func TestPingEvent_GetRepo(tt *testing.T) { function TestPingEvent_GetSender (line 32467) | func TestPingEvent_GetSender(tt *testing.T) { function TestPingEvent_GetZen (line 32475) | func TestPingEvent_GetZen(tt *testing.T) { function TestPlan_GetCollaborators (line 32486) | func TestPlan_GetCollaborators(tt *testing.T) { function TestPlan_GetFilledSeats (line 32497) | func TestPlan_GetFilledSeats(tt *testing.T) { function TestPlan_GetName (line 32508) | func TestPlan_GetName(tt *testing.T) { function TestPlan_GetPrivateRepos (line 32519) | func TestPlan_GetPrivateRepos(tt *testing.T) { function TestPlan_GetSeats (line 32530) | func TestPlan_GetSeats(tt *testing.T) { function TestPlan_GetSpace (line 32541) | func TestPlan_GetSpace(tt *testing.T) { function TestPreferenceList_GetAutoTriggerChecks (line 32552) | func TestPreferenceList_GetAutoTriggerChecks(tt *testing.T) { function TestPremiumRequestUsageItem_GetDiscountAmount (line 32563) | func TestPremiumRequestUsageItem_GetDiscountAmount(tt *testing.T) { function TestPremiumRequestUsageItem_GetDiscountQuantity (line 32571) | func TestPremiumRequestUsageItem_GetDiscountQuantity(tt *testing.T) { function TestPremiumRequestUsageItem_GetGrossAmount (line 32579) | func TestPremiumRequestUsageItem_GetGrossAmount(tt *testing.T) { function TestPremiumRequestUsageItem_GetGrossQuantity (line 32587) | func TestPremiumRequestUsageItem_GetGrossQuantity(tt *testing.T) { function TestPremiumRequestUsageItem_GetModel (line 32595) | func TestPremiumRequestUsageItem_GetModel(tt *testing.T) { function TestPremiumRequestUsageItem_GetNetAmount (line 32603) | func TestPremiumRequestUsageItem_GetNetAmount(tt *testing.T) { function TestPremiumRequestUsageItem_GetNetQuantity (line 32611) | func TestPremiumRequestUsageItem_GetNetQuantity(tt *testing.T) { function TestPremiumRequestUsageItem_GetPricePerUnit (line 32619) | func TestPremiumRequestUsageItem_GetPricePerUnit(tt *testing.T) { function TestPremiumRequestUsageItem_GetProduct (line 32627) | func TestPremiumRequestUsageItem_GetProduct(tt *testing.T) { function TestPremiumRequestUsageItem_GetSKU (line 32635) | func TestPremiumRequestUsageItem_GetSKU(tt *testing.T) { function TestPremiumRequestUsageItem_GetUnitType (line 32643) | func TestPremiumRequestUsageItem_GetUnitType(tt *testing.T) { function TestPremiumRequestUsageReport_GetModel (line 32651) | func TestPremiumRequestUsageReport_GetModel(tt *testing.T) { function TestPremiumRequestUsageReport_GetOrganization (line 32662) | func TestPremiumRequestUsageReport_GetOrganization(tt *testing.T) { function TestPremiumRequestUsageReport_GetProduct (line 32673) | func TestPremiumRequestUsageReport_GetProduct(tt *testing.T) { function TestPremiumRequestUsageReport_GetTimePeriod (line 32684) | func TestPremiumRequestUsageReport_GetTimePeriod(tt *testing.T) { function TestPremiumRequestUsageReport_GetUsageItems (line 32692) | func TestPremiumRequestUsageReport_GetUsageItems(tt *testing.T) { function TestPremiumRequestUsageReport_GetUser (line 32703) | func TestPremiumRequestUsageReport_GetUser(tt *testing.T) { function TestPremiumRequestUsageReportOptions_GetDay (line 32714) | func TestPremiumRequestUsageReportOptions_GetDay(tt *testing.T) { function TestPremiumRequestUsageReportOptions_GetModel (line 32725) | func TestPremiumRequestUsageReportOptions_GetModel(tt *testing.T) { function TestPremiumRequestUsageReportOptions_GetMonth (line 32736) | func TestPremiumRequestUsageReportOptions_GetMonth(tt *testing.T) { function TestPremiumRequestUsageReportOptions_GetProduct (line 32747) | func TestPremiumRequestUsageReportOptions_GetProduct(tt *testing.T) { function TestPremiumRequestUsageReportOptions_GetUser (line 32758) | func TestPremiumRequestUsageReportOptions_GetUser(tt *testing.T) { function TestPremiumRequestUsageReportOptions_GetYear (line 32769) | func TestPremiumRequestUsageReportOptions_GetYear(tt *testing.T) { function TestPremiumRequestUsageTimePeriod_GetDay (line 32780) | func TestPremiumRequestUsageTimePeriod_GetDay(tt *testing.T) { function TestPremiumRequestUsageTimePeriod_GetMonth (line 32791) | func TestPremiumRequestUsageTimePeriod_GetMonth(tt *testing.T) { function TestPremiumRequestUsageTimePeriod_GetYear (line 32802) | func TestPremiumRequestUsageTimePeriod_GetYear(tt *testing.T) { function TestPreReceiveHook_GetConfigURL (line 32810) | func TestPreReceiveHook_GetConfigURL(tt *testing.T) { function TestPreReceiveHook_GetEnforcement (line 32821) | func TestPreReceiveHook_GetEnforcement(tt *testing.T) { function TestPreReceiveHook_GetID (line 32832) | func TestPreReceiveHook_GetID(tt *testing.T) { function TestPreReceiveHook_GetName (line 32843) | func TestPreReceiveHook_GetName(tt *testing.T) { function TestPrivateRegistries_GetConfigurations (line 32854) | func TestPrivateRegistries_GetConfigurations(tt *testing.T) { function TestPrivateRegistries_GetTotalCount (line 32865) | func TestPrivateRegistries_GetTotalCount(tt *testing.T) { function TestPrivateRegistry_GetCreatedAt (line 32876) | func TestPrivateRegistry_GetCreatedAt(tt *testing.T) { function TestPrivateRegistry_GetName (line 32887) | func TestPrivateRegistry_GetName(tt *testing.T) { function TestPrivateRegistry_GetRegistryType (line 32898) | func TestPrivateRegistry_GetRegistryType(tt *testing.T) { function TestPrivateRegistry_GetUpdatedAt (line 32909) | func TestPrivateRegistry_GetUpdatedAt(tt *testing.T) { function TestPrivateRegistry_GetUsername (line 32920) | func TestPrivateRegistry_GetUsername(tt *testing.T) { function TestPrivateRegistry_GetVisibility (line 32931) | func TestPrivateRegistry_GetVisibility(tt *testing.T) { function TestPRLink_GetHRef (line 32939) | func TestPRLink_GetHRef(tt *testing.T) { function TestPRLinks_GetComments (line 32950) | func TestPRLinks_GetComments(tt *testing.T) { function TestPRLinks_GetCommits (line 32958) | func TestPRLinks_GetCommits(tt *testing.T) { function TestPRLinks_GetHTML (line 32966) | func TestPRLinks_GetHTML(tt *testing.T) { function TestPRLinks_GetIssue (line 32974) | func TestPRLinks_GetIssue(tt *testing.T) { function TestPRLinks_GetReviewComment (line 32982) | func TestPRLinks_GetReviewComment(tt *testing.T) { function TestPRLinks_GetReviewComments (line 32990) | func TestPRLinks_GetReviewComments(tt *testing.T) { function TestPRLinks_GetSelf (line 32998) | func TestPRLinks_GetSelf(tt *testing.T) { function TestPRLinks_GetStatuses (line 33006) | func TestPRLinks_GetStatuses(tt *testing.T) { function TestProjectBody_GetFrom (line 33014) | func TestProjectBody_GetFrom(tt *testing.T) { function TestProjectCardChange_GetNote (line 33025) | func TestProjectCardChange_GetNote(tt *testing.T) { function TestProjectCardNote_GetFrom (line 33033) | func TestProjectCardNote_GetFrom(tt *testing.T) { function TestProjectChange_GetBody (line 33044) | func TestProjectChange_GetBody(tt *testing.T) { function TestProjectChange_GetName (line 33052) | func TestProjectChange_GetName(tt *testing.T) { function TestProjectColumnChange_GetName (line 33060) | func TestProjectColumnChange_GetName(tt *testing.T) { function TestProjectColumnName_GetFrom (line 33068) | func TestProjectColumnName_GetFrom(tt *testing.T) { function TestProjectName_GetFrom (line 33079) | func TestProjectName_GetFrom(tt *testing.T) { function TestProjectV2_GetBody (line 33090) | func TestProjectV2_GetBody(tt *testing.T) { function TestProjectV2_GetClosedAt (line 33101) | func TestProjectV2_GetClosedAt(tt *testing.T) { function TestProjectV2_GetColumnsURL (line 33112) | func TestProjectV2_GetColumnsURL(tt *testing.T) { function TestProjectV2_GetCreatedAt (line 33123) | func TestProjectV2_GetCreatedAt(tt *testing.T) { function TestProjectV2_GetCreator (line 33134) | func TestProjectV2_GetCreator(tt *testing.T) { function TestProjectV2_GetDeletedAt (line 33142) | func TestProjectV2_GetDeletedAt(tt *testing.T) { function TestProjectV2_GetDeletedBy (line 33153) | func TestProjectV2_GetDeletedBy(tt *testing.T) { function TestProjectV2_GetDescription (line 33161) | func TestProjectV2_GetDescription(tt *testing.T) { function TestProjectV2_GetHTMLURL (line 33172) | func TestProjectV2_GetHTMLURL(tt *testing.T) { function TestProjectV2_GetID (line 33183) | func TestProjectV2_GetID(tt *testing.T) { function TestProjectV2_GetIsTemplate (line 33194) | func TestProjectV2_GetIsTemplate(tt *testing.T) { function TestProjectV2_GetLatestStatusUpdate (line 33205) | func TestProjectV2_GetLatestStatusUpdate(tt *testing.T) { function TestProjectV2_GetName (line 33213) | func TestProjectV2_GetName(tt *testing.T) { function TestProjectV2_GetNodeID (line 33224) | func TestProjectV2_GetNodeID(tt *testing.T) { function TestProjectV2_GetNumber (line 33235) | func TestProjectV2_GetNumber(tt *testing.T) { function TestProjectV2_GetOrganizationPermission (line 33246) | func TestProjectV2_GetOrganizationPermission(tt *testing.T) { function TestProjectV2_GetOwner (line 33257) | func TestProjectV2_GetOwner(tt *testing.T) { function TestProjectV2_GetOwnerURL (line 33265) | func TestProjectV2_GetOwnerURL(tt *testing.T) { function TestProjectV2_GetPrivate (line 33276) | func TestProjectV2_GetPrivate(tt *testing.T) { function TestProjectV2_GetPublic (line 33287) | func TestProjectV2_GetPublic(tt *testing.T) { function TestProjectV2_GetShortDescription (line 33298) | func TestProjectV2_GetShortDescription(tt *testing.T) { function TestProjectV2_GetState (line 33309) | func TestProjectV2_GetState(tt *testing.T) { function TestProjectV2_GetTitle (line 33320) | func TestProjectV2_GetTitle(tt *testing.T) { function TestProjectV2_GetUpdatedAt (line 33331) | func TestProjectV2_GetUpdatedAt(tt *testing.T) { function TestProjectV2_GetURL (line 33342) | func TestProjectV2_GetURL(tt *testing.T) { function TestProjectV2DraftIssue_GetBody (line 33353) | func TestProjectV2DraftIssue_GetBody(tt *testing.T) { function TestProjectV2DraftIssue_GetCreatedAt (line 33364) | func TestProjectV2DraftIssue_GetCreatedAt(tt *testing.T) { function TestProjectV2DraftIssue_GetID (line 33375) | func TestProjectV2DraftIssue_GetID(tt *testing.T) { function TestProjectV2DraftIssue_GetNodeID (line 33386) | func TestProjectV2DraftIssue_GetNodeID(tt *testing.T) { function TestProjectV2DraftIssue_GetTitle (line 33397) | func TestProjectV2DraftIssue_GetTitle(tt *testing.T) { function TestProjectV2DraftIssue_GetUpdatedAt (line 33408) | func TestProjectV2DraftIssue_GetUpdatedAt(tt *testing.T) { function TestProjectV2DraftIssue_GetUser (line 33419) | func TestProjectV2DraftIssue_GetUser(tt *testing.T) { function TestProjectV2Event_GetAction (line 33427) | func TestProjectV2Event_GetAction(tt *testing.T) { function TestProjectV2Event_GetInstallation (line 33438) | func TestProjectV2Event_GetInstallation(tt *testing.T) { function TestProjectV2Event_GetOrg (line 33446) | func TestProjectV2Event_GetOrg(tt *testing.T) { function TestProjectV2Event_GetProjectsV2 (line 33454) | func TestProjectV2Event_GetProjectsV2(tt *testing.T) { function TestProjectV2Event_GetSender (line 33462) | func TestProjectV2Event_GetSender(tt *testing.T) { function TestProjectV2Field_GetConfiguration (line 33470) | func TestProjectV2Field_GetConfiguration(tt *testing.T) { function TestProjectV2Field_GetCreatedAt (line 33478) | func TestProjectV2Field_GetCreatedAt(tt *testing.T) { function TestProjectV2Field_GetDataType (line 33489) | func TestProjectV2Field_GetDataType(tt *testing.T) { function TestProjectV2Field_GetID (line 33500) | func TestProjectV2Field_GetID(tt *testing.T) { function TestProjectV2Field_GetName (line 33511) | func TestProjectV2Field_GetName(tt *testing.T) { function TestProjectV2Field_GetNodeID (line 33522) | func TestProjectV2Field_GetNodeID(tt *testing.T) { function TestProjectV2Field_GetOptions (line 33533) | func TestProjectV2Field_GetOptions(tt *testing.T) { function TestProjectV2Field_GetProjectURL (line 33544) | func TestProjectV2Field_GetProjectURL(tt *testing.T) { function TestProjectV2Field_GetUpdatedAt (line 33555) | func TestProjectV2Field_GetUpdatedAt(tt *testing.T) { function TestProjectV2FieldConfiguration_GetDuration (line 33566) | func TestProjectV2FieldConfiguration_GetDuration(tt *testing.T) { function TestProjectV2FieldConfiguration_GetIterations (line 33577) | func TestProjectV2FieldConfiguration_GetIterations(tt *testing.T) { function TestProjectV2FieldConfiguration_GetStartDay (line 33588) | func TestProjectV2FieldConfiguration_GetStartDay(tt *testing.T) { function TestProjectV2FieldIteration_GetDuration (line 33599) | func TestProjectV2FieldIteration_GetDuration(tt *testing.T) { function TestProjectV2FieldIteration_GetID (line 33610) | func TestProjectV2FieldIteration_GetID(tt *testing.T) { function TestProjectV2FieldIteration_GetStartDate (line 33621) | func TestProjectV2FieldIteration_GetStartDate(tt *testing.T) { function TestProjectV2FieldIteration_GetTitle (line 33632) | func TestProjectV2FieldIteration_GetTitle(tt *testing.T) { function TestProjectV2FieldOption_GetColor (line 33640) | func TestProjectV2FieldOption_GetColor(tt *testing.T) { function TestProjectV2FieldOption_GetDescription (line 33651) | func TestProjectV2FieldOption_GetDescription(tt *testing.T) { function TestProjectV2FieldOption_GetID (line 33659) | func TestProjectV2FieldOption_GetID(tt *testing.T) { function TestProjectV2FieldOption_GetName (line 33670) | func TestProjectV2FieldOption_GetName(tt *testing.T) { function TestProjectV2Item_GetArchivedAt (line 33678) | func TestProjectV2Item_GetArchivedAt(tt *testing.T) { function TestProjectV2Item_GetContent (line 33689) | func TestProjectV2Item_GetContent(tt *testing.T) { function TestProjectV2Item_GetContentNodeID (line 33697) | func TestProjectV2Item_GetContentNodeID(tt *testing.T) { function TestProjectV2Item_GetContentType (line 33708) | func TestProjectV2Item_GetContentType(tt *testing.T) { function TestProjectV2Item_GetCreatedAt (line 33716) | func TestProjectV2Item_GetCreatedAt(tt *testing.T) { function TestProjectV2Item_GetCreator (line 33727) | func TestProjectV2Item_GetCreator(tt *testing.T) { function TestProjectV2Item_GetFields (line 33735) | func TestProjectV2Item_GetFields(tt *testing.T) { function TestProjectV2Item_GetID (line 33746) | func TestProjectV2Item_GetID(tt *testing.T) { function TestProjectV2Item_GetItemURL (line 33757) | func TestProjectV2Item_GetItemURL(tt *testing.T) { function TestProjectV2Item_GetNodeID (line 33768) | func TestProjectV2Item_GetNodeID(tt *testing.T) { function TestProjectV2Item_GetProjectNodeID (line 33779) | func TestProjectV2Item_GetProjectNodeID(tt *testing.T) { function TestProjectV2Item_GetProjectURL (line 33790) | func TestProjectV2Item_GetProjectURL(tt *testing.T) { function TestProjectV2Item_GetUpdatedAt (line 33801) | func TestProjectV2Item_GetUpdatedAt(tt *testing.T) { function TestProjectV2ItemChange_GetArchivedAt (line 33812) | func TestProjectV2ItemChange_GetArchivedAt(tt *testing.T) { function TestProjectV2ItemChange_GetFieldValue (line 33820) | func TestProjectV2ItemChange_GetFieldValue(tt *testing.T) { function TestProjectV2ItemContent_GetDraftIssue (line 33828) | func TestProjectV2ItemContent_GetDraftIssue(tt *testing.T) { function TestProjectV2ItemContent_GetIssue (line 33836) | func TestProjectV2ItemContent_GetIssue(tt *testing.T) { function TestProjectV2ItemContent_GetPullRequest (line 33844) | func TestProjectV2ItemContent_GetPullRequest(tt *testing.T) { function TestProjectV2ItemEvent_GetAction (line 33852) | func TestProjectV2ItemEvent_GetAction(tt *testing.T) { function TestProjectV2ItemEvent_GetChanges (line 33863) | func TestProjectV2ItemEvent_GetChanges(tt *testing.T) { function TestProjectV2ItemEvent_GetInstallation (line 33871) | func TestProjectV2ItemEvent_GetInstallation(tt *testing.T) { function TestProjectV2ItemEvent_GetOrg (line 33879) | func TestProjectV2ItemEvent_GetOrg(tt *testing.T) { function TestProjectV2ItemEvent_GetProjectV2Item (line 33887) | func TestProjectV2ItemEvent_GetProjectV2Item(tt *testing.T) { function TestProjectV2ItemEvent_GetSender (line 33895) | func TestProjectV2ItemEvent_GetSender(tt *testing.T) { function TestProjectV2ItemFieldValue_GetDataType (line 33903) | func TestProjectV2ItemFieldValue_GetDataType(tt *testing.T) { function TestProjectV2ItemFieldValue_GetID (line 33914) | func TestProjectV2ItemFieldValue_GetID(tt *testing.T) { function TestProjectV2ItemFieldValue_GetName (line 33925) | func TestProjectV2ItemFieldValue_GetName(tt *testing.T) { function TestProjectV2ItemFieldValue_GetValue (line 33936) | func TestProjectV2ItemFieldValue_GetValue(tt *testing.T) { function TestProjectV2StatusUpdate_GetBody (line 33944) | func TestProjectV2StatusUpdate_GetBody(tt *testing.T) { function TestProjectV2StatusUpdate_GetCreatedAt (line 33955) | func TestProjectV2StatusUpdate_GetCreatedAt(tt *testing.T) { function TestProjectV2StatusUpdate_GetCreator (line 33966) | func TestProjectV2StatusUpdate_GetCreator(tt *testing.T) { function TestProjectV2StatusUpdate_GetID (line 33974) | func TestProjectV2StatusUpdate_GetID(tt *testing.T) { function TestProjectV2StatusUpdate_GetNodeID (line 33985) | func TestProjectV2StatusUpdate_GetNodeID(tt *testing.T) { function TestProjectV2StatusUpdate_GetProjectNodeID (line 33996) | func TestProjectV2StatusUpdate_GetProjectNodeID(tt *testing.T) { function TestProjectV2StatusUpdate_GetStartDate (line 34007) | func TestProjectV2StatusUpdate_GetStartDate(tt *testing.T) { function TestProjectV2StatusUpdate_GetStatus (line 34018) | func TestProjectV2StatusUpdate_GetStatus(tt *testing.T) { function TestProjectV2StatusUpdate_GetTargetDate (line 34029) | func TestProjectV2StatusUpdate_GetTargetDate(tt *testing.T) { function TestProjectV2StatusUpdate_GetUpdatedAt (line 34040) | func TestProjectV2StatusUpdate_GetUpdatedAt(tt *testing.T) { function TestProjectV2TextContent_GetHTML (line 34051) | func TestProjectV2TextContent_GetHTML(tt *testing.T) { function TestProjectV2TextContent_GetRaw (line 34062) | func TestProjectV2TextContent_GetRaw(tt *testing.T) { function TestProtection_GetAllowDeletions (line 34073) | func TestProtection_GetAllowDeletions(tt *testing.T) { function TestProtection_GetAllowForcePushes (line 34081) | func TestProtection_GetAllowForcePushes(tt *testing.T) { function TestProtection_GetAllowForkSyncing (line 34089) | func TestProtection_GetAllowForkSyncing(tt *testing.T) { function TestProtection_GetBlockCreations (line 34097) | func TestProtection_GetBlockCreations(tt *testing.T) { function TestProtection_GetEnforceAdmins (line 34105) | func TestProtection_GetEnforceAdmins(tt *testing.T) { function TestProtection_GetLockBranch (line 34113) | func TestProtection_GetLockBranch(tt *testing.T) { function TestProtection_GetRequiredConversationResolution (line 34121) | func TestProtection_GetRequiredConversationResolution(tt *testing.T) { function TestProtection_GetRequiredPullRequestReviews (line 34129) | func TestProtection_GetRequiredPullRequestReviews(tt *testing.T) { function TestProtection_GetRequiredSignatures (line 34137) | func TestProtection_GetRequiredSignatures(tt *testing.T) { function TestProtection_GetRequiredStatusChecks (line 34145) | func TestProtection_GetRequiredStatusChecks(tt *testing.T) { function TestProtection_GetRequireLinearHistory (line 34153) | func TestProtection_GetRequireLinearHistory(tt *testing.T) { function TestProtection_GetRestrictions (line 34161) | func TestProtection_GetRestrictions(tt *testing.T) { function TestProtection_GetURL (line 34169) | func TestProtection_GetURL(tt *testing.T) { function TestProtectionChanges_GetAdminEnforced (line 34180) | func TestProtectionChanges_GetAdminEnforced(tt *testing.T) { function TestProtectionChanges_GetAllowDeletionsEnforcementLevel (line 34188) | func TestProtectionChanges_GetAllowDeletionsEnforcementLevel(tt *testing... function TestProtectionChanges_GetAuthorizedActorNames (line 34196) | func TestProtectionChanges_GetAuthorizedActorNames(tt *testing.T) { function TestProtectionChanges_GetAuthorizedActorsOnly (line 34204) | func TestProtectionChanges_GetAuthorizedActorsOnly(tt *testing.T) { function TestProtectionChanges_GetAuthorizedDismissalActorsOnly (line 34212) | func TestProtectionChanges_GetAuthorizedDismissalActorsOnly(tt *testing.... function TestProtectionChanges_GetCreateProtected (line 34220) | func TestProtectionChanges_GetCreateProtected(tt *testing.T) { function TestProtectionChanges_GetDismissStaleReviewsOnPush (line 34228) | func TestProtectionChanges_GetDismissStaleReviewsOnPush(tt *testing.T) { function TestProtectionChanges_GetLinearHistoryRequirementEnforcementLevel (line 34236) | func TestProtectionChanges_GetLinearHistoryRequirementEnforcementLevel(t... function TestProtectionChanges_GetPullRequestReviewsEnforcementLevel (line 34244) | func TestProtectionChanges_GetPullRequestReviewsEnforcementLevel(tt *tes... function TestProtectionChanges_GetRequireCodeOwnerReview (line 34252) | func TestProtectionChanges_GetRequireCodeOwnerReview(tt *testing.T) { function TestProtectionChanges_GetRequiredConversationResolutionLevel (line 34260) | func TestProtectionChanges_GetRequiredConversationResolutionLevel(tt *te... function TestProtectionChanges_GetRequiredDeploymentsEnforcementLevel (line 34268) | func TestProtectionChanges_GetRequiredDeploymentsEnforcementLevel(tt *te... function TestProtectionChanges_GetRequiredStatusChecks (line 34276) | func TestProtectionChanges_GetRequiredStatusChecks(tt *testing.T) { function TestProtectionChanges_GetRequiredStatusChecksEnforcementLevel (line 34284) | func TestProtectionChanges_GetRequiredStatusChecksEnforcementLevel(tt *t... function TestProtectionChanges_GetRequireLastPushApproval (line 34292) | func TestProtectionChanges_GetRequireLastPushApproval(tt *testing.T) { function TestProtectionChanges_GetSignatureRequirementEnforcementLevel (line 34300) | func TestProtectionChanges_GetSignatureRequirementEnforcementLevel(tt *t... function TestProtectionRequest_GetAllowDeletions (line 34308) | func TestProtectionRequest_GetAllowDeletions(tt *testing.T) { function TestProtectionRequest_GetAllowForcePushes (line 34319) | func TestProtectionRequest_GetAllowForcePushes(tt *testing.T) { function TestProtectionRequest_GetAllowForkSyncing (line 34330) | func TestProtectionRequest_GetAllowForkSyncing(tt *testing.T) { function TestProtectionRequest_GetBlockCreations (line 34341) | func TestProtectionRequest_GetBlockCreations(tt *testing.T) { function TestProtectionRequest_GetEnforceAdmins (line 34352) | func TestProtectionRequest_GetEnforceAdmins(tt *testing.T) { function TestProtectionRequest_GetLockBranch (line 34360) | func TestProtectionRequest_GetLockBranch(tt *testing.T) { function TestProtectionRequest_GetRequiredConversationResolution (line 34371) | func TestProtectionRequest_GetRequiredConversationResolution(tt *testing... function TestProtectionRequest_GetRequiredPullRequestReviews (line 34382) | func TestProtectionRequest_GetRequiredPullRequestReviews(tt *testing.T) { function TestProtectionRequest_GetRequiredStatusChecks (line 34390) | func TestProtectionRequest_GetRequiredStatusChecks(tt *testing.T) { function TestProtectionRequest_GetRequireLinearHistory (line 34398) | func TestProtectionRequest_GetRequireLinearHistory(tt *testing.T) { function TestProtectionRequest_GetRestrictions (line 34409) | func TestProtectionRequest_GetRestrictions(tt *testing.T) { function TestProtectionRule_GetID (line 34417) | func TestProtectionRule_GetID(tt *testing.T) { function TestProtectionRule_GetNodeID (line 34428) | func TestProtectionRule_GetNodeID(tt *testing.T) { function TestProtectionRule_GetPreventSelfReview (line 34439) | func TestProtectionRule_GetPreventSelfReview(tt *testing.T) { function TestProtectionRule_GetReviewers (line 34450) | func TestProtectionRule_GetReviewers(tt *testing.T) { function TestProtectionRule_GetType (line 34461) | func TestProtectionRule_GetType(tt *testing.T) { function TestProtectionRule_GetWaitTimer (line 34472) | func TestProtectionRule_GetWaitTimer(tt *testing.T) { function TestPublicEvent_GetInstallation (line 34483) | func TestPublicEvent_GetInstallation(tt *testing.T) { function TestPublicEvent_GetOrg (line 34491) | func TestPublicEvent_GetOrg(tt *testing.T) { function TestPublicEvent_GetRepo (line 34499) | func TestPublicEvent_GetRepo(tt *testing.T) { function TestPublicEvent_GetSender (line 34507) | func TestPublicEvent_GetSender(tt *testing.T) { function TestPublicIPUsage_GetCurrentUsage (line 34515) | func TestPublicIPUsage_GetCurrentUsage(tt *testing.T) { function TestPublicIPUsage_GetMaximum (line 34523) | func TestPublicIPUsage_GetMaximum(tt *testing.T) { function TestPublicKey_GetKey (line 34531) | func TestPublicKey_GetKey(tt *testing.T) { function TestPublicKey_GetKeyID (line 34542) | func TestPublicKey_GetKeyID(tt *testing.T) { function TestPublishCodespaceOptions_GetName (line 34553) | func TestPublishCodespaceOptions_GetName(tt *testing.T) { function TestPublishCodespaceOptions_GetPrivate (line 34564) | func TestPublishCodespaceOptions_GetPrivate(tt *testing.T) { function TestPullRequest_GetActiveLockReason (line 34575) | func TestPullRequest_GetActiveLockReason(tt *testing.T) { function TestPullRequest_GetAdditions (line 34586) | func TestPullRequest_GetAdditions(tt *testing.T) { function TestPullRequest_GetAssignee (line 34597) | func TestPullRequest_GetAssignee(tt *testing.T) { function TestPullRequest_GetAssignees (line 34605) | func TestPullRequest_GetAssignees(tt *testing.T) { function TestPullRequest_GetAuthorAssociation (line 34616) | func TestPullRequest_GetAuthorAssociation(tt *testing.T) { function TestPullRequest_GetAutoMerge (line 34627) | func TestPullRequest_GetAutoMerge(tt *testing.T) { function TestPullRequest_GetBase (line 34635) | func TestPullRequest_GetBase(tt *testing.T) { function TestPullRequest_GetBody (line 34643) | func TestPullRequest_GetBody(tt *testing.T) { function TestPullRequest_GetChangedFiles (line 34654) | func TestPullRequest_GetChangedFiles(tt *testing.T) { function TestPullRequest_GetClosedAt (line 34665) | func TestPullRequest_GetClosedAt(tt *testing.T) { function TestPullRequest_GetComments (line 34676) | func TestPullRequest_GetComments(tt *testing.T) { function TestPullRequest_GetCommentsURL (line 34687) | func TestPullRequest_GetCommentsURL(tt *testing.T) { function TestPullRequest_GetCommits (line 34698) | func TestPullRequest_GetCommits(tt *testing.T) { function TestPullRequest_GetCommitsURL (line 34709) | func TestPullRequest_GetCommitsURL(tt *testing.T) { function TestPullRequest_GetCreatedAt (line 34720) | func TestPullRequest_GetCreatedAt(tt *testing.T) { function TestPullRequest_GetDeletions (line 34731) | func TestPullRequest_GetDeletions(tt *testing.T) { function TestPullRequest_GetDiffURL (line 34742) | func TestPullRequest_GetDiffURL(tt *testing.T) { function TestPullRequest_GetDraft (line 34753) | func TestPullRequest_GetDraft(tt *testing.T) { function TestPullRequest_GetHead (line 34764) | func TestPullRequest_GetHead(tt *testing.T) { function TestPullRequest_GetHTMLURL (line 34772) | func TestPullRequest_GetHTMLURL(tt *testing.T) { function TestPullRequest_GetID (line 34783) | func TestPullRequest_GetID(tt *testing.T) { function TestPullRequest_GetIssueURL (line 34794) | func TestPullRequest_GetIssueURL(tt *testing.T) { function TestPullRequest_GetLabels (line 34805) | func TestPullRequest_GetLabels(tt *testing.T) { function TestPullRequest_GetLinks (line 34816) | func TestPullRequest_GetLinks(tt *testing.T) { function TestPullRequest_GetLocked (line 34824) | func TestPullRequest_GetLocked(tt *testing.T) { function TestPullRequest_GetMaintainerCanModify (line 34835) | func TestPullRequest_GetMaintainerCanModify(tt *testing.T) { function TestPullRequest_GetMergeable (line 34846) | func TestPullRequest_GetMergeable(tt *testing.T) { function TestPullRequest_GetMergeableState (line 34857) | func TestPullRequest_GetMergeableState(tt *testing.T) { function TestPullRequest_GetMergeCommitSHA (line 34868) | func TestPullRequest_GetMergeCommitSHA(tt *testing.T) { function TestPullRequest_GetMerged (line 34879) | func TestPullRequest_GetMerged(tt *testing.T) { function TestPullRequest_GetMergedAt (line 34890) | func TestPullRequest_GetMergedAt(tt *testing.T) { function TestPullRequest_GetMergedBy (line 34901) | func TestPullRequest_GetMergedBy(tt *testing.T) { function TestPullRequest_GetMilestone (line 34909) | func TestPullRequest_GetMilestone(tt *testing.T) { function TestPullRequest_GetNodeID (line 34917) | func TestPullRequest_GetNodeID(tt *testing.T) { function TestPullRequest_GetNumber (line 34928) | func TestPullRequest_GetNumber(tt *testing.T) { function TestPullRequest_GetPatchURL (line 34939) | func TestPullRequest_GetPatchURL(tt *testing.T) { function TestPullRequest_GetRebaseable (line 34950) | func TestPullRequest_GetRebaseable(tt *testing.T) { function TestPullRequest_GetRequestedReviewers (line 34961) | func TestPullRequest_GetRequestedReviewers(tt *testing.T) { function TestPullRequest_GetRequestedTeams (line 34972) | func TestPullRequest_GetRequestedTeams(tt *testing.T) { function TestPullRequest_GetReviewComments (line 34983) | func TestPullRequest_GetReviewComments(tt *testing.T) { function TestPullRequest_GetReviewCommentsURL (line 34994) | func TestPullRequest_GetReviewCommentsURL(tt *testing.T) { function TestPullRequest_GetReviewCommentURL (line 35005) | func TestPullRequest_GetReviewCommentURL(tt *testing.T) { function TestPullRequest_GetState (line 35016) | func TestPullRequest_GetState(tt *testing.T) { function TestPullRequest_GetStatusesURL (line 35027) | func TestPullRequest_GetStatusesURL(tt *testing.T) { function TestPullRequest_GetTitle (line 35038) | func TestPullRequest_GetTitle(tt *testing.T) { function TestPullRequest_GetUpdatedAt (line 35049) | func TestPullRequest_GetUpdatedAt(tt *testing.T) { function TestPullRequest_GetURL (line 35060) | func TestPullRequest_GetURL(tt *testing.T) { function TestPullRequest_GetUser (line 35071) | func TestPullRequest_GetUser(tt *testing.T) { function TestPullRequestAutoMerge_GetCommitMessage (line 35079) | func TestPullRequestAutoMerge_GetCommitMessage(tt *testing.T) { function TestPullRequestAutoMerge_GetCommitTitle (line 35090) | func TestPullRequestAutoMerge_GetCommitTitle(tt *testing.T) { function TestPullRequestAutoMerge_GetEnabledBy (line 35101) | func TestPullRequestAutoMerge_GetEnabledBy(tt *testing.T) { function TestPullRequestAutoMerge_GetMergeMethod (line 35109) | func TestPullRequestAutoMerge_GetMergeMethod(tt *testing.T) { function TestPullRequestBranch_GetLabel (line 35120) | func TestPullRequestBranch_GetLabel(tt *testing.T) { function TestPullRequestBranch_GetRef (line 35131) | func TestPullRequestBranch_GetRef(tt *testing.T) { function TestPullRequestBranch_GetRepo (line 35142) | func TestPullRequestBranch_GetRepo(tt *testing.T) { function TestPullRequestBranch_GetSHA (line 35150) | func TestPullRequestBranch_GetSHA(tt *testing.T) { function TestPullRequestBranch_GetUser (line 35161) | func TestPullRequestBranch_GetUser(tt *testing.T) { function TestPullRequestBranchRule_GetParameters (line 35169) | func TestPullRequestBranchRule_GetParameters(tt *testing.T) { function TestPullRequestBranchUpdateOptions_GetExpectedHeadSHA (line 35177) | func TestPullRequestBranchUpdateOptions_GetExpectedHeadSHA(tt *testing.T) { function TestPullRequestBranchUpdateResponse_GetMessage (line 35188) | func TestPullRequestBranchUpdateResponse_GetMessage(tt *testing.T) { function TestPullRequestBranchUpdateResponse_GetURL (line 35199) | func TestPullRequestBranchUpdateResponse_GetURL(tt *testing.T) { function TestPullRequestComment_GetAuthorAssociation (line 35210) | func TestPullRequestComment_GetAuthorAssociation(tt *testing.T) { function TestPullRequestComment_GetBody (line 35221) | func TestPullRequestComment_GetBody(tt *testing.T) { function TestPullRequestComment_GetCommitID (line 35232) | func TestPullRequestComment_GetCommitID(tt *testing.T) { function TestPullRequestComment_GetCreatedAt (line 35243) | func TestPullRequestComment_GetCreatedAt(tt *testing.T) { function TestPullRequestComment_GetDiffHunk (line 35254) | func TestPullRequestComment_GetDiffHunk(tt *testing.T) { function TestPullRequestComment_GetHTMLURL (line 35265) | func TestPullRequestComment_GetHTMLURL(tt *testing.T) { function TestPullRequestComment_GetID (line 35276) | func TestPullRequestComment_GetID(tt *testing.T) { function TestPullRequestComment_GetInReplyTo (line 35287) | func TestPullRequestComment_GetInReplyTo(tt *testing.T) { function TestPullRequestComment_GetLine (line 35298) | func TestPullRequestComment_GetLine(tt *testing.T) { function TestPullRequestComment_GetNodeID (line 35309) | func TestPullRequestComment_GetNodeID(tt *testing.T) { function TestPullRequestComment_GetOriginalCommitID (line 35320) | func TestPullRequestComment_GetOriginalCommitID(tt *testing.T) { function TestPullRequestComment_GetOriginalLine (line 35331) | func TestPullRequestComment_GetOriginalLine(tt *testing.T) { function TestPullRequestComment_GetOriginalPosition (line 35342) | func TestPullRequestComment_GetOriginalPosition(tt *testing.T) { function TestPullRequestComment_GetOriginalStartLine (line 35353) | func TestPullRequestComment_GetOriginalStartLine(tt *testing.T) { function TestPullRequestComment_GetPath (line 35364) | func TestPullRequestComment_GetPath(tt *testing.T) { function TestPullRequestComment_GetPosition (line 35375) | func TestPullRequestComment_GetPosition(tt *testing.T) { function TestPullRequestComment_GetPullRequestReviewID (line 35386) | func TestPullRequestComment_GetPullRequestReviewID(tt *testing.T) { function TestPullRequestComment_GetPullRequestURL (line 35397) | func TestPullRequestComment_GetPullRequestURL(tt *testing.T) { function TestPullRequestComment_GetReactions (line 35408) | func TestPullRequestComment_GetReactions(tt *testing.T) { function TestPullRequestComment_GetSide (line 35416) | func TestPullRequestComment_GetSide(tt *testing.T) { function TestPullRequestComment_GetStartLine (line 35427) | func TestPullRequestComment_GetStartLine(tt *testing.T) { function TestPullRequestComment_GetStartSide (line 35438) | func TestPullRequestComment_GetStartSide(tt *testing.T) { function TestPullRequestComment_GetSubjectType (line 35449) | func TestPullRequestComment_GetSubjectType(tt *testing.T) { function TestPullRequestComment_GetUpdatedAt (line 35460) | func TestPullRequestComment_GetUpdatedAt(tt *testing.T) { function TestPullRequestComment_GetURL (line 35471) | func TestPullRequestComment_GetURL(tt *testing.T) { function TestPullRequestComment_GetUser (line 35482) | func TestPullRequestComment_GetUser(tt *testing.T) { function TestPullRequestEvent_GetAction (line 35490) | func TestPullRequestEvent_GetAction(tt *testing.T) { function TestPullRequestEvent_GetAfter (line 35501) | func TestPullRequestEvent_GetAfter(tt *testing.T) { function TestPullRequestEvent_GetAssignee (line 35512) | func TestPullRequestEvent_GetAssignee(tt *testing.T) { function TestPullRequestEvent_GetBefore (line 35520) | func TestPullRequestEvent_GetBefore(tt *testing.T) { function TestPullRequestEvent_GetChanges (line 35531) | func TestPullRequestEvent_GetChanges(tt *testing.T) { function TestPullRequestEvent_GetInstallation (line 35539) | func TestPullRequestEvent_GetInstallation(tt *testing.T) { function TestPullRequestEvent_GetLabel (line 35547) | func TestPullRequestEvent_GetLabel(tt *testing.T) { function TestPullRequestEvent_GetNumber (line 35555) | func TestPullRequestEvent_GetNumber(tt *testing.T) { function TestPullRequestEvent_GetOrganization (line 35566) | func TestPullRequestEvent_GetOrganization(tt *testing.T) { function TestPullRequestEvent_GetPerformedViaGithubApp (line 35574) | func TestPullRequestEvent_GetPerformedViaGithubApp(tt *testing.T) { function TestPullRequestEvent_GetPullRequest (line 35582) | func TestPullRequestEvent_GetPullRequest(tt *testing.T) { function TestPullRequestEvent_GetReason (line 35590) | func TestPullRequestEvent_GetReason(tt *testing.T) { function TestPullRequestEvent_GetRepo (line 35601) | func TestPullRequestEvent_GetRepo(tt *testing.T) { function TestPullRequestEvent_GetRequestedReviewer (line 35609) | func TestPullRequestEvent_GetRequestedReviewer(tt *testing.T) { function TestPullRequestEvent_GetRequestedTeam (line 35617) | func TestPullRequestEvent_GetRequestedTeam(tt *testing.T) { function TestPullRequestEvent_GetSender (line 35625) | func TestPullRequestEvent_GetSender(tt *testing.T) { function TestPullRequestLinks_GetDiffURL (line 35633) | func TestPullRequestLinks_GetDiffURL(tt *testing.T) { function TestPullRequestLinks_GetHTMLURL (line 35644) | func TestPullRequestLinks_GetHTMLURL(tt *testing.T) { function TestPullRequestLinks_GetMergedAt (line 35655) | func TestPullRequestLinks_GetMergedAt(tt *testing.T) { function TestPullRequestLinks_GetPatchURL (line 35666) | func TestPullRequestLinks_GetPatchURL(tt *testing.T) { function TestPullRequestLinks_GetURL (line 35677) | func TestPullRequestLinks_GetURL(tt *testing.T) { function TestPullRequestListCommentsOptions_GetDirection (line 35688) | func TestPullRequestListCommentsOptions_GetDirection(tt *testing.T) { function TestPullRequestListCommentsOptions_GetSince (line 35696) | func TestPullRequestListCommentsOptions_GetSince(tt *testing.T) { function TestPullRequestListCommentsOptions_GetSort (line 35704) | func TestPullRequestListCommentsOptions_GetSort(tt *testing.T) { function TestPullRequestListOptions_GetBase (line 35712) | func TestPullRequestListOptions_GetBase(tt *testing.T) { function TestPullRequestListOptions_GetDirection (line 35720) | func TestPullRequestListOptions_GetDirection(tt *testing.T) { function TestPullRequestListOptions_GetHead (line 35728) | func TestPullRequestListOptions_GetHead(tt *testing.T) { function TestPullRequestListOptions_GetSort (line 35736) | func TestPullRequestListOptions_GetSort(tt *testing.T) { function TestPullRequestListOptions_GetState (line 35744) | func TestPullRequestListOptions_GetState(tt *testing.T) { function TestPullRequestMergeResult_GetMerged (line 35752) | func TestPullRequestMergeResult_GetMerged(tt *testing.T) { function TestPullRequestMergeResult_GetMessage (line 35763) | func TestPullRequestMergeResult_GetMessage(tt *testing.T) { function TestPullRequestMergeResult_GetSHA (line 35774) | func TestPullRequestMergeResult_GetSHA(tt *testing.T) { function TestPullRequestOptions_GetCommitTitle (line 35785) | func TestPullRequestOptions_GetCommitTitle(tt *testing.T) { function TestPullRequestOptions_GetDontDefaultIfBlank (line 35793) | func TestPullRequestOptions_GetDontDefaultIfBlank(tt *testing.T) { function TestPullRequestOptions_GetMergeMethod (line 35801) | func TestPullRequestOptions_GetMergeMethod(tt *testing.T) { function TestPullRequestOptions_GetSHA (line 35809) | func TestPullRequestOptions_GetSHA(tt *testing.T) { function TestPullRequestReview_GetAuthorAssociation (line 35817) | func TestPullRequestReview_GetAuthorAssociation(tt *testing.T) { function TestPullRequestReview_GetBody (line 35828) | func TestPullRequestReview_GetBody(tt *testing.T) { function TestPullRequestReview_GetCommitID (line 35839) | func TestPullRequestReview_GetCommitID(tt *testing.T) { function TestPullRequestReview_GetHTMLURL (line 35850) | func TestPullRequestReview_GetHTMLURL(tt *testing.T) { function TestPullRequestReview_GetID (line 35861) | func TestPullRequestReview_GetID(tt *testing.T) { function TestPullRequestReview_GetNodeID (line 35872) | func TestPullRequestReview_GetNodeID(tt *testing.T) { function TestPullRequestReview_GetPullRequestURL (line 35883) | func TestPullRequestReview_GetPullRequestURL(tt *testing.T) { function TestPullRequestReview_GetState (line 35894) | func TestPullRequestReview_GetState(tt *testing.T) { function TestPullRequestReview_GetSubmittedAt (line 35905) | func TestPullRequestReview_GetSubmittedAt(tt *testing.T) { function TestPullRequestReview_GetUser (line 35916) | func TestPullRequestReview_GetUser(tt *testing.T) { function TestPullRequestReviewCommentEvent_GetAction (line 35924) | func TestPullRequestReviewCommentEvent_GetAction(tt *testing.T) { function TestPullRequestReviewCommentEvent_GetChanges (line 35935) | func TestPullRequestReviewCommentEvent_GetChanges(tt *testing.T) { function TestPullRequestReviewCommentEvent_GetComment (line 35943) | func TestPullRequestReviewCommentEvent_GetComment(tt *testing.T) { function TestPullRequestReviewCommentEvent_GetInstallation (line 35951) | func TestPullRequestReviewCommentEvent_GetInstallation(tt *testing.T) { function TestPullRequestReviewCommentEvent_GetOrg (line 35959) | func TestPullRequestReviewCommentEvent_GetOrg(tt *testing.T) { function TestPullRequestReviewCommentEvent_GetPullRequest (line 35967) | func TestPullRequestReviewCommentEvent_GetPullRequest(tt *testing.T) { function TestPullRequestReviewCommentEvent_GetRepo (line 35975) | func TestPullRequestReviewCommentEvent_GetRepo(tt *testing.T) { function TestPullRequestReviewCommentEvent_GetSender (line 35983) | func TestPullRequestReviewCommentEvent_GetSender(tt *testing.T) { function TestPullRequestReviewDismissalRequest_GetMessage (line 35991) | func TestPullRequestReviewDismissalRequest_GetMessage(tt *testing.T) { function TestPullRequestReviewEvent_GetAction (line 36002) | func TestPullRequestReviewEvent_GetAction(tt *testing.T) { function TestPullRequestReviewEvent_GetInstallation (line 36013) | func TestPullRequestReviewEvent_GetInstallation(tt *testing.T) { function TestPullRequestReviewEvent_GetOrganization (line 36021) | func TestPullRequestReviewEvent_GetOrganization(tt *testing.T) { function TestPullRequestReviewEvent_GetPullRequest (line 36029) | func TestPullRequestReviewEvent_GetPullRequest(tt *testing.T) { function TestPullRequestReviewEvent_GetRepo (line 36037) | func TestPullRequestReviewEvent_GetRepo(tt *testing.T) { function TestPullRequestReviewEvent_GetReview (line 36045) | func TestPullRequestReviewEvent_GetReview(tt *testing.T) { function TestPullRequestReviewEvent_GetSender (line 36053) | func TestPullRequestReviewEvent_GetSender(tt *testing.T) { function TestPullRequestReviewRequest_GetBody (line 36061) | func TestPullRequestReviewRequest_GetBody(tt *testing.T) { function TestPullRequestReviewRequest_GetComments (line 36072) | func TestPullRequestReviewRequest_GetComments(tt *testing.T) { function TestPullRequestReviewRequest_GetCommitID (line 36083) | func TestPullRequestReviewRequest_GetCommitID(tt *testing.T) { function TestPullRequestReviewRequest_GetEvent (line 36094) | func TestPullRequestReviewRequest_GetEvent(tt *testing.T) { function TestPullRequestReviewRequest_GetNodeID (line 36105) | func TestPullRequestReviewRequest_GetNodeID(tt *testing.T) { function TestPullRequestReviewsEnforcement_GetBypassPullRequestAllowances (line 36116) | func TestPullRequestReviewsEnforcement_GetBypassPullRequestAllowances(tt... function TestPullRequestReviewsEnforcement_GetDismissalRestrictions (line 36124) | func TestPullRequestReviewsEnforcement_GetDismissalRestrictions(tt *test... function TestPullRequestReviewsEnforcement_GetDismissStaleReviews (line 36132) | func TestPullRequestReviewsEnforcement_GetDismissStaleReviews(tt *testin... function TestPullRequestReviewsEnforcement_GetRequireCodeOwnerReviews (line 36140) | func TestPullRequestReviewsEnforcement_GetRequireCodeOwnerReviews(tt *te... function TestPullRequestReviewsEnforcement_GetRequiredApprovingReviewCount (line 36148) | func TestPullRequestReviewsEnforcement_GetRequiredApprovingReviewCount(t... function TestPullRequestReviewsEnforcement_GetRequireLastPushApproval (line 36156) | func TestPullRequestReviewsEnforcement_GetRequireLastPushApproval(tt *te... function TestPullRequestReviewsEnforcementLevelChanges_GetFrom (line 36164) | func TestPullRequestReviewsEnforcementLevelChanges_GetFrom(tt *testing.T) { function TestPullRequestReviewsEnforcementRequest_GetBypassPullRequestAllowancesRequest (line 36175) | func TestPullRequestReviewsEnforcementRequest_GetBypassPullRequestAllowa... function TestPullRequestReviewsEnforcementRequest_GetDismissalRestrictionsRequest (line 36183) | func TestPullRequestReviewsEnforcementRequest_GetDismissalRestrictionsRe... function TestPullRequestReviewsEnforcementRequest_GetDismissStaleReviews (line 36191) | func TestPullRequestReviewsEnforcementRequest_GetDismissStaleReviews(tt ... function TestPullRequestReviewsEnforcementRequest_GetRequireCodeOwnerReviews (line 36199) | func TestPullRequestReviewsEnforcementRequest_GetRequireCodeOwnerReviews... function TestPullRequestReviewsEnforcementRequest_GetRequiredApprovingReviewCount (line 36207) | func TestPullRequestReviewsEnforcementRequest_GetRequiredApprovingReview... function TestPullRequestReviewsEnforcementRequest_GetRequireLastPushApproval (line 36215) | func TestPullRequestReviewsEnforcementRequest_GetRequireLastPushApproval... function TestPullRequestReviewsEnforcementUpdate_GetBypassPullRequestAllowancesRequest (line 36226) | func TestPullRequestReviewsEnforcementUpdate_GetBypassPullRequestAllowan... function TestPullRequestReviewsEnforcementUpdate_GetDismissalRestrictionsRequest (line 36234) | func TestPullRequestReviewsEnforcementUpdate_GetDismissalRestrictionsReq... function TestPullRequestReviewsEnforcementUpdate_GetDismissStaleReviews (line 36242) | func TestPullRequestReviewsEnforcementUpdate_GetDismissStaleReviews(tt *... function TestPullRequestReviewsEnforcementUpdate_GetRequireCodeOwnerReviews (line 36253) | func TestPullRequestReviewsEnforcementUpdate_GetRequireCodeOwnerReviews(... function TestPullRequestReviewsEnforcementUpdate_GetRequiredApprovingReviewCount (line 36264) | func TestPullRequestReviewsEnforcementUpdate_GetRequiredApprovingReviewC... function TestPullRequestReviewsEnforcementUpdate_GetRequireLastPushApproval (line 36272) | func TestPullRequestReviewsEnforcementUpdate_GetRequireLastPushApproval(... function TestPullRequestReviewThreadEvent_GetAction (line 36283) | func TestPullRequestReviewThreadEvent_GetAction(tt *testing.T) { function TestPullRequestReviewThreadEvent_GetInstallation (line 36294) | func TestPullRequestReviewThreadEvent_GetInstallation(tt *testing.T) { function TestPullRequestReviewThreadEvent_GetOrg (line 36302) | func TestPullRequestReviewThreadEvent_GetOrg(tt *testing.T) { function TestPullRequestReviewThreadEvent_GetPullRequest (line 36310) | func TestPullRequestReviewThreadEvent_GetPullRequest(tt *testing.T) { function TestPullRequestReviewThreadEvent_GetRepo (line 36318) | func TestPullRequestReviewThreadEvent_GetRepo(tt *testing.T) { function TestPullRequestReviewThreadEvent_GetSender (line 36326) | func TestPullRequestReviewThreadEvent_GetSender(tt *testing.T) { function TestPullRequestReviewThreadEvent_GetThread (line 36334) | func TestPullRequestReviewThreadEvent_GetThread(tt *testing.T) { function TestPullRequestRuleParameters_GetAllowedMergeMethods (line 36342) | func TestPullRequestRuleParameters_GetAllowedMergeMethods(tt *testing.T) { function TestPullRequestRuleParameters_GetDismissStaleReviewsOnPush (line 36353) | func TestPullRequestRuleParameters_GetDismissStaleReviewsOnPush(tt *test... function TestPullRequestRuleParameters_GetRequireCodeOwnerReview (line 36361) | func TestPullRequestRuleParameters_GetRequireCodeOwnerReview(tt *testing... function TestPullRequestRuleParameters_GetRequiredApprovingReviewCount (line 36369) | func TestPullRequestRuleParameters_GetRequiredApprovingReviewCount(tt *t... function TestPullRequestRuleParameters_GetRequiredReviewers (line 36377) | func TestPullRequestRuleParameters_GetRequiredReviewers(tt *testing.T) { function TestPullRequestRuleParameters_GetRequiredReviewThreadResolution (line 36388) | func TestPullRequestRuleParameters_GetRequiredReviewThreadResolution(tt ... function TestPullRequestRuleParameters_GetRequireLastPushApproval (line 36396) | func TestPullRequestRuleParameters_GetRequireLastPushApproval(tt *testin... function TestPullRequestTargetEvent_GetAction (line 36404) | func TestPullRequestTargetEvent_GetAction(tt *testing.T) { function TestPullRequestTargetEvent_GetAfter (line 36415) | func TestPullRequestTargetEvent_GetAfter(tt *testing.T) { function TestPullRequestTargetEvent_GetAssignee (line 36426) | func TestPullRequestTargetEvent_GetAssignee(tt *testing.T) { function TestPullRequestTargetEvent_GetBefore (line 36434) | func TestPullRequestTargetEvent_GetBefore(tt *testing.T) { function TestPullRequestTargetEvent_GetChanges (line 36445) | func TestPullRequestTargetEvent_GetChanges(tt *testing.T) { function TestPullRequestTargetEvent_GetInstallation (line 36453) | func TestPullRequestTargetEvent_GetInstallation(tt *testing.T) { function TestPullRequestTargetEvent_GetLabel (line 36461) | func TestPullRequestTargetEvent_GetLabel(tt *testing.T) { function TestPullRequestTargetEvent_GetNumber (line 36469) | func TestPullRequestTargetEvent_GetNumber(tt *testing.T) { function TestPullRequestTargetEvent_GetOrganization (line 36480) | func TestPullRequestTargetEvent_GetOrganization(tt *testing.T) { function TestPullRequestTargetEvent_GetPerformedViaGithubApp (line 36488) | func TestPullRequestTargetEvent_GetPerformedViaGithubApp(tt *testing.T) { function TestPullRequestTargetEvent_GetPullRequest (line 36496) | func TestPullRequestTargetEvent_GetPullRequest(tt *testing.T) { function TestPullRequestTargetEvent_GetRepo (line 36504) | func TestPullRequestTargetEvent_GetRepo(tt *testing.T) { function TestPullRequestTargetEvent_GetRequestedReviewer (line 36512) | func TestPullRequestTargetEvent_GetRequestedReviewer(tt *testing.T) { function TestPullRequestTargetEvent_GetRequestedTeam (line 36520) | func TestPullRequestTargetEvent_GetRequestedTeam(tt *testing.T) { function TestPullRequestTargetEvent_GetSender (line 36528) | func TestPullRequestTargetEvent_GetSender(tt *testing.T) { function TestPullRequestThread_GetComments (line 36536) | func TestPullRequestThread_GetComments(tt *testing.T) { function TestPullRequestThread_GetID (line 36547) | func TestPullRequestThread_GetID(tt *testing.T) { function TestPullRequestThread_GetNodeID (line 36558) | func TestPullRequestThread_GetNodeID(tt *testing.T) { function TestPullStats_GetMergeablePulls (line 36569) | func TestPullStats_GetMergeablePulls(tt *testing.T) { function TestPullStats_GetMergedPulls (line 36580) | func TestPullStats_GetMergedPulls(tt *testing.T) { function TestPullStats_GetTotalPulls (line 36591) | func TestPullStats_GetTotalPulls(tt *testing.T) { function TestPullStats_GetUnmergeablePulls (line 36602) | func TestPullStats_GetUnmergeablePulls(tt *testing.T) { function TestPunchCard_GetCommits (line 36613) | func TestPunchCard_GetCommits(tt *testing.T) { function TestPunchCard_GetDay (line 36624) | func TestPunchCard_GetDay(tt *testing.T) { function TestPunchCard_GetHour (line 36635) | func TestPunchCard_GetHour(tt *testing.T) { function TestPushEvent_GetAction (line 36646) | func TestPushEvent_GetAction(tt *testing.T) { function TestPushEvent_GetAfter (line 36657) | func TestPushEvent_GetAfter(tt *testing.T) { function TestPushEvent_GetBaseRef (line 36668) | func TestPushEvent_GetBaseRef(tt *testing.T) { function TestPushEvent_GetBefore (line 36679) | func TestPushEvent_GetBefore(tt *testing.T) { function TestPushEvent_GetCommits (line 36690) | func TestPushEvent_GetCommits(tt *testing.T) { function TestPushEvent_GetCompare (line 36701) | func TestPushEvent_GetCompare(tt *testing.T) { function TestPushEvent_GetCreated (line 36712) | func TestPushEvent_GetCreated(tt *testing.T) { function TestPushEvent_GetDeleted (line 36723) | func TestPushEvent_GetDeleted(tt *testing.T) { function TestPushEvent_GetDistinctSize (line 36734) | func TestPushEvent_GetDistinctSize(tt *testing.T) { function TestPushEvent_GetForced (line 36745) | func TestPushEvent_GetForced(tt *testing.T) { function TestPushEvent_GetHead (line 36756) | func TestPushEvent_GetHead(tt *testing.T) { function TestPushEvent_GetHeadCommit (line 36767) | func TestPushEvent_GetHeadCommit(tt *testing.T) { function TestPushEvent_GetInstallation (line 36775) | func TestPushEvent_GetInstallation(tt *testing.T) { function TestPushEvent_GetOrganization (line 36783) | func TestPushEvent_GetOrganization(tt *testing.T) { function TestPushEvent_GetPusher (line 36791) | func TestPushEvent_GetPusher(tt *testing.T) { function TestPushEvent_GetPushID (line 36799) | func TestPushEvent_GetPushID(tt *testing.T) { function TestPushEvent_GetRef (line 36810) | func TestPushEvent_GetRef(tt *testing.T) { function TestPushEvent_GetRepo (line 36821) | func TestPushEvent_GetRepo(tt *testing.T) { function TestPushEvent_GetSender (line 36829) | func TestPushEvent_GetSender(tt *testing.T) { function TestPushEvent_GetSize (line 36837) | func TestPushEvent_GetSize(tt *testing.T) { function TestPushEventRepoOwner_GetEmail (line 36848) | func TestPushEventRepoOwner_GetEmail(tt *testing.T) { function TestPushEventRepoOwner_GetName (line 36859) | func TestPushEventRepoOwner_GetName(tt *testing.T) { function TestPushEventRepository_GetArchived (line 36870) | func TestPushEventRepository_GetArchived(tt *testing.T) { function TestPushEventRepository_GetArchiveURL (line 36881) | func TestPushEventRepository_GetArchiveURL(tt *testing.T) { function TestPushEventRepository_GetCloneURL (line 36892) | func TestPushEventRepository_GetCloneURL(tt *testing.T) { function TestPushEventRepository_GetCreatedAt (line 36903) | func TestPushEventRepository_GetCreatedAt(tt *testing.T) { function TestPushEventRepository_GetCustomProperties (line 36914) | func TestPushEventRepository_GetCustomProperties(tt *testing.T) { function TestPushEventRepository_GetDefaultBranch (line 36925) | func TestPushEventRepository_GetDefaultBranch(tt *testing.T) { function TestPushEventRepository_GetDescription (line 36936) | func TestPushEventRepository_GetDescription(tt *testing.T) { function TestPushEventRepository_GetDisabled (line 36947) | func TestPushEventRepository_GetDisabled(tt *testing.T) { function TestPushEventRepository_GetFork (line 36958) | func TestPushEventRepository_GetFork(tt *testing.T) { function TestPushEventRepository_GetForksCount (line 36969) | func TestPushEventRepository_GetForksCount(tt *testing.T) { function TestPushEventRepository_GetFullName (line 36980) | func TestPushEventRepository_GetFullName(tt *testing.T) { function TestPushEventRepository_GetGitURL (line 36991) | func TestPushEventRepository_GetGitURL(tt *testing.T) { function TestPushEventRepository_GetHasDownloads (line 37002) | func TestPushEventRepository_GetHasDownloads(tt *testing.T) { function TestPushEventRepository_GetHasIssues (line 37013) | func TestPushEventRepository_GetHasIssues(tt *testing.T) { function TestPushEventRepository_GetHasPages (line 37024) | func TestPushEventRepository_GetHasPages(tt *testing.T) { function TestPushEventRepository_GetHasWiki (line 37035) | func TestPushEventRepository_GetHasWiki(tt *testing.T) { function TestPushEventRepository_GetHomepage (line 37046) | func TestPushEventRepository_GetHomepage(tt *testing.T) { function TestPushEventRepository_GetHTMLURL (line 37057) | func TestPushEventRepository_GetHTMLURL(tt *testing.T) { function TestPushEventRepository_GetID (line 37068) | func TestPushEventRepository_GetID(tt *testing.T) { function TestPushEventRepository_GetLanguage (line 37079) | func TestPushEventRepository_GetLanguage(tt *testing.T) { function TestPushEventRepository_GetMasterBranch (line 37090) | func TestPushEventRepository_GetMasterBranch(tt *testing.T) { function TestPushEventRepository_GetName (line 37101) | func TestPushEventRepository_GetName(tt *testing.T) { function TestPushEventRepository_GetNodeID (line 37112) | func TestPushEventRepository_GetNodeID(tt *testing.T) { function TestPushEventRepository_GetOpenIssuesCount (line 37123) | func TestPushEventRepository_GetOpenIssuesCount(tt *testing.T) { function TestPushEventRepository_GetOrganization (line 37134) | func TestPushEventRepository_GetOrganization(tt *testing.T) { function TestPushEventRepository_GetOwner (line 37145) | func TestPushEventRepository_GetOwner(tt *testing.T) { function TestPushEventRepository_GetPrivate (line 37153) | func TestPushEventRepository_GetPrivate(tt *testing.T) { function TestPushEventRepository_GetPullsURL (line 37164) | func TestPushEventRepository_GetPullsURL(tt *testing.T) { function TestPushEventRepository_GetPushedAt (line 37175) | func TestPushEventRepository_GetPushedAt(tt *testing.T) { function TestPushEventRepository_GetSize (line 37186) | func TestPushEventRepository_GetSize(tt *testing.T) { function TestPushEventRepository_GetSSHURL (line 37197) | func TestPushEventRepository_GetSSHURL(tt *testing.T) { function TestPushEventRepository_GetStargazersCount (line 37208) | func TestPushEventRepository_GetStargazersCount(tt *testing.T) { function TestPushEventRepository_GetStatusesURL (line 37219) | func TestPushEventRepository_GetStatusesURL(tt *testing.T) { function TestPushEventRepository_GetSVNURL (line 37230) | func TestPushEventRepository_GetSVNURL(tt *testing.T) { function TestPushEventRepository_GetTopics (line 37241) | func TestPushEventRepository_GetTopics(tt *testing.T) { function TestPushEventRepository_GetUpdatedAt (line 37252) | func TestPushEventRepository_GetUpdatedAt(tt *testing.T) { function TestPushEventRepository_GetURL (line 37263) | func TestPushEventRepository_GetURL(tt *testing.T) { function TestPushEventRepository_GetWatchersCount (line 37274) | func TestPushEventRepository_GetWatchersCount(tt *testing.T) { function TestPushProtectionBypass_GetExpireAt (line 37285) | func TestPushProtectionBypass_GetExpireAt(tt *testing.T) { function TestPushProtectionBypass_GetReason (line 37296) | func TestPushProtectionBypass_GetReason(tt *testing.T) { function TestPushProtectionBypass_GetTokenType (line 37304) | func TestPushProtectionBypass_GetTokenType(tt *testing.T) { function TestPushProtectionBypassRequest_GetPlaceholderID (line 37312) | func TestPushProtectionBypassRequest_GetPlaceholderID(tt *testing.T) { function TestPushProtectionBypassRequest_GetReason (line 37320) | func TestPushProtectionBypassRequest_GetReason(tt *testing.T) { function TestRate_GetLimit (line 37328) | func TestRate_GetLimit(tt *testing.T) { function TestRate_GetRemaining (line 37336) | func TestRate_GetRemaining(tt *testing.T) { function TestRate_GetReset (line 37344) | func TestRate_GetReset(tt *testing.T) { function TestRate_GetResource (line 37352) | func TestRate_GetResource(tt *testing.T) { function TestRate_GetUsed (line 37360) | func TestRate_GetUsed(tt *testing.T) { function TestRateLimitError_GetMessage (line 37368) | func TestRateLimitError_GetMessage(tt *testing.T) { function TestRateLimitError_GetRate (line 37376) | func TestRateLimitError_GetRate(tt *testing.T) { function TestRateLimits_GetActionsRunnerRegistration (line 37384) | func TestRateLimits_GetActionsRunnerRegistration(tt *testing.T) { function TestRateLimits_GetAuditLog (line 37392) | func TestRateLimits_GetAuditLog(tt *testing.T) { function TestRateLimits_GetCodeScanningUpload (line 37400) | func TestRateLimits_GetCodeScanningUpload(tt *testing.T) { function TestRateLimits_GetCodeSearch (line 37408) | func TestRateLimits_GetCodeSearch(tt *testing.T) { function TestRateLimits_GetCore (line 37416) | func TestRateLimits_GetCore(tt *testing.T) { function TestRateLimits_GetDependencySBOM (line 37424) | func TestRateLimits_GetDependencySBOM(tt *testing.T) { function TestRateLimits_GetDependencySnapshots (line 37432) | func TestRateLimits_GetDependencySnapshots(tt *testing.T) { function TestRateLimits_GetGraphQL (line 37440) | func TestRateLimits_GetGraphQL(tt *testing.T) { function TestRateLimits_GetIntegrationManifest (line 37448) | func TestRateLimits_GetIntegrationManifest(tt *testing.T) { function TestRateLimits_GetSCIM (line 37456) | func TestRateLimits_GetSCIM(tt *testing.T) { function TestRateLimits_GetSearch (line 37464) | func TestRateLimits_GetSearch(tt *testing.T) { function TestRateLimits_GetSourceImport (line 37472) | func TestRateLimits_GetSourceImport(tt *testing.T) { function TestRawOptions_GetType (line 37480) | func TestRawOptions_GetType(tt *testing.T) { function TestReaction_GetContent (line 37488) | func TestReaction_GetContent(tt *testing.T) { function TestReaction_GetCreatedAt (line 37499) | func TestReaction_GetCreatedAt(tt *testing.T) { function TestReaction_GetID (line 37510) | func TestReaction_GetID(tt *testing.T) { function TestReaction_GetNodeID (line 37521) | func TestReaction_GetNodeID(tt *testing.T) { function TestReaction_GetUser (line 37532) | func TestReaction_GetUser(tt *testing.T) { function TestReactions_GetConfused (line 37540) | func TestReactions_GetConfused(tt *testing.T) { function TestReactions_GetEyes (line 37551) | func TestReactions_GetEyes(tt *testing.T) { function TestReactions_GetHeart (line 37562) | func TestReactions_GetHeart(tt *testing.T) { function TestReactions_GetHooray (line 37573) | func TestReactions_GetHooray(tt *testing.T) { function TestReactions_GetLaugh (line 37584) | func TestReactions_GetLaugh(tt *testing.T) { function TestReactions_GetMinusOne (line 37595) | func TestReactions_GetMinusOne(tt *testing.T) { function TestReactions_GetPlusOne (line 37606) | func TestReactions_GetPlusOne(tt *testing.T) { function TestReactions_GetRocket (line 37617) | func TestReactions_GetRocket(tt *testing.T) { function TestReactions_GetTotalCount (line 37628) | func TestReactions_GetTotalCount(tt *testing.T) { function TestReactions_GetURL (line 37639) | func TestReactions_GetURL(tt *testing.T) { function TestReassignedResource_GetName (line 37650) | func TestReassignedResource_GetName(tt *testing.T) { function TestReassignedResource_GetPreviousCostCenter (line 37661) | func TestReassignedResource_GetPreviousCostCenter(tt *testing.T) { function TestReassignedResource_GetResourceType (line 37672) | func TestReassignedResource_GetResourceType(tt *testing.T) { function TestRedirectionError_GetStatusCode (line 37683) | func TestRedirectionError_GetStatusCode(tt *testing.T) { function TestReference_GetNodeID (line 37691) | func TestReference_GetNodeID(tt *testing.T) { function TestReference_GetObject (line 37702) | func TestReference_GetObject(tt *testing.T) { function TestReference_GetRef (line 37710) | func TestReference_GetRef(tt *testing.T) { function TestReference_GetURL (line 37721) | func TestReference_GetURL(tt *testing.T) { function TestReferencedWorkflow_GetPath (line 37732) | func TestReferencedWorkflow_GetPath(tt *testing.T) { function TestReferencedWorkflow_GetRef (line 37743) | func TestReferencedWorkflow_GetRef(tt *testing.T) { function TestReferencedWorkflow_GetSHA (line 37754) | func TestReferencedWorkflow_GetSHA(tt *testing.T) { function TestRegistrationToken_GetExpiresAt (line 37765) | func TestRegistrationToken_GetExpiresAt(tt *testing.T) { function TestRegistrationToken_GetToken (line 37776) | func TestRegistrationToken_GetToken(tt *testing.T) { function TestRegistryPackageEvent_GetAction (line 37787) | func TestRegistryPackageEvent_GetAction(tt *testing.T) { function TestRegistryPackageEvent_GetEnterprise (line 37798) | func TestRegistryPackageEvent_GetEnterprise(tt *testing.T) { function TestRegistryPackageEvent_GetInstallation (line 37806) | func TestRegistryPackageEvent_GetInstallation(tt *testing.T) { function TestRegistryPackageEvent_GetOrganization (line 37814) | func TestRegistryPackageEvent_GetOrganization(tt *testing.T) { function TestRegistryPackageEvent_GetRegistryPackage (line 37822) | func TestRegistryPackageEvent_GetRegistryPackage(tt *testing.T) { function TestRegistryPackageEvent_GetRepository (line 37830) | func TestRegistryPackageEvent_GetRepository(tt *testing.T) { function TestRegistryPackageEvent_GetSender (line 37838) | func TestRegistryPackageEvent_GetSender(tt *testing.T) { function TestReleaseAsset_GetBrowserDownloadURL (line 37846) | func TestReleaseAsset_GetBrowserDownloadURL(tt *testing.T) { function TestReleaseAsset_GetContentType (line 37857) | func TestReleaseAsset_GetContentType(tt *testing.T) { function TestReleaseAsset_GetCreatedAt (line 37868) | func TestReleaseAsset_GetCreatedAt(tt *testing.T) { function TestReleaseAsset_GetDigest (line 37879) | func TestReleaseAsset_GetDigest(tt *testing.T) { function TestReleaseAsset_GetDownloadCount (line 37890) | func TestReleaseAsset_GetDownloadCount(tt *testing.T) { function TestReleaseAsset_GetID (line 37901) | func TestReleaseAsset_GetID(tt *testing.T) { function TestReleaseAsset_GetLabel (line 37912) | func TestReleaseAsset_GetLabel(tt *testing.T) { function TestReleaseAsset_GetName (line 37923) | func TestReleaseAsset_GetName(tt *testing.T) { function TestReleaseAsset_GetNodeID (line 37934) | func TestReleaseAsset_GetNodeID(tt *testing.T) { function TestReleaseAsset_GetSize (line 37945) | func TestReleaseAsset_GetSize(tt *testing.T) { function TestReleaseAsset_GetState (line 37956) | func TestReleaseAsset_GetState(tt *testing.T) { function TestReleaseAsset_GetUpdatedAt (line 37967) | func TestReleaseAsset_GetUpdatedAt(tt *testing.T) { function TestReleaseAsset_GetUploader (line 37978) | func TestReleaseAsset_GetUploader(tt *testing.T) { function TestReleaseAsset_GetURL (line 37986) | func TestReleaseAsset_GetURL(tt *testing.T) { function TestReleaseEvent_GetAction (line 37997) | func TestReleaseEvent_GetAction(tt *testing.T) { function TestReleaseEvent_GetInstallation (line 38008) | func TestReleaseEvent_GetInstallation(tt *testing.T) { function TestReleaseEvent_GetOrg (line 38016) | func TestReleaseEvent_GetOrg(tt *testing.T) { function TestReleaseEvent_GetRelease (line 38024) | func TestReleaseEvent_GetRelease(tt *testing.T) { function TestReleaseEvent_GetRepo (line 38032) | func TestReleaseEvent_GetRepo(tt *testing.T) { function TestReleaseEvent_GetSender (line 38040) | func TestReleaseEvent_GetSender(tt *testing.T) { function TestReleaseVersion_GetBuildDate (line 38048) | func TestReleaseVersion_GetBuildDate(tt *testing.T) { function TestReleaseVersion_GetBuildID (line 38059) | func TestReleaseVersion_GetBuildID(tt *testing.T) { function TestReleaseVersion_GetPlatform (line 38070) | func TestReleaseVersion_GetPlatform(tt *testing.T) { function TestReleaseVersion_GetVersion (line 38081) | func TestReleaseVersion_GetVersion(tt *testing.T) { function TestRemoveResourcesFromCostCenterResponse_GetMessage (line 38092) | func TestRemoveResourcesFromCostCenterResponse_GetMessage(tt *testing.T) { function TestRemoveToken_GetExpiresAt (line 38103) | func TestRemoveToken_GetExpiresAt(tt *testing.T) { function TestRemoveToken_GetToken (line 38114) | func TestRemoveToken_GetToken(tt *testing.T) { function TestRename_GetFrom (line 38125) | func TestRename_GetFrom(tt *testing.T) { function TestRename_GetTo (line 38136) | func TestRename_GetTo(tt *testing.T) { function TestRenameOrgResponse_GetMessage (line 38147) | func TestRenameOrgResponse_GetMessage(tt *testing.T) { function TestRenameOrgResponse_GetURL (line 38158) | func TestRenameOrgResponse_GetURL(tt *testing.T) { function TestRepoAdvisoryCredit_GetLogin (line 38169) | func TestRepoAdvisoryCredit_GetLogin(tt *testing.T) { function TestRepoAdvisoryCredit_GetType (line 38180) | func TestRepoAdvisoryCredit_GetType(tt *testing.T) { function TestRepoAdvisoryCreditDetailed_GetState (line 38191) | func TestRepoAdvisoryCreditDetailed_GetState(tt *testing.T) { function TestRepoAdvisoryCreditDetailed_GetType (line 38202) | func TestRepoAdvisoryCreditDetailed_GetType(tt *testing.T) { function TestRepoAdvisoryCreditDetailed_GetUser (line 38213) | func TestRepoAdvisoryCreditDetailed_GetUser(tt *testing.T) { function TestRepoCustomPropertyValue_GetProperties (line 38221) | func TestRepoCustomPropertyValue_GetProperties(tt *testing.T) { function TestRepoCustomPropertyValue_GetRepositoryFullName (line 38232) | func TestRepoCustomPropertyValue_GetRepositoryFullName(tt *testing.T) { function TestRepoCustomPropertyValue_GetRepositoryID (line 38240) | func TestRepoCustomPropertyValue_GetRepositoryID(tt *testing.T) { function TestRepoCustomPropertyValue_GetRepositoryName (line 38248) | func TestRepoCustomPropertyValue_GetRepositoryName(tt *testing.T) { function TestRepoDependencies_GetDownloadLocation (line 38256) | func TestRepoDependencies_GetDownloadLocation(tt *testing.T) { function TestRepoDependencies_GetExternalRefs (line 38267) | func TestRepoDependencies_GetExternalRefs(tt *testing.T) { function TestRepoDependencies_GetFilesAnalyzed (line 38278) | func TestRepoDependencies_GetFilesAnalyzed(tt *testing.T) { function TestRepoDependencies_GetLicenseConcluded (line 38289) | func TestRepoDependencies_GetLicenseConcluded(tt *testing.T) { function TestRepoDependencies_GetLicenseDeclared (line 38300) | func TestRepoDependencies_GetLicenseDeclared(tt *testing.T) { function TestRepoDependencies_GetName (line 38311) | func TestRepoDependencies_GetName(tt *testing.T) { function TestRepoDependencies_GetSPDXID (line 38322) | func TestRepoDependencies_GetSPDXID(tt *testing.T) { function TestRepoDependencies_GetVersionInfo (line 38333) | func TestRepoDependencies_GetVersionInfo(tt *testing.T) { function TestRepoFineGrainedPermission_GetDescription (line 38344) | func TestRepoFineGrainedPermission_GetDescription(tt *testing.T) { function TestRepoFineGrainedPermission_GetName (line 38352) | func TestRepoFineGrainedPermission_GetName(tt *testing.T) { function TestRepoImmutableReleasesStatus_GetEnabled (line 38360) | func TestRepoImmutableReleasesStatus_GetEnabled(tt *testing.T) { function TestRepoImmutableReleasesStatus_GetEnforcedByOwner (line 38371) | func TestRepoImmutableReleasesStatus_GetEnforcedByOwner(tt *testing.T) { function TestRepoMergeUpstreamRequest_GetBranch (line 38382) | func TestRepoMergeUpstreamRequest_GetBranch(tt *testing.T) { function TestRepoMergeUpstreamResult_GetBaseBranch (line 38393) | func TestRepoMergeUpstreamResult_GetBaseBranch(tt *testing.T) { function TestRepoMergeUpstreamResult_GetMergeType (line 38404) | func TestRepoMergeUpstreamResult_GetMergeType(tt *testing.T) { function TestRepoMergeUpstreamResult_GetMessage (line 38415) | func TestRepoMergeUpstreamResult_GetMessage(tt *testing.T) { function TestRepoName_GetFrom (line 38426) | func TestRepoName_GetFrom(tt *testing.T) { function TestRepositoriesSearchResult_GetIncompleteResults (line 38437) | func TestRepositoriesSearchResult_GetIncompleteResults(tt *testing.T) { function TestRepositoriesSearchResult_GetRepositories (line 38448) | func TestRepositoriesSearchResult_GetRepositories(tt *testing.T) { function TestRepositoriesSearchResult_GetTotal (line 38459) | func TestRepositoriesSearchResult_GetTotal(tt *testing.T) { function TestRepository_GetAllowAutoMerge (line 38470) | func TestRepository_GetAllowAutoMerge(tt *testing.T) { function TestRepository_GetAllowForking (line 38481) | func TestRepository_GetAllowForking(tt *testing.T) { function TestRepository_GetAllowMergeCommit (line 38492) | func TestRepository_GetAllowMergeCommit(tt *testing.T) { function TestRepository_GetAllowRebaseMerge (line 38503) | func TestRepository_GetAllowRebaseMerge(tt *testing.T) { function TestRepository_GetAllowSquashMerge (line 38514) | func TestRepository_GetAllowSquashMerge(tt *testing.T) { function TestRepository_GetAllowUpdateBranch (line 38525) | func TestRepository_GetAllowUpdateBranch(tt *testing.T) { function TestRepository_GetArchived (line 38536) | func TestRepository_GetArchived(tt *testing.T) { function TestRepository_GetArchiveURL (line 38547) | func TestRepository_GetArchiveURL(tt *testing.T) { function TestRepository_GetAssigneesURL (line 38558) | func TestRepository_GetAssigneesURL(tt *testing.T) { function TestRepository_GetAutoInit (line 38569) | func TestRepository_GetAutoInit(tt *testing.T) { function TestRepository_GetBlobsURL (line 38580) | func TestRepository_GetBlobsURL(tt *testing.T) { function TestRepository_GetBranchesURL (line 38591) | func TestRepository_GetBranchesURL(tt *testing.T) { function TestRepository_GetCloneURL (line 38602) | func TestRepository_GetCloneURL(tt *testing.T) { function TestRepository_GetCodeOfConduct (line 38613) | func TestRepository_GetCodeOfConduct(tt *testing.T) { function TestRepository_GetCollaboratorsURL (line 38621) | func TestRepository_GetCollaboratorsURL(tt *testing.T) { function TestRepository_GetCommentsURL (line 38632) | func TestRepository_GetCommentsURL(tt *testing.T) { function TestRepository_GetCommitsURL (line 38643) | func TestRepository_GetCommitsURL(tt *testing.T) { function TestRepository_GetCompareURL (line 38654) | func TestRepository_GetCompareURL(tt *testing.T) { function TestRepository_GetContentsURL (line 38665) | func TestRepository_GetContentsURL(tt *testing.T) { function TestRepository_GetContributorsURL (line 38676) | func TestRepository_GetContributorsURL(tt *testing.T) { function TestRepository_GetCreatedAt (line 38687) | func TestRepository_GetCreatedAt(tt *testing.T) { function TestRepository_GetCustomProperties (line 38698) | func TestRepository_GetCustomProperties(tt *testing.T) { function TestRepository_GetDefaultBranch (line 38709) | func TestRepository_GetDefaultBranch(tt *testing.T) { function TestRepository_GetDeleteBranchOnMerge (line 38720) | func TestRepository_GetDeleteBranchOnMerge(tt *testing.T) { function TestRepository_GetDeploymentsURL (line 38731) | func TestRepository_GetDeploymentsURL(tt *testing.T) { function TestRepository_GetDescription (line 38742) | func TestRepository_GetDescription(tt *testing.T) { function TestRepository_GetDisabled (line 38753) | func TestRepository_GetDisabled(tt *testing.T) { function TestRepository_GetDownloadsURL (line 38764) | func TestRepository_GetDownloadsURL(tt *testing.T) { function TestRepository_GetEventsURL (line 38775) | func TestRepository_GetEventsURL(tt *testing.T) { function TestRepository_GetFork (line 38786) | func TestRepository_GetFork(tt *testing.T) { function TestRepository_GetForksCount (line 38797) | func TestRepository_GetForksCount(tt *testing.T) { function TestRepository_GetForksURL (line 38808) | func TestRepository_GetForksURL(tt *testing.T) { function TestRepository_GetFullName (line 38819) | func TestRepository_GetFullName(tt *testing.T) { function TestRepository_GetGitCommitsURL (line 38830) | func TestRepository_GetGitCommitsURL(tt *testing.T) { function TestRepository_GetGitignoreTemplate (line 38841) | func TestRepository_GetGitignoreTemplate(tt *testing.T) { function TestRepository_GetGitRefsURL (line 38852) | func TestRepository_GetGitRefsURL(tt *testing.T) { function TestRepository_GetGitTagsURL (line 38863) | func TestRepository_GetGitTagsURL(tt *testing.T) { function TestRepository_GetGitURL (line 38874) | func TestRepository_GetGitURL(tt *testing.T) { function TestRepository_GetHasDiscussions (line 38885) | func TestRepository_GetHasDiscussions(tt *testing.T) { function TestRepository_GetHasDownloads (line 38896) | func TestRepository_GetHasDownloads(tt *testing.T) { function TestRepository_GetHasIssues (line 38907) | func TestRepository_GetHasIssues(tt *testing.T) { function TestRepository_GetHasPages (line 38918) | func TestRepository_GetHasPages(tt *testing.T) { function TestRepository_GetHasProjects (line 38929) | func TestRepository_GetHasProjects(tt *testing.T) { function TestRepository_GetHasWiki (line 38940) | func TestRepository_GetHasWiki(tt *testing.T) { function TestRepository_GetHomepage (line 38951) | func TestRepository_GetHomepage(tt *testing.T) { function TestRepository_GetHooksURL (line 38962) | func TestRepository_GetHooksURL(tt *testing.T) { function TestRepository_GetHTMLURL (line 38973) | func TestRepository_GetHTMLURL(tt *testing.T) { function TestRepository_GetID (line 38984) | func TestRepository_GetID(tt *testing.T) { function TestRepository_GetIssueCommentURL (line 38995) | func TestRepository_GetIssueCommentURL(tt *testing.T) { function TestRepository_GetIssueEventsURL (line 39006) | func TestRepository_GetIssueEventsURL(tt *testing.T) { function TestRepository_GetIssuesURL (line 39017) | func TestRepository_GetIssuesURL(tt *testing.T) { function TestRepository_GetIsTemplate (line 39028) | func TestRepository_GetIsTemplate(tt *testing.T) { function TestRepository_GetKeysURL (line 39039) | func TestRepository_GetKeysURL(tt *testing.T) { function TestRepository_GetLabelsURL (line 39050) | func TestRepository_GetLabelsURL(tt *testing.T) { function TestRepository_GetLanguage (line 39061) | func TestRepository_GetLanguage(tt *testing.T) { function TestRepository_GetLanguagesURL (line 39072) | func TestRepository_GetLanguagesURL(tt *testing.T) { function TestRepository_GetLicense (line 39083) | func TestRepository_GetLicense(tt *testing.T) { function TestRepository_GetLicenseTemplate (line 39091) | func TestRepository_GetLicenseTemplate(tt *testing.T) { function TestRepository_GetMasterBranch (line 39102) | func TestRepository_GetMasterBranch(tt *testing.T) { function TestRepository_GetMergeCommitMessage (line 39113) | func TestRepository_GetMergeCommitMessage(tt *testing.T) { function TestRepository_GetMergeCommitTitle (line 39124) | func TestRepository_GetMergeCommitTitle(tt *testing.T) { function TestRepository_GetMergesURL (line 39135) | func TestRepository_GetMergesURL(tt *testing.T) { function TestRepository_GetMilestonesURL (line 39146) | func TestRepository_GetMilestonesURL(tt *testing.T) { function TestRepository_GetMirrorURL (line 39157) | func TestRepository_GetMirrorURL(tt *testing.T) { function TestRepository_GetName (line 39168) | func TestRepository_GetName(tt *testing.T) { function TestRepository_GetNetworkCount (line 39179) | func TestRepository_GetNetworkCount(tt *testing.T) { function TestRepository_GetNodeID (line 39190) | func TestRepository_GetNodeID(tt *testing.T) { function TestRepository_GetNotificationsURL (line 39201) | func TestRepository_GetNotificationsURL(tt *testing.T) { function TestRepository_GetOpenIssues (line 39212) | func TestRepository_GetOpenIssues(tt *testing.T) { function TestRepository_GetOpenIssuesCount (line 39223) | func TestRepository_GetOpenIssuesCount(tt *testing.T) { function TestRepository_GetOrganization (line 39234) | func TestRepository_GetOrganization(tt *testing.T) { function TestRepository_GetOwner (line 39242) | func TestRepository_GetOwner(tt *testing.T) { function TestRepository_GetParent (line 39250) | func TestRepository_GetParent(tt *testing.T) { function TestRepository_GetPermissions (line 39258) | func TestRepository_GetPermissions(tt *testing.T) { function TestRepository_GetPrivate (line 39266) | func TestRepository_GetPrivate(tt *testing.T) { function TestRepository_GetPullsURL (line 39277) | func TestRepository_GetPullsURL(tt *testing.T) { function TestRepository_GetPushedAt (line 39288) | func TestRepository_GetPushedAt(tt *testing.T) { function TestRepository_GetReleasesURL (line 39299) | func TestRepository_GetReleasesURL(tt *testing.T) { function TestRepository_GetRoleName (line 39310) | func TestRepository_GetRoleName(tt *testing.T) { function TestRepository_GetSecurityAndAnalysis (line 39321) | func TestRepository_GetSecurityAndAnalysis(tt *testing.T) { function TestRepository_GetSize (line 39329) | func TestRepository_GetSize(tt *testing.T) { function TestRepository_GetSource (line 39340) | func TestRepository_GetSource(tt *testing.T) { function TestRepository_GetSquashMergeCommitMessage (line 39348) | func TestRepository_GetSquashMergeCommitMessage(tt *testing.T) { function TestRepository_GetSquashMergeCommitTitle (line 39359) | func TestRepository_GetSquashMergeCommitTitle(tt *testing.T) { function TestRepository_GetSSHURL (line 39370) | func TestRepository_GetSSHURL(tt *testing.T) { function TestRepository_GetStargazersCount (line 39381) | func TestRepository_GetStargazersCount(tt *testing.T) { function TestRepository_GetStargazersURL (line 39392) | func TestRepository_GetStargazersURL(tt *testing.T) { function TestRepository_GetStatusesURL (line 39403) | func TestRepository_GetStatusesURL(tt *testing.T) { function TestRepository_GetSubscribersCount (line 39414) | func TestRepository_GetSubscribersCount(tt *testing.T) { function TestRepository_GetSubscribersURL (line 39425) | func TestRepository_GetSubscribersURL(tt *testing.T) { function TestRepository_GetSubscriptionURL (line 39436) | func TestRepository_GetSubscriptionURL(tt *testing.T) { function TestRepository_GetSVNURL (line 39447) | func TestRepository_GetSVNURL(tt *testing.T) { function TestRepository_GetTagsURL (line 39458) | func TestRepository_GetTagsURL(tt *testing.T) { function TestRepository_GetTeamID (line 39469) | func TestRepository_GetTeamID(tt *testing.T) { function TestRepository_GetTeamsURL (line 39480) | func TestRepository_GetTeamsURL(tt *testing.T) { function TestRepository_GetTemplateRepository (line 39491) | func TestRepository_GetTemplateRepository(tt *testing.T) { function TestRepository_GetTextMatches (line 39499) | func TestRepository_GetTextMatches(tt *testing.T) { function TestRepository_GetTopics (line 39510) | func TestRepository_GetTopics(tt *testing.T) { function TestRepository_GetTreesURL (line 39521) | func TestRepository_GetTreesURL(tt *testing.T) { function TestRepository_GetUpdatedAt (line 39532) | func TestRepository_GetUpdatedAt(tt *testing.T) { function TestRepository_GetURL (line 39543) | func TestRepository_GetURL(tt *testing.T) { function TestRepository_GetUseSquashPRTitleAsDefault (line 39554) | func TestRepository_GetUseSquashPRTitleAsDefault(tt *testing.T) { function TestRepository_GetVisibility (line 39565) | func TestRepository_GetVisibility(tt *testing.T) { function TestRepository_GetWatchers (line 39576) | func TestRepository_GetWatchers(tt *testing.T) { function TestRepository_GetWatchersCount (line 39587) | func TestRepository_GetWatchersCount(tt *testing.T) { function TestRepository_GetWebCommitSignoffRequired (line 39598) | func TestRepository_GetWebCommitSignoffRequired(tt *testing.T) { function TestRepositoryActionsAccessLevel_GetAccessLevel (line 39609) | func TestRepositoryActionsAccessLevel_GetAccessLevel(tt *testing.T) { function TestRepositoryActiveCommitters_GetAdvancedSecurityCommitters (line 39620) | func TestRepositoryActiveCommitters_GetAdvancedSecurityCommitters(tt *te... function TestRepositoryActiveCommitters_GetAdvancedSecurityCommittersBreakdown (line 39628) | func TestRepositoryActiveCommitters_GetAdvancedSecurityCommittersBreakdo... function TestRepositoryActiveCommitters_GetName (line 39639) | func TestRepositoryActiveCommitters_GetName(tt *testing.T) { function TestRepositoryActivity_GetActivityType (line 39647) | func TestRepositoryActivity_GetActivityType(tt *testing.T) { function TestRepositoryActivity_GetActor (line 39655) | func TestRepositoryActivity_GetActor(tt *testing.T) { function TestRepositoryActivity_GetAfter (line 39663) | func TestRepositoryActivity_GetAfter(tt *testing.T) { function TestRepositoryActivity_GetBefore (line 39671) | func TestRepositoryActivity_GetBefore(tt *testing.T) { function TestRepositoryActivity_GetID (line 39679) | func TestRepositoryActivity_GetID(tt *testing.T) { function TestRepositoryActivity_GetNodeID (line 39687) | func TestRepositoryActivity_GetNodeID(tt *testing.T) { function TestRepositoryActivity_GetRef (line 39695) | func TestRepositoryActivity_GetRef(tt *testing.T) { function TestRepositoryActivity_GetTimestamp (line 39703) | func TestRepositoryActivity_GetTimestamp(tt *testing.T) { function TestRepositoryActor_GetAvatarURL (line 39714) | func TestRepositoryActor_GetAvatarURL(tt *testing.T) { function TestRepositoryActor_GetEventsURL (line 39725) | func TestRepositoryActor_GetEventsURL(tt *testing.T) { function TestRepositoryActor_GetFollowersURL (line 39736) | func TestRepositoryActor_GetFollowersURL(tt *testing.T) { function TestRepositoryActor_GetFollowingURL (line 39747) | func TestRepositoryActor_GetFollowingURL(tt *testing.T) { function TestRepositoryActor_GetGistsURL (line 39758) | func TestRepositoryActor_GetGistsURL(tt *testing.T) { function TestRepositoryActor_GetGravatarID (line 39769) | func TestRepositoryActor_GetGravatarID(tt *testing.T) { function TestRepositoryActor_GetHTMLURL (line 39780) | func TestRepositoryActor_GetHTMLURL(tt *testing.T) { function TestRepositoryActor_GetID (line 39791) | func TestRepositoryActor_GetID(tt *testing.T) { function TestRepositoryActor_GetLogin (line 39802) | func TestRepositoryActor_GetLogin(tt *testing.T) { function TestRepositoryActor_GetNodeID (line 39813) | func TestRepositoryActor_GetNodeID(tt *testing.T) { function TestRepositoryActor_GetOrganizationsURL (line 39824) | func TestRepositoryActor_GetOrganizationsURL(tt *testing.T) { function TestRepositoryActor_GetReceivedEventsURL (line 39835) | func TestRepositoryActor_GetReceivedEventsURL(tt *testing.T) { function TestRepositoryActor_GetReposURL (line 39846) | func TestRepositoryActor_GetReposURL(tt *testing.T) { function TestRepositoryActor_GetSiteAdmin (line 39857) | func TestRepositoryActor_GetSiteAdmin(tt *testing.T) { function TestRepositoryActor_GetStarredURL (line 39868) | func TestRepositoryActor_GetStarredURL(tt *testing.T) { function TestRepositoryActor_GetSubscriptionsURL (line 39879) | func TestRepositoryActor_GetSubscriptionsURL(tt *testing.T) { function TestRepositoryActor_GetType (line 39890) | func TestRepositoryActor_GetType(tt *testing.T) { function TestRepositoryActor_GetURL (line 39901) | func TestRepositoryActor_GetURL(tt *testing.T) { function TestRepositoryActor_GetUserViewType (line 39912) | func TestRepositoryActor_GetUserViewType(tt *testing.T) { function TestRepositoryAddCollaboratorOptions_GetPermission (line 39923) | func TestRepositoryAddCollaboratorOptions_GetPermission(tt *testing.T) { function TestRepositoryAttachment_GetRepository (line 39931) | func TestRepositoryAttachment_GetRepository(tt *testing.T) { function TestRepositoryAttachment_GetStatus (line 39939) | func TestRepositoryAttachment_GetStatus(tt *testing.T) { function TestRepositoryCodeSecurityConfiguration_GetConfiguration (line 39950) | func TestRepositoryCodeSecurityConfiguration_GetConfiguration(tt *testin... function TestRepositoryCodeSecurityConfiguration_GetState (line 39958) | func TestRepositoryCodeSecurityConfiguration_GetState(tt *testing.T) { function TestRepositoryComment_GetBody (line 39969) | func TestRepositoryComment_GetBody(tt *testing.T) { function TestRepositoryComment_GetCommitID (line 39980) | func TestRepositoryComment_GetCommitID(tt *testing.T) { function TestRepositoryComment_GetCreatedAt (line 39991) | func TestRepositoryComment_GetCreatedAt(tt *testing.T) { function TestRepositoryComment_GetHTMLURL (line 40002) | func TestRepositoryComment_GetHTMLURL(tt *testing.T) { function TestRepositoryComment_GetID (line 40013) | func TestRepositoryComment_GetID(tt *testing.T) { function TestRepositoryComment_GetNodeID (line 40024) | func TestRepositoryComment_GetNodeID(tt *testing.T) { function TestRepositoryComment_GetPath (line 40035) | func TestRepositoryComment_GetPath(tt *testing.T) { function TestRepositoryComment_GetPosition (line 40046) | func TestRepositoryComment_GetPosition(tt *testing.T) { function TestRepositoryComment_GetReactions (line 40057) | func TestRepositoryComment_GetReactions(tt *testing.T) { function TestRepositoryComment_GetUpdatedAt (line 40065) | func TestRepositoryComment_GetUpdatedAt(tt *testing.T) { function TestRepositoryComment_GetURL (line 40076) | func TestRepositoryComment_GetURL(tt *testing.T) { function TestRepositoryComment_GetUser (line 40087) | func TestRepositoryComment_GetUser(tt *testing.T) { function TestRepositoryCommit_GetAuthor (line 40095) | func TestRepositoryCommit_GetAuthor(tt *testing.T) { function TestRepositoryCommit_GetCommentsURL (line 40103) | func TestRepositoryCommit_GetCommentsURL(tt *testing.T) { function TestRepositoryCommit_GetCommit (line 40114) | func TestRepositoryCommit_GetCommit(tt *testing.T) { function TestRepositoryCommit_GetCommitter (line 40122) | func TestRepositoryCommit_GetCommitter(tt *testing.T) { function TestRepositoryCommit_GetFiles (line 40130) | func TestRepositoryCommit_GetFiles(tt *testing.T) { function TestRepositoryCommit_GetHTMLURL (line 40141) | func TestRepositoryCommit_GetHTMLURL(tt *testing.T) { function TestRepositoryCommit_GetNodeID (line 40152) | func TestRepositoryCommit_GetNodeID(tt *testing.T) { function TestRepositoryCommit_GetParents (line 40163) | func TestRepositoryCommit_GetParents(tt *testing.T) { function TestRepositoryCommit_GetSHA (line 40174) | func TestRepositoryCommit_GetSHA(tt *testing.T) { function TestRepositoryCommit_GetStats (line 40185) | func TestRepositoryCommit_GetStats(tt *testing.T) { function TestRepositoryCommit_GetURL (line 40193) | func TestRepositoryCommit_GetURL(tt *testing.T) { function TestRepositoryContent_GetDownloadURL (line 40204) | func TestRepositoryContent_GetDownloadURL(tt *testing.T) { function TestRepositoryContent_GetEncoding (line 40215) | func TestRepositoryContent_GetEncoding(tt *testing.T) { function TestRepositoryContent_GetGitURL (line 40226) | func TestRepositoryContent_GetGitURL(tt *testing.T) { function TestRepositoryContent_GetHTMLURL (line 40237) | func TestRepositoryContent_GetHTMLURL(tt *testing.T) { function TestRepositoryContent_GetName (line 40248) | func TestRepositoryContent_GetName(tt *testing.T) { function TestRepositoryContent_GetPath (line 40259) | func TestRepositoryContent_GetPath(tt *testing.T) { function TestRepositoryContent_GetSHA (line 40270) | func TestRepositoryContent_GetSHA(tt *testing.T) { function TestRepositoryContent_GetSize (line 40281) | func TestRepositoryContent_GetSize(tt *testing.T) { function TestRepositoryContent_GetSubmoduleGitURL (line 40292) | func TestRepositoryContent_GetSubmoduleGitURL(tt *testing.T) { function TestRepositoryContent_GetTarget (line 40303) | func TestRepositoryContent_GetTarget(tt *testing.T) { function TestRepositoryContent_GetType (line 40314) | func TestRepositoryContent_GetType(tt *testing.T) { function TestRepositoryContent_GetURL (line 40325) | func TestRepositoryContent_GetURL(tt *testing.T) { function TestRepositoryContentFileOptions_GetAuthor (line 40336) | func TestRepositoryContentFileOptions_GetAuthor(tt *testing.T) { function TestRepositoryContentFileOptions_GetBranch (line 40344) | func TestRepositoryContentFileOptions_GetBranch(tt *testing.T) { function TestRepositoryContentFileOptions_GetCommitter (line 40355) | func TestRepositoryContentFileOptions_GetCommitter(tt *testing.T) { function TestRepositoryContentFileOptions_GetContent (line 40363) | func TestRepositoryContentFileOptions_GetContent(tt *testing.T) { function TestRepositoryContentFileOptions_GetMessage (line 40374) | func TestRepositoryContentFileOptions_GetMessage(tt *testing.T) { function TestRepositoryContentFileOptions_GetSHA (line 40385) | func TestRepositoryContentFileOptions_GetSHA(tt *testing.T) { function TestRepositoryContentGetOptions_GetRef (line 40396) | func TestRepositoryContentGetOptions_GetRef(tt *testing.T) { function TestRepositoryContentResponse_GetContent (line 40404) | func TestRepositoryContentResponse_GetContent(tt *testing.T) { function TestRepositoryCreateForkOptions_GetDefaultBranchOnly (line 40412) | func TestRepositoryCreateForkOptions_GetDefaultBranchOnly(tt *testing.T) { function TestRepositoryCreateForkOptions_GetName (line 40420) | func TestRepositoryCreateForkOptions_GetName(tt *testing.T) { function TestRepositoryCreateForkOptions_GetOrganization (line 40428) | func TestRepositoryCreateForkOptions_GetOrganization(tt *testing.T) { function TestRepositoryDispatchEvent_GetAction (line 40436) | func TestRepositoryDispatchEvent_GetAction(tt *testing.T) { function TestRepositoryDispatchEvent_GetBranch (line 40447) | func TestRepositoryDispatchEvent_GetBranch(tt *testing.T) { function TestRepositoryDispatchEvent_GetClientPayload (line 40458) | func TestRepositoryDispatchEvent_GetClientPayload(tt *testing.T) { function TestRepositoryDispatchEvent_GetInstallation (line 40466) | func TestRepositoryDispatchEvent_GetInstallation(tt *testing.T) { function TestRepositoryDispatchEvent_GetOrg (line 40474) | func TestRepositoryDispatchEvent_GetOrg(tt *testing.T) { function TestRepositoryDispatchEvent_GetRepo (line 40482) | func TestRepositoryDispatchEvent_GetRepo(tt *testing.T) { function TestRepositoryDispatchEvent_GetSender (line 40490) | func TestRepositoryDispatchEvent_GetSender(tt *testing.T) { function TestRepositoryEvent_GetAction (line 40498) | func TestRepositoryEvent_GetAction(tt *testing.T) { function TestRepositoryEvent_GetChanges (line 40509) | func TestRepositoryEvent_GetChanges(tt *testing.T) { function TestRepositoryEvent_GetInstallation (line 40517) | func TestRepositoryEvent_GetInstallation(tt *testing.T) { function TestRepositoryEvent_GetOrg (line 40525) | func TestRepositoryEvent_GetOrg(tt *testing.T) { function TestRepositoryEvent_GetRepo (line 40533) | func TestRepositoryEvent_GetRepo(tt *testing.T) { function TestRepositoryEvent_GetSender (line 40541) | func TestRepositoryEvent_GetSender(tt *testing.T) { function TestRepositoryImportEvent_GetOrg (line 40549) | func TestRepositoryImportEvent_GetOrg(tt *testing.T) { function TestRepositoryImportEvent_GetRepo (line 40557) | func TestRepositoryImportEvent_GetRepo(tt *testing.T) { function TestRepositoryImportEvent_GetSender (line 40565) | func TestRepositoryImportEvent_GetSender(tt *testing.T) { function TestRepositoryImportEvent_GetStatus (line 40573) | func TestRepositoryImportEvent_GetStatus(tt *testing.T) { function TestRepositoryInvitation_GetCreatedAt (line 40584) | func TestRepositoryInvitation_GetCreatedAt(tt *testing.T) { function TestRepositoryInvitation_GetExpired (line 40595) | func TestRepositoryInvitation_GetExpired(tt *testing.T) { function TestRepositoryInvitation_GetHTMLURL (line 40606) | func TestRepositoryInvitation_GetHTMLURL(tt *testing.T) { function TestRepositoryInvitation_GetID (line 40617) | func TestRepositoryInvitation_GetID(tt *testing.T) { function TestRepositoryInvitation_GetInvitee (line 40628) | func TestRepositoryInvitation_GetInvitee(tt *testing.T) { function TestRepositoryInvitation_GetInviter (line 40636) | func TestRepositoryInvitation_GetInviter(tt *testing.T) { function TestRepositoryInvitation_GetPermissions (line 40644) | func TestRepositoryInvitation_GetPermissions(tt *testing.T) { function TestRepositoryInvitation_GetRepo (line 40655) | func TestRepositoryInvitation_GetRepo(tt *testing.T) { function TestRepositoryInvitation_GetURL (line 40663) | func TestRepositoryInvitation_GetURL(tt *testing.T) { function TestRepositoryLicense_GetContent (line 40674) | func TestRepositoryLicense_GetContent(tt *testing.T) { function TestRepositoryLicense_GetDownloadURL (line 40685) | func TestRepositoryLicense_GetDownloadURL(tt *testing.T) { function TestRepositoryLicense_GetEncoding (line 40696) | func TestRepositoryLicense_GetEncoding(tt *testing.T) { function TestRepositoryLicense_GetGitURL (line 40707) | func TestRepositoryLicense_GetGitURL(tt *testing.T) { function TestRepositoryLicense_GetHTMLURL (line 40718) | func TestRepositoryLicense_GetHTMLURL(tt *testing.T) { function TestRepositoryLicense_GetLicense (line 40729) | func TestRepositoryLicense_GetLicense(tt *testing.T) { function TestRepositoryLicense_GetName (line 40737) | func TestRepositoryLicense_GetName(tt *testing.T) { function TestRepositoryLicense_GetPath (line 40748) | func TestRepositoryLicense_GetPath(tt *testing.T) { function TestRepositoryLicense_GetSHA (line 40759) | func TestRepositoryLicense_GetSHA(tt *testing.T) { function TestRepositoryLicense_GetSize (line 40770) | func TestRepositoryLicense_GetSize(tt *testing.T) { function TestRepositoryLicense_GetType (line 40781) | func TestRepositoryLicense_GetType(tt *testing.T) { function TestRepositoryLicense_GetURL (line 40792) | func TestRepositoryLicense_GetURL(tt *testing.T) { function TestRepositoryListAllOptions_GetSince (line 40803) | func TestRepositoryListAllOptions_GetSince(tt *testing.T) { function TestRepositoryListByAuthenticatedUserOptions_GetAffiliation (line 40811) | func TestRepositoryListByAuthenticatedUserOptions_GetAffiliation(tt *tes... function TestRepositoryListByAuthenticatedUserOptions_GetDirection (line 40819) | func TestRepositoryListByAuthenticatedUserOptions_GetDirection(tt *testi... function TestRepositoryListByAuthenticatedUserOptions_GetSort (line 40827) | func TestRepositoryListByAuthenticatedUserOptions_GetSort(tt *testing.T) { function TestRepositoryListByAuthenticatedUserOptions_GetType (line 40835) | func TestRepositoryListByAuthenticatedUserOptions_GetType(tt *testing.T) { function TestRepositoryListByAuthenticatedUserOptions_GetVisibility (line 40843) | func TestRepositoryListByAuthenticatedUserOptions_GetVisibility(tt *test... function TestRepositoryListByOrgOptions_GetDirection (line 40851) | func TestRepositoryListByOrgOptions_GetDirection(tt *testing.T) { function TestRepositoryListByOrgOptions_GetSort (line 40859) | func TestRepositoryListByOrgOptions_GetSort(tt *testing.T) { function TestRepositoryListByOrgOptions_GetType (line 40867) | func TestRepositoryListByOrgOptions_GetType(tt *testing.T) { function TestRepositoryListByUserOptions_GetDirection (line 40875) | func TestRepositoryListByUserOptions_GetDirection(tt *testing.T) { function TestRepositoryListByUserOptions_GetSort (line 40883) | func TestRepositoryListByUserOptions_GetSort(tt *testing.T) { function TestRepositoryListByUserOptions_GetType (line 40891) | func TestRepositoryListByUserOptions_GetType(tt *testing.T) { function TestRepositoryListForksOptions_GetSort (line 40899) | func TestRepositoryListForksOptions_GetSort(tt *testing.T) { function TestRepositoryListOptions_GetAffiliation (line 40907) | func TestRepositoryListOptions_GetAffiliation(tt *testing.T) { function TestRepositoryListOptions_GetDirection (line 40915) | func TestRepositoryListOptions_GetDirection(tt *testing.T) { function TestRepositoryListOptions_GetSort (line 40923) | func TestRepositoryListOptions_GetSort(tt *testing.T) { function TestRepositoryListOptions_GetType (line 40931) | func TestRepositoryListOptions_GetType(tt *testing.T) { function TestRepositoryListOptions_GetVisibility (line 40939) | func TestRepositoryListOptions_GetVisibility(tt *testing.T) { function TestRepositoryListRulesetsOptions_GetIncludesParents (line 40947) | func TestRepositoryListRulesetsOptions_GetIncludesParents(tt *testing.T) { function TestRepositoryMergeRequest_GetBase (line 40958) | func TestRepositoryMergeRequest_GetBase(tt *testing.T) { function TestRepositoryMergeRequest_GetCommitMessage (line 40969) | func TestRepositoryMergeRequest_GetCommitMessage(tt *testing.T) { function TestRepositoryMergeRequest_GetHead (line 40980) | func TestRepositoryMergeRequest_GetHead(tt *testing.T) { function TestRepositoryParticipation_GetAll (line 40991) | func TestRepositoryParticipation_GetAll(tt *testing.T) { function TestRepositoryParticipation_GetOwner (line 41002) | func TestRepositoryParticipation_GetOwner(tt *testing.T) { function TestRepositoryPermissionLevel_GetPermission (line 41013) | func TestRepositoryPermissionLevel_GetPermission(tt *testing.T) { function TestRepositoryPermissionLevel_GetRoleName (line 41024) | func TestRepositoryPermissionLevel_GetRoleName(tt *testing.T) { function TestRepositoryPermissionLevel_GetUser (line 41035) | func TestRepositoryPermissionLevel_GetUser(tt *testing.T) { function TestRepositoryPermissions_GetAdmin (line 41043) | func TestRepositoryPermissions_GetAdmin(tt *testing.T) { function TestRepositoryPermissions_GetMaintain (line 41054) | func TestRepositoryPermissions_GetMaintain(tt *testing.T) { function TestRepositoryPermissions_GetPull (line 41065) | func TestRepositoryPermissions_GetPull(tt *testing.T) { function TestRepositoryPermissions_GetPush (line 41076) | func TestRepositoryPermissions_GetPush(tt *testing.T) { function TestRepositoryPermissions_GetTriage (line 41087) | func TestRepositoryPermissions_GetTriage(tt *testing.T) { function TestRepositoryRelease_GetAssets (line 41098) | func TestRepositoryRelease_GetAssets(tt *testing.T) { function TestRepositoryRelease_GetAssetsURL (line 41109) | func TestRepositoryRelease_GetAssetsURL(tt *testing.T) { function TestRepositoryRelease_GetAuthor (line 41120) | func TestRepositoryRelease_GetAuthor(tt *testing.T) { function TestRepositoryRelease_GetBody (line 41128) | func TestRepositoryRelease_GetBody(tt *testing.T) { function TestRepositoryRelease_GetCreatedAt (line 41139) | func TestRepositoryRelease_GetCreatedAt(tt *testing.T) { function TestRepositoryRelease_GetDiscussionCategoryName (line 41150) | func TestRepositoryRelease_GetDiscussionCategoryName(tt *testing.T) { function TestRepositoryRelease_GetDraft (line 41161) | func TestRepositoryRelease_GetDraft(tt *testing.T) { function TestRepositoryRelease_GetGenerateReleaseNotes (line 41172) | func TestRepositoryRelease_GetGenerateReleaseNotes(tt *testing.T) { function TestRepositoryRelease_GetHTMLURL (line 41183) | func TestRepositoryRelease_GetHTMLURL(tt *testing.T) { function TestRepositoryRelease_GetID (line 41194) | func TestRepositoryRelease_GetID(tt *testing.T) { function TestRepositoryRelease_GetImmutable (line 41205) | func TestRepositoryRelease_GetImmutable(tt *testing.T) { function TestRepositoryRelease_GetMakeLatest (line 41216) | func TestRepositoryRelease_GetMakeLatest(tt *testing.T) { function TestRepositoryRelease_GetName (line 41227) | func TestRepositoryRelease_GetName(tt *testing.T) { function TestRepositoryRelease_GetNodeID (line 41238) | func TestRepositoryRelease_GetNodeID(tt *testing.T) { function TestRepositoryRelease_GetPrerelease (line 41249) | func TestRepositoryRelease_GetPrerelease(tt *testing.T) { function TestRepositoryRelease_GetPublishedAt (line 41260) | func TestRepositoryRelease_GetPublishedAt(tt *testing.T) { function TestRepositoryRelease_GetTagName (line 41271) | func TestRepositoryRelease_GetTagName(tt *testing.T) { function TestRepositoryRelease_GetTarballURL (line 41282) | func TestRepositoryRelease_GetTarballURL(tt *testing.T) { function TestRepositoryRelease_GetTargetCommitish (line 41293) | func TestRepositoryRelease_GetTargetCommitish(tt *testing.T) { function TestRepositoryRelease_GetUploadURL (line 41304) | func TestRepositoryRelease_GetUploadURL(tt *testing.T) { function TestRepositoryRelease_GetURL (line 41315) | func TestRepositoryRelease_GetURL(tt *testing.T) { function TestRepositoryRelease_GetZipballURL (line 41326) | func TestRepositoryRelease_GetZipballURL(tt *testing.T) { function TestRepositoryReleaseNotes_GetBody (line 41337) | func TestRepositoryReleaseNotes_GetBody(tt *testing.T) { function TestRepositoryReleaseNotes_GetName (line 41345) | func TestRepositoryReleaseNotes_GetName(tt *testing.T) { function TestRepositoryRule_GetParameters (line 41353) | func TestRepositoryRule_GetParameters(tt *testing.T) { function TestRepositoryRule_GetType (line 41361) | func TestRepositoryRule_GetType(tt *testing.T) { function TestRepositoryRuleset_GetBypassActors (line 41369) | func TestRepositoryRuleset_GetBypassActors(tt *testing.T) { function TestRepositoryRuleset_GetConditions (line 41380) | func TestRepositoryRuleset_GetConditions(tt *testing.T) { function TestRepositoryRuleset_GetCreatedAt (line 41388) | func TestRepositoryRuleset_GetCreatedAt(tt *testing.T) { function TestRepositoryRuleset_GetCurrentUserCanBypass (line 41399) | func TestRepositoryRuleset_GetCurrentUserCanBypass(tt *testing.T) { function TestRepositoryRuleset_GetEnforcement (line 41407) | func TestRepositoryRuleset_GetEnforcement(tt *testing.T) { function TestRepositoryRuleset_GetID (line 41415) | func TestRepositoryRuleset_GetID(tt *testing.T) { function TestRepositoryRuleset_GetLinks (line 41426) | func TestRepositoryRuleset_GetLinks(tt *testing.T) { function TestRepositoryRuleset_GetName (line 41434) | func TestRepositoryRuleset_GetName(tt *testing.T) { function TestRepositoryRuleset_GetNodeID (line 41442) | func TestRepositoryRuleset_GetNodeID(tt *testing.T) { function TestRepositoryRuleset_GetRules (line 41453) | func TestRepositoryRuleset_GetRules(tt *testing.T) { function TestRepositoryRuleset_GetSource (line 41461) | func TestRepositoryRuleset_GetSource(tt *testing.T) { function TestRepositoryRuleset_GetSourceType (line 41469) | func TestRepositoryRuleset_GetSourceType(tt *testing.T) { function TestRepositoryRuleset_GetTarget (line 41477) | func TestRepositoryRuleset_GetTarget(tt *testing.T) { function TestRepositoryRuleset_GetUpdatedAt (line 41485) | func TestRepositoryRuleset_GetUpdatedAt(tt *testing.T) { function TestRepositoryRulesetChangedConditions_GetAdded (line 41496) | func TestRepositoryRulesetChangedConditions_GetAdded(tt *testing.T) { function TestRepositoryRulesetChangedConditions_GetDeleted (line 41507) | func TestRepositoryRulesetChangedConditions_GetDeleted(tt *testing.T) { function TestRepositoryRulesetChangedConditions_GetUpdated (line 41518) | func TestRepositoryRulesetChangedConditions_GetUpdated(tt *testing.T) { function TestRepositoryRulesetChangedRule_GetConfiguration (line 41529) | func TestRepositoryRulesetChangedRule_GetConfiguration(tt *testing.T) { function TestRepositoryRulesetChangedRule_GetPattern (line 41537) | func TestRepositoryRulesetChangedRule_GetPattern(tt *testing.T) { function TestRepositoryRulesetChangedRule_GetRuleType (line 41545) | func TestRepositoryRulesetChangedRule_GetRuleType(tt *testing.T) { function TestRepositoryRulesetChangedRules_GetAdded (line 41553) | func TestRepositoryRulesetChangedRules_GetAdded(tt *testing.T) { function TestRepositoryRulesetChangedRules_GetDeleted (line 41564) | func TestRepositoryRulesetChangedRules_GetDeleted(tt *testing.T) { function TestRepositoryRulesetChangedRules_GetUpdated (line 41575) | func TestRepositoryRulesetChangedRules_GetUpdated(tt *testing.T) { function TestRepositoryRulesetChanges_GetConditions (line 41586) | func TestRepositoryRulesetChanges_GetConditions(tt *testing.T) { function TestRepositoryRulesetChanges_GetEnforcement (line 41594) | func TestRepositoryRulesetChanges_GetEnforcement(tt *testing.T) { function TestRepositoryRulesetChanges_GetName (line 41602) | func TestRepositoryRulesetChanges_GetName(tt *testing.T) { function TestRepositoryRulesetChanges_GetRules (line 41610) | func TestRepositoryRulesetChanges_GetRules(tt *testing.T) { function TestRepositoryRulesetChangeSource_GetFrom (line 41618) | func TestRepositoryRulesetChangeSource_GetFrom(tt *testing.T) { function TestRepositoryRulesetChangeSources_GetFrom (line 41629) | func TestRepositoryRulesetChangeSources_GetFrom(tt *testing.T) { function TestRepositoryRulesetConditions_GetOrganizationID (line 41640) | func TestRepositoryRulesetConditions_GetOrganizationID(tt *testing.T) { function TestRepositoryRulesetConditions_GetOrganizationName (line 41648) | func TestRepositoryRulesetConditions_GetOrganizationName(tt *testing.T) { function TestRepositoryRulesetConditions_GetOrganizationProperty (line 41656) | func TestRepositoryRulesetConditions_GetOrganizationProperty(tt *testing... function TestRepositoryRulesetConditions_GetRefName (line 41664) | func TestRepositoryRulesetConditions_GetRefName(tt *testing.T) { function TestRepositoryRulesetConditions_GetRepositoryID (line 41672) | func TestRepositoryRulesetConditions_GetRepositoryID(tt *testing.T) { function TestRepositoryRulesetConditions_GetRepositoryName (line 41680) | func TestRepositoryRulesetConditions_GetRepositoryName(tt *testing.T) { function TestRepositoryRulesetConditions_GetRepositoryProperty (line 41688) | func TestRepositoryRulesetConditions_GetRepositoryProperty(tt *testing.T) { function TestRepositoryRulesetEvent_GetAction (line 41696) | func TestRepositoryRulesetEvent_GetAction(tt *testing.T) { function TestRepositoryRulesetEvent_GetChanges (line 41707) | func TestRepositoryRulesetEvent_GetChanges(tt *testing.T) { function TestRepositoryRulesetEvent_GetEnterprise (line 41715) | func TestRepositoryRulesetEvent_GetEnterprise(tt *testing.T) { function TestRepositoryRulesetEvent_GetInstallation (line 41723) | func TestRepositoryRulesetEvent_GetInstallation(tt *testing.T) { function TestRepositoryRulesetEvent_GetOrganization (line 41731) | func TestRepositoryRulesetEvent_GetOrganization(tt *testing.T) { function TestRepositoryRulesetEvent_GetRepository (line 41739) | func TestRepositoryRulesetEvent_GetRepository(tt *testing.T) { function TestRepositoryRulesetEvent_GetRepositoryRuleset (line 41747) | func TestRepositoryRulesetEvent_GetRepositoryRuleset(tt *testing.T) { function TestRepositoryRulesetEvent_GetSender (line 41755) | func TestRepositoryRulesetEvent_GetSender(tt *testing.T) { function TestRepositoryRulesetLink_GetHRef (line 41763) | func TestRepositoryRulesetLink_GetHRef(tt *testing.T) { function TestRepositoryRulesetLinks_GetHTML (line 41774) | func TestRepositoryRulesetLinks_GetHTML(tt *testing.T) { function TestRepositoryRulesetLinks_GetSelf (line 41782) | func TestRepositoryRulesetLinks_GetSelf(tt *testing.T) { function TestRepositoryRulesetOrganizationIDsConditionParameters_GetOrganizationIDs (line 41790) | func TestRepositoryRulesetOrganizationIDsConditionParameters_GetOrganiza... function TestRepositoryRulesetOrganizationNamesConditionParameters_GetExclude (line 41801) | func TestRepositoryRulesetOrganizationNamesConditionParameters_GetExclud... function TestRepositoryRulesetOrganizationNamesConditionParameters_GetInclude (line 41812) | func TestRepositoryRulesetOrganizationNamesConditionParameters_GetInclud... function TestRepositoryRulesetOrganizationPropertyConditionParameters_GetExclude (line 41823) | func TestRepositoryRulesetOrganizationPropertyConditionParameters_GetExc... function TestRepositoryRulesetOrganizationPropertyConditionParameters_GetInclude (line 41834) | func TestRepositoryRulesetOrganizationPropertyConditionParameters_GetInc... function TestRepositoryRulesetRefConditionParameters_GetExclude (line 41845) | func TestRepositoryRulesetRefConditionParameters_GetExclude(tt *testing.... function TestRepositoryRulesetRefConditionParameters_GetInclude (line 41856) | func TestRepositoryRulesetRefConditionParameters_GetInclude(tt *testing.... function TestRepositoryRulesetRepositoryIDsConditionParameters_GetRepositoryIDs (line 41867) | func TestRepositoryRulesetRepositoryIDsConditionParameters_GetRepository... function TestRepositoryRulesetRepositoryNamesConditionParameters_GetExclude (line 41878) | func TestRepositoryRulesetRepositoryNamesConditionParameters_GetExclude(... function TestRepositoryRulesetRepositoryNamesConditionParameters_GetInclude (line 41889) | func TestRepositoryRulesetRepositoryNamesConditionParameters_GetInclude(... function TestRepositoryRulesetRepositoryNamesConditionParameters_GetProtected (line 41900) | func TestRepositoryRulesetRepositoryNamesConditionParameters_GetProtecte... function TestRepositoryRulesetRepositoryPropertyConditionParameters_GetExclude (line 41911) | func TestRepositoryRulesetRepositoryPropertyConditionParameters_GetExclu... function TestRepositoryRulesetRepositoryPropertyConditionParameters_GetInclude (line 41922) | func TestRepositoryRulesetRepositoryPropertyConditionParameters_GetInclu... function TestRepositoryRulesetRepositoryPropertyTargetParameters_GetName (line 41933) | func TestRepositoryRulesetRepositoryPropertyTargetParameters_GetName(tt ... function TestRepositoryRulesetRepositoryPropertyTargetParameters_GetPropertyValues (line 41941) | func TestRepositoryRulesetRepositoryPropertyTargetParameters_GetProperty... function TestRepositoryRulesetRepositoryPropertyTargetParameters_GetSource (line 41952) | func TestRepositoryRulesetRepositoryPropertyTargetParameters_GetSource(t... function TestRepositoryRulesetRules_GetBranchNamePattern (line 41963) | func TestRepositoryRulesetRules_GetBranchNamePattern(tt *testing.T) { function TestRepositoryRulesetRules_GetCodeScanning (line 41971) | func TestRepositoryRulesetRules_GetCodeScanning(tt *testing.T) { function TestRepositoryRulesetRules_GetCommitAuthorEmailPattern (line 41979) | func TestRepositoryRulesetRules_GetCommitAuthorEmailPattern(tt *testing.... function TestRepositoryRulesetRules_GetCommitMessagePattern (line 41987) | func TestRepositoryRulesetRules_GetCommitMessagePattern(tt *testing.T) { function TestRepositoryRulesetRules_GetCommitterEmailPattern (line 41995) | func TestRepositoryRulesetRules_GetCommitterEmailPattern(tt *testing.T) { function TestRepositoryRulesetRules_GetCopilotCodeReview (line 42003) | func TestRepositoryRulesetRules_GetCopilotCodeReview(tt *testing.T) { function TestRepositoryRulesetRules_GetCreation (line 42011) | func TestRepositoryRulesetRules_GetCreation(tt *testing.T) { function TestRepositoryRulesetRules_GetDeletion (line 42019) | func TestRepositoryRulesetRules_GetDeletion(tt *testing.T) { function TestRepositoryRulesetRules_GetFileExtensionRestriction (line 42027) | func TestRepositoryRulesetRules_GetFileExtensionRestriction(tt *testing.... function TestRepositoryRulesetRules_GetFilePathRestriction (line 42035) | func TestRepositoryRulesetRules_GetFilePathRestriction(tt *testing.T) { function TestRepositoryRulesetRules_GetMaxFilePathLength (line 42043) | func TestRepositoryRulesetRules_GetMaxFilePathLength(tt *testing.T) { function TestRepositoryRulesetRules_GetMaxFileSize (line 42051) | func TestRepositoryRulesetRules_GetMaxFileSize(tt *testing.T) { function TestRepositoryRulesetRules_GetMergeQueue (line 42059) | func TestRepositoryRulesetRules_GetMergeQueue(tt *testing.T) { function TestRepositoryRulesetRules_GetNonFastForward (line 42067) | func TestRepositoryRulesetRules_GetNonFastForward(tt *testing.T) { function TestRepositoryRulesetRules_GetPullRequest (line 42075) | func TestRepositoryRulesetRules_GetPullRequest(tt *testing.T) { function TestRepositoryRulesetRules_GetRepositoryCreate (line 42083) | func TestRepositoryRulesetRules_GetRepositoryCreate(tt *testing.T) { function TestRepositoryRulesetRules_GetRepositoryDelete (line 42091) | func TestRepositoryRulesetRules_GetRepositoryDelete(tt *testing.T) { function TestRepositoryRulesetRules_GetRepositoryName (line 42099) | func TestRepositoryRulesetRules_GetRepositoryName(tt *testing.T) { function TestRepositoryRulesetRules_GetRepositoryTransfer (line 42107) | func TestRepositoryRulesetRules_GetRepositoryTransfer(tt *testing.T) { function TestRepositoryRulesetRules_GetRepositoryVisibility (line 42115) | func TestRepositoryRulesetRules_GetRepositoryVisibility(tt *testing.T) { function TestRepositoryRulesetRules_GetRequiredDeployments (line 42123) | func TestRepositoryRulesetRules_GetRequiredDeployments(tt *testing.T) { function TestRepositoryRulesetRules_GetRequiredLinearHistory (line 42131) | func TestRepositoryRulesetRules_GetRequiredLinearHistory(tt *testing.T) { function TestRepositoryRulesetRules_GetRequiredSignatures (line 42139) | func TestRepositoryRulesetRules_GetRequiredSignatures(tt *testing.T) { function TestRepositoryRulesetRules_GetRequiredStatusChecks (line 42147) | func TestRepositoryRulesetRules_GetRequiredStatusChecks(tt *testing.T) { function TestRepositoryRulesetRules_GetTagNamePattern (line 42155) | func TestRepositoryRulesetRules_GetTagNamePattern(tt *testing.T) { function TestRepositoryRulesetRules_GetUpdate (line 42163) | func TestRepositoryRulesetRules_GetUpdate(tt *testing.T) { function TestRepositoryRulesetRules_GetWorkflows (line 42171) | func TestRepositoryRulesetRules_GetWorkflows(tt *testing.T) { function TestRepositoryRulesetUpdatedCondition_GetConditionType (line 42179) | func TestRepositoryRulesetUpdatedCondition_GetConditionType(tt *testing.... function TestRepositoryRulesetUpdatedCondition_GetExclude (line 42187) | func TestRepositoryRulesetUpdatedCondition_GetExclude(tt *testing.T) { function TestRepositoryRulesetUpdatedCondition_GetInclude (line 42195) | func TestRepositoryRulesetUpdatedCondition_GetInclude(tt *testing.T) { function TestRepositoryRulesetUpdatedCondition_GetTarget (line 42203) | func TestRepositoryRulesetUpdatedCondition_GetTarget(tt *testing.T) { function TestRepositoryRulesetUpdatedConditions_GetChanges (line 42211) | func TestRepositoryRulesetUpdatedConditions_GetChanges(tt *testing.T) { function TestRepositoryRulesetUpdatedConditions_GetCondition (line 42219) | func TestRepositoryRulesetUpdatedConditions_GetCondition(tt *testing.T) { function TestRepositoryRulesetUpdatedRules_GetChanges (line 42227) | func TestRepositoryRulesetUpdatedRules_GetChanges(tt *testing.T) { function TestRepositoryRulesetUpdatedRules_GetRule (line 42235) | func TestRepositoryRulesetUpdatedRules_GetRule(tt *testing.T) { function TestRepositoryTag_GetCommit (line 42243) | func TestRepositoryTag_GetCommit(tt *testing.T) { function TestRepositoryTag_GetName (line 42251) | func TestRepositoryTag_GetName(tt *testing.T) { function TestRepositoryTag_GetTarballURL (line 42262) | func TestRepositoryTag_GetTarballURL(tt *testing.T) { function TestRepositoryTag_GetZipballURL (line 42273) | func TestRepositoryTag_GetZipballURL(tt *testing.T) { function TestRepositoryVisibilityRuleParameters_GetInternal (line 42284) | func TestRepositoryVisibilityRuleParameters_GetInternal(tt *testing.T) { function TestRepositoryVisibilityRuleParameters_GetPrivate (line 42292) | func TestRepositoryVisibilityRuleParameters_GetPrivate(tt *testing.T) { function TestRepositoryVulnerabilityAlert_GetAffectedPackageName (line 42300) | func TestRepositoryVulnerabilityAlert_GetAffectedPackageName(tt *testing... function TestRepositoryVulnerabilityAlert_GetAffectedRange (line 42311) | func TestRepositoryVulnerabilityAlert_GetAffectedRange(tt *testing.T) { function TestRepositoryVulnerabilityAlert_GetCreatedAt (line 42322) | func TestRepositoryVulnerabilityAlert_GetCreatedAt(tt *testing.T) { function TestRepositoryVulnerabilityAlert_GetDismissedAt (line 42333) | func TestRepositoryVulnerabilityAlert_GetDismissedAt(tt *testing.T) { function TestRepositoryVulnerabilityAlert_GetDismisser (line 42344) | func TestRepositoryVulnerabilityAlert_GetDismisser(tt *testing.T) { function TestRepositoryVulnerabilityAlert_GetDismissReason (line 42352) | func TestRepositoryVulnerabilityAlert_GetDismissReason(tt *testing.T) { function TestRepositoryVulnerabilityAlert_GetExternalIdentifier (line 42363) | func TestRepositoryVulnerabilityAlert_GetExternalIdentifier(tt *testing.... function TestRepositoryVulnerabilityAlert_GetExternalReference (line 42374) | func TestRepositoryVulnerabilityAlert_GetExternalReference(tt *testing.T) { function TestRepositoryVulnerabilityAlert_GetFixedIn (line 42385) | func TestRepositoryVulnerabilityAlert_GetFixedIn(tt *testing.T) { function TestRepositoryVulnerabilityAlert_GetGitHubSecurityAdvisoryID (line 42396) | func TestRepositoryVulnerabilityAlert_GetGitHubSecurityAdvisoryID(tt *te... function TestRepositoryVulnerabilityAlert_GetID (line 42407) | func TestRepositoryVulnerabilityAlert_GetID(tt *testing.T) { function TestRepositoryVulnerabilityAlert_GetSeverity (line 42418) | func TestRepositoryVulnerabilityAlert_GetSeverity(tt *testing.T) { function TestRepositoryVulnerabilityAlertEvent_GetAction (line 42429) | func TestRepositoryVulnerabilityAlertEvent_GetAction(tt *testing.T) { function TestRepositoryVulnerabilityAlertEvent_GetAlert (line 42440) | func TestRepositoryVulnerabilityAlertEvent_GetAlert(tt *testing.T) { function TestRepositoryVulnerabilityAlertEvent_GetInstallation (line 42448) | func TestRepositoryVulnerabilityAlertEvent_GetInstallation(tt *testing.T) { function TestRepositoryVulnerabilityAlertEvent_GetOrg (line 42456) | func TestRepositoryVulnerabilityAlertEvent_GetOrg(tt *testing.T) { function TestRepositoryVulnerabilityAlertEvent_GetRepository (line 42464) | func TestRepositoryVulnerabilityAlertEvent_GetRepository(tt *testing.T) { function TestRepositoryVulnerabilityAlertEvent_GetSender (line 42472) | func TestRepositoryVulnerabilityAlertEvent_GetSender(tt *testing.T) { function TestRepoStats_GetForkRepos (line 42480) | func TestRepoStats_GetForkRepos(tt *testing.T) { function TestRepoStats_GetOrgRepos (line 42491) | func TestRepoStats_GetOrgRepos(tt *testing.T) { function TestRepoStats_GetRootRepos (line 42502) | func TestRepoStats_GetRootRepos(tt *testing.T) { function TestRepoStats_GetTotalPushes (line 42513) | func TestRepoStats_GetTotalPushes(tt *testing.T) { function TestRepoStats_GetTotalRepos (line 42524) | func TestRepoStats_GetTotalRepos(tt *testing.T) { function TestRepoStats_GetTotalWikis (line 42535) | func TestRepoStats_GetTotalWikis(tt *testing.T) { function TestRepoStatus_GetAvatarURL (line 42546) | func TestRepoStatus_GetAvatarURL(tt *testing.T) { function TestRepoStatus_GetContext (line 42557) | func TestRepoStatus_GetContext(tt *testing.T) { function TestRepoStatus_GetCreatedAt (line 42568) | func TestRepoStatus_GetCreatedAt(tt *testing.T) { function TestRepoStatus_GetCreator (line 42579) | func TestRepoStatus_GetCreator(tt *testing.T) { function TestRepoStatus_GetDescription (line 42587) | func TestRepoStatus_GetDescription(tt *testing.T) { function TestRepoStatus_GetID (line 42598) | func TestRepoStatus_GetID(tt *testing.T) { function TestRepoStatus_GetNodeID (line 42609) | func TestRepoStatus_GetNodeID(tt *testing.T) { function TestRepoStatus_GetState (line 42620) | func TestRepoStatus_GetState(tt *testing.T) { function TestRepoStatus_GetTargetURL (line 42631) | func TestRepoStatus_GetTargetURL(tt *testing.T) { function TestRepoStatus_GetUpdatedAt (line 42642) | func TestRepoStatus_GetUpdatedAt(tt *testing.T) { function TestRepoStatus_GetURL (line 42653) | func TestRepoStatus_GetURL(tt *testing.T) { function TestRequestedAction_GetIdentifier (line 42664) | func TestRequestedAction_GetIdentifier(tt *testing.T) { function TestRequireCodeOwnerReviewChanges_GetFrom (line 42672) | func TestRequireCodeOwnerReviewChanges_GetFrom(tt *testing.T) { function TestRequiredConversationResolution_GetEnabled (line 42683) | func TestRequiredConversationResolution_GetEnabled(tt *testing.T) { function TestRequiredConversationResolutionLevelChanges_GetFrom (line 42691) | func TestRequiredConversationResolutionLevelChanges_GetFrom(tt *testing.... function TestRequiredDeploymentsBranchRule_GetParameters (line 42702) | func TestRequiredDeploymentsBranchRule_GetParameters(tt *testing.T) { function TestRequiredDeploymentsEnforcementLevelChanges_GetFrom (line 42710) | func TestRequiredDeploymentsEnforcementLevelChanges_GetFrom(tt *testing.... function TestRequiredDeploymentsRuleParameters_GetRequiredDeploymentEnvironments (line 42721) | func TestRequiredDeploymentsRuleParameters_GetRequiredDeploymentEnvironm... function TestRequiredReviewer_GetReviewer (line 42732) | func TestRequiredReviewer_GetReviewer(tt *testing.T) { function TestRequiredReviewer_GetType (line 42740) | func TestRequiredReviewer_GetType(tt *testing.T) { function TestRequiredStatusCheck_GetAppID (line 42751) | func TestRequiredStatusCheck_GetAppID(tt *testing.T) { function TestRequiredStatusCheck_GetContext (line 42762) | func TestRequiredStatusCheck_GetContext(tt *testing.T) { function TestRequiredStatusChecks_GetChecks (line 42770) | func TestRequiredStatusChecks_GetChecks(tt *testing.T) { function TestRequiredStatusChecks_GetContexts (line 42781) | func TestRequiredStatusChecks_GetContexts(tt *testing.T) { function TestRequiredStatusChecks_GetContextsURL (line 42792) | func TestRequiredStatusChecks_GetContextsURL(tt *testing.T) { function TestRequiredStatusChecks_GetStrict (line 42803) | func TestRequiredStatusChecks_GetStrict(tt *testing.T) { function TestRequiredStatusChecks_GetURL (line 42811) | func TestRequiredStatusChecks_GetURL(tt *testing.T) { function TestRequiredStatusChecksBranchRule_GetParameters (line 42822) | func TestRequiredStatusChecksBranchRule_GetParameters(tt *testing.T) { function TestRequiredStatusChecksChanges_GetFrom (line 42830) | func TestRequiredStatusChecksChanges_GetFrom(tt *testing.T) { function TestRequiredStatusChecksEnforcementLevelChanges_GetFrom (line 42841) | func TestRequiredStatusChecksEnforcementLevelChanges_GetFrom(tt *testing... function TestRequiredStatusChecksRequest_GetChecks (line 42852) | func TestRequiredStatusChecksRequest_GetChecks(tt *testing.T) { function TestRequiredStatusChecksRequest_GetContexts (line 42863) | func TestRequiredStatusChecksRequest_GetContexts(tt *testing.T) { function TestRequiredStatusChecksRequest_GetStrict (line 42874) | func TestRequiredStatusChecksRequest_GetStrict(tt *testing.T) { function TestRequiredStatusChecksRuleParameters_GetDoNotEnforceOnCreate (line 42885) | func TestRequiredStatusChecksRuleParameters_GetDoNotEnforceOnCreate(tt *... function TestRequiredStatusChecksRuleParameters_GetRequiredStatusChecks (line 42896) | func TestRequiredStatusChecksRuleParameters_GetRequiredStatusChecks(tt *... function TestRequiredStatusChecksRuleParameters_GetStrictRequiredStatusChecksPolicy (line 42907) | func TestRequiredStatusChecksRuleParameters_GetStrictRequiredStatusCheck... function TestRequireLastPushApprovalChanges_GetFrom (line 42915) | func TestRequireLastPushApprovalChanges_GetFrom(tt *testing.T) { function TestRequireLinearHistory_GetEnabled (line 42926) | func TestRequireLinearHistory_GetEnabled(tt *testing.T) { function TestResponse_GetAfter (line 42934) | func TestResponse_GetAfter(tt *testing.T) { function TestResponse_GetBefore (line 42942) | func TestResponse_GetBefore(tt *testing.T) { function TestResponse_GetCursor (line 42950) | func TestResponse_GetCursor(tt *testing.T) { function TestResponse_GetFirstPage (line 42958) | func TestResponse_GetFirstPage(tt *testing.T) { function TestResponse_GetLastPage (line 42966) | func TestResponse_GetLastPage(tt *testing.T) { function TestResponse_GetNextPage (line 42974) | func TestResponse_GetNextPage(tt *testing.T) { function TestResponse_GetNextPageToken (line 42982) | func TestResponse_GetNextPageToken(tt *testing.T) { function TestResponse_GetPrevPage (line 42990) | func TestResponse_GetPrevPage(tt *testing.T) { function TestResponse_GetRate (line 42998) | func TestResponse_GetRate(tt *testing.T) { function TestResponse_GetTokenExpiration (line 43006) | func TestResponse_GetTokenExpiration(tt *testing.T) { function TestReviewCustomDeploymentProtectionRuleRequest_GetComment (line 43014) | func TestReviewCustomDeploymentProtectionRuleRequest_GetComment(tt *test... function TestReviewCustomDeploymentProtectionRuleRequest_GetEnvironmentName (line 43022) | func TestReviewCustomDeploymentProtectionRuleRequest_GetEnvironmentName(... function TestReviewCustomDeploymentProtectionRuleRequest_GetState (line 43030) | func TestReviewCustomDeploymentProtectionRuleRequest_GetState(tt *testin... function TestReviewers_GetTeams (line 43038) | func TestReviewers_GetTeams(tt *testing.T) { function TestReviewers_GetUsers (line 43049) | func TestReviewers_GetUsers(tt *testing.T) { function TestReviewersRequest_GetNodeID (line 43060) | func TestReviewersRequest_GetNodeID(tt *testing.T) { function TestReviewersRequest_GetReviewers (line 43071) | func TestReviewersRequest_GetReviewers(tt *testing.T) { function TestReviewersRequest_GetTeamReviewers (line 43082) | func TestReviewersRequest_GetTeamReviewers(tt *testing.T) { function TestReviewPersonalAccessTokenRequestOptions_GetAction (line 43093) | func TestReviewPersonalAccessTokenRequestOptions_GetAction(tt *testing.T) { function TestReviewPersonalAccessTokenRequestOptions_GetReason (line 43101) | func TestReviewPersonalAccessTokenRequestOptions_GetReason(tt *testing.T) { function TestRule_GetDescription (line 43112) | func TestRule_GetDescription(tt *testing.T) { function TestRule_GetFullDescription (line 43123) | func TestRule_GetFullDescription(tt *testing.T) { function TestRule_GetHelp (line 43134) | func TestRule_GetHelp(tt *testing.T) { function TestRule_GetID (line 43145) | func TestRule_GetID(tt *testing.T) { function TestRule_GetName (line 43156) | func TestRule_GetName(tt *testing.T) { function TestRule_GetSecuritySeverityLevel (line 43167) | func TestRule_GetSecuritySeverityLevel(tt *testing.T) { function TestRule_GetSeverity (line 43178) | func TestRule_GetSeverity(tt *testing.T) { function TestRule_GetTags (line 43189) | func TestRule_GetTags(tt *testing.T) { function TestRuleCodeScanningTool_GetAlertsThreshold (line 43200) | func TestRuleCodeScanningTool_GetAlertsThreshold(tt *testing.T) { function TestRuleCodeScanningTool_GetSecurityAlertsThreshold (line 43208) | func TestRuleCodeScanningTool_GetSecurityAlertsThreshold(tt *testing.T) { function TestRuleCodeScanningTool_GetTool (line 43216) | func TestRuleCodeScanningTool_GetTool(tt *testing.T) { function TestRulesetRequiredReviewer_GetFilePatterns (line 43224) | func TestRulesetRequiredReviewer_GetFilePatterns(tt *testing.T) { function TestRulesetRequiredReviewer_GetMinimumApprovals (line 43235) | func TestRulesetRequiredReviewer_GetMinimumApprovals(tt *testing.T) { function TestRulesetRequiredReviewer_GetReviewer (line 43246) | func TestRulesetRequiredReviewer_GetReviewer(tt *testing.T) { function TestRulesetReviewer_GetID (line 43254) | func TestRulesetReviewer_GetID(tt *testing.T) { function TestRulesetReviewer_GetType (line 43265) | func TestRulesetReviewer_GetType(tt *testing.T) { function TestRuleStatusCheck_GetContext (line 43273) | func TestRuleStatusCheck_GetContext(tt *testing.T) { function TestRuleStatusCheck_GetIntegrationID (line 43281) | func TestRuleStatusCheck_GetIntegrationID(tt *testing.T) { function TestRuleWorkflow_GetPath (line 43292) | func TestRuleWorkflow_GetPath(tt *testing.T) { function TestRuleWorkflow_GetRef (line 43300) | func TestRuleWorkflow_GetRef(tt *testing.T) { function TestRuleWorkflow_GetRepositoryID (line 43311) | func TestRuleWorkflow_GetRepositoryID(tt *testing.T) { function TestRuleWorkflow_GetSHA (line 43322) | func TestRuleWorkflow_GetSHA(tt *testing.T) { function TestRunner_GetBusy (line 43333) | func TestRunner_GetBusy(tt *testing.T) { function TestRunner_GetID (line 43344) | func TestRunner_GetID(tt *testing.T) { function TestRunner_GetLabels (line 43355) | func TestRunner_GetLabels(tt *testing.T) { function TestRunner_GetName (line 43366) | func TestRunner_GetName(tt *testing.T) { function TestRunner_GetOS (line 43377) | func TestRunner_GetOS(tt *testing.T) { function TestRunner_GetStatus (line 43388) | func TestRunner_GetStatus(tt *testing.T) { function TestRunnerApplicationDownload_GetArchitecture (line 43399) | func TestRunnerApplicationDownload_GetArchitecture(tt *testing.T) { function TestRunnerApplicationDownload_GetDownloadURL (line 43410) | func TestRunnerApplicationDownload_GetDownloadURL(tt *testing.T) { function TestRunnerApplicationDownload_GetFilename (line 43421) | func TestRunnerApplicationDownload_GetFilename(tt *testing.T) { function TestRunnerApplicationDownload_GetOS (line 43432) | func TestRunnerApplicationDownload_GetOS(tt *testing.T) { function TestRunnerApplicationDownload_GetSHA256Checksum (line 43443) | func TestRunnerApplicationDownload_GetSHA256Checksum(tt *testing.T) { function TestRunnerApplicationDownload_GetTempDownloadToken (line 43454) | func TestRunnerApplicationDownload_GetTempDownloadToken(tt *testing.T) { function TestRunnerGroup_GetAllowsPublicRepositories (line 43465) | func TestRunnerGroup_GetAllowsPublicRepositories(tt *testing.T) { function TestRunnerGroup_GetDefault (line 43476) | func TestRunnerGroup_GetDefault(tt *testing.T) { function TestRunnerGroup_GetHostedRunnersURL (line 43487) | func TestRunnerGroup_GetHostedRunnersURL(tt *testing.T) { function TestRunnerGroup_GetID (line 43498) | func TestRunnerGroup_GetID(tt *testing.T) { function TestRunnerGroup_GetInherited (line 43509) | func TestRunnerGroup_GetInherited(tt *testing.T) { function TestRunnerGroup_GetName (line 43520) | func TestRunnerGroup_GetName(tt *testing.T) { function TestRunnerGroup_GetNetworkConfigurationID (line 43531) | func TestRunnerGroup_GetNetworkConfigurationID(tt *testing.T) { function TestRunnerGroup_GetRestrictedToWorkflows (line 43542) | func TestRunnerGroup_GetRestrictedToWorkflows(tt *testing.T) { function TestRunnerGroup_GetRunnersURL (line 43553) | func TestRunnerGroup_GetRunnersURL(tt *testing.T) { function TestRunnerGroup_GetSelectedRepositoriesURL (line 43564) | func TestRunnerGroup_GetSelectedRepositoriesURL(tt *testing.T) { function TestRunnerGroup_GetSelectedWorkflows (line 43575) | func TestRunnerGroup_GetSelectedWorkflows(tt *testing.T) { function TestRunnerGroup_GetVisibility (line 43586) | func TestRunnerGroup_GetVisibility(tt *testing.T) { function TestRunnerGroup_GetWorkflowRestrictionsReadOnly (line 43597) | func TestRunnerGroup_GetWorkflowRestrictionsReadOnly(tt *testing.T) { function TestRunnerGroups_GetRunnerGroups (line 43608) | func TestRunnerGroups_GetRunnerGroups(tt *testing.T) { function TestRunnerGroups_GetTotalCount (line 43619) | func TestRunnerGroups_GetTotalCount(tt *testing.T) { function TestRunnerLabels_GetID (line 43627) | func TestRunnerLabels_GetID(tt *testing.T) { function TestRunnerLabels_GetName (line 43638) | func TestRunnerLabels_GetName(tt *testing.T) { function TestRunnerLabels_GetType (line 43649) | func TestRunnerLabels_GetType(tt *testing.T) { function TestRunners_GetRunners (line 43660) | func TestRunners_GetRunners(tt *testing.T) { function TestRunners_GetTotalCount (line 43671) | func TestRunners_GetTotalCount(tt *testing.T) { function TestSarifAnalysis_GetCheckoutURI (line 43679) | func TestSarifAnalysis_GetCheckoutURI(tt *testing.T) { function TestSarifAnalysis_GetCommitSHA (line 43690) | func TestSarifAnalysis_GetCommitSHA(tt *testing.T) { function TestSarifAnalysis_GetRef (line 43701) | func TestSarifAnalysis_GetRef(tt *testing.T) { function TestSarifAnalysis_GetSarif (line 43712) | func TestSarifAnalysis_GetSarif(tt *testing.T) { function TestSarifAnalysis_GetStartedAt (line 43723) | func TestSarifAnalysis_GetStartedAt(tt *testing.T) { function TestSarifAnalysis_GetToolName (line 43734) | func TestSarifAnalysis_GetToolName(tt *testing.T) { function TestSarifID_GetID (line 43745) | func TestSarifID_GetID(tt *testing.T) { function TestSarifID_GetURL (line 43756) | func TestSarifID_GetURL(tt *testing.T) { function TestSARIFUpload_GetAnalysesURL (line 43767) | func TestSARIFUpload_GetAnalysesURL(tt *testing.T) { function TestSARIFUpload_GetProcessingStatus (line 43778) | func TestSARIFUpload_GetProcessingStatus(tt *testing.T) { function TestSBOM_GetSBOM (line 43789) | func TestSBOM_GetSBOM(tt *testing.T) { function TestSBOMInfo_GetCreationInfo (line 43797) | func TestSBOMInfo_GetCreationInfo(tt *testing.T) { function TestSBOMInfo_GetDataLicense (line 43805) | func TestSBOMInfo_GetDataLicense(tt *testing.T) { function TestSBOMInfo_GetDocumentDescribes (line 43816) | func TestSBOMInfo_GetDocumentDescribes(tt *testing.T) { function TestSBOMInfo_GetDocumentNamespace (line 43827) | func TestSBOMInfo_GetDocumentNamespace(tt *testing.T) { function TestSBOMInfo_GetName (line 43838) | func TestSBOMInfo_GetName(tt *testing.T) { function TestSBOMInfo_GetPackages (line 43849) | func TestSBOMInfo_GetPackages(tt *testing.T) { function TestSBOMInfo_GetRelationships (line 43860) | func TestSBOMInfo_GetRelationships(tt *testing.T) { function TestSBOMInfo_GetSPDXID (line 43871) | func TestSBOMInfo_GetSPDXID(tt *testing.T) { function TestSBOMInfo_GetSPDXVersion (line 43882) | func TestSBOMInfo_GetSPDXVersion(tt *testing.T) { function TestSBOMRelationship_GetRelatedSPDXElement (line 43893) | func TestSBOMRelationship_GetRelatedSPDXElement(tt *testing.T) { function TestSBOMRelationship_GetRelationshipType (line 43901) | func TestSBOMRelationship_GetRelationshipType(tt *testing.T) { function TestSBOMRelationship_GetSPDXElementID (line 43909) | func TestSBOMRelationship_GetSPDXElementID(tt *testing.T) { function TestScanningAnalysis_GetAnalysisKey (line 43917) | func TestScanningAnalysis_GetAnalysisKey(tt *testing.T) { function TestScanningAnalysis_GetCategory (line 43928) | func TestScanningAnalysis_GetCategory(tt *testing.T) { function TestScanningAnalysis_GetCommitSHA (line 43939) | func TestScanningAnalysis_GetCommitSHA(tt *testing.T) { function TestScanningAnalysis_GetCreatedAt (line 43950) | func TestScanningAnalysis_GetCreatedAt(tt *testing.T) { function TestScanningAnalysis_GetDeletable (line 43961) | func TestScanningAnalysis_GetDeletable(tt *testing.T) { function TestScanningAnalysis_GetEnvironment (line 43972) | func TestScanningAnalysis_GetEnvironment(tt *testing.T) { function TestScanningAnalysis_GetError (line 43983) | func TestScanningAnalysis_GetError(tt *testing.T) { function TestScanningAnalysis_GetID (line 43994) | func TestScanningAnalysis_GetID(tt *testing.T) { function TestScanningAnalysis_GetRef (line 44005) | func TestScanningAnalysis_GetRef(tt *testing.T) { function TestScanningAnalysis_GetResultsCount (line 44016) | func TestScanningAnalysis_GetResultsCount(tt *testing.T) { function TestScanningAnalysis_GetRulesCount (line 44027) | func TestScanningAnalysis_GetRulesCount(tt *testing.T) { function TestScanningAnalysis_GetSarifID (line 44038) | func TestScanningAnalysis_GetSarifID(tt *testing.T) { function TestScanningAnalysis_GetTool (line 44049) | func TestScanningAnalysis_GetTool(tt *testing.T) { function TestScanningAnalysis_GetURL (line 44057) | func TestScanningAnalysis_GetURL(tt *testing.T) { function TestScanningAnalysis_GetWarning (line 44068) | func TestScanningAnalysis_GetWarning(tt *testing.T) { function TestSCIMEnterpriseAttribute_GetOperations (line 44079) | func TestSCIMEnterpriseAttribute_GetOperations(tt *testing.T) { function TestSCIMEnterpriseAttribute_GetSchemas (line 44090) | func TestSCIMEnterpriseAttribute_GetSchemas(tt *testing.T) { function TestSCIMEnterpriseAttributeOperation_GetOp (line 44101) | func TestSCIMEnterpriseAttributeOperation_GetOp(tt *testing.T) { function TestSCIMEnterpriseAttributeOperation_GetPath (line 44109) | func TestSCIMEnterpriseAttributeOperation_GetPath(tt *testing.T) { function TestSCIMEnterpriseAttributeOperation_GetValue (line 44120) | func TestSCIMEnterpriseAttributeOperation_GetValue(tt *testing.T) { function TestSCIMEnterpriseDisplayReference_GetDisplay (line 44128) | func TestSCIMEnterpriseDisplayReference_GetDisplay(tt *testing.T) { function TestSCIMEnterpriseDisplayReference_GetRef (line 44139) | func TestSCIMEnterpriseDisplayReference_GetRef(tt *testing.T) { function TestSCIMEnterpriseDisplayReference_GetValue (line 44150) | func TestSCIMEnterpriseDisplayReference_GetValue(tt *testing.T) { function TestSCIMEnterpriseGroupAttributes_GetDisplayName (line 44158) | func TestSCIMEnterpriseGroupAttributes_GetDisplayName(tt *testing.T) { function TestSCIMEnterpriseGroupAttributes_GetExternalID (line 44169) | func TestSCIMEnterpriseGroupAttributes_GetExternalID(tt *testing.T) { function TestSCIMEnterpriseGroupAttributes_GetID (line 44180) | func TestSCIMEnterpriseGroupAttributes_GetID(tt *testing.T) { function TestSCIMEnterpriseGroupAttributes_GetMembers (line 44191) | func TestSCIMEnterpriseGroupAttributes_GetMembers(tt *testing.T) { function TestSCIMEnterpriseGroupAttributes_GetMeta (line 44202) | func TestSCIMEnterpriseGroupAttributes_GetMeta(tt *testing.T) { function TestSCIMEnterpriseGroupAttributes_GetSchemas (line 44210) | func TestSCIMEnterpriseGroupAttributes_GetSchemas(tt *testing.T) { function TestSCIMEnterpriseGroups_GetItemsPerPage (line 44221) | func TestSCIMEnterpriseGroups_GetItemsPerPage(tt *testing.T) { function TestSCIMEnterpriseGroups_GetResources (line 44232) | func TestSCIMEnterpriseGroups_GetResources(tt *testing.T) { function TestSCIMEnterpriseGroups_GetSchemas (line 44243) | func TestSCIMEnterpriseGroups_GetSchemas(tt *testing.T) { function TestSCIMEnterpriseGroups_GetStartIndex (line 44254) | func TestSCIMEnterpriseGroups_GetStartIndex(tt *testing.T) { function TestSCIMEnterpriseGroups_GetTotalResults (line 44265) | func TestSCIMEnterpriseGroups_GetTotalResults(tt *testing.T) { function TestSCIMEnterpriseMeta_GetCreated (line 44276) | func TestSCIMEnterpriseMeta_GetCreated(tt *testing.T) { function TestSCIMEnterpriseMeta_GetLastModified (line 44287) | func TestSCIMEnterpriseMeta_GetLastModified(tt *testing.T) { function TestSCIMEnterpriseMeta_GetLocation (line 44298) | func TestSCIMEnterpriseMeta_GetLocation(tt *testing.T) { function TestSCIMEnterpriseMeta_GetResourceType (line 44309) | func TestSCIMEnterpriseMeta_GetResourceType(tt *testing.T) { function TestSCIMEnterpriseUserAttributes_GetActive (line 44317) | func TestSCIMEnterpriseUserAttributes_GetActive(tt *testing.T) { function TestSCIMEnterpriseUserAttributes_GetDisplayName (line 44325) | func TestSCIMEnterpriseUserAttributes_GetDisplayName(tt *testing.T) { function TestSCIMEnterpriseUserAttributes_GetEmails (line 44333) | func TestSCIMEnterpriseUserAttributes_GetEmails(tt *testing.T) { function TestSCIMEnterpriseUserAttributes_GetExternalID (line 44344) | func TestSCIMEnterpriseUserAttributes_GetExternalID(tt *testing.T) { function TestSCIMEnterpriseUserAttributes_GetGroups (line 44352) | func TestSCIMEnterpriseUserAttributes_GetGroups(tt *testing.T) { function TestSCIMEnterpriseUserAttributes_GetID (line 44363) | func TestSCIMEnterpriseUserAttributes_GetID(tt *testing.T) { function TestSCIMEnterpriseUserAttributes_GetMeta (line 44374) | func TestSCIMEnterpriseUserAttributes_GetMeta(tt *testing.T) { function TestSCIMEnterpriseUserAttributes_GetName (line 44382) | func TestSCIMEnterpriseUserAttributes_GetName(tt *testing.T) { function TestSCIMEnterpriseUserAttributes_GetRoles (line 44390) | func TestSCIMEnterpriseUserAttributes_GetRoles(tt *testing.T) { function TestSCIMEnterpriseUserAttributes_GetSchemas (line 44401) | func TestSCIMEnterpriseUserAttributes_GetSchemas(tt *testing.T) { function TestSCIMEnterpriseUserAttributes_GetUserName (line 44412) | func TestSCIMEnterpriseUserAttributes_GetUserName(tt *testing.T) { function TestSCIMEnterpriseUserEmail_GetPrimary (line 44420) | func TestSCIMEnterpriseUserEmail_GetPrimary(tt *testing.T) { function TestSCIMEnterpriseUserEmail_GetType (line 44428) | func TestSCIMEnterpriseUserEmail_GetType(tt *testing.T) { function TestSCIMEnterpriseUserEmail_GetValue (line 44436) | func TestSCIMEnterpriseUserEmail_GetValue(tt *testing.T) { function TestSCIMEnterpriseUserName_GetFamilyName (line 44444) | func TestSCIMEnterpriseUserName_GetFamilyName(tt *testing.T) { function TestSCIMEnterpriseUserName_GetFormatted (line 44452) | func TestSCIMEnterpriseUserName_GetFormatted(tt *testing.T) { function TestSCIMEnterpriseUserName_GetGivenName (line 44463) | func TestSCIMEnterpriseUserName_GetGivenName(tt *testing.T) { function TestSCIMEnterpriseUserName_GetMiddleName (line 44471) | func TestSCIMEnterpriseUserName_GetMiddleName(tt *testing.T) { function TestSCIMEnterpriseUserRole_GetDisplay (line 44482) | func TestSCIMEnterpriseUserRole_GetDisplay(tt *testing.T) { function TestSCIMEnterpriseUserRole_GetPrimary (line 44493) | func TestSCIMEnterpriseUserRole_GetPrimary(tt *testing.T) { function TestSCIMEnterpriseUserRole_GetType (line 44504) | func TestSCIMEnterpriseUserRole_GetType(tt *testing.T) { function TestSCIMEnterpriseUserRole_GetValue (line 44515) | func TestSCIMEnterpriseUserRole_GetValue(tt *testing.T) { function TestSCIMEnterpriseUsers_GetItemsPerPage (line 44523) | func TestSCIMEnterpriseUsers_GetItemsPerPage(tt *testing.T) { function TestSCIMEnterpriseUsers_GetResources (line 44534) | func TestSCIMEnterpriseUsers_GetResources(tt *testing.T) { function TestSCIMEnterpriseUsers_GetSchemas (line 44545) | func TestSCIMEnterpriseUsers_GetSchemas(tt *testing.T) { function TestSCIMEnterpriseUsers_GetStartIndex (line 44556) | func TestSCIMEnterpriseUsers_GetStartIndex(tt *testing.T) { function TestSCIMEnterpriseUsers_GetTotalResults (line 44567) | func TestSCIMEnterpriseUsers_GetTotalResults(tt *testing.T) { function TestSCIMMeta_GetCreated (line 44578) | func TestSCIMMeta_GetCreated(tt *testing.T) { function TestSCIMMeta_GetLastModified (line 44589) | func TestSCIMMeta_GetLastModified(tt *testing.T) { function TestSCIMMeta_GetLocation (line 44600) | func TestSCIMMeta_GetLocation(tt *testing.T) { function TestSCIMMeta_GetResourceType (line 44611) | func TestSCIMMeta_GetResourceType(tt *testing.T) { function TestSCIMProvisionedIdentities_GetItemsPerPage (line 44622) | func TestSCIMProvisionedIdentities_GetItemsPerPage(tt *testing.T) { function TestSCIMProvisionedIdentities_GetResources (line 44633) | func TestSCIMProvisionedIdentities_GetResources(tt *testing.T) { function TestSCIMProvisionedIdentities_GetSchemas (line 44644) | func TestSCIMProvisionedIdentities_GetSchemas(tt *testing.T) { function TestSCIMProvisionedIdentities_GetStartIndex (line 44655) | func TestSCIMProvisionedIdentities_GetStartIndex(tt *testing.T) { function TestSCIMProvisionedIdentities_GetTotalResults (line 44666) | func TestSCIMProvisionedIdentities_GetTotalResults(tt *testing.T) { function TestSCIMUserAttributes_GetActive (line 44677) | func TestSCIMUserAttributes_GetActive(tt *testing.T) { function TestSCIMUserAttributes_GetDisplayName (line 44688) | func TestSCIMUserAttributes_GetDisplayName(tt *testing.T) { function TestSCIMUserAttributes_GetEmails (line 44699) | func TestSCIMUserAttributes_GetEmails(tt *testing.T) { function TestSCIMUserAttributes_GetExternalID (line 44710) | func TestSCIMUserAttributes_GetExternalID(tt *testing.T) { function TestSCIMUserAttributes_GetGroups (line 44721) | func TestSCIMUserAttributes_GetGroups(tt *testing.T) { function TestSCIMUserAttributes_GetID (line 44732) | func TestSCIMUserAttributes_GetID(tt *testing.T) { function TestSCIMUserAttributes_GetMeta (line 44743) | func TestSCIMUserAttributes_GetMeta(tt *testing.T) { function TestSCIMUserAttributes_GetName (line 44751) | func TestSCIMUserAttributes_GetName(tt *testing.T) { function TestSCIMUserAttributes_GetRoles (line 44759) | func TestSCIMUserAttributes_GetRoles(tt *testing.T) { function TestSCIMUserAttributes_GetSchemas (line 44770) | func TestSCIMUserAttributes_GetSchemas(tt *testing.T) { function TestSCIMUserAttributes_GetUserName (line 44781) | func TestSCIMUserAttributes_GetUserName(tt *testing.T) { function TestSCIMUserEmail_GetPrimary (line 44789) | func TestSCIMUserEmail_GetPrimary(tt *testing.T) { function TestSCIMUserEmail_GetType (line 44800) | func TestSCIMUserEmail_GetType(tt *testing.T) { function TestSCIMUserEmail_GetValue (line 44811) | func TestSCIMUserEmail_GetValue(tt *testing.T) { function TestSCIMUserName_GetFamilyName (line 44819) | func TestSCIMUserName_GetFamilyName(tt *testing.T) { function TestSCIMUserName_GetFormatted (line 44827) | func TestSCIMUserName_GetFormatted(tt *testing.T) { function TestSCIMUserName_GetGivenName (line 44838) | func TestSCIMUserName_GetGivenName(tt *testing.T) { function TestSCIMUserRole_GetDisplay (line 44846) | func TestSCIMUserRole_GetDisplay(tt *testing.T) { function TestSCIMUserRole_GetPrimary (line 44857) | func TestSCIMUserRole_GetPrimary(tt *testing.T) { function TestSCIMUserRole_GetType (line 44868) | func TestSCIMUserRole_GetType(tt *testing.T) { function TestSCIMUserRole_GetValue (line 44879) | func TestSCIMUserRole_GetValue(tt *testing.T) { function TestSearchOptions_GetAdvancedSearch (line 44887) | func TestSearchOptions_GetAdvancedSearch(tt *testing.T) { function TestSearchOptions_GetOrder (line 44898) | func TestSearchOptions_GetOrder(tt *testing.T) { function TestSearchOptions_GetSort (line 44906) | func TestSearchOptions_GetSort(tt *testing.T) { function TestSearchOptions_GetTextMatch (line 44914) | func TestSearchOptions_GetTextMatch(tt *testing.T) { function TestSeatAssignments_GetSeatsCreated (line 44922) | func TestSeatAssignments_GetSeatsCreated(tt *testing.T) { function TestSeatCancellations_GetSeatsCancelled (line 44930) | func TestSeatCancellations_GetSeatsCancelled(tt *testing.T) { function TestSecret_GetCreatedAt (line 44938) | func TestSecret_GetCreatedAt(tt *testing.T) { function TestSecret_GetName (line 44946) | func TestSecret_GetName(tt *testing.T) { function TestSecret_GetSelectedRepositoriesURL (line 44954) | func TestSecret_GetSelectedRepositoriesURL(tt *testing.T) { function TestSecret_GetUpdatedAt (line 44962) | func TestSecret_GetUpdatedAt(tt *testing.T) { function TestSecret_GetVisibility (line 44970) | func TestSecret_GetVisibility(tt *testing.T) { function TestSecrets_GetSecrets (line 44978) | func TestSecrets_GetSecrets(tt *testing.T) { function TestSecrets_GetTotalCount (line 44989) | func TestSecrets_GetTotalCount(tt *testing.T) { function TestSecretScanning_GetStatus (line 44997) | func TestSecretScanning_GetStatus(tt *testing.T) { function TestSecretScanningAlert_GetCreatedAt (line 45008) | func TestSecretScanningAlert_GetCreatedAt(tt *testing.T) { function TestSecretScanningAlert_GetFirstLocationDetected (line 45019) | func TestSecretScanningAlert_GetFirstLocationDetected(tt *testing.T) { function TestSecretScanningAlert_GetHasMoreLocations (line 45027) | func TestSecretScanningAlert_GetHasMoreLocations(tt *testing.T) { function TestSecretScanningAlert_GetHTMLURL (line 45038) | func TestSecretScanningAlert_GetHTMLURL(tt *testing.T) { function TestSecretScanningAlert_GetIsBase64Encoded (line 45049) | func TestSecretScanningAlert_GetIsBase64Encoded(tt *testing.T) { function TestSecretScanningAlert_GetLocationsURL (line 45060) | func TestSecretScanningAlert_GetLocationsURL(tt *testing.T) { function TestSecretScanningAlert_GetMultiRepo (line 45071) | func TestSecretScanningAlert_GetMultiRepo(tt *testing.T) { function TestSecretScanningAlert_GetNumber (line 45082) | func TestSecretScanningAlert_GetNumber(tt *testing.T) { function TestSecretScanningAlert_GetPubliclyLeaked (line 45093) | func TestSecretScanningAlert_GetPubliclyLeaked(tt *testing.T) { function TestSecretScanningAlert_GetPushProtectionBypassed (line 45104) | func TestSecretScanningAlert_GetPushProtectionBypassed(tt *testing.T) { function TestSecretScanningAlert_GetPushProtectionBypassedAt (line 45115) | func TestSecretScanningAlert_GetPushProtectionBypassedAt(tt *testing.T) { function TestSecretScanningAlert_GetPushProtectionBypassedBy (line 45126) | func TestSecretScanningAlert_GetPushProtectionBypassedBy(tt *testing.T) { function TestSecretScanningAlert_GetPushProtectionBypassRequestComment (line 45134) | func TestSecretScanningAlert_GetPushProtectionBypassRequestComment(tt *t... function TestSecretScanningAlert_GetPushProtectionBypassRequestHTMLURL (line 45145) | func TestSecretScanningAlert_GetPushProtectionBypassRequestHTMLURL(tt *t... function TestSecretScanningAlert_GetPushProtectionBypassRequestReviewer (line 45156) | func TestSecretScanningAlert_GetPushProtectionBypassRequestReviewer(tt *... function TestSecretScanningAlert_GetPushProtectionBypassRequestReviewerComment (line 45164) | func TestSecretScanningAlert_GetPushProtectionBypassRequestReviewerComme... function TestSecretScanningAlert_GetRepository (line 45175) | func TestSecretScanningAlert_GetRepository(tt *testing.T) { function TestSecretScanningAlert_GetResolution (line 45183) | func TestSecretScanningAlert_GetResolution(tt *testing.T) { function TestSecretScanningAlert_GetResolutionComment (line 45194) | func TestSecretScanningAlert_GetResolutionComment(tt *testing.T) { function TestSecretScanningAlert_GetResolvedAt (line 45205) | func TestSecretScanningAlert_GetResolvedAt(tt *testing.T) { function TestSecretScanningAlert_GetResolvedBy (line 45216) | func TestSecretScanningAlert_GetResolvedBy(tt *testing.T) { function TestSecretScanningAlert_GetSecret (line 45224) | func TestSecretScanningAlert_GetSecret(tt *testing.T) { function TestSecretScanningAlert_GetSecretType (line 45235) | func TestSecretScanningAlert_GetSecretType(tt *testing.T) { function TestSecretScanningAlert_GetSecretTypeDisplayName (line 45246) | func TestSecretScanningAlert_GetSecretTypeDisplayName(tt *testing.T) { function TestSecretScanningAlert_GetState (line 45257) | func TestSecretScanningAlert_GetState(tt *testing.T) { function TestSecretScanningAlert_GetUpdatedAt (line 45268) | func TestSecretScanningAlert_GetUpdatedAt(tt *testing.T) { function TestSecretScanningAlert_GetURL (line 45279) | func TestSecretScanningAlert_GetURL(tt *testing.T) { function TestSecretScanningAlert_GetValidity (line 45290) | func TestSecretScanningAlert_GetValidity(tt *testing.T) { function TestSecretScanningAlertEvent_GetAction (line 45301) | func TestSecretScanningAlertEvent_GetAction(tt *testing.T) { function TestSecretScanningAlertEvent_GetAlert (line 45312) | func TestSecretScanningAlertEvent_GetAlert(tt *testing.T) { function TestSecretScanningAlertEvent_GetEnterprise (line 45320) | func TestSecretScanningAlertEvent_GetEnterprise(tt *testing.T) { function TestSecretScanningAlertEvent_GetInstallation (line 45328) | func TestSecretScanningAlertEvent_GetInstallation(tt *testing.T) { function TestSecretScanningAlertEvent_GetOrganization (line 45336) | func TestSecretScanningAlertEvent_GetOrganization(tt *testing.T) { function TestSecretScanningAlertEvent_GetRepo (line 45344) | func TestSecretScanningAlertEvent_GetRepo(tt *testing.T) { function TestSecretScanningAlertEvent_GetSender (line 45352) | func TestSecretScanningAlertEvent_GetSender(tt *testing.T) { function TestSecretScanningAlertListOptions_GetDirection (line 45360) | func TestSecretScanningAlertListOptions_GetDirection(tt *testing.T) { function TestSecretScanningAlertListOptions_GetIsMultiRepo (line 45368) | func TestSecretScanningAlertListOptions_GetIsMultiRepo(tt *testing.T) { function TestSecretScanningAlertListOptions_GetIsPubliclyLeaked (line 45376) | func TestSecretScanningAlertListOptions_GetIsPubliclyLeaked(tt *testing.... function TestSecretScanningAlertListOptions_GetResolution (line 45384) | func TestSecretScanningAlertListOptions_GetResolution(tt *testing.T) { function TestSecretScanningAlertListOptions_GetSecretType (line 45392) | func TestSecretScanningAlertListOptions_GetSecretType(tt *testing.T) { function TestSecretScanningAlertListOptions_GetSort (line 45400) | func TestSecretScanningAlertListOptions_GetSort(tt *testing.T) { function TestSecretScanningAlertListOptions_GetState (line 45408) | func TestSecretScanningAlertListOptions_GetState(tt *testing.T) { function TestSecretScanningAlertListOptions_GetValidity (line 45416) | func TestSecretScanningAlertListOptions_GetValidity(tt *testing.T) { function TestSecretScanningAlertLocation_GetDetails (line 45424) | func TestSecretScanningAlertLocation_GetDetails(tt *testing.T) { function TestSecretScanningAlertLocation_GetType (line 45432) | func TestSecretScanningAlertLocation_GetType(tt *testing.T) { function TestSecretScanningAlertLocationDetails_GetBlobSHA (line 45443) | func TestSecretScanningAlertLocationDetails_GetBlobSHA(tt *testing.T) { function TestSecretScanningAlertLocationDetails_GetBlobURL (line 45454) | func TestSecretScanningAlertLocationDetails_GetBlobURL(tt *testing.T) { function TestSecretScanningAlertLocationDetails_GetCommitSHA (line 45465) | func TestSecretScanningAlertLocationDetails_GetCommitSHA(tt *testing.T) { function TestSecretScanningAlertLocationDetails_GetCommitURL (line 45476) | func TestSecretScanningAlertLocationDetails_GetCommitURL(tt *testing.T) { function TestSecretScanningAlertLocationDetails_GetEndColumn (line 45487) | func TestSecretScanningAlertLocationDetails_GetEndColumn(tt *testing.T) { function TestSecretScanningAlertLocationDetails_GetEndLine (line 45498) | func TestSecretScanningAlertLocationDetails_GetEndLine(tt *testing.T) { function TestSecretScanningAlertLocationDetails_GetPath (line 45509) | func TestSecretScanningAlertLocationDetails_GetPath(tt *testing.T) { function TestSecretScanningAlertLocationDetails_GetPullRequestCommentURL (line 45520) | func TestSecretScanningAlertLocationDetails_GetPullRequestCommentURL(tt ... function TestSecretScanningAlertLocationDetails_GetStartColumn (line 45531) | func TestSecretScanningAlertLocationDetails_GetStartColumn(tt *testing.T) { function TestSecretScanningAlertLocationDetails_GetStartline (line 45542) | func TestSecretScanningAlertLocationDetails_GetStartline(tt *testing.T) { function TestSecretScanningAlertLocationEvent_GetAction (line 45553) | func TestSecretScanningAlertLocationEvent_GetAction(tt *testing.T) { function TestSecretScanningAlertLocationEvent_GetAlert (line 45564) | func TestSecretScanningAlertLocationEvent_GetAlert(tt *testing.T) { function TestSecretScanningAlertLocationEvent_GetInstallation (line 45572) | func TestSecretScanningAlertLocationEvent_GetInstallation(tt *testing.T) { function TestSecretScanningAlertLocationEvent_GetLocation (line 45580) | func TestSecretScanningAlertLocationEvent_GetLocation(tt *testing.T) { function TestSecretScanningAlertLocationEvent_GetOrganization (line 45588) | func TestSecretScanningAlertLocationEvent_GetOrganization(tt *testing.T) { function TestSecretScanningAlertLocationEvent_GetRepo (line 45596) | func TestSecretScanningAlertLocationEvent_GetRepo(tt *testing.T) { function TestSecretScanningAlertLocationEvent_GetSender (line 45604) | func TestSecretScanningAlertLocationEvent_GetSender(tt *testing.T) { function TestSecretScanningAlertUpdateOptions_GetResolution (line 45612) | func TestSecretScanningAlertUpdateOptions_GetResolution(tt *testing.T) { function TestSecretScanningAlertUpdateOptions_GetResolutionComment (line 45623) | func TestSecretScanningAlertUpdateOptions_GetResolutionComment(tt *testi... function TestSecretScanningAlertUpdateOptions_GetState (line 45634) | func TestSecretScanningAlertUpdateOptions_GetState(tt *testing.T) { function TestSecretScanningCustomPatternSetting_GetCustomPatternVersion (line 45642) | func TestSecretScanningCustomPatternSetting_GetCustomPatternVersion(tt *... function TestSecretScanningCustomPatternSetting_GetPushProtectionSetting (line 45653) | func TestSecretScanningCustomPatternSetting_GetPushProtectionSetting(tt ... function TestSecretScanningCustomPatternSetting_GetTokenType (line 45661) | func TestSecretScanningCustomPatternSetting_GetTokenType(tt *testing.T) { function TestSecretScanningDelegatedBypassOptions_GetReviewers (line 45669) | func TestSecretScanningDelegatedBypassOptions_GetReviewers(tt *testing.T) { function TestSecretScanningPatternConfigs_GetCustomPatternOverrides (line 45680) | func TestSecretScanningPatternConfigs_GetCustomPatternOverrides(tt *test... function TestSecretScanningPatternConfigs_GetPatternConfigVersion (line 45691) | func TestSecretScanningPatternConfigs_GetPatternConfigVersion(tt *testin... function TestSecretScanningPatternConfigs_GetProviderPatternOverrides (line 45702) | func TestSecretScanningPatternConfigs_GetProviderPatternOverrides(tt *te... function TestSecretScanningPatternConfigsUpdate_GetPatternConfigVersion (line 45713) | func TestSecretScanningPatternConfigsUpdate_GetPatternConfigVersion(tt *... function TestSecretScanningPatternConfigsUpdateOptions_GetCustomPatternSettings (line 45724) | func TestSecretScanningPatternConfigsUpdateOptions_GetCustomPatternSetti... function TestSecretScanningPatternConfigsUpdateOptions_GetPatternConfigVersion (line 45735) | func TestSecretScanningPatternConfigsUpdateOptions_GetPatternConfigVersi... function TestSecretScanningPatternConfigsUpdateOptions_GetProviderPatternSettings (line 45746) | func TestSecretScanningPatternConfigsUpdateOptions_GetProviderPatternSet... function TestSecretScanningPatternOverride_GetAlertTotal (line 45757) | func TestSecretScanningPatternOverride_GetAlertTotal(tt *testing.T) { function TestSecretScanningPatternOverride_GetAlertTotalPercentage (line 45768) | func TestSecretScanningPatternOverride_GetAlertTotalPercentage(tt *testi... function TestSecretScanningPatternOverride_GetBypassrate (line 45779) | func TestSecretScanningPatternOverride_GetBypassrate(tt *testing.T) { function TestSecretScanningPatternOverride_GetCustomPatternVersion (line 45790) | func TestSecretScanningPatternOverride_GetCustomPatternVersion(tt *testi... function TestSecretScanningPatternOverride_GetDefaultSetting (line 45801) | func TestSecretScanningPatternOverride_GetDefaultSetting(tt *testing.T) { function TestSecretScanningPatternOverride_GetDisplayName (line 45812) | func TestSecretScanningPatternOverride_GetDisplayName(tt *testing.T) { function TestSecretScanningPatternOverride_GetEnterpriseSetting (line 45823) | func TestSecretScanningPatternOverride_GetEnterpriseSetting(tt *testing.... function TestSecretScanningPatternOverride_GetFalsePositiveRate (line 45834) | func TestSecretScanningPatternOverride_GetFalsePositiveRate(tt *testing.... function TestSecretScanningPatternOverride_GetFalsePositives (line 45845) | func TestSecretScanningPatternOverride_GetFalsePositives(tt *testing.T) { function TestSecretScanningPatternOverride_GetSetting (line 45856) | func TestSecretScanningPatternOverride_GetSetting(tt *testing.T) { function TestSecretScanningPatternOverride_GetSlug (line 45867) | func TestSecretScanningPatternOverride_GetSlug(tt *testing.T) { function TestSecretScanningPatternOverride_GetTokenType (line 45878) | func TestSecretScanningPatternOverride_GetTokenType(tt *testing.T) { function TestSecretScanningProviderPatternSetting_GetPushProtectionSetting (line 45889) | func TestSecretScanningProviderPatternSetting_GetPushProtectionSetting(t... function TestSecretScanningProviderPatternSetting_GetTokenType (line 45897) | func TestSecretScanningProviderPatternSetting_GetTokenType(tt *testing.T) { function TestSecretScanningPushProtection_GetStatus (line 45905) | func TestSecretScanningPushProtection_GetStatus(tt *testing.T) { function TestSecretScanningScanHistory_GetBackfillScans (line 45916) | func TestSecretScanningScanHistory_GetBackfillScans(tt *testing.T) { function TestSecretScanningScanHistory_GetCustomPatternBackfillScans (line 45927) | func TestSecretScanningScanHistory_GetCustomPatternBackfillScans(tt *tes... function TestSecretScanningScanHistory_GetIncrementalScans (line 45938) | func TestSecretScanningScanHistory_GetIncrementalScans(tt *testing.T) { function TestSecretScanningScanHistory_GetPatternUpdateScans (line 45949) | func TestSecretScanningScanHistory_GetPatternUpdateScans(tt *testing.T) { function TestSecretScanningValidityChecks_GetStatus (line 45960) | func TestSecretScanningValidityChecks_GetStatus(tt *testing.T) { function TestSecretsScan_GetCompletedAt (line 45971) | func TestSecretsScan_GetCompletedAt(tt *testing.T) { function TestSecretsScan_GetStartedAt (line 45982) | func TestSecretsScan_GetStartedAt(tt *testing.T) { function TestSecretsScan_GetStatus (line 45993) | func TestSecretsScan_GetStatus(tt *testing.T) { function TestSecretsScan_GetType (line 46001) | func TestSecretsScan_GetType(tt *testing.T) { function TestSecurityAdvisory_GetAuthor (line 46009) | func TestSecurityAdvisory_GetAuthor(tt *testing.T) { function TestSecurityAdvisory_GetClosedAt (line 46017) | func TestSecurityAdvisory_GetClosedAt(tt *testing.T) { function TestSecurityAdvisory_GetCollaboratingTeams (line 46028) | func TestSecurityAdvisory_GetCollaboratingTeams(tt *testing.T) { function TestSecurityAdvisory_GetCollaboratingUsers (line 46039) | func TestSecurityAdvisory_GetCollaboratingUsers(tt *testing.T) { function TestSecurityAdvisory_GetCreatedAt (line 46050) | func TestSecurityAdvisory_GetCreatedAt(tt *testing.T) { function TestSecurityAdvisory_GetCredits (line 46061) | func TestSecurityAdvisory_GetCredits(tt *testing.T) { function TestSecurityAdvisory_GetCreditsDetailed (line 46072) | func TestSecurityAdvisory_GetCreditsDetailed(tt *testing.T) { function TestSecurityAdvisory_GetCVEID (line 46083) | func TestSecurityAdvisory_GetCVEID(tt *testing.T) { function TestSecurityAdvisory_GetCVSS (line 46094) | func TestSecurityAdvisory_GetCVSS(tt *testing.T) { function TestSecurityAdvisory_GetCWEIDs (line 46102) | func TestSecurityAdvisory_GetCWEIDs(tt *testing.T) { function TestSecurityAdvisory_GetCWEs (line 46113) | func TestSecurityAdvisory_GetCWEs(tt *testing.T) { function TestSecurityAdvisory_GetDescription (line 46124) | func TestSecurityAdvisory_GetDescription(tt *testing.T) { function TestSecurityAdvisory_GetGHSAID (line 46135) | func TestSecurityAdvisory_GetGHSAID(tt *testing.T) { function TestSecurityAdvisory_GetHTMLURL (line 46146) | func TestSecurityAdvisory_GetHTMLURL(tt *testing.T) { function TestSecurityAdvisory_GetIdentifiers (line 46157) | func TestSecurityAdvisory_GetIdentifiers(tt *testing.T) { function TestSecurityAdvisory_GetPrivateFork (line 46168) | func TestSecurityAdvisory_GetPrivateFork(tt *testing.T) { function TestSecurityAdvisory_GetPublishedAt (line 46176) | func TestSecurityAdvisory_GetPublishedAt(tt *testing.T) { function TestSecurityAdvisory_GetPublisher (line 46187) | func TestSecurityAdvisory_GetPublisher(tt *testing.T) { function TestSecurityAdvisory_GetReferences (line 46195) | func TestSecurityAdvisory_GetReferences(tt *testing.T) { function TestSecurityAdvisory_GetSeverity (line 46206) | func TestSecurityAdvisory_GetSeverity(tt *testing.T) { function TestSecurityAdvisory_GetState (line 46217) | func TestSecurityAdvisory_GetState(tt *testing.T) { function TestSecurityAdvisory_GetSubmission (line 46228) | func TestSecurityAdvisory_GetSubmission(tt *testing.T) { function TestSecurityAdvisory_GetSummary (line 46236) | func TestSecurityAdvisory_GetSummary(tt *testing.T) { function TestSecurityAdvisory_GetUpdatedAt (line 46247) | func TestSecurityAdvisory_GetUpdatedAt(tt *testing.T) { function TestSecurityAdvisory_GetURL (line 46258) | func TestSecurityAdvisory_GetURL(tt *testing.T) { function TestSecurityAdvisory_GetVulnerabilities (line 46269) | func TestSecurityAdvisory_GetVulnerabilities(tt *testing.T) { function TestSecurityAdvisory_GetWithdrawnAt (line 46280) | func TestSecurityAdvisory_GetWithdrawnAt(tt *testing.T) { function TestSecurityAdvisoryEvent_GetAction (line 46291) | func TestSecurityAdvisoryEvent_GetAction(tt *testing.T) { function TestSecurityAdvisoryEvent_GetEnterprise (line 46302) | func TestSecurityAdvisoryEvent_GetEnterprise(tt *testing.T) { function TestSecurityAdvisoryEvent_GetInstallation (line 46310) | func TestSecurityAdvisoryEvent_GetInstallation(tt *testing.T) { function TestSecurityAdvisoryEvent_GetOrganization (line 46318) | func TestSecurityAdvisoryEvent_GetOrganization(tt *testing.T) { function TestSecurityAdvisoryEvent_GetRepository (line 46326) | func TestSecurityAdvisoryEvent_GetRepository(tt *testing.T) { function TestSecurityAdvisoryEvent_GetSecurityAdvisory (line 46334) | func TestSecurityAdvisoryEvent_GetSecurityAdvisory(tt *testing.T) { function TestSecurityAdvisoryEvent_GetSender (line 46342) | func TestSecurityAdvisoryEvent_GetSender(tt *testing.T) { function TestSecurityAdvisorySubmission_GetAccepted (line 46350) | func TestSecurityAdvisorySubmission_GetAccepted(tt *testing.T) { function TestSecurityAndAnalysis_GetAdvancedSecurity (line 46361) | func TestSecurityAndAnalysis_GetAdvancedSecurity(tt *testing.T) { function TestSecurityAndAnalysis_GetDependabotSecurityUpdates (line 46369) | func TestSecurityAndAnalysis_GetDependabotSecurityUpdates(tt *testing.T) { function TestSecurityAndAnalysis_GetSecretScanning (line 46377) | func TestSecurityAndAnalysis_GetSecretScanning(tt *testing.T) { function TestSecurityAndAnalysis_GetSecretScanningPushProtection (line 46385) | func TestSecurityAndAnalysis_GetSecretScanningPushProtection(tt *testing... function TestSecurityAndAnalysis_GetSecretScanningValidityChecks (line 46393) | func TestSecurityAndAnalysis_GetSecretScanningValidityChecks(tt *testing... function TestSecurityAndAnalysisChange_GetFrom (line 46401) | func TestSecurityAndAnalysisChange_GetFrom(tt *testing.T) { function TestSecurityAndAnalysisChangeFrom_GetSecurityAndAnalysis (line 46409) | func TestSecurityAndAnalysisChangeFrom_GetSecurityAndAnalysis(tt *testin... function TestSecurityAndAnalysisEvent_GetChanges (line 46417) | func TestSecurityAndAnalysisEvent_GetChanges(tt *testing.T) { function TestSecurityAndAnalysisEvent_GetEnterprise (line 46425) | func TestSecurityAndAnalysisEvent_GetEnterprise(tt *testing.T) { function TestSecurityAndAnalysisEvent_GetInstallation (line 46433) | func TestSecurityAndAnalysisEvent_GetInstallation(tt *testing.T) { function TestSecurityAndAnalysisEvent_GetOrganization (line 46441) | func TestSecurityAndAnalysisEvent_GetOrganization(tt *testing.T) { function TestSecurityAndAnalysisEvent_GetRepository (line 46449) | func TestSecurityAndAnalysisEvent_GetRepository(tt *testing.T) { function TestSecurityAndAnalysisEvent_GetSender (line 46457) | func TestSecurityAndAnalysisEvent_GetSender(tt *testing.T) { function TestSelectedReposList_GetRepositories (line 46465) | func TestSelectedReposList_GetRepositories(tt *testing.T) { function TestSelectedReposList_GetTotalCount (line 46476) | func TestSelectedReposList_GetTotalCount(tt *testing.T) { function TestSelfHostedRunnersAllowedRepos_GetRepositories (line 46487) | func TestSelfHostedRunnersAllowedRepos_GetRepositories(tt *testing.T) { function TestSelfHostedRunnersAllowedRepos_GetTotalCount (line 46498) | func TestSelfHostedRunnersAllowedRepos_GetTotalCount(tt *testing.T) { function TestSelfHostedRunnersSettingsOrganization_GetEnabledRepositories (line 46506) | func TestSelfHostedRunnersSettingsOrganization_GetEnabledRepositories(tt... function TestSelfHostedRunnersSettingsOrganization_GetSelectedRepositoriesURL (line 46517) | func TestSelfHostedRunnersSettingsOrganization_GetSelectedRepositoriesUR... function TestSelfHostedRunnersSettingsOrganizationOpt_GetEnabledRepositories (line 46528) | func TestSelfHostedRunnersSettingsOrganizationOpt_GetEnabledRepositories... function TestSelfHostRunnerPermissionsEnterprise_GetDisableSelfHostedRunnersForAllOrgs (line 46539) | func TestSelfHostRunnerPermissionsEnterprise_GetDisableSelfHostedRunners... function TestServerInstanceProperties_GetServerInstances (line 46550) | func TestServerInstanceProperties_GetServerInstances(tt *testing.T) { function TestServerInstances_GetItems (line 46558) | func TestServerInstances_GetItems(tt *testing.T) { function TestServerInstances_GetType (line 46566) | func TestServerInstances_GetType(tt *testing.T) { function TestServerItemProperties_GetHostname (line 46574) | func TestServerItemProperties_GetHostname(tt *testing.T) { function TestServerItemProperties_GetLastSync (line 46582) | func TestServerItemProperties_GetLastSync(tt *testing.T) { function TestServerItemProperties_GetServerID (line 46590) | func TestServerItemProperties_GetServerID(tt *testing.T) { function TestServiceInstanceItems_GetProperties (line 46598) | func TestServiceInstanceItems_GetProperties(tt *testing.T) { function TestServiceInstanceItems_GetType (line 46606) | func TestServiceInstanceItems_GetType(tt *testing.T) { function TestSetOrgAccessRunnerGroupRequest_GetSelectedOrganizationIDs (line 46614) | func TestSetOrgAccessRunnerGroupRequest_GetSelectedOrganizationIDs(tt *t... function TestSetRepoAccessRunnerGroupRequest_GetSelectedRepositoryIDs (line 46625) | func TestSetRepoAccessRunnerGroupRequest_GetSelectedRepositoryIDs(tt *te... function TestSetRunnerGroupRunnersRequest_GetRunners (line 46636) | func TestSetRunnerGroupRunnersRequest_GetRunners(tt *testing.T) { function TestSignatureRequirementEnforcementLevelChanges_GetFrom (line 46647) | func TestSignatureRequirementEnforcementLevelChanges_GetFrom(tt *testing... function TestSignaturesProtectedBranch_GetEnabled (line 46658) | func TestSignaturesProtectedBranch_GetEnabled(tt *testing.T) { function TestSignaturesProtectedBranch_GetURL (line 46669) | func TestSignaturesProtectedBranch_GetURL(tt *testing.T) { function TestSignatureVerification_GetPayload (line 46680) | func TestSignatureVerification_GetPayload(tt *testing.T) { function TestSignatureVerification_GetReason (line 46691) | func TestSignatureVerification_GetReason(tt *testing.T) { function TestSignatureVerification_GetSignature (line 46702) | func TestSignatureVerification_GetSignature(tt *testing.T) { function TestSignatureVerification_GetVerified (line 46713) | func TestSignatureVerification_GetVerified(tt *testing.T) { function TestSimplePatternRuleParameters_GetNegate (line 46724) | func TestSimplePatternRuleParameters_GetNegate(tt *testing.T) { function TestSimplePatternRuleParameters_GetPattern (line 46732) | func TestSimplePatternRuleParameters_GetPattern(tt *testing.T) { function TestSocialAccount_GetProvider (line 46740) | func TestSocialAccount_GetProvider(tt *testing.T) { function TestSocialAccount_GetURL (line 46751) | func TestSocialAccount_GetURL(tt *testing.T) { function TestSource_GetActor (line 46762) | func TestSource_GetActor(tt *testing.T) { function TestSource_GetID (line 46770) | func TestSource_GetID(tt *testing.T) { function TestSource_GetIssue (line 46781) | func TestSource_GetIssue(tt *testing.T) { function TestSource_GetType (line 46789) | func TestSource_GetType(tt *testing.T) { function TestSource_GetURL (line 46800) | func TestSource_GetURL(tt *testing.T) { function TestSourceImportAuthor_GetEmail (line 46811) | func TestSourceImportAuthor_GetEmail(tt *testing.T) { function TestSourceImportAuthor_GetID (line 46822) | func TestSourceImportAuthor_GetID(tt *testing.T) { function TestSourceImportAuthor_GetImportURL (line 46833) | func TestSourceImportAuthor_GetImportURL(tt *testing.T) { function TestSourceImportAuthor_GetName (line 46844) | func TestSourceImportAuthor_GetName(tt *testing.T) { function TestSourceImportAuthor_GetRemoteID (line 46855) | func TestSourceImportAuthor_GetRemoteID(tt *testing.T) { function TestSourceImportAuthor_GetRemoteName (line 46866) | func TestSourceImportAuthor_GetRemoteName(tt *testing.T) { function TestSourceImportAuthor_GetURL (line 46877) | func TestSourceImportAuthor_GetURL(tt *testing.T) { function TestSplunkConfig_GetDomain (line 46888) | func TestSplunkConfig_GetDomain(tt *testing.T) { function TestSplunkConfig_GetEncryptedToken (line 46896) | func TestSplunkConfig_GetEncryptedToken(tt *testing.T) { function TestSplunkConfig_GetKeyID (line 46904) | func TestSplunkConfig_GetKeyID(tt *testing.T) { function TestSplunkConfig_GetPort (line 46912) | func TestSplunkConfig_GetPort(tt *testing.T) { function TestSplunkConfig_GetSSLVerify (line 46920) | func TestSplunkConfig_GetSSLVerify(tt *testing.T) { function TestSponsorshipChanges_GetPrivacyLevel (line 46928) | func TestSponsorshipChanges_GetPrivacyLevel(tt *testing.T) { function TestSponsorshipChanges_GetTier (line 46939) | func TestSponsorshipChanges_GetTier(tt *testing.T) { function TestSponsorshipEvent_GetAction (line 46947) | func TestSponsorshipEvent_GetAction(tt *testing.T) { function TestSponsorshipEvent_GetChanges (line 46958) | func TestSponsorshipEvent_GetChanges(tt *testing.T) { function TestSponsorshipEvent_GetEffectiveDate (line 46966) | func TestSponsorshipEvent_GetEffectiveDate(tt *testing.T) { function TestSponsorshipEvent_GetInstallation (line 46977) | func TestSponsorshipEvent_GetInstallation(tt *testing.T) { function TestSponsorshipEvent_GetOrganization (line 46985) | func TestSponsorshipEvent_GetOrganization(tt *testing.T) { function TestSponsorshipEvent_GetRepository (line 46993) | func TestSponsorshipEvent_GetRepository(tt *testing.T) { function TestSponsorshipEvent_GetSender (line 47001) | func TestSponsorshipEvent_GetSender(tt *testing.T) { function TestSponsorshipTier_GetFrom (line 47009) | func TestSponsorshipTier_GetFrom(tt *testing.T) { function TestSSHKeyOptions_GetKey (line 47020) | func TestSSHKeyOptions_GetKey(tt *testing.T) { function TestSSHKeyStatus_GetHostname (line 47028) | func TestSSHKeyStatus_GetHostname(tt *testing.T) { function TestSSHKeyStatus_GetMessage (line 47039) | func TestSSHKeyStatus_GetMessage(tt *testing.T) { function TestSSHKeyStatus_GetModified (line 47050) | func TestSSHKeyStatus_GetModified(tt *testing.T) { function TestSSHKeyStatus_GetUUID (line 47061) | func TestSSHKeyStatus_GetUUID(tt *testing.T) { function TestSSHSigningKey_GetCreatedAt (line 47072) | func TestSSHSigningKey_GetCreatedAt(tt *testing.T) { function TestSSHSigningKey_GetID (line 47083) | func TestSSHSigningKey_GetID(tt *testing.T) { function TestSSHSigningKey_GetKey (line 47094) | func TestSSHSigningKey_GetKey(tt *testing.T) { function TestSSHSigningKey_GetTitle (line 47105) | func TestSSHSigningKey_GetTitle(tt *testing.T) { function TestStarEvent_GetAction (line 47116) | func TestStarEvent_GetAction(tt *testing.T) { function TestStarEvent_GetInstallation (line 47127) | func TestStarEvent_GetInstallation(tt *testing.T) { function TestStarEvent_GetOrg (line 47135) | func TestStarEvent_GetOrg(tt *testing.T) { function TestStarEvent_GetRepo (line 47143) | func TestStarEvent_GetRepo(tt *testing.T) { function TestStarEvent_GetSender (line 47151) | func TestStarEvent_GetSender(tt *testing.T) { function TestStarEvent_GetStarredAt (line 47159) | func TestStarEvent_GetStarredAt(tt *testing.T) { function TestStargazer_GetStarredAt (line 47170) | func TestStargazer_GetStarredAt(tt *testing.T) { function TestStargazer_GetUser (line 47181) | func TestStargazer_GetUser(tt *testing.T) { function TestStarredRepository_GetRepository (line 47189) | func TestStarredRepository_GetRepository(tt *testing.T) { function TestStarredRepository_GetStarredAt (line 47197) | func TestStarredRepository_GetStarredAt(tt *testing.T) { function TestStatusEvent_GetBranches (line 47208) | func TestStatusEvent_GetBranches(tt *testing.T) { function TestStatusEvent_GetCommit (line 47219) | func TestStatusEvent_GetCommit(tt *testing.T) { function TestStatusEvent_GetContext (line 47227) | func TestStatusEvent_GetContext(tt *testing.T) { function TestStatusEvent_GetCreatedAt (line 47238) | func TestStatusEvent_GetCreatedAt(tt *testing.T) { function TestStatusEvent_GetDescription (line 47249) | func TestStatusEvent_GetDescription(tt *testing.T) { function TestStatusEvent_GetID (line 47260) | func TestStatusEvent_GetID(tt *testing.T) { function TestStatusEvent_GetInstallation (line 47271) | func TestStatusEvent_GetInstallation(tt *testing.T) { function TestStatusEvent_GetName (line 47279) | func TestStatusEvent_GetName(tt *testing.T) { function TestStatusEvent_GetOrg (line 47290) | func TestStatusEvent_GetOrg(tt *testing.T) { function TestStatusEvent_GetRepo (line 47298) | func TestStatusEvent_GetRepo(tt *testing.T) { function TestStatusEvent_GetSender (line 47306) | func TestStatusEvent_GetSender(tt *testing.T) { function TestStatusEvent_GetSHA (line 47314) | func TestStatusEvent_GetSHA(tt *testing.T) { function TestStatusEvent_GetState (line 47325) | func TestStatusEvent_GetState(tt *testing.T) { function TestStatusEvent_GetTargetURL (line 47336) | func TestStatusEvent_GetTargetURL(tt *testing.T) { function TestStatusEvent_GetUpdatedAt (line 47347) | func TestStatusEvent_GetUpdatedAt(tt *testing.T) { function TestStorageBilling_GetDaysLeftInBillingCycle (line 47358) | func TestStorageBilling_GetDaysLeftInBillingCycle(tt *testing.T) { function TestStorageBilling_GetEstimatedPaidStorageForMonth (line 47366) | func TestStorageBilling_GetEstimatedPaidStorageForMonth(tt *testing.T) { function TestStorageBilling_GetEstimatedStorageForMonth (line 47374) | func TestStorageBilling_GetEstimatedStorageForMonth(tt *testing.T) { function TestSubIssueRequest_GetAfterID (line 47382) | func TestSubIssueRequest_GetAfterID(tt *testing.T) { function TestSubIssueRequest_GetBeforeID (line 47393) | func TestSubIssueRequest_GetBeforeID(tt *testing.T) { function TestSubIssueRequest_GetReplaceParent (line 47404) | func TestSubIssueRequest_GetReplaceParent(tt *testing.T) { function TestSubIssueRequest_GetSubIssueID (line 47415) | func TestSubIssueRequest_GetSubIssueID(tt *testing.T) { function TestSubscription_GetCreatedAt (line 47423) | func TestSubscription_GetCreatedAt(tt *testing.T) { function TestSubscription_GetIgnored (line 47434) | func TestSubscription_GetIgnored(tt *testing.T) { function TestSubscription_GetReason (line 47445) | func TestSubscription_GetReason(tt *testing.T) { function TestSubscription_GetRepositoryURL (line 47456) | func TestSubscription_GetRepositoryURL(tt *testing.T) { function TestSubscription_GetSubscribed (line 47467) | func TestSubscription_GetSubscribed(tt *testing.T) { function TestSubscription_GetThreadURL (line 47478) | func TestSubscription_GetThreadURL(tt *testing.T) { function TestSubscription_GetURL (line 47489) | func TestSubscription_GetURL(tt *testing.T) { function TestSystemRequirements_GetNodes (line 47500) | func TestSystemRequirements_GetNodes(tt *testing.T) { function TestSystemRequirements_GetStatus (line 47511) | func TestSystemRequirements_GetStatus(tt *testing.T) { function TestSystemRequirementsNode_GetHostname (line 47522) | func TestSystemRequirementsNode_GetHostname(tt *testing.T) { function TestSystemRequirementsNode_GetRolesStatus (line 47533) | func TestSystemRequirementsNode_GetRolesStatus(tt *testing.T) { function TestSystemRequirementsNode_GetStatus (line 47544) | func TestSystemRequirementsNode_GetStatus(tt *testing.T) { function TestSystemRequirementsNodeRoleStatus_GetRole (line 47555) | func TestSystemRequirementsNodeRoleStatus_GetRole(tt *testing.T) { function TestSystemRequirementsNodeRoleStatus_GetStatus (line 47566) | func TestSystemRequirementsNodeRoleStatus_GetStatus(tt *testing.T) { function TestTag_GetMessage (line 47577) | func TestTag_GetMessage(tt *testing.T) { function TestTag_GetNodeID (line 47588) | func TestTag_GetNodeID(tt *testing.T) { function TestTag_GetObject (line 47599) | func TestTag_GetObject(tt *testing.T) { function TestTag_GetSHA (line 47607) | func TestTag_GetSHA(tt *testing.T) { function TestTag_GetTag (line 47618) | func TestTag_GetTag(tt *testing.T) { function TestTag_GetTagger (line 47629) | func TestTag_GetTagger(tt *testing.T) { function TestTag_GetURL (line 47637) | func TestTag_GetURL(tt *testing.T) { function TestTag_GetVerification (line 47648) | func TestTag_GetVerification(tt *testing.T) { function TestTagProtection_GetID (line 47656) | func TestTagProtection_GetID(tt *testing.T) { function TestTagProtection_GetPattern (line 47667) | func TestTagProtection_GetPattern(tt *testing.T) { function TestTaskStep_GetCompletedAt (line 47678) | func TestTaskStep_GetCompletedAt(tt *testing.T) { function TestTaskStep_GetConclusion (line 47689) | func TestTaskStep_GetConclusion(tt *testing.T) { function TestTaskStep_GetName (line 47700) | func TestTaskStep_GetName(tt *testing.T) { function TestTaskStep_GetNumber (line 47711) | func TestTaskStep_GetNumber(tt *testing.T) { function TestTaskStep_GetStartedAt (line 47722) | func TestTaskStep_GetStartedAt(tt *testing.T) { function TestTaskStep_GetStatus (line 47733) | func TestTaskStep_GetStatus(tt *testing.T) { function TestTeam_GetAssignment (line 47744) | func TestTeam_GetAssignment(tt *testing.T) { function TestTeam_GetDescription (line 47755) | func TestTeam_GetDescription(tt *testing.T) { function TestTeam_GetHTMLURL (line 47766) | func TestTeam_GetHTMLURL(tt *testing.T) { function TestTeam_GetID (line 47777) | func TestTeam_GetID(tt *testing.T) { function TestTeam_GetLDAPDN (line 47788) | func TestTeam_GetLDAPDN(tt *testing.T) { function TestTeam_GetMembersCount (line 47799) | func TestTeam_GetMembersCount(tt *testing.T) { function TestTeam_GetMembersURL (line 47810) | func TestTeam_GetMembersURL(tt *testing.T) { function TestTeam_GetName (line 47821) | func TestTeam_GetName(tt *testing.T) { function TestTeam_GetNodeID (line 47832) | func TestTeam_GetNodeID(tt *testing.T) { function TestTeam_GetNotificationSetting (line 47843) | func TestTeam_GetNotificationSetting(tt *testing.T) { function TestTeam_GetOrganization (line 47854) | func TestTeam_GetOrganization(tt *testing.T) { function TestTeam_GetParent (line 47862) | func TestTeam_GetParent(tt *testing.T) { function TestTeam_GetPermission (line 47870) | func TestTeam_GetPermission(tt *testing.T) { function TestTeam_GetPermissions (line 47881) | func TestTeam_GetPermissions(tt *testing.T) { function TestTeam_GetPrivacy (line 47892) | func TestTeam_GetPrivacy(tt *testing.T) { function TestTeam_GetReposCount (line 47903) | func TestTeam_GetReposCount(tt *testing.T) { function TestTeam_GetRepositoriesURL (line 47914) | func TestTeam_GetRepositoriesURL(tt *testing.T) { function TestTeam_GetSlug (line 47925) | func TestTeam_GetSlug(tt *testing.T) { function TestTeam_GetType (line 47936) | func TestTeam_GetType(tt *testing.T) { function TestTeam_GetURL (line 47947) | func TestTeam_GetURL(tt *testing.T) { function TestTeamAddEvent_GetInstallation (line 47958) | func TestTeamAddEvent_GetInstallation(tt *testing.T) { function TestTeamAddEvent_GetOrg (line 47966) | func TestTeamAddEvent_GetOrg(tt *testing.T) { function TestTeamAddEvent_GetRepo (line 47974) | func TestTeamAddEvent_GetRepo(tt *testing.T) { function TestTeamAddEvent_GetSender (line 47982) | func TestTeamAddEvent_GetSender(tt *testing.T) { function TestTeamAddEvent_GetTeam (line 47990) | func TestTeamAddEvent_GetTeam(tt *testing.T) { function TestTeamAddTeamMembershipOptions_GetRole (line 47998) | func TestTeamAddTeamMembershipOptions_GetRole(tt *testing.T) { function TestTeamAddTeamRepoOptions_GetPermission (line 48006) | func TestTeamAddTeamRepoOptions_GetPermission(tt *testing.T) { function TestTeamChange_GetDescription (line 48014) | func TestTeamChange_GetDescription(tt *testing.T) { function TestTeamChange_GetName (line 48022) | func TestTeamChange_GetName(tt *testing.T) { function TestTeamChange_GetPrivacy (line 48030) | func TestTeamChange_GetPrivacy(tt *testing.T) { function TestTeamChange_GetRepository (line 48038) | func TestTeamChange_GetRepository(tt *testing.T) { function TestTeamDescription_GetFrom (line 48046) | func TestTeamDescription_GetFrom(tt *testing.T) { function TestTeamDiscussion_GetAuthor (line 48057) | func TestTeamDiscussion_GetAuthor(tt *testing.T) { function TestTeamDiscussion_GetBody (line 48065) | func TestTeamDiscussion_GetBody(tt *testing.T) { function TestTeamDiscussion_GetBodyHTML (line 48076) | func TestTeamDiscussion_GetBodyHTML(tt *testing.T) { function TestTeamDiscussion_GetBodyVersion (line 48087) | func TestTeamDiscussion_GetBodyVersion(tt *testing.T) { function TestTeamDiscussion_GetCommentsCount (line 48098) | func TestTeamDiscussion_GetCommentsCount(tt *testing.T) { function TestTeamDiscussion_GetCommentsURL (line 48109) | func TestTeamDiscussion_GetCommentsURL(tt *testing.T) { function TestTeamDiscussion_GetCreatedAt (line 48120) | func TestTeamDiscussion_GetCreatedAt(tt *testing.T) { function TestTeamDiscussion_GetHTMLURL (line 48131) | func TestTeamDiscussion_GetHTMLURL(tt *testing.T) { function TestTeamDiscussion_GetLastEditedAt (line 48142) | func TestTeamDiscussion_GetLastEditedAt(tt *testing.T) { function TestTeamDiscussion_GetNodeID (line 48153) | func TestTeamDiscussion_GetNodeID(tt *testing.T) { function TestTeamDiscussion_GetNumber (line 48164) | func TestTeamDiscussion_GetNumber(tt *testing.T) { function TestTeamDiscussion_GetPinned (line 48175) | func TestTeamDiscussion_GetPinned(tt *testing.T) { function TestTeamDiscussion_GetPrivate (line 48186) | func TestTeamDiscussion_GetPrivate(tt *testing.T) { function TestTeamDiscussion_GetReactions (line 48197) | func TestTeamDiscussion_GetReactions(tt *testing.T) { function TestTeamDiscussion_GetTeamURL (line 48205) | func TestTeamDiscussion_GetTeamURL(tt *testing.T) { function TestTeamDiscussion_GetTitle (line 48216) | func TestTeamDiscussion_GetTitle(tt *testing.T) { function TestTeamDiscussion_GetUpdatedAt (line 48227) | func TestTeamDiscussion_GetUpdatedAt(tt *testing.T) { function TestTeamDiscussion_GetURL (line 48238) | func TestTeamDiscussion_GetURL(tt *testing.T) { function TestTeamEvent_GetAction (line 48249) | func TestTeamEvent_GetAction(tt *testing.T) { function TestTeamEvent_GetChanges (line 48260) | func TestTeamEvent_GetChanges(tt *testing.T) { function TestTeamEvent_GetInstallation (line 48268) | func TestTeamEvent_GetInstallation(tt *testing.T) { function TestTeamEvent_GetOrg (line 48276) | func TestTeamEvent_GetOrg(tt *testing.T) { function TestTeamEvent_GetRepo (line 48284) | func TestTeamEvent_GetRepo(tt *testing.T) { function TestTeamEvent_GetSender (line 48292) | func TestTeamEvent_GetSender(tt *testing.T) { function TestTeamEvent_GetTeam (line 48300) | func TestTeamEvent_GetTeam(tt *testing.T) { function TestTeamLDAPMapping_GetDescription (line 48308) | func TestTeamLDAPMapping_GetDescription(tt *testing.T) { function TestTeamLDAPMapping_GetID (line 48319) | func TestTeamLDAPMapping_GetID(tt *testing.T) { function TestTeamLDAPMapping_GetLDAPDN (line 48330) | func TestTeamLDAPMapping_GetLDAPDN(tt *testing.T) { function TestTeamLDAPMapping_GetMembersURL (line 48341) | func TestTeamLDAPMapping_GetMembersURL(tt *testing.T) { function TestTeamLDAPMapping_GetName (line 48352) | func TestTeamLDAPMapping_GetName(tt *testing.T) { function TestTeamLDAPMapping_GetPermission (line 48363) | func TestTeamLDAPMapping_GetPermission(tt *testing.T) { function TestTeamLDAPMapping_GetPrivacy (line 48374) | func TestTeamLDAPMapping_GetPrivacy(tt *testing.T) { function TestTeamLDAPMapping_GetRepositoriesURL (line 48385) | func TestTeamLDAPMapping_GetRepositoriesURL(tt *testing.T) { function TestTeamLDAPMapping_GetSlug (line 48396) | func TestTeamLDAPMapping_GetSlug(tt *testing.T) { function TestTeamLDAPMapping_GetURL (line 48407) | func TestTeamLDAPMapping_GetURL(tt *testing.T) { function TestTeamListTeamMembersOptions_GetRole (line 48418) | func TestTeamListTeamMembersOptions_GetRole(tt *testing.T) { function TestTeamName_GetFrom (line 48426) | func TestTeamName_GetFrom(tt *testing.T) { function TestTeamPermissions_GetFrom (line 48437) | func TestTeamPermissions_GetFrom(tt *testing.T) { function TestTeamPermissionsFrom_GetAdmin (line 48445) | func TestTeamPermissionsFrom_GetAdmin(tt *testing.T) { function TestTeamPermissionsFrom_GetPull (line 48456) | func TestTeamPermissionsFrom_GetPull(tt *testing.T) { function TestTeamPermissionsFrom_GetPush (line 48467) | func TestTeamPermissionsFrom_GetPush(tt *testing.T) { function TestTeamPrivacy_GetFrom (line 48478) | func TestTeamPrivacy_GetFrom(tt *testing.T) { function TestTeamProjectOptions_GetPermission (line 48489) | func TestTeamProjectOptions_GetPermission(tt *testing.T) { function TestTeamRepository_GetPermissions (line 48500) | func TestTeamRepository_GetPermissions(tt *testing.T) { function TestTemplateRepoRequest_GetDescription (line 48508) | func TestTemplateRepoRequest_GetDescription(tt *testing.T) { function TestTemplateRepoRequest_GetIncludeAllBranches (line 48519) | func TestTemplateRepoRequest_GetIncludeAllBranches(tt *testing.T) { function TestTemplateRepoRequest_GetName (line 48530) | func TestTemplateRepoRequest_GetName(tt *testing.T) { function TestTemplateRepoRequest_GetOwner (line 48541) | func TestTemplateRepoRequest_GetOwner(tt *testing.T) { function TestTemplateRepoRequest_GetPrivate (line 48552) | func TestTemplateRepoRequest_GetPrivate(tt *testing.T) { function TestTextMatch_GetFragment (line 48563) | func TestTextMatch_GetFragment(tt *testing.T) { function TestTextMatch_GetMatches (line 48574) | func TestTextMatch_GetMatches(tt *testing.T) { function TestTextMatch_GetObjectType (line 48585) | func TestTextMatch_GetObjectType(tt *testing.T) { function TestTextMatch_GetObjectURL (line 48596) | func TestTextMatch_GetObjectURL(tt *testing.T) { function TestTextMatch_GetProperty (line 48607) | func TestTextMatch_GetProperty(tt *testing.T) { function TestTimeline_GetActor (line 48618) | func TestTimeline_GetActor(tt *testing.T) { function TestTimeline_GetAssignee (line 48626) | func TestTimeline_GetAssignee(tt *testing.T) { function TestTimeline_GetAssigner (line 48634) | func TestTimeline_GetAssigner(tt *testing.T) { function TestTimeline_GetAuthor (line 48642) | func TestTimeline_GetAuthor(tt *testing.T) { function TestTimeline_GetBody (line 48650) | func TestTimeline_GetBody(tt *testing.T) { function TestTimeline_GetCommitID (line 48661) | func TestTimeline_GetCommitID(tt *testing.T) { function TestTimeline_GetCommitter (line 48672) | func TestTimeline_GetCommitter(tt *testing.T) { function TestTimeline_GetCommitURL (line 48680) | func TestTimeline_GetCommitURL(tt *testing.T) { function TestTimeline_GetCreatedAt (line 48691) | func TestTimeline_GetCreatedAt(tt *testing.T) { function TestTimeline_GetEvent (line 48702) | func TestTimeline_GetEvent(tt *testing.T) { function TestTimeline_GetID (line 48713) | func TestTimeline_GetID(tt *testing.T) { function TestTimeline_GetLabel (line 48724) | func TestTimeline_GetLabel(tt *testing.T) { function TestTimeline_GetMessage (line 48732) | func TestTimeline_GetMessage(tt *testing.T) { function TestTimeline_GetMilestone (line 48743) | func TestTimeline_GetMilestone(tt *testing.T) { function TestTimeline_GetParents (line 48751) | func TestTimeline_GetParents(tt *testing.T) { function TestTimeline_GetPerformedViaGithubApp (line 48762) | func TestTimeline_GetPerformedViaGithubApp(tt *testing.T) { function TestTimeline_GetRename (line 48770) | func TestTimeline_GetRename(tt *testing.T) { function TestTimeline_GetRequestedTeam (line 48778) | func TestTimeline_GetRequestedTeam(tt *testing.T) { function TestTimeline_GetRequester (line 48786) | func TestTimeline_GetRequester(tt *testing.T) { function TestTimeline_GetReviewer (line 48794) | func TestTimeline_GetReviewer(tt *testing.T) { function TestTimeline_GetSHA (line 48802) | func TestTimeline_GetSHA(tt *testing.T) { function TestTimeline_GetSource (line 48813) | func TestTimeline_GetSource(tt *testing.T) { function TestTimeline_GetState (line 48821) | func TestTimeline_GetState(tt *testing.T) { function TestTimeline_GetSubmittedAt (line 48832) | func TestTimeline_GetSubmittedAt(tt *testing.T) { function TestTimeline_GetURL (line 48843) | func TestTimeline_GetURL(tt *testing.T) { function TestTimeline_GetUser (line 48854) | func TestTimeline_GetUser(tt *testing.T) { function TestTool_GetGUID (line 48862) | func TestTool_GetGUID(tt *testing.T) { function TestTool_GetName (line 48873) | func TestTool_GetName(tt *testing.T) { function TestTool_GetVersion (line 48884) | func TestTool_GetVersion(tt *testing.T) { function TestTopicResult_GetCreatedAt (line 48895) | func TestTopicResult_GetCreatedAt(tt *testing.T) { function TestTopicResult_GetCreatedBy (line 48906) | func TestTopicResult_GetCreatedBy(tt *testing.T) { function TestTopicResult_GetCurated (line 48917) | func TestTopicResult_GetCurated(tt *testing.T) { function TestTopicResult_GetDescription (line 48928) | func TestTopicResult_GetDescription(tt *testing.T) { function TestTopicResult_GetDisplayName (line 48939) | func TestTopicResult_GetDisplayName(tt *testing.T) { function TestTopicResult_GetFeatured (line 48950) | func TestTopicResult_GetFeatured(tt *testing.T) { function TestTopicResult_GetName (line 48961) | func TestTopicResult_GetName(tt *testing.T) { function TestTopicResult_GetScore (line 48972) | func TestTopicResult_GetScore(tt *testing.T) { function TestTopicResult_GetShortDescription (line 48983) | func TestTopicResult_GetShortDescription(tt *testing.T) { function TestTopicResult_GetUpdatedAt (line 48994) | func TestTopicResult_GetUpdatedAt(tt *testing.T) { function TestTopicsSearchResult_GetIncompleteResults (line 49005) | func TestTopicsSearchResult_GetIncompleteResults(tt *testing.T) { function TestTopicsSearchResult_GetTopics (line 49016) | func TestTopicsSearchResult_GetTopics(tt *testing.T) { function TestTopicsSearchResult_GetTotal (line 49027) | func TestTopicsSearchResult_GetTotal(tt *testing.T) { function TestTotalCacheUsage_GetTotalActiveCachesCount (line 49038) | func TestTotalCacheUsage_GetTotalActiveCachesCount(tt *testing.T) { function TestTotalCacheUsage_GetTotalActiveCachesUsageSizeInBytes (line 49046) | func TestTotalCacheUsage_GetTotalActiveCachesUsageSizeInBytes(tt *testin... function TestTrafficBreakdownOptions_GetPer (line 49054) | func TestTrafficBreakdownOptions_GetPer(tt *testing.T) { function TestTrafficClones_GetClones (line 49062) | func TestTrafficClones_GetClones(tt *testing.T) { function TestTrafficClones_GetCount (line 49073) | func TestTrafficClones_GetCount(tt *testing.T) { function TestTrafficClones_GetUniques (line 49084) | func TestTrafficClones_GetUniques(tt *testing.T) { function TestTrafficData_GetCount (line 49095) | func TestTrafficData_GetCount(tt *testing.T) { function TestTrafficData_GetTimestamp (line 49106) | func TestTrafficData_GetTimestamp(tt *testing.T) { function TestTrafficData_GetUniques (line 49117) | func TestTrafficData_GetUniques(tt *testing.T) { function TestTrafficPath_GetCount (line 49128) | func TestTrafficPath_GetCount(tt *testing.T) { function TestTrafficPath_GetPath (line 49139) | func TestTrafficPath_GetPath(tt *testing.T) { function TestTrafficPath_GetTitle (line 49150) | func TestTrafficPath_GetTitle(tt *testing.T) { function TestTrafficPath_GetUniques (line 49161) | func TestTrafficPath_GetUniques(tt *testing.T) { function TestTrafficReferrer_GetCount (line 49172) | func TestTrafficReferrer_GetCount(tt *testing.T) { function TestTrafficReferrer_GetReferrer (line 49183) | func TestTrafficReferrer_GetReferrer(tt *testing.T) { function TestTrafficReferrer_GetUniques (line 49194) | func TestTrafficReferrer_GetUniques(tt *testing.T) { function TestTrafficViews_GetCount (line 49205) | func TestTrafficViews_GetCount(tt *testing.T) { function TestTrafficViews_GetUniques (line 49216) | func TestTrafficViews_GetUniques(tt *testing.T) { function TestTrafficViews_GetViews (line 49227) | func TestTrafficViews_GetViews(tt *testing.T) { function TestTransferRequest_GetNewName (line 49238) | func TestTransferRequest_GetNewName(tt *testing.T) { function TestTransferRequest_GetNewOwner (line 49249) | func TestTransferRequest_GetNewOwner(tt *testing.T) { function TestTransferRequest_GetTeamID (line 49257) | func TestTransferRequest_GetTeamID(tt *testing.T) { function TestTree_GetEntries (line 49268) | func TestTree_GetEntries(tt *testing.T) { function TestTree_GetSHA (line 49279) | func TestTree_GetSHA(tt *testing.T) { function TestTree_GetTruncated (line 49290) | func TestTree_GetTruncated(tt *testing.T) { function TestTreeEntry_GetContent (line 49301) | func TestTreeEntry_GetContent(tt *testing.T) { function TestTreeEntry_GetMode (line 49312) | func TestTreeEntry_GetMode(tt *testing.T) { function TestTreeEntry_GetPath (line 49323) | func TestTreeEntry_GetPath(tt *testing.T) { function TestTreeEntry_GetSHA (line 49334) | func TestTreeEntry_GetSHA(tt *testing.T) { function TestTreeEntry_GetSize (line 49345) | func TestTreeEntry_GetSize(tt *testing.T) { function TestTreeEntry_GetType (line 49356) | func TestTreeEntry_GetType(tt *testing.T) { function TestTreeEntry_GetURL (line 49367) | func TestTreeEntry_GetURL(tt *testing.T) { function TestUnauthenticatedRateLimitedTransport_GetClientID (line 49378) | func TestUnauthenticatedRateLimitedTransport_GetClientID(tt *testing.T) { function TestUnauthenticatedRateLimitedTransport_GetClientSecret (line 49386) | func TestUnauthenticatedRateLimitedTransport_GetClientSecret(tt *testing... function TestUpdateAppInstallationRepositoriesOptions_GetRepositorySelection (line 49394) | func TestUpdateAppInstallationRepositoriesOptions_GetRepositorySelection... function TestUpdateAppInstallationRepositoriesOptions_GetSelectedRepositoryIDs (line 49405) | func TestUpdateAppInstallationRepositoriesOptions_GetSelectedRepositoryI... function TestUpdateAttributeForSCIMUserOperations_GetOp (line 49416) | func TestUpdateAttributeForSCIMUserOperations_GetOp(tt *testing.T) { function TestUpdateAttributeForSCIMUserOperations_GetPath (line 49424) | func TestUpdateAttributeForSCIMUserOperations_GetPath(tt *testing.T) { function TestUpdateAttributeForSCIMUserOperations_GetValue (line 49435) | func TestUpdateAttributeForSCIMUserOperations_GetValue(tt *testing.T) { function TestUpdateAttributeForSCIMUserOptions_GetOperations (line 49443) | func TestUpdateAttributeForSCIMUserOptions_GetOperations(tt *testing.T) { function TestUpdateAttributeForSCIMUserOptions_GetSchemas (line 49451) | func TestUpdateAttributeForSCIMUserOptions_GetSchemas(tt *testing.T) { function TestUpdateBranchRule_GetParameters (line 49462) | func TestUpdateBranchRule_GetParameters(tt *testing.T) { function TestUpdateCheckRunOptions_GetActions (line 49470) | func TestUpdateCheckRunOptions_GetActions(tt *testing.T) { function TestUpdateCheckRunOptions_GetCompletedAt (line 49481) | func TestUpdateCheckRunOptions_GetCompletedAt(tt *testing.T) { function TestUpdateCheckRunOptions_GetConclusion (line 49492) | func TestUpdateCheckRunOptions_GetConclusion(tt *testing.T) { function TestUpdateCheckRunOptions_GetDetailsURL (line 49503) | func TestUpdateCheckRunOptions_GetDetailsURL(tt *testing.T) { function TestUpdateCheckRunOptions_GetExternalID (line 49514) | func TestUpdateCheckRunOptions_GetExternalID(tt *testing.T) { function TestUpdateCheckRunOptions_GetName (line 49525) | func TestUpdateCheckRunOptions_GetName(tt *testing.T) { function TestUpdateCheckRunOptions_GetOutput (line 49533) | func TestUpdateCheckRunOptions_GetOutput(tt *testing.T) { function TestUpdateCheckRunOptions_GetStatus (line 49541) | func TestUpdateCheckRunOptions_GetStatus(tt *testing.T) { function TestUpdateCodespaceOptions_GetMachine (line 49552) | func TestUpdateCodespaceOptions_GetMachine(tt *testing.T) { function TestUpdateCodespaceOptions_GetRecentFolders (line 49563) | func TestUpdateCodespaceOptions_GetRecentFolders(tt *testing.T) { function TestUpdateCustomOrgRoleRequest_GetBaseRole (line 49574) | func TestUpdateCustomOrgRoleRequest_GetBaseRole(tt *testing.T) { function TestUpdateCustomOrgRoleRequest_GetDescription (line 49585) | func TestUpdateCustomOrgRoleRequest_GetDescription(tt *testing.T) { function TestUpdateCustomOrgRoleRequest_GetName (line 49596) | func TestUpdateCustomOrgRoleRequest_GetName(tt *testing.T) { function TestUpdateCustomOrgRoleRequest_GetPermissions (line 49607) | func TestUpdateCustomOrgRoleRequest_GetPermissions(tt *testing.T) { function TestUpdateDefaultSetupConfigurationOptions_GetLanguages (line 49618) | func TestUpdateDefaultSetupConfigurationOptions_GetLanguages(tt *testing... function TestUpdateDefaultSetupConfigurationOptions_GetQuerySuite (line 49629) | func TestUpdateDefaultSetupConfigurationOptions_GetQuerySuite(tt *testin... function TestUpdateDefaultSetupConfigurationOptions_GetState (line 49640) | func TestUpdateDefaultSetupConfigurationOptions_GetState(tt *testing.T) { function TestUpdateDefaultSetupConfigurationResponse_GetRunID (line 49648) | func TestUpdateDefaultSetupConfigurationResponse_GetRunID(tt *testing.T) { function TestUpdateDefaultSetupConfigurationResponse_GetRunURL (line 49659) | func TestUpdateDefaultSetupConfigurationResponse_GetRunURL(tt *testing.T) { function TestUpdateEnterpriseRunnerGroupRequest_GetAllowsPublicRepositories (line 49670) | func TestUpdateEnterpriseRunnerGroupRequest_GetAllowsPublicRepositories(... function TestUpdateEnterpriseRunnerGroupRequest_GetName (line 49681) | func TestUpdateEnterpriseRunnerGroupRequest_GetName(tt *testing.T) { function TestUpdateEnterpriseRunnerGroupRequest_GetNetworkConfigurationID (line 49692) | func TestUpdateEnterpriseRunnerGroupRequest_GetNetworkConfigurationID(tt... function TestUpdateEnterpriseRunnerGroupRequest_GetRestrictedToWorkflows (line 49703) | func TestUpdateEnterpriseRunnerGroupRequest_GetRestrictedToWorkflows(tt ... function TestUpdateEnterpriseRunnerGroupRequest_GetSelectedWorkflows (line 49714) | func TestUpdateEnterpriseRunnerGroupRequest_GetSelectedWorkflows(tt *tes... function TestUpdateEnterpriseRunnerGroupRequest_GetVisibility (line 49725) | func TestUpdateEnterpriseRunnerGroupRequest_GetVisibility(tt *testing.T) { function TestUpdateHostedRunnerRequest_GetEnableStaticIP (line 49736) | func TestUpdateHostedRunnerRequest_GetEnableStaticIP(tt *testing.T) { function TestUpdateHostedRunnerRequest_GetImageID (line 49747) | func TestUpdateHostedRunnerRequest_GetImageID(tt *testing.T) { function TestUpdateHostedRunnerRequest_GetImageVersion (line 49758) | func TestUpdateHostedRunnerRequest_GetImageVersion(tt *testing.T) { function TestUpdateHostedRunnerRequest_GetMaximumRunners (line 49769) | func TestUpdateHostedRunnerRequest_GetMaximumRunners(tt *testing.T) { function TestUpdateHostedRunnerRequest_GetName (line 49780) | func TestUpdateHostedRunnerRequest_GetName(tt *testing.T) { function TestUpdateHostedRunnerRequest_GetRunnerGroupID (line 49791) | func TestUpdateHostedRunnerRequest_GetRunnerGroupID(tt *testing.T) { function TestUpdateHostedRunnerRequest_GetSize (line 49802) | func TestUpdateHostedRunnerRequest_GetSize(tt *testing.T) { function TestUpdateOrganizationPrivateRegistry_GetEncryptedValue (line 49813) | func TestUpdateOrganizationPrivateRegistry_GetEncryptedValue(tt *testing... function TestUpdateOrganizationPrivateRegistry_GetKeyID (line 49824) | func TestUpdateOrganizationPrivateRegistry_GetKeyID(tt *testing.T) { function TestUpdateOrganizationPrivateRegistry_GetRegistryType (line 49835) | func TestUpdateOrganizationPrivateRegistry_GetRegistryType(tt *testing.T) { function TestUpdateOrganizationPrivateRegistry_GetSelectedRepositoryIDs (line 49846) | func TestUpdateOrganizationPrivateRegistry_GetSelectedRepositoryIDs(tt *... function TestUpdateOrganizationPrivateRegistry_GetURL (line 49857) | func TestUpdateOrganizationPrivateRegistry_GetURL(tt *testing.T) { function TestUpdateOrganizationPrivateRegistry_GetUsername (line 49868) | func TestUpdateOrganizationPrivateRegistry_GetUsername(tt *testing.T) { function TestUpdateOrganizationPrivateRegistry_GetVisibility (line 49879) | func TestUpdateOrganizationPrivateRegistry_GetVisibility(tt *testing.T) { function TestUpdateProjectItemOptions_GetArchived (line 49887) | func TestUpdateProjectItemOptions_GetArchived(tt *testing.T) { function TestUpdateProjectItemOptions_GetFields (line 49898) | func TestUpdateProjectItemOptions_GetFields(tt *testing.T) { function TestUpdateProjectV2Field_GetID (line 49909) | func TestUpdateProjectV2Field_GetID(tt *testing.T) { function TestUpdateProjectV2Field_GetValue (line 49917) | func TestUpdateProjectV2Field_GetValue(tt *testing.T) { function TestUpdateRef_GetForce (line 49925) | func TestUpdateRef_GetForce(tt *testing.T) { function TestUpdateRef_GetSHA (line 49936) | func TestUpdateRef_GetSHA(tt *testing.T) { function TestUpdateRuleParameters_GetUpdateAllowsFetchAndMerge (line 49944) | func TestUpdateRuleParameters_GetUpdateAllowsFetchAndMerge(tt *testing.T) { function TestUpdateRunnerGroupRequest_GetAllowsPublicRepositories (line 49952) | func TestUpdateRunnerGroupRequest_GetAllowsPublicRepositories(tt *testin... function TestUpdateRunnerGroupRequest_GetName (line 49963) | func TestUpdateRunnerGroupRequest_GetName(tt *testing.T) { function TestUpdateRunnerGroupRequest_GetNetworkConfigurationID (line 49974) | func TestUpdateRunnerGroupRequest_GetNetworkConfigurationID(tt *testing.... function TestUpdateRunnerGroupRequest_GetRestrictedToWorkflows (line 49985) | func TestUpdateRunnerGroupRequest_GetRestrictedToWorkflows(tt *testing.T) { function TestUpdateRunnerGroupRequest_GetSelectedWorkflows (line 49996) | func TestUpdateRunnerGroupRequest_GetSelectedWorkflows(tt *testing.T) { function TestUpdateRunnerGroupRequest_GetVisibility (line 50007) | func TestUpdateRunnerGroupRequest_GetVisibility(tt *testing.T) { function TestUploadLicenseOptions_GetLicense (line 50018) | func TestUploadLicenseOptions_GetLicense(tt *testing.T) { function TestUploadOptions_GetLabel (line 50026) | func TestUploadOptions_GetLabel(tt *testing.T) { function TestUploadOptions_GetMediaType (line 50034) | func TestUploadOptions_GetMediaType(tt *testing.T) { function TestUploadOptions_GetName (line 50042) | func TestUploadOptions_GetName(tt *testing.T) { function TestUsageItem_GetDate (line 50050) | func TestUsageItem_GetDate(tt *testing.T) { function TestUsageItem_GetDiscountAmount (line 50058) | func TestUsageItem_GetDiscountAmount(tt *testing.T) { function TestUsageItem_GetGrossAmount (line 50066) | func TestUsageItem_GetGrossAmount(tt *testing.T) { function TestUsageItem_GetNetAmount (line 50074) | func TestUsageItem_GetNetAmount(tt *testing.T) { function TestUsageItem_GetOrganizationName (line 50082) | func TestUsageItem_GetOrganizationName(tt *testing.T) { function TestUsageItem_GetPricePerUnit (line 50093) | func TestUsageItem_GetPricePerUnit(tt *testing.T) { function TestUsageItem_GetProduct (line 50101) | func TestUsageItem_GetProduct(tt *testing.T) { function TestUsageItem_GetQuantity (line 50109) | func TestUsageItem_GetQuantity(tt *testing.T) { function TestUsageItem_GetRepositoryName (line 50117) | func TestUsageItem_GetRepositoryName(tt *testing.T) { function TestUsageItem_GetSKU (line 50128) | func TestUsageItem_GetSKU(tt *testing.T) { function TestUsageItem_GetUnitType (line 50136) | func TestUsageItem_GetUnitType(tt *testing.T) { function TestUsageReport_GetUsageItems (line 50144) | func TestUsageReport_GetUsageItems(tt *testing.T) { function TestUsageReportOptions_GetDay (line 50155) | func TestUsageReportOptions_GetDay(tt *testing.T) { function TestUsageReportOptions_GetHour (line 50166) | func TestUsageReportOptions_GetHour(tt *testing.T) { function TestUsageReportOptions_GetMonth (line 50177) | func TestUsageReportOptions_GetMonth(tt *testing.T) { function TestUsageReportOptions_GetYear (line 50188) | func TestUsageReportOptions_GetYear(tt *testing.T) { function TestUser_GetAssignment (line 50199) | func TestUser_GetAssignment(tt *testing.T) { function TestUser_GetAvatarURL (line 50210) | func TestUser_GetAvatarURL(tt *testing.T) { function TestUser_GetBio (line 50221) | func TestUser_GetBio(tt *testing.T) { function TestUser_GetBlog (line 50232) | func TestUser_GetBlog(tt *testing.T) { function TestUser_GetCollaborators (line 50243) | func TestUser_GetCollaborators(tt *testing.T) { function TestUser_GetCompany (line 50254) | func TestUser_GetCompany(tt *testing.T) { function TestUser_GetCreatedAt (line 50265) | func TestUser_GetCreatedAt(tt *testing.T) { function TestUser_GetDiskUsage (line 50276) | func TestUser_GetDiskUsage(tt *testing.T) { function TestUser_GetEmail (line 50287) | func TestUser_GetEmail(tt *testing.T) { function TestUser_GetEventsURL (line 50298) | func TestUser_GetEventsURL(tt *testing.T) { function TestUser_GetFollowers (line 50309) | func TestUser_GetFollowers(tt *testing.T) { function TestUser_GetFollowersURL (line 50320) | func TestUser_GetFollowersURL(tt *testing.T) { function TestUser_GetFollowing (line 50331) | func TestUser_GetFollowing(tt *testing.T) { function TestUser_GetFollowingURL (line 50342) | func TestUser_GetFollowingURL(tt *testing.T) { function TestUser_GetGistsURL (line 50353) | func TestUser_GetGistsURL(tt *testing.T) { function TestUser_GetGravatarID (line 50364) | func TestUser_GetGravatarID(tt *testing.T) { function TestUser_GetHireable (line 50375) | func TestUser_GetHireable(tt *testing.T) { function TestUser_GetHTMLURL (line 50386) | func TestUser_GetHTMLURL(tt *testing.T) { function TestUser_GetID (line 50397) | func TestUser_GetID(tt *testing.T) { function TestUser_GetInheritedFrom (line 50408) | func TestUser_GetInheritedFrom(tt *testing.T) { function TestUser_GetLdapDn (line 50419) | func TestUser_GetLdapDn(tt *testing.T) { function TestUser_GetLocation (line 50430) | func TestUser_GetLocation(tt *testing.T) { function TestUser_GetLogin (line 50441) | func TestUser_GetLogin(tt *testing.T) { function TestUser_GetName (line 50452) | func TestUser_GetName(tt *testing.T) { function TestUser_GetNodeID (line 50463) | func TestUser_GetNodeID(tt *testing.T) { function TestUser_GetOrganizationsURL (line 50474) | func TestUser_GetOrganizationsURL(tt *testing.T) { function TestUser_GetOwnedPrivateRepos (line 50485) | func TestUser_GetOwnedPrivateRepos(tt *testing.T) { function TestUser_GetPermissions (line 50496) | func TestUser_GetPermissions(tt *testing.T) { function TestUser_GetPlan (line 50504) | func TestUser_GetPlan(tt *testing.T) { function TestUser_GetPrivateGists (line 50512) | func TestUser_GetPrivateGists(tt *testing.T) { function TestUser_GetPublicGists (line 50523) | func TestUser_GetPublicGists(tt *testing.T) { function TestUser_GetPublicRepos (line 50534) | func TestUser_GetPublicRepos(tt *testing.T) { function TestUser_GetReceivedEventsURL (line 50545) | func TestUser_GetReceivedEventsURL(tt *testing.T) { function TestUser_GetReposURL (line 50556) | func TestUser_GetReposURL(tt *testing.T) { function TestUser_GetRoleName (line 50567) | func TestUser_GetRoleName(tt *testing.T) { function TestUser_GetSiteAdmin (line 50578) | func TestUser_GetSiteAdmin(tt *testing.T) { function TestUser_GetStarredURL (line 50589) | func TestUser_GetStarredURL(tt *testing.T) { function TestUser_GetSubscriptionsURL (line 50600) | func TestUser_GetSubscriptionsURL(tt *testing.T) { function TestUser_GetSuspendedAt (line 50611) | func TestUser_GetSuspendedAt(tt *testing.T) { function TestUser_GetTextMatches (line 50622) | func TestUser_GetTextMatches(tt *testing.T) { function TestUser_GetTotalPrivateRepos (line 50633) | func TestUser_GetTotalPrivateRepos(tt *testing.T) { function TestUser_GetTwitterUsername (line 50644) | func TestUser_GetTwitterUsername(tt *testing.T) { function TestUser_GetTwoFactorAuthentication (line 50655) | func TestUser_GetTwoFactorAuthentication(tt *testing.T) { function TestUser_GetType (line 50666) | func TestUser_GetType(tt *testing.T) { function TestUser_GetUpdatedAt (line 50677) | func TestUser_GetUpdatedAt(tt *testing.T) { function TestUser_GetURL (line 50688) | func TestUser_GetURL(tt *testing.T) { function TestUserAuthorization_GetApp (line 50699) | func TestUserAuthorization_GetApp(tt *testing.T) { function TestUserAuthorization_GetCreatedAt (line 50707) | func TestUserAuthorization_GetCreatedAt(tt *testing.T) { function TestUserAuthorization_GetFingerprint (line 50718) | func TestUserAuthorization_GetFingerprint(tt *testing.T) { function TestUserAuthorization_GetHashedToken (line 50729) | func TestUserAuthorization_GetHashedToken(tt *testing.T) { function TestUserAuthorization_GetID (line 50740) | func TestUserAuthorization_GetID(tt *testing.T) { function TestUserAuthorization_GetNote (line 50751) | func TestUserAuthorization_GetNote(tt *testing.T) { function TestUserAuthorization_GetNoteURL (line 50762) | func TestUserAuthorization_GetNoteURL(tt *testing.T) { function TestUserAuthorization_GetScopes (line 50773) | func TestUserAuthorization_GetScopes(tt *testing.T) { function TestUserAuthorization_GetToken (line 50784) | func TestUserAuthorization_GetToken(tt *testing.T) { function TestUserAuthorization_GetTokenLastEight (line 50795) | func TestUserAuthorization_GetTokenLastEight(tt *testing.T) { function TestUserAuthorization_GetUpdatedAt (line 50806) | func TestUserAuthorization_GetUpdatedAt(tt *testing.T) { function TestUserAuthorization_GetURL (line 50817) | func TestUserAuthorization_GetURL(tt *testing.T) { function TestUserContext_GetMessage (line 50828) | func TestUserContext_GetMessage(tt *testing.T) { function TestUserContext_GetOcticon (line 50839) | func TestUserContext_GetOcticon(tt *testing.T) { function TestUserEmail_GetEmail (line 50850) | func TestUserEmail_GetEmail(tt *testing.T) { function TestUserEmail_GetPrimary (line 50861) | func TestUserEmail_GetPrimary(tt *testing.T) { function TestUserEmail_GetVerified (line 50872) | func TestUserEmail_GetVerified(tt *testing.T) { function TestUserEmail_GetVisibility (line 50883) | func TestUserEmail_GetVisibility(tt *testing.T) { function TestUserEvent_GetAction (line 50894) | func TestUserEvent_GetAction(tt *testing.T) { function TestUserEvent_GetEnterprise (line 50905) | func TestUserEvent_GetEnterprise(tt *testing.T) { function TestUserEvent_GetInstallation (line 50913) | func TestUserEvent_GetInstallation(tt *testing.T) { function TestUserEvent_GetSender (line 50921) | func TestUserEvent_GetSender(tt *testing.T) { function TestUserEvent_GetUser (line 50929) | func TestUserEvent_GetUser(tt *testing.T) { function TestUserLDAPMapping_GetAvatarURL (line 50937) | func TestUserLDAPMapping_GetAvatarURL(tt *testing.T) { function TestUserLDAPMapping_GetEventsURL (line 50948) | func TestUserLDAPMapping_GetEventsURL(tt *testing.T) { function TestUserLDAPMapping_GetFollowersURL (line 50959) | func TestUserLDAPMapping_GetFollowersURL(tt *testing.T) { function TestUserLDAPMapping_GetFollowingURL (line 50970) | func TestUserLDAPMapping_GetFollowingURL(tt *testing.T) { function TestUserLDAPMapping_GetGistsURL (line 50981) | func TestUserLDAPMapping_GetGistsURL(tt *testing.T) { function TestUserLDAPMapping_GetGravatarID (line 50992) | func TestUserLDAPMapping_GetGravatarID(tt *testing.T) { function TestUserLDAPMapping_GetID (line 51003) | func TestUserLDAPMapping_GetID(tt *testing.T) { function TestUserLDAPMapping_GetLDAPDN (line 51014) | func TestUserLDAPMapping_GetLDAPDN(tt *testing.T) { function TestUserLDAPMapping_GetLogin (line 51025) | func TestUserLDAPMapping_GetLogin(tt *testing.T) { function TestUserLDAPMapping_GetOrganizationsURL (line 51036) | func TestUserLDAPMapping_GetOrganizationsURL(tt *testing.T) { function TestUserLDAPMapping_GetReceivedEventsURL (line 51047) | func TestUserLDAPMapping_GetReceivedEventsURL(tt *testing.T) { function TestUserLDAPMapping_GetReposURL (line 51058) | func TestUserLDAPMapping_GetReposURL(tt *testing.T) { function TestUserLDAPMapping_GetSiteAdmin (line 51069) | func TestUserLDAPMapping_GetSiteAdmin(tt *testing.T) { function TestUserLDAPMapping_GetStarredURL (line 51080) | func TestUserLDAPMapping_GetStarredURL(tt *testing.T) { function TestUserLDAPMapping_GetSubscriptionsURL (line 51091) | func TestUserLDAPMapping_GetSubscriptionsURL(tt *testing.T) { function TestUserLDAPMapping_GetType (line 51102) | func TestUserLDAPMapping_GetType(tt *testing.T) { function TestUserLDAPMapping_GetURL (line 51113) | func TestUserLDAPMapping_GetURL(tt *testing.T) { function TestUserListOptions_GetPerPage (line 51124) | func TestUserListOptions_GetPerPage(tt *testing.T) { function TestUserListOptions_GetSince (line 51132) | func TestUserListOptions_GetSince(tt *testing.T) { function TestUserMigration_GetCreatedAt (line 51140) | func TestUserMigration_GetCreatedAt(tt *testing.T) { function TestUserMigration_GetExcludeAttachments (line 51151) | func TestUserMigration_GetExcludeAttachments(tt *testing.T) { function TestUserMigration_GetGUID (line 51162) | func TestUserMigration_GetGUID(tt *testing.T) { function TestUserMigration_GetID (line 51173) | func TestUserMigration_GetID(tt *testing.T) { function TestUserMigration_GetLockRepositories (line 51184) | func TestUserMigration_GetLockRepositories(tt *testing.T) { function TestUserMigration_GetRepositories (line 51195) | func TestUserMigration_GetRepositories(tt *testing.T) { function TestUserMigration_GetState (line 51206) | func TestUserMigration_GetState(tt *testing.T) { function TestUserMigration_GetUpdatedAt (line 51217) | func TestUserMigration_GetUpdatedAt(tt *testing.T) { function TestUserMigration_GetURL (line 51228) | func TestUserMigration_GetURL(tt *testing.T) { function TestUserMigrationOptions_GetExcludeAttachments (line 51239) | func TestUserMigrationOptions_GetExcludeAttachments(tt *testing.T) { function TestUserMigrationOptions_GetLockRepositories (line 51247) | func TestUserMigrationOptions_GetLockRepositories(tt *testing.T) { function TestUsersSearchResult_GetIncompleteResults (line 51255) | func TestUsersSearchResult_GetIncompleteResults(tt *testing.T) { function TestUsersSearchResult_GetTotal (line 51266) | func TestUsersSearchResult_GetTotal(tt *testing.T) { function TestUsersSearchResult_GetUsers (line 51277) | func TestUsersSearchResult_GetUsers(tt *testing.T) { function TestUserStats_GetAdminUsers (line 51288) | func TestUserStats_GetAdminUsers(tt *testing.T) { function TestUserStats_GetSuspendedUsers (line 51299) | func TestUserStats_GetSuspendedUsers(tt *testing.T) { function TestUserStats_GetTotalUsers (line 51310) | func TestUserStats_GetTotalUsers(tt *testing.T) { function TestUserSuspendOptions_GetReason (line 51321) | func TestUserSuspendOptions_GetReason(tt *testing.T) { function TestVulnerabilityPackage_GetEcosystem (line 51332) | func TestVulnerabilityPackage_GetEcosystem(tt *testing.T) { function TestVulnerabilityPackage_GetName (line 51343) | func TestVulnerabilityPackage_GetName(tt *testing.T) { function TestWatchEvent_GetAction (line 51354) | func TestWatchEvent_GetAction(tt *testing.T) { function TestWatchEvent_GetInstallation (line 51365) | func TestWatchEvent_GetInstallation(tt *testing.T) { function TestWatchEvent_GetOrg (line 51373) | func TestWatchEvent_GetOrg(tt *testing.T) { function TestWatchEvent_GetRepo (line 51381) | func TestWatchEvent_GetRepo(tt *testing.T) { function TestWatchEvent_GetSender (line 51389) | func TestWatchEvent_GetSender(tt *testing.T) { function TestWeeklyCommitActivity_GetDays (line 51397) | func TestWeeklyCommitActivity_GetDays(tt *testing.T) { function TestWeeklyCommitActivity_GetTotal (line 51408) | func TestWeeklyCommitActivity_GetTotal(tt *testing.T) { function TestWeeklyCommitActivity_GetWeek (line 51419) | func TestWeeklyCommitActivity_GetWeek(tt *testing.T) { function TestWeeklyStats_GetAdditions (line 51430) | func TestWeeklyStats_GetAdditions(tt *testing.T) { function TestWeeklyStats_GetCommits (line 51441) | func TestWeeklyStats_GetCommits(tt *testing.T) { function TestWeeklyStats_GetDeletions (line 51452) | func TestWeeklyStats_GetDeletions(tt *testing.T) { function TestWeeklyStats_GetWeek (line 51463) | func TestWeeklyStats_GetWeek(tt *testing.T) { function TestWorkflow_GetBadgeURL (line 51474) | func TestWorkflow_GetBadgeURL(tt *testing.T) { function TestWorkflow_GetCreatedAt (line 51485) | func TestWorkflow_GetCreatedAt(tt *testing.T) { function TestWorkflow_GetHTMLURL (line 51496) | func TestWorkflow_GetHTMLURL(tt *testing.T) { function TestWorkflow_GetID (line 51507) | func TestWorkflow_GetID(tt *testing.T) { function TestWorkflow_GetName (line 51518) | func TestWorkflow_GetName(tt *testing.T) { function TestWorkflow_GetNodeID (line 51529) | func TestWorkflow_GetNodeID(tt *testing.T) { function TestWorkflow_GetPath (line 51540) | func TestWorkflow_GetPath(tt *testing.T) { function TestWorkflow_GetState (line 51551) | func TestWorkflow_GetState(tt *testing.T) { function TestWorkflow_GetUpdatedAt (line 51562) | func TestWorkflow_GetUpdatedAt(tt *testing.T) { function TestWorkflow_GetURL (line 51573) | func TestWorkflow_GetURL(tt *testing.T) { function TestWorkflowBill_GetTotalMS (line 51584) | func TestWorkflowBill_GetTotalMS(tt *testing.T) { function TestWorkflowDispatchEvent_GetInputs (line 51595) | func TestWorkflowDispatchEvent_GetInputs(tt *testing.T) { function TestWorkflowDispatchEvent_GetInstallation (line 51603) | func TestWorkflowDispatchEvent_GetInstallation(tt *testing.T) { function TestWorkflowDispatchEvent_GetOrg (line 51611) | func TestWorkflowDispatchEvent_GetOrg(tt *testing.T) { function TestWorkflowDispatchEvent_GetRef (line 51619) | func TestWorkflowDispatchEvent_GetRef(tt *testing.T) { function TestWorkflowDispatchEvent_GetRepo (line 51630) | func TestWorkflowDispatchEvent_GetRepo(tt *testing.T) { function TestWorkflowDispatchEvent_GetSender (line 51638) | func TestWorkflowDispatchEvent_GetSender(tt *testing.T) { function TestWorkflowDispatchEvent_GetWorkflow (line 51646) | func TestWorkflowDispatchEvent_GetWorkflow(tt *testing.T) { function TestWorkflowDispatchRunDetails_GetHTMLURL (line 51657) | func TestWorkflowDispatchRunDetails_GetHTMLURL(tt *testing.T) { function TestWorkflowDispatchRunDetails_GetRunURL (line 51668) | func TestWorkflowDispatchRunDetails_GetRunURL(tt *testing.T) { function TestWorkflowDispatchRunDetails_GetWorkflowRunID (line 51679) | func TestWorkflowDispatchRunDetails_GetWorkflowRunID(tt *testing.T) { function TestWorkflowJob_GetCheckRunURL (line 51690) | func TestWorkflowJob_GetCheckRunURL(tt *testing.T) { function TestWorkflowJob_GetCompletedAt (line 51701) | func TestWorkflowJob_GetCompletedAt(tt *testing.T) { function TestWorkflowJob_GetConclusion (line 51712) | func TestWorkflowJob_GetConclusion(tt *testing.T) { function TestWorkflowJob_GetCreatedAt (line 51723) | func TestWorkflowJob_GetCreatedAt(tt *testing.T) { function TestWorkflowJob_GetHeadBranch (line 51734) | func TestWorkflowJob_GetHeadBranch(tt *testing.T) { function TestWorkflowJob_GetHeadSHA (line 51745) | func TestWorkflowJob_GetHeadSHA(tt *testing.T) { function TestWorkflowJob_GetHTMLURL (line 51756) | func TestWorkflowJob_GetHTMLURL(tt *testing.T) { function TestWorkflowJob_GetID (line 51767) | func TestWorkflowJob_GetID(tt *testing.T) { function TestWorkflowJob_GetLabels (line 51778) | func TestWorkflowJob_GetLabels(tt *testing.T) { function TestWorkflowJob_GetName (line 51789) | func TestWorkflowJob_GetName(tt *testing.T) { function TestWorkflowJob_GetNodeID (line 51800) | func TestWorkflowJob_GetNodeID(tt *testing.T) { function TestWorkflowJob_GetRunAttempt (line 51811) | func TestWorkflowJob_GetRunAttempt(tt *testing.T) { function TestWorkflowJob_GetRunID (line 51822) | func TestWorkflowJob_GetRunID(tt *testing.T) { function TestWorkflowJob_GetRunnerGroupID (line 51833) | func TestWorkflowJob_GetRunnerGroupID(tt *testing.T) { function TestWorkflowJob_GetRunnerGroupName (line 51844) | func TestWorkflowJob_GetRunnerGroupName(tt *testing.T) { function TestWorkflowJob_GetRunnerID (line 51855) | func TestWorkflowJob_GetRunnerID(tt *testing.T) { function TestWorkflowJob_GetRunnerName (line 51866) | func TestWorkflowJob_GetRunnerName(tt *testing.T) { function TestWorkflowJob_GetRunURL (line 51877) | func TestWorkflowJob_GetRunURL(tt *testing.T) { function TestWorkflowJob_GetStartedAt (line 51888) | func TestWorkflowJob_GetStartedAt(tt *testing.T) { function TestWorkflowJob_GetStatus (line 51899) | func TestWorkflowJob_GetStatus(tt *testing.T) { function TestWorkflowJob_GetSteps (line 51910) | func TestWorkflowJob_GetSteps(tt *testing.T) { function TestWorkflowJob_GetURL (line 51921) | func TestWorkflowJob_GetURL(tt *testing.T) { function TestWorkflowJob_GetWorkflowName (line 51932) | func TestWorkflowJob_GetWorkflowName(tt *testing.T) { function TestWorkflowJobEvent_GetAction (line 51943) | func TestWorkflowJobEvent_GetAction(tt *testing.T) { function TestWorkflowJobEvent_GetDeployment (line 51954) | func TestWorkflowJobEvent_GetDeployment(tt *testing.T) { function TestWorkflowJobEvent_GetInstallation (line 51962) | func TestWorkflowJobEvent_GetInstallation(tt *testing.T) { function TestWorkflowJobEvent_GetOrg (line 51970) | func TestWorkflowJobEvent_GetOrg(tt *testing.T) { function TestWorkflowJobEvent_GetRepo (line 51978) | func TestWorkflowJobEvent_GetRepo(tt *testing.T) { function TestWorkflowJobEvent_GetSender (line 51986) | func TestWorkflowJobEvent_GetSender(tt *testing.T) { function TestWorkflowJobEvent_GetWorkflowJob (line 51994) | func TestWorkflowJobEvent_GetWorkflowJob(tt *testing.T) { function TestWorkflowJobRun_GetConclusion (line 52002) | func TestWorkflowJobRun_GetConclusion(tt *testing.T) { function TestWorkflowJobRun_GetCreatedAt (line 52013) | func TestWorkflowJobRun_GetCreatedAt(tt *testing.T) { function TestWorkflowJobRun_GetEnvironment (line 52024) | func TestWorkflowJobRun_GetEnvironment(tt *testing.T) { function TestWorkflowJobRun_GetHTMLURL (line 52035) | func TestWorkflowJobRun_GetHTMLURL(tt *testing.T) { function TestWorkflowJobRun_GetID (line 52046) | func TestWorkflowJobRun_GetID(tt *testing.T) { function TestWorkflowJobRun_GetName (line 52057) | func TestWorkflowJobRun_GetName(tt *testing.T) { function TestWorkflowJobRun_GetStatus (line 52068) | func TestWorkflowJobRun_GetStatus(tt *testing.T) { function TestWorkflowJobRun_GetUpdatedAt (line 52079) | func TestWorkflowJobRun_GetUpdatedAt(tt *testing.T) { function TestWorkflowRun_GetActor (line 52090) | func TestWorkflowRun_GetActor(tt *testing.T) { function TestWorkflowRun_GetArtifactsURL (line 52098) | func TestWorkflowRun_GetArtifactsURL(tt *testing.T) { function TestWorkflowRun_GetCancelURL (line 52109) | func TestWorkflowRun_GetCancelURL(tt *testing.T) { function TestWorkflowRun_GetCheckSuiteID (line 52120) | func TestWorkflowRun_GetCheckSuiteID(tt *testing.T) { function TestWorkflowRun_GetCheckSuiteNodeID (line 52131) | func TestWorkflowRun_GetCheckSuiteNodeID(tt *testing.T) { function TestWorkflowRun_GetCheckSuiteURL (line 52142) | func TestWorkflowRun_GetCheckSuiteURL(tt *testing.T) { function TestWorkflowRun_GetConclusion (line 52153) | func TestWorkflowRun_GetConclusion(tt *testing.T) { function TestWorkflowRun_GetCreatedAt (line 52164) | func TestWorkflowRun_GetCreatedAt(tt *testing.T) { function TestWorkflowRun_GetDisplayTitle (line 52175) | func TestWorkflowRun_GetDisplayTitle(tt *testing.T) { function TestWorkflowRun_GetEvent (line 52186) | func TestWorkflowRun_GetEvent(tt *testing.T) { function TestWorkflowRun_GetHeadBranch (line 52197) | func TestWorkflowRun_GetHeadBranch(tt *testing.T) { function TestWorkflowRun_GetHeadCommit (line 52208) | func TestWorkflowRun_GetHeadCommit(tt *testing.T) { function TestWorkflowRun_GetHeadRepository (line 52216) | func TestWorkflowRun_GetHeadRepository(tt *testing.T) { function TestWorkflowRun_GetHeadSHA (line 52224) | func TestWorkflowRun_GetHeadSHA(tt *testing.T) { function TestWorkflowRun_GetHTMLURL (line 52235) | func TestWorkflowRun_GetHTMLURL(tt *testing.T) { function TestWorkflowRun_GetID (line 52246) | func TestWorkflowRun_GetID(tt *testing.T) { function TestWorkflowRun_GetJobsURL (line 52257) | func TestWorkflowRun_GetJobsURL(tt *testing.T) { function TestWorkflowRun_GetLogsURL (line 52268) | func TestWorkflowRun_GetLogsURL(tt *testing.T) { function TestWorkflowRun_GetName (line 52279) | func TestWorkflowRun_GetName(tt *testing.T) { function TestWorkflowRun_GetNodeID (line 52290) | func TestWorkflowRun_GetNodeID(tt *testing.T) { function TestWorkflowRun_GetPath (line 52301) | func TestWorkflowRun_GetPath(tt *testing.T) { function TestWorkflowRun_GetPreviousAttemptURL (line 52312) | func TestWorkflowRun_GetPreviousAttemptURL(tt *testing.T) { function TestWorkflowRun_GetPullRequests (line 52323) | func TestWorkflowRun_GetPullRequests(tt *testing.T) { function TestWorkflowRun_GetReferencedWorkflows (line 52334) | func TestWorkflowRun_GetReferencedWorkflows(tt *testing.T) { function TestWorkflowRun_GetRepository (line 52345) | func TestWorkflowRun_GetRepository(tt *testing.T) { function TestWorkflowRun_GetRerunURL (line 52353) | func TestWorkflowRun_GetRerunURL(tt *testing.T) { function TestWorkflowRun_GetRunAttempt (line 52364) | func TestWorkflowRun_GetRunAttempt(tt *testing.T) { function TestWorkflowRun_GetRunNumber (line 52375) | func TestWorkflowRun_GetRunNumber(tt *testing.T) { function TestWorkflowRun_GetRunStartedAt (line 52386) | func TestWorkflowRun_GetRunStartedAt(tt *testing.T) { function TestWorkflowRun_GetStatus (line 52397) | func TestWorkflowRun_GetStatus(tt *testing.T) { function TestWorkflowRun_GetTriggeringActor (line 52408) | func TestWorkflowRun_GetTriggeringActor(tt *testing.T) { function TestWorkflowRun_GetUpdatedAt (line 52416) | func TestWorkflowRun_GetUpdatedAt(tt *testing.T) { function TestWorkflowRun_GetURL (line 52427) | func TestWorkflowRun_GetURL(tt *testing.T) { function TestWorkflowRun_GetWorkflowID (line 52438) | func TestWorkflowRun_GetWorkflowID(tt *testing.T) { function TestWorkflowRun_GetWorkflowURL (line 52449) | func TestWorkflowRun_GetWorkflowURL(tt *testing.T) { function TestWorkflowRunAttemptOptions_GetExcludePullRequests (line 52460) | func TestWorkflowRunAttemptOptions_GetExcludePullRequests(tt *testing.T) { function TestWorkflowRunBill_GetJobRuns (line 52471) | func TestWorkflowRunBill_GetJobRuns(tt *testing.T) { function TestWorkflowRunBill_GetJobs (line 52482) | func TestWorkflowRunBill_GetJobs(tt *testing.T) { function TestWorkflowRunBill_GetTotalMS (line 52493) | func TestWorkflowRunBill_GetTotalMS(tt *testing.T) { function TestWorkflowRunEvent_GetAction (line 52504) | func TestWorkflowRunEvent_GetAction(tt *testing.T) { function TestWorkflowRunEvent_GetInstallation (line 52515) | func TestWorkflowRunEvent_GetInstallation(tt *testing.T) { function TestWorkflowRunEvent_GetOrg (line 52523) | func TestWorkflowRunEvent_GetOrg(tt *testing.T) { function TestWorkflowRunEvent_GetRepo (line 52531) | func TestWorkflowRunEvent_GetRepo(tt *testing.T) { function TestWorkflowRunEvent_GetSender (line 52539) | func TestWorkflowRunEvent_GetSender(tt *testing.T) { function TestWorkflowRunEvent_GetWorkflow (line 52547) | func TestWorkflowRunEvent_GetWorkflow(tt *testing.T) { function TestWorkflowRunEvent_GetWorkflowRun (line 52555) | func TestWorkflowRunEvent_GetWorkflowRun(tt *testing.T) { function TestWorkflowRunJobRun_GetDurationMS (line 52563) | func TestWorkflowRunJobRun_GetDurationMS(tt *testing.T) { function TestWorkflowRunJobRun_GetJobID (line 52574) | func TestWorkflowRunJobRun_GetJobID(tt *testing.T) { function TestWorkflowRuns_GetTotalCount (line 52585) | func TestWorkflowRuns_GetTotalCount(tt *testing.T) { function TestWorkflowRuns_GetWorkflowRuns (line 52596) | func TestWorkflowRuns_GetWorkflowRuns(tt *testing.T) { function TestWorkflowRunUsage_GetBillable (line 52607) | func TestWorkflowRunUsage_GetBillable(tt *testing.T) { function TestWorkflowRunUsage_GetRunDurationMS (line 52615) | func TestWorkflowRunUsage_GetRunDurationMS(tt *testing.T) { function TestWorkflows_GetTotalCount (line 52626) | func TestWorkflows_GetTotalCount(tt *testing.T) { function TestWorkflows_GetWorkflows (line 52637) | func TestWorkflows_GetWorkflows(tt *testing.T) { function TestWorkflowsBranchRule_GetParameters (line 52648) | func TestWorkflowsBranchRule_GetParameters(tt *testing.T) { function TestWorkflowsPermissions_GetRequireApprovalForForkPRWorkflows (line 52656) | func TestWorkflowsPermissions_GetRequireApprovalForForkPRWorkflows(tt *t... function TestWorkflowsPermissions_GetRunWorkflowsFromForkPullRequests (line 52667) | func TestWorkflowsPermissions_GetRunWorkflowsFromForkPullRequests(tt *te... function TestWorkflowsPermissions_GetSendSecretsAndVariables (line 52678) | func TestWorkflowsPermissions_GetSendSecretsAndVariables(tt *testing.T) { function TestWorkflowsPermissions_GetSendWriteTokensToWorkflows (line 52689) | func TestWorkflowsPermissions_GetSendWriteTokensToWorkflows(tt *testing.... function TestWorkflowsPermissionsOpt_GetRequireApprovalForForkPRWorkflows (line 52700) | func TestWorkflowsPermissionsOpt_GetRequireApprovalForForkPRWorkflows(tt... function TestWorkflowsPermissionsOpt_GetRunWorkflowsFromForkPullRequests (line 52711) | func TestWorkflowsPermissionsOpt_GetRunWorkflowsFromForkPullRequests(tt ... function TestWorkflowsPermissionsOpt_GetSendSecretsAndVariables (line 52719) | func TestWorkflowsPermissionsOpt_GetSendSecretsAndVariables(tt *testing.... function TestWorkflowsPermissionsOpt_GetSendWriteTokensToWorkflows (line 52730) | func TestWorkflowsPermissionsOpt_GetSendWriteTokensToWorkflows(tt *testi... function TestWorkflowsRuleParameters_GetDoNotEnforceOnCreate (line 52741) | func TestWorkflowsRuleParameters_GetDoNotEnforceOnCreate(tt *testing.T) { function TestWorkflowsRuleParameters_GetWorkflows (line 52752) | func TestWorkflowsRuleParameters_GetWorkflows(tt *testing.T) { function TestWorkflowUsage_GetBillable (line 52763) | func TestWorkflowUsage_GetBillable(tt *testing.T) { FILE: github/github-iterators.go method ListArtifactsIter (line 18) | func (s *ActionsService) ListArtifactsIter(ctx context.Context, owner st... method ListCacheUsageByRepoForOrgIter (line 53) | func (s *ActionsService) ListCacheUsageByRepoForOrgIter(ctx context.Cont... method ListCachesIter (line 88) | func (s *ActionsService) ListCachesIter(ctx context.Context, owner strin... method ListEnabledOrgsInEnterpriseIter (line 123) | func (s *ActionsService) ListEnabledOrgsInEnterpriseIter(ctx context.Con... method ListEnabledReposInOrgIter (line 158) | func (s *ActionsService) ListEnabledReposInOrgIter(ctx context.Context, ... method ListEnvSecretsIter (line 193) | func (s *ActionsService) ListEnvSecretsIter(ctx context.Context, repoID ... method ListEnvVariablesIter (line 228) | func (s *ActionsService) ListEnvVariablesIter(ctx context.Context, owner... method ListHostedRunnersIter (line 263) | func (s *ActionsService) ListHostedRunnersIter(ctx context.Context, org ... method ListOrgSecretsIter (line 298) | func (s *ActionsService) ListOrgSecretsIter(ctx context.Context, org str... method ListOrgVariablesIter (line 333) | func (s *ActionsService) ListOrgVariablesIter(ctx context.Context, org s... method ListOrganizationRunnerGroupsIter (line 368) | func (s *ActionsService) ListOrganizationRunnerGroupsIter(ctx context.Co... method ListOrganizationRunnersIter (line 403) | func (s *ActionsService) ListOrganizationRunnersIter(ctx context.Context... method ListRepoOrgSecretsIter (line 438) | func (s *ActionsService) ListRepoOrgSecretsIter(ctx context.Context, own... method ListRepoOrgVariablesIter (line 473) | func (s *ActionsService) ListRepoOrgVariablesIter(ctx context.Context, o... method ListRepoSecretsIter (line 508) | func (s *ActionsService) ListRepoSecretsIter(ctx context.Context, owner ... method ListRepoVariablesIter (line 543) | func (s *ActionsService) ListRepoVariablesIter(ctx context.Context, owne... method ListRepositoriesSelfHostedRunnersAllowedInOrganizationIter (line 578) | func (s *ActionsService) ListRepositoriesSelfHostedRunnersAllowedInOrgan... method ListRepositoryAccessRunnerGroupIter (line 613) | func (s *ActionsService) ListRepositoryAccessRunnerGroupIter(ctx context... method ListRepositoryWorkflowRunsIter (line 648) | func (s *ActionsService) ListRepositoryWorkflowRunsIter(ctx context.Cont... method ListRunnerGroupHostedRunnersIter (line 683) | func (s *ActionsService) ListRunnerGroupHostedRunnersIter(ctx context.Co... method ListRunnerGroupRunnersIter (line 718) | func (s *ActionsService) ListRunnerGroupRunnersIter(ctx context.Context,... method ListRunnersIter (line 753) | func (s *ActionsService) ListRunnersIter(ctx context.Context, owner stri... method ListSelectedReposForOrgSecretIter (line 788) | func (s *ActionsService) ListSelectedReposForOrgSecretIter(ctx context.C... method ListSelectedReposForOrgVariableIter (line 823) | func (s *ActionsService) ListSelectedReposForOrgVariableIter(ctx context... method ListWorkflowJobsIter (line 858) | func (s *ActionsService) ListWorkflowJobsIter(ctx context.Context, owner... method ListWorkflowJobsAttemptIter (line 893) | func (s *ActionsService) ListWorkflowJobsAttemptIter(ctx context.Context... method ListWorkflowRunArtifactsIter (line 928) | func (s *ActionsService) ListWorkflowRunArtifactsIter(ctx context.Contex... method ListWorkflowRunsByFileNameIter (line 963) | func (s *ActionsService) ListWorkflowRunsByFileNameIter(ctx context.Cont... method ListWorkflowRunsByIDIter (line 998) | func (s *ActionsService) ListWorkflowRunsByIDIter(ctx context.Context, o... method ListWorkflowsIter (line 1033) | func (s *ActionsService) ListWorkflowsIter(ctx context.Context, owner st... method ListEventsIter (line 1068) | func (s *ActivityService) ListEventsIter(ctx context.Context, opts *List... method ListEventsForOrganizationIter (line 1099) | func (s *ActivityService) ListEventsForOrganizationIter(ctx context.Cont... method ListEventsForRepoNetworkIter (line 1130) | func (s *ActivityService) ListEventsForRepoNetworkIter(ctx context.Conte... method ListEventsPerformedByUserIter (line 1161) | func (s *ActivityService) ListEventsPerformedByUserIter(ctx context.Cont... method ListEventsReceivedByUserIter (line 1192) | func (s *ActivityService) ListEventsReceivedByUserIter(ctx context.Conte... method ListIssueEventsForRepositoryIter (line 1223) | func (s *ActivityService) ListIssueEventsForRepositoryIter(ctx context.C... method ListNotificationsIter (line 1254) | func (s *ActivityService) ListNotificationsIter(ctx context.Context, opt... method ListRepositoryEventsIter (line 1285) | func (s *ActivityService) ListRepositoryEventsIter(ctx context.Context, ... method ListRepositoryNotificationsIter (line 1316) | func (s *ActivityService) ListRepositoryNotificationsIter(ctx context.Co... method ListStargazersIter (line 1347) | func (s *ActivityService) ListStargazersIter(ctx context.Context, owner ... method ListStarredIter (line 1378) | func (s *ActivityService) ListStarredIter(ctx context.Context, user stri... method ListUserEventsForOrganizationIter (line 1409) | func (s *ActivityService) ListUserEventsForOrganizationIter(ctx context.... method ListWatchedIter (line 1440) | func (s *ActivityService) ListWatchedIter(ctx context.Context, user stri... method ListWatchersIter (line 1471) | func (s *ActivityService) ListWatchersIter(ctx context.Context, owner st... method ListHookDeliveriesIter (line 1502) | func (s *AppsService) ListHookDeliveriesIter(ctx context.Context, opts *... method ListInstallationRequestsIter (line 1533) | func (s *AppsService) ListInstallationRequestsIter(ctx context.Context, ... method ListInstallationsIter (line 1564) | func (s *AppsService) ListInstallationsIter(ctx context.Context, opts *L... method ListReposIter (line 1595) | func (s *AppsService) ListReposIter(ctx context.Context, opts *ListOptio... method ListUserInstallationsIter (line 1630) | func (s *AppsService) ListUserInstallationsIter(ctx context.Context, opt... method ListUserReposIter (line 1661) | func (s *AppsService) ListUserReposIter(ctx context.Context, id int64, o... method ListCheckRunAnnotationsIter (line 1696) | func (s *ChecksService) ListCheckRunAnnotationsIter(ctx context.Context,... method ListCheckRunsCheckSuiteIter (line 1727) | func (s *ChecksService) ListCheckRunsCheckSuiteIter(ctx context.Context,... method ListCheckRunsForRefIter (line 1762) | func (s *ChecksService) ListCheckRunsForRefIter(ctx context.Context, own... method ListCheckSuitesForRefIter (line 1797) | func (s *ChecksService) ListCheckSuitesForRefIter(ctx context.Context, o... method ListAcceptedAssignmentsIter (line 1832) | func (s *ClassroomService) ListAcceptedAssignmentsIter(ctx context.Conte... method ListClassroomAssignmentsIter (line 1863) | func (s *ClassroomService) ListClassroomAssignmentsIter(ctx context.Cont... method ListClassroomsIter (line 1894) | func (s *ClassroomService) ListClassroomsIter(ctx context.Context, opts ... method ListAlertInstancesIter (line 1925) | func (s *CodeScanningService) ListAlertInstancesIter(ctx context.Context... method ListAlertsForOrgIter (line 1956) | func (s *CodeScanningService) ListAlertsForOrgIter(ctx context.Context, ... method ListAlertsForRepoIter (line 1988) | func (s *CodeScanningService) ListAlertsForRepoIter(ctx context.Context,... method ListAnalysesForRepoIter (line 2020) | func (s *CodeScanningService) ListAnalysesForRepoIter(ctx context.Contex... method ListIter (line 2051) | func (s *CodespacesService) ListIter(ctx context.Context, opts *ListCode... method ListDevContainerConfigurationsIter (line 2086) | func (s *CodespacesService) ListDevContainerConfigurationsIter(ctx conte... method ListInOrgIter (line 2121) | func (s *CodespacesService) ListInOrgIter(ctx context.Context, org strin... method ListInRepoIter (line 2156) | func (s *CodespacesService) ListInRepoIter(ctx context.Context, owner st... method ListOrgSecretsIter (line 2191) | func (s *CodespacesService) ListOrgSecretsIter(ctx context.Context, org ... method ListRepoSecretsIter (line 2226) | func (s *CodespacesService) ListRepoSecretsIter(ctx context.Context, own... method ListSelectedReposForOrgSecretIter (line 2261) | func (s *CodespacesService) ListSelectedReposForOrgSecretIter(ctx contex... method ListSelectedReposForUserSecretIter (line 2296) | func (s *CodespacesService) ListSelectedReposForUserSecretIter(ctx conte... method ListUserCodespacesInOrgIter (line 2331) | func (s *CodespacesService) ListUserCodespacesInOrgIter(ctx context.Cont... method ListUserSecretsIter (line 2366) | func (s *CodespacesService) ListUserSecretsIter(ctx context.Context, opt... method ListCopilotEnterpriseSeatsIter (line 2401) | func (s *CopilotService) ListCopilotEnterpriseSeatsIter(ctx context.Cont... method ListCopilotSeatsIter (line 2436) | func (s *CopilotService) ListCopilotSeatsIter(ctx context.Context, org s... method ListOrgAlertsIter (line 2471) | func (s *DependabotService) ListOrgAlertsIter(ctx context.Context, org s... method ListOrgSecretsIter (line 2503) | func (s *DependabotService) ListOrgSecretsIter(ctx context.Context, org ... method ListRepoAlertsIter (line 2538) | func (s *DependabotService) ListRepoAlertsIter(ctx context.Context, owne... method ListRepoSecretsIter (line 2570) | func (s *DependabotService) ListRepoSecretsIter(ctx context.Context, own... method ListSelectedReposForOrgSecretIter (line 2605) | func (s *DependabotService) ListSelectedReposForOrgSecretIter(ctx contex... method ListAppAccessibleOrganizationRepositoriesIter (line 2640) | func (s *EnterpriseService) ListAppAccessibleOrganizationRepositoriesIte... method ListAppInstallableOrganizationsIter (line 2671) | func (s *EnterpriseService) ListAppInstallableOrganizationsIter(ctx cont... method ListAppInstallationsIter (line 2702) | func (s *EnterpriseService) ListAppInstallationsIter(ctx context.Context... method ListAssignmentsIter (line 2733) | func (s *EnterpriseService) ListAssignmentsIter(ctx context.Context, ent... method ListCodeSecurityConfigurationRepositoriesIter (line 2764) | func (s *EnterpriseService) ListCodeSecurityConfigurationRepositoriesIte... method ListCodeSecurityConfigurationsIter (line 2795) | func (s *EnterpriseService) ListCodeSecurityConfigurationsIter(ctx conte... method ListEnterpriseNetworkConfigurationsIter (line 2826) | func (s *EnterpriseService) ListEnterpriseNetworkConfigurationsIter(ctx ... method ListHostedRunnersIter (line 2861) | func (s *EnterpriseService) ListHostedRunnersIter(ctx context.Context, e... method ListOrganizationAccessRunnerGroupIter (line 2896) | func (s *EnterpriseService) ListOrganizationAccessRunnerGroupIter(ctx co... method ListOrganizationCustomPropertyValuesIter (line 2931) | func (s *EnterpriseService) ListOrganizationCustomPropertyValuesIter(ctx... method ListRepositoriesForOrgAppInstallationIter (line 2962) | func (s *EnterpriseService) ListRepositoriesForOrgAppInstallationIter(ct... method ListRunnerGroupRunnersIter (line 2993) | func (s *EnterpriseService) ListRunnerGroupRunnersIter(ctx context.Conte... method ListRunnerGroupsIter (line 3028) | func (s *EnterpriseService) ListRunnerGroupsIter(ctx context.Context, en... method ListRunnersIter (line 3063) | func (s *EnterpriseService) ListRunnersIter(ctx context.Context, enterpr... method ListTeamMembersIter (line 3098) | func (s *EnterpriseService) ListTeamMembersIter(ctx context.Context, ent... method ListTeamsIter (line 3129) | func (s *EnterpriseService) ListTeamsIter(ctx context.Context, enterpris... method ListIter (line 3160) | func (s *GistsService) ListIter(ctx context.Context, user string, opts *... method ListAllIter (line 3191) | func (s *GistsService) ListAllIter(ctx context.Context, opts *GistListOp... method ListCommentsIter (line 3222) | func (s *GistsService) ListCommentsIter(ctx context.Context, gistID stri... method ListCommitsIter (line 3253) | func (s *GistsService) ListCommitsIter(ctx context.Context, id string, o... method ListForksIter (line 3284) | func (s *GistsService) ListForksIter(ctx context.Context, id string, opt... method ListStarredIter (line 3315) | func (s *GistsService) ListStarredIter(ctx context.Context, opts *GistLi... method ListAllIssuesIter (line 3346) | func (s *IssuesService) ListAllIssuesIter(ctx context.Context, opts *Lis... method ListAssigneesIter (line 3377) | func (s *IssuesService) ListAssigneesIter(ctx context.Context, owner str... method ListByOrgIter (line 3408) | func (s *IssuesService) ListByOrgIter(ctx context.Context, org string, o... method ListByRepoIter (line 3439) | func (s *IssuesService) ListByRepoIter(ctx context.Context, owner string... method ListCommentsIter (line 3471) | func (s *IssuesService) ListCommentsIter(ctx context.Context, owner stri... method ListIssueEventsIter (line 3502) | func (s *IssuesService) ListIssueEventsIter(ctx context.Context, owner s... method ListIssueTimelineIter (line 3533) | func (s *IssuesService) ListIssueTimelineIter(ctx context.Context, owner... method ListLabelsIter (line 3564) | func (s *IssuesService) ListLabelsIter(ctx context.Context, owner string... method ListLabelsByIssueIter (line 3595) | func (s *IssuesService) ListLabelsByIssueIter(ctx context.Context, owner... method ListLabelsForMilestoneIter (line 3626) | func (s *IssuesService) ListLabelsForMilestoneIter(ctx context.Context, ... method ListMilestonesIter (line 3657) | func (s *IssuesService) ListMilestonesIter(ctx context.Context, owner st... method ListRepositoryEventsIter (line 3688) | func (s *IssuesService) ListRepositoryEventsIter(ctx context.Context, ow... method ListUserIssuesIter (line 3719) | func (s *IssuesService) ListUserIssuesIter(ctx context.Context, opts *Li... method ListIter (line 3750) | func (s *LicensesService) ListIter(ctx context.Context, opts *ListLicens... method ListMarketplacePurchasesForUserIter (line 3781) | func (s *MarketplaceService) ListMarketplacePurchasesForUserIter(ctx con... method ListPlanAccountsForPlanIter (line 3812) | func (s *MarketplaceService) ListPlanAccountsForPlanIter(ctx context.Con... method ListPlansIter (line 3843) | func (s *MarketplaceService) ListPlansIter(ctx context.Context, opts *Li... method ListMigrationsIter (line 3874) | func (s *MigrationService) ListMigrationsIter(ctx context.Context, org s... method ListUserMigrationsIter (line 3905) | func (s *MigrationService) ListUserMigrationsIter(ctx context.Context, o... method ListIter (line 3936) | func (s *OrganizationsService) ListIter(ctx context.Context, user string... method ListAttestationsIter (line 3967) | func (s *OrganizationsService) ListAttestationsIter(ctx context.Context,... method ListBlockedUsersIter (line 4002) | func (s *OrganizationsService) ListBlockedUsersIter(ctx context.Context,... method ListCodeSecurityConfigurationRepositoriesIter (line 4033) | func (s *OrganizationsService) ListCodeSecurityConfigurationRepositories... method ListCodeSecurityConfigurationsIter (line 4064) | func (s *OrganizationsService) ListCodeSecurityConfigurationsIter(ctx co... method ListCredentialAuthorizationsIter (line 4095) | func (s *OrganizationsService) ListCredentialAuthorizationsIter(ctx cont... method ListCustomPropertyValuesIter (line 4126) | func (s *OrganizationsService) ListCustomPropertyValuesIter(ctx context.... method ListFailedOrgInvitationsIter (line 4157) | func (s *OrganizationsService) ListFailedOrgInvitationsIter(ctx context.... method ListFineGrainedPersonalAccessTokenRequestsIter (line 4188) | func (s *OrganizationsService) ListFineGrainedPersonalAccessTokenRequest... method ListFineGrainedPersonalAccessTokensIter (line 4219) | func (s *OrganizationsService) ListFineGrainedPersonalAccessTokensIter(c... method ListHookDeliveriesIter (line 4250) | func (s *OrganizationsService) ListHookDeliveriesIter(ctx context.Contex... method ListHooksIter (line 4281) | func (s *OrganizationsService) ListHooksIter(ctx context.Context, org st... method ListImmutableReleaseRepositoriesIter (line 4312) | func (s *OrganizationsService) ListImmutableReleaseRepositoriesIter(ctx ... method ListInstallationsIter (line 4347) | func (s *OrganizationsService) ListInstallationsIter(ctx context.Context... method ListMembersIter (line 4382) | func (s *OrganizationsService) ListMembersIter(ctx context.Context, org ... method ListNetworkConfigurationsIter (line 4413) | func (s *OrganizationsService) ListNetworkConfigurationsIter(ctx context... method ListOrgInvitationTeamsIter (line 4448) | func (s *OrganizationsService) ListOrgInvitationTeamsIter(ctx context.Co... method ListOrgMembershipsIter (line 4479) | func (s *OrganizationsService) ListOrgMembershipsIter(ctx context.Contex... method ListOutsideCollaboratorsIter (line 4510) | func (s *OrganizationsService) ListOutsideCollaboratorsIter(ctx context.... method ListPackagesIter (line 4541) | func (s *OrganizationsService) ListPackagesIter(ctx context.Context, org... method ListPendingOrgInvitationsIter (line 4572) | func (s *OrganizationsService) ListPendingOrgInvitationsIter(ctx context... method ListTeamsAssignedToOrgRoleIter (line 4603) | func (s *OrganizationsService) ListTeamsAssignedToOrgRoleIter(ctx contex... method ListUsersAssignedToOrgRoleIter (line 4634) | func (s *OrganizationsService) ListUsersAssignedToOrgRoleIter(ctx contex... method ListOrganizationPrivateRegistriesIter (line 4665) | func (s *PrivateRegistriesService) ListOrganizationPrivateRegistriesIter... method ListOrganizationProjectFieldsIter (line 4700) | func (s *ProjectsService) ListOrganizationProjectFieldsIter(ctx context.... method ListOrganizationProjectItemsIter (line 4731) | func (s *ProjectsService) ListOrganizationProjectItemsIter(ctx context.C... method ListOrganizationProjectsIter (line 4762) | func (s *ProjectsService) ListOrganizationProjectsIter(ctx context.Conte... method ListUserProjectFieldsIter (line 4793) | func (s *ProjectsService) ListUserProjectFieldsIter(ctx context.Context,... method ListUserProjectItemsIter (line 4824) | func (s *ProjectsService) ListUserProjectItemsIter(ctx context.Context, ... method ListUserProjectsIter (line 4855) | func (s *ProjectsService) ListUserProjectsIter(ctx context.Context, user... method ListIter (line 4886) | func (s *PullRequestsService) ListIter(ctx context.Context, owner string... method ListCommentsIter (line 4917) | func (s *PullRequestsService) ListCommentsIter(ctx context.Context, owne... method ListCommitsIter (line 4948) | func (s *PullRequestsService) ListCommitsIter(ctx context.Context, owner... method ListFilesIter (line 4979) | func (s *PullRequestsService) ListFilesIter(ctx context.Context, owner s... method ListPullRequestsWithCommitIter (line 5010) | func (s *PullRequestsService) ListPullRequestsWithCommitIter(ctx context... method ListReviewCommentsIter (line 5041) | func (s *PullRequestsService) ListReviewCommentsIter(ctx context.Context... method ListReviewsIter (line 5072) | func (s *PullRequestsService) ListReviewsIter(ctx context.Context, owner... method ListCommentReactionsIter (line 5103) | func (s *ReactionsService) ListCommentReactionsIter(ctx context.Context,... method ListIssueCommentReactionsIter (line 5134) | func (s *ReactionsService) ListIssueCommentReactionsIter(ctx context.Con... method ListIssueReactionsIter (line 5165) | func (s *ReactionsService) ListIssueReactionsIter(ctx context.Context, o... method ListPullRequestCommentReactionsIter (line 5196) | func (s *ReactionsService) ListPullRequestCommentReactionsIter(ctx conte... method ListReleaseReactionsIter (line 5227) | func (s *ReactionsService) ListReleaseReactionsIter(ctx context.Context,... method ListTeamDiscussionCommentReactionsIter (line 5258) | func (s *ReactionsService) ListTeamDiscussionCommentReactionsIter(ctx co... method ListTeamDiscussionReactionsIter (line 5289) | func (s *ReactionsService) ListTeamDiscussionReactionsIter(ctx context.C... method ListIter (line 5320) | func (s *RepositoriesService) ListIter(ctx context.Context, user string,... method ListAllTopicsIter (line 5351) | func (s *RepositoriesService) ListAllTopicsIter(ctx context.Context, own... method ListAttestationsIter (line 5382) | func (s *RepositoriesService) ListAttestationsIter(ctx context.Context, ... method ListBranchesIter (line 5417) | func (s *RepositoriesService) ListBranchesIter(ctx context.Context, owne... method ListByAuthenticatedUserIter (line 5448) | func (s *RepositoriesService) ListByAuthenticatedUserIter(ctx context.Co... method ListByOrgIter (line 5479) | func (s *RepositoriesService) ListByOrgIter(ctx context.Context, org str... method ListByUserIter (line 5510) | func (s *RepositoriesService) ListByUserIter(ctx context.Context, user s... method ListCollaboratorsIter (line 5541) | func (s *RepositoriesService) ListCollaboratorsIter(ctx context.Context,... method ListCommentsIter (line 5572) | func (s *RepositoriesService) ListCommentsIter(ctx context.Context, owne... method ListCommitCommentsIter (line 5603) | func (s *RepositoriesService) ListCommitCommentsIter(ctx context.Context... method ListCommitsIter (line 5634) | func (s *RepositoriesService) ListCommitsIter(ctx context.Context, owner... method ListContributorsIter (line 5665) | func (s *RepositoriesService) ListContributorsIter(ctx context.Context, ... method ListCustomDeploymentRuleIntegrationsIter (line 5696) | func (s *RepositoriesService) ListCustomDeploymentRuleIntegrationsIter(c... method ListDeploymentBranchPoliciesIter (line 5731) | func (s *RepositoriesService) ListDeploymentBranchPoliciesIter(ctx conte... method ListDeploymentStatusesIter (line 5766) | func (s *RepositoriesService) ListDeploymentStatusesIter(ctx context.Con... method ListDeploymentsIter (line 5797) | func (s *RepositoriesService) ListDeploymentsIter(ctx context.Context, o... method ListEnvironmentsIter (line 5828) | func (s *RepositoriesService) ListEnvironmentsIter(ctx context.Context, ... method ListForksIter (line 5863) | func (s *RepositoriesService) ListForksIter(ctx context.Context, owner s... method ListHookDeliveriesIter (line 5894) | func (s *RepositoriesService) ListHookDeliveriesIter(ctx context.Context... method ListHooksIter (line 5925) | func (s *RepositoriesService) ListHooksIter(ctx context.Context, owner s... method ListInvitationsIter (line 5956) | func (s *RepositoriesService) ListInvitationsIter(ctx context.Context, o... method ListKeysIter (line 5987) | func (s *RepositoriesService) ListKeysIter(ctx context.Context, owner st... method ListPagesBuildsIter (line 6018) | func (s *RepositoriesService) ListPagesBuildsIter(ctx context.Context, o... method ListPreReceiveHooksIter (line 6049) | func (s *RepositoriesService) ListPreReceiveHooksIter(ctx context.Contex... method ListReleaseAssetsIter (line 6080) | func (s *RepositoriesService) ListReleaseAssetsIter(ctx context.Context,... method ListReleasesIter (line 6111) | func (s *RepositoriesService) ListReleasesIter(ctx context.Context, owne... method ListRepositoryActivitiesIter (line 6142) | func (s *RepositoriesService) ListRepositoryActivitiesIter(ctx context.C... method ListStatusesIter (line 6173) | func (s *RepositoriesService) ListStatusesIter(ctx context.Context, owne... method ListTagsIter (line 6204) | func (s *RepositoriesService) ListTagsIter(ctx context.Context, owner st... method ListTeamsIter (line 6235) | func (s *RepositoriesService) ListTeamsIter(ctx context.Context, owner s... method ListAlertsForEnterpriseIter (line 6266) | func (s *SecretScanningService) ListAlertsForEnterpriseIter(ctx context.... method ListAlertsForOrgIter (line 6298) | func (s *SecretScanningService) ListAlertsForOrgIter(ctx context.Context... method ListAlertsForRepoIter (line 6330) | func (s *SecretScanningService) ListAlertsForRepoIter(ctx context.Contex... method ListLocationsForAlertIter (line 6362) | func (s *SecretScanningService) ListLocationsForAlertIter(ctx context.Co... method ListGlobalSecurityAdvisoriesIter (line 6393) | func (s *SecurityAdvisoriesService) ListGlobalSecurityAdvisoriesIter(ctx... method ListRepositorySecurityAdvisoriesIter (line 6424) | func (s *SecurityAdvisoriesService) ListRepositorySecurityAdvisoriesIter... method ListRepositorySecurityAdvisoriesForOrgIter (line 6455) | func (s *SecurityAdvisoriesService) ListRepositorySecurityAdvisoriesForO... method ListByIssueIter (line 6486) | func (s *SubIssueService) ListByIssueIter(ctx context.Context, owner str... method ListChildTeamsByParentIDIter (line 6517) | func (s *TeamsService) ListChildTeamsByParentIDIter(ctx context.Context,... method ListChildTeamsByParentSlugIter (line 6548) | func (s *TeamsService) ListChildTeamsByParentSlugIter(ctx context.Contex... method ListCommentsByIDIter (line 6579) | func (s *TeamsService) ListCommentsByIDIter(ctx context.Context, orgID i... method ListCommentsBySlugIter (line 6610) | func (s *TeamsService) ListCommentsBySlugIter(ctx context.Context, org s... method ListDiscussionsByIDIter (line 6641) | func (s *TeamsService) ListDiscussionsByIDIter(ctx context.Context, orgI... method ListDiscussionsBySlugIter (line 6672) | func (s *TeamsService) ListDiscussionsBySlugIter(ctx context.Context, or... method ListExternalGroupsIter (line 6703) | func (s *TeamsService) ListExternalGroupsIter(ctx context.Context, org s... method ListIDPGroupsInOrganizationIter (line 6738) | func (s *TeamsService) ListIDPGroupsInOrganizationIter(ctx context.Conte... method ListPendingTeamInvitationsByIDIter (line 6773) | func (s *TeamsService) ListPendingTeamInvitationsByIDIter(ctx context.Co... method ListPendingTeamInvitationsBySlugIter (line 6804) | func (s *TeamsService) ListPendingTeamInvitationsBySlugIter(ctx context.... method ListTeamMembersByIDIter (line 6835) | func (s *TeamsService) ListTeamMembersByIDIter(ctx context.Context, orgI... method ListTeamMembersBySlugIter (line 6866) | func (s *TeamsService) ListTeamMembersBySlugIter(ctx context.Context, or... method ListTeamReposByIDIter (line 6897) | func (s *TeamsService) ListTeamReposByIDIter(ctx context.Context, orgID ... method ListTeamReposBySlugIter (line 6928) | func (s *TeamsService) ListTeamReposBySlugIter(ctx context.Context, org ... method ListTeamsIter (line 6959) | func (s *TeamsService) ListTeamsIter(ctx context.Context, org string, op... method ListUserTeamsIter (line 6990) | func (s *TeamsService) ListUserTeamsIter(ctx context.Context, opts *List... method ListAttestationsIter (line 7021) | func (s *UsersService) ListAttestationsIter(ctx context.Context, user st... method ListBlockedUsersIter (line 7056) | func (s *UsersService) ListBlockedUsersIter(ctx context.Context, opts *L... method ListEmailsIter (line 7087) | func (s *UsersService) ListEmailsIter(ctx context.Context, opts *ListOpt... method ListFollowersIter (line 7118) | func (s *UsersService) ListFollowersIter(ctx context.Context, user strin... method ListFollowingIter (line 7149) | func (s *UsersService) ListFollowingIter(ctx context.Context, user strin... method ListGPGKeysIter (line 7180) | func (s *UsersService) ListGPGKeysIter(ctx context.Context, user string,... method ListInvitationsIter (line 7211) | func (s *UsersService) ListInvitationsIter(ctx context.Context, opts *Li... method ListKeysIter (line 7242) | func (s *UsersService) ListKeysIter(ctx context.Context, user string, op... method ListPackageVersionsIter (line 7273) | func (s *UsersService) ListPackageVersionsIter(ctx context.Context, pack... method ListPackagesIter (line 7304) | func (s *UsersService) ListPackagesIter(ctx context.Context, user string... method ListSSHSigningKeysIter (line 7335) | func (s *UsersService) ListSSHSigningKeysIter(ctx context.Context, user ... method ListSocialAccountsIter (line 7366) | func (s *UsersService) ListSocialAccountsIter(ctx context.Context, opts ... method ListUserSocialAccountsIter (line 7397) | func (s *UsersService) ListUserSocialAccountsIter(ctx context.Context, u... FILE: github/github-iterators_test.go function TestActionsService_ListArtifactsIter (line 18) | func TestActionsService_ListArtifactsIter(t *testing.T) { function TestActionsService_ListCacheUsageByRepoForOrgIter (line 90) | func TestActionsService_ListCacheUsageByRepoForOrgIter(t *testing.T) { function TestActionsService_ListCachesIter (line 162) | func TestActionsService_ListCachesIter(t *testing.T) { function TestActionsService_ListEnabledOrgsInEnterpriseIter (line 234) | func TestActionsService_ListEnabledOrgsInEnterpriseIter(t *testing.T) { function TestActionsService_ListEnabledReposInOrgIter (line 306) | func TestActionsService_ListEnabledReposInOrgIter(t *testing.T) { function TestActionsService_ListEnvSecretsIter (line 378) | func TestActionsService_ListEnvSecretsIter(t *testing.T) { function TestActionsService_ListEnvVariablesIter (line 450) | func TestActionsService_ListEnvVariablesIter(t *testing.T) { function TestActionsService_ListHostedRunnersIter (line 522) | func TestActionsService_ListHostedRunnersIter(t *testing.T) { function TestActionsService_ListOrgSecretsIter (line 594) | func TestActionsService_ListOrgSecretsIter(t *testing.T) { function TestActionsService_ListOrgVariablesIter (line 666) | func TestActionsService_ListOrgVariablesIter(t *testing.T) { function TestActionsService_ListOrganizationRunnerGroupsIter (line 738) | func TestActionsService_ListOrganizationRunnerGroupsIter(t *testing.T) { function TestActionsService_ListOrganizationRunnersIter (line 810) | func TestActionsService_ListOrganizationRunnersIter(t *testing.T) { function TestActionsService_ListRepoOrgSecretsIter (line 882) | func TestActionsService_ListRepoOrgSecretsIter(t *testing.T) { function TestActionsService_ListRepoOrgVariablesIter (line 954) | func TestActionsService_ListRepoOrgVariablesIter(t *testing.T) { function TestActionsService_ListRepoSecretsIter (line 1026) | func TestActionsService_ListRepoSecretsIter(t *testing.T) { function TestActionsService_ListRepoVariablesIter (line 1098) | func TestActionsService_ListRepoVariablesIter(t *testing.T) { function TestActionsService_ListRepositoriesSelfHostedRunnersAllowedInOrganizationIter (line 1170) | func TestActionsService_ListRepositoriesSelfHostedRunnersAllowedInOrgani... function TestActionsService_ListRepositoryAccessRunnerGroupIter (line 1242) | func TestActionsService_ListRepositoryAccessRunnerGroupIter(t *testing.T) { function TestActionsService_ListRepositoryWorkflowRunsIter (line 1314) | func TestActionsService_ListRepositoryWorkflowRunsIter(t *testing.T) { function TestActionsService_ListRunnerGroupHostedRunnersIter (line 1386) | func TestActionsService_ListRunnerGroupHostedRunnersIter(t *testing.T) { function TestActionsService_ListRunnerGroupRunnersIter (line 1458) | func TestActionsService_ListRunnerGroupRunnersIter(t *testing.T) { function TestActionsService_ListRunnersIter (line 1530) | func TestActionsService_ListRunnersIter(t *testing.T) { function TestActionsService_ListSelectedReposForOrgSecretIter (line 1602) | func TestActionsService_ListSelectedReposForOrgSecretIter(t *testing.T) { function TestActionsService_ListSelectedReposForOrgVariableIter (line 1674) | func TestActionsService_ListSelectedReposForOrgVariableIter(t *testing.T) { function TestActionsService_ListWorkflowJobsIter (line 1746) | func TestActionsService_ListWorkflowJobsIter(t *testing.T) { function TestActionsService_ListWorkflowJobsAttemptIter (line 1818) | func TestActionsService_ListWorkflowJobsAttemptIter(t *testing.T) { function TestActionsService_ListWorkflowRunArtifactsIter (line 1890) | func TestActionsService_ListWorkflowRunArtifactsIter(t *testing.T) { function TestActionsService_ListWorkflowRunsByFileNameIter (line 1962) | func TestActionsService_ListWorkflowRunsByFileNameIter(t *testing.T) { function TestActionsService_ListWorkflowRunsByIDIter (line 2034) | func TestActionsService_ListWorkflowRunsByIDIter(t *testing.T) { function TestActionsService_ListWorkflowsIter (line 2106) | func TestActionsService_ListWorkflowsIter(t *testing.T) { function TestActivityService_ListEventsIter (line 2178) | func TestActivityService_ListEventsIter(t *testing.T) { function TestActivityService_ListEventsForOrganizationIter (line 2250) | func TestActivityService_ListEventsForOrganizationIter(t *testing.T) { function TestActivityService_ListEventsForRepoNetworkIter (line 2322) | func TestActivityService_ListEventsForRepoNetworkIter(t *testing.T) { function TestActivityService_ListEventsPerformedByUserIter (line 2394) | func TestActivityService_ListEventsPerformedByUserIter(t *testing.T) { function TestActivityService_ListEventsReceivedByUserIter (line 2466) | func TestActivityService_ListEventsReceivedByUserIter(t *testing.T) { function TestActivityService_ListIssueEventsForRepositoryIter (line 2538) | func TestActivityService_ListIssueEventsForRepositoryIter(t *testing.T) { function TestActivityService_ListNotificationsIter (line 2610) | func TestActivityService_ListNotificationsIter(t *testing.T) { function TestActivityService_ListRepositoryEventsIter (line 2682) | func TestActivityService_ListRepositoryEventsIter(t *testing.T) { function TestActivityService_ListRepositoryNotificationsIter (line 2754) | func TestActivityService_ListRepositoryNotificationsIter(t *testing.T) { function TestActivityService_ListStargazersIter (line 2826) | func TestActivityService_ListStargazersIter(t *testing.T) { function TestActivityService_ListStarredIter (line 2898) | func TestActivityService_ListStarredIter(t *testing.T) { function TestActivityService_ListUserEventsForOrganizationIter (line 2970) | func TestActivityService_ListUserEventsForOrganizationIter(t *testing.T) { function TestActivityService_ListWatchedIter (line 3042) | func TestActivityService_ListWatchedIter(t *testing.T) { function TestActivityService_ListWatchersIter (line 3114) | func TestActivityService_ListWatchersIter(t *testing.T) { function TestAppsService_ListHookDeliveriesIter (line 3186) | func TestAppsService_ListHookDeliveriesIter(t *testing.T) { function TestAppsService_ListInstallationRequestsIter (line 3258) | func TestAppsService_ListInstallationRequestsIter(t *testing.T) { function TestAppsService_ListInstallationsIter (line 3330) | func TestAppsService_ListInstallationsIter(t *testing.T) { function TestAppsService_ListReposIter (line 3402) | func TestAppsService_ListReposIter(t *testing.T) { function TestAppsService_ListUserInstallationsIter (line 3474) | func TestAppsService_ListUserInstallationsIter(t *testing.T) { function TestAppsService_ListUserReposIter (line 3546) | func TestAppsService_ListUserReposIter(t *testing.T) { function TestChecksService_ListCheckRunAnnotationsIter (line 3618) | func TestChecksService_ListCheckRunAnnotationsIter(t *testing.T) { function TestChecksService_ListCheckRunsCheckSuiteIter (line 3690) | func TestChecksService_ListCheckRunsCheckSuiteIter(t *testing.T) { function TestChecksService_ListCheckRunsForRefIter (line 3762) | func TestChecksService_ListCheckRunsForRefIter(t *testing.T) { function TestChecksService_ListCheckSuitesForRefIter (line 3834) | func TestChecksService_ListCheckSuitesForRefIter(t *testing.T) { function TestClassroomService_ListAcceptedAssignmentsIter (line 3906) | func TestClassroomService_ListAcceptedAssignmentsIter(t *testing.T) { function TestClassroomService_ListClassroomAssignmentsIter (line 3978) | func TestClassroomService_ListClassroomAssignmentsIter(t *testing.T) { function TestClassroomService_ListClassroomsIter (line 4050) | func TestClassroomService_ListClassroomsIter(t *testing.T) { function TestCodeScanningService_ListAlertInstancesIter (line 4122) | func TestCodeScanningService_ListAlertInstancesIter(t *testing.T) { function TestCodeScanningService_ListAlertsForOrgIter (line 4194) | func TestCodeScanningService_ListAlertsForOrgIter(t *testing.T) { function TestCodeScanningService_ListAlertsForRepoIter (line 4266) | func TestCodeScanningService_ListAlertsForRepoIter(t *testing.T) { function TestCodeScanningService_ListAnalysesForRepoIter (line 4338) | func TestCodeScanningService_ListAnalysesForRepoIter(t *testing.T) { function TestCodespacesService_ListIter (line 4410) | func TestCodespacesService_ListIter(t *testing.T) { function TestCodespacesService_ListDevContainerConfigurationsIter (line 4482) | func TestCodespacesService_ListDevContainerConfigurationsIter(t *testing... function TestCodespacesService_ListInOrgIter (line 4554) | func TestCodespacesService_ListInOrgIter(t *testing.T) { function TestCodespacesService_ListInRepoIter (line 4626) | func TestCodespacesService_ListInRepoIter(t *testing.T) { function TestCodespacesService_ListOrgSecretsIter (line 4698) | func TestCodespacesService_ListOrgSecretsIter(t *testing.T) { function TestCodespacesService_ListRepoSecretsIter (line 4770) | func TestCodespacesService_ListRepoSecretsIter(t *testing.T) { function TestCodespacesService_ListSelectedReposForOrgSecretIter (line 4842) | func TestCodespacesService_ListSelectedReposForOrgSecretIter(t *testing.... function TestCodespacesService_ListSelectedReposForUserSecretIter (line 4914) | func TestCodespacesService_ListSelectedReposForUserSecretIter(t *testing... function TestCodespacesService_ListUserCodespacesInOrgIter (line 4986) | func TestCodespacesService_ListUserCodespacesInOrgIter(t *testing.T) { function TestCodespacesService_ListUserSecretsIter (line 5058) | func TestCodespacesService_ListUserSecretsIter(t *testing.T) { function TestCopilotService_ListCopilotEnterpriseSeatsIter (line 5130) | func TestCopilotService_ListCopilotEnterpriseSeatsIter(t *testing.T) { function TestCopilotService_ListCopilotSeatsIter (line 5202) | func TestCopilotService_ListCopilotSeatsIter(t *testing.T) { function TestDependabotService_ListOrgAlertsIter (line 5274) | func TestDependabotService_ListOrgAlertsIter(t *testing.T) { function TestDependabotService_ListOrgSecretsIter (line 5346) | func TestDependabotService_ListOrgSecretsIter(t *testing.T) { function TestDependabotService_ListRepoAlertsIter (line 5418) | func TestDependabotService_ListRepoAlertsIter(t *testing.T) { function TestDependabotService_ListRepoSecretsIter (line 5490) | func TestDependabotService_ListRepoSecretsIter(t *testing.T) { function TestDependabotService_ListSelectedReposForOrgSecretIter (line 5562) | func TestDependabotService_ListSelectedReposForOrgSecretIter(t *testing.... function TestEnterpriseService_ListAppAccessibleOrganizationRepositoriesIter (line 5634) | func TestEnterpriseService_ListAppAccessibleOrganizationRepositoriesIter... function TestEnterpriseService_ListAppInstallableOrganizationsIter (line 5706) | func TestEnterpriseService_ListAppInstallableOrganizationsIter(t *testin... function TestEnterpriseService_ListAppInstallationsIter (line 5778) | func TestEnterpriseService_ListAppInstallationsIter(t *testing.T) { function TestEnterpriseService_ListAssignmentsIter (line 5850) | func TestEnterpriseService_ListAssignmentsIter(t *testing.T) { function TestEnterpriseService_ListCodeSecurityConfigurationRepositoriesIter (line 5922) | func TestEnterpriseService_ListCodeSecurityConfigurationRepositoriesIter... function TestEnterpriseService_ListCodeSecurityConfigurationsIter (line 5994) | func TestEnterpriseService_ListCodeSecurityConfigurationsIter(t *testing... function TestEnterpriseService_ListEnterpriseNetworkConfigurationsIter (line 6066) | func TestEnterpriseService_ListEnterpriseNetworkConfigurationsIter(t *te... function TestEnterpriseService_ListHostedRunnersIter (line 6138) | func TestEnterpriseService_ListHostedRunnersIter(t *testing.T) { function TestEnterpriseService_ListOrganizationAccessRunnerGroupIter (line 6210) | func TestEnterpriseService_ListOrganizationAccessRunnerGroupIter(t *test... function TestEnterpriseService_ListOrganizationCustomPropertyValuesIter (line 6282) | func TestEnterpriseService_ListOrganizationCustomPropertyValuesIter(t *t... function TestEnterpriseService_ListRepositoriesForOrgAppInstallationIter (line 6354) | func TestEnterpriseService_ListRepositoriesForOrgAppInstallationIter(t *... function TestEnterpriseService_ListRunnerGroupRunnersIter (line 6426) | func TestEnterpriseService_ListRunnerGroupRunnersIter(t *testing.T) { function TestEnterpriseService_ListRunnerGroupsIter (line 6498) | func TestEnterpriseService_ListRunnerGroupsIter(t *testing.T) { function TestEnterpriseService_ListRunnersIter (line 6570) | func TestEnterpriseService_ListRunnersIter(t *testing.T) { function TestEnterpriseService_ListTeamMembersIter (line 6642) | func TestEnterpriseService_ListTeamMembersIter(t *testing.T) { function TestEnterpriseService_ListTeamsIter (line 6714) | func TestEnterpriseService_ListTeamsIter(t *testing.T) { function TestGistsService_ListIter (line 6786) | func TestGistsService_ListIter(t *testing.T) { function TestGistsService_ListAllIter (line 6858) | func TestGistsService_ListAllIter(t *testing.T) { function TestGistsService_ListCommentsIter (line 6930) | func TestGistsService_ListCommentsIter(t *testing.T) { function TestGistsService_ListCommitsIter (line 7002) | func TestGistsService_ListCommitsIter(t *testing.T) { function TestGistsService_ListForksIter (line 7074) | func TestGistsService_ListForksIter(t *testing.T) { function TestGistsService_ListStarredIter (line 7146) | func TestGistsService_ListStarredIter(t *testing.T) { function TestIssuesService_ListAllIssuesIter (line 7218) | func TestIssuesService_ListAllIssuesIter(t *testing.T) { function TestIssuesService_ListAssigneesIter (line 7290) | func TestIssuesService_ListAssigneesIter(t *testing.T) { function TestIssuesService_ListByOrgIter (line 7362) | func TestIssuesService_ListByOrgIter(t *testing.T) { function TestIssuesService_ListByRepoIter (line 7434) | func TestIssuesService_ListByRepoIter(t *testing.T) { function TestIssuesService_ListCommentsIter (line 7506) | func TestIssuesService_ListCommentsIter(t *testing.T) { function TestIssuesService_ListIssueEventsIter (line 7578) | func TestIssuesService_ListIssueEventsIter(t *testing.T) { function TestIssuesService_ListIssueTimelineIter (line 7650) | func TestIssuesService_ListIssueTimelineIter(t *testing.T) { function TestIssuesService_ListLabelsIter (line 7722) | func TestIssuesService_ListLabelsIter(t *testing.T) { function TestIssuesService_ListLabelsByIssueIter (line 7794) | func TestIssuesService_ListLabelsByIssueIter(t *testing.T) { function TestIssuesService_ListLabelsForMilestoneIter (line 7866) | func TestIssuesService_ListLabelsForMilestoneIter(t *testing.T) { function TestIssuesService_ListMilestonesIter (line 7938) | func TestIssuesService_ListMilestonesIter(t *testing.T) { function TestIssuesService_ListRepositoryEventsIter (line 8010) | func TestIssuesService_ListRepositoryEventsIter(t *testing.T) { function TestIssuesService_ListUserIssuesIter (line 8082) | func TestIssuesService_ListUserIssuesIter(t *testing.T) { function TestLicensesService_ListIter (line 8154) | func TestLicensesService_ListIter(t *testing.T) { function TestMarketplaceService_ListMarketplacePurchasesForUserIter (line 8226) | func TestMarketplaceService_ListMarketplacePurchasesForUserIter(t *testi... function TestMarketplaceService_ListPlanAccountsForPlanIter (line 8298) | func TestMarketplaceService_ListPlanAccountsForPlanIter(t *testing.T) { function TestMarketplaceService_ListPlansIter (line 8370) | func TestMarketplaceService_ListPlansIter(t *testing.T) { function TestMigrationService_ListMigrationsIter (line 8442) | func TestMigrationService_ListMigrationsIter(t *testing.T) { function TestMigrationService_ListUserMigrationsIter (line 8514) | func TestMigrationService_ListUserMigrationsIter(t *testing.T) { function TestOrganizationsService_ListIter (line 8586) | func TestOrganizationsService_ListIter(t *testing.T) { function TestOrganizationsService_ListAttestationsIter (line 8658) | func TestOrganizationsService_ListAttestationsIter(t *testing.T) { function TestOrganizationsService_ListBlockedUsersIter (line 8730) | func TestOrganizationsService_ListBlockedUsersIter(t *testing.T) { function TestOrganizationsService_ListCodeSecurityConfigurationRepositoriesIter (line 8802) | func TestOrganizationsService_ListCodeSecurityConfigurationRepositoriesI... function TestOrganizationsService_ListCodeSecurityConfigurationsIter (line 8874) | func TestOrganizationsService_ListCodeSecurityConfigurationsIter(t *test... function TestOrganizationsService_ListCredentialAuthorizationsIter (line 8946) | func TestOrganizationsService_ListCredentialAuthorizationsIter(t *testin... function TestOrganizationsService_ListCustomPropertyValuesIter (line 9018) | func TestOrganizationsService_ListCustomPropertyValuesIter(t *testing.T) { function TestOrganizationsService_ListFailedOrgInvitationsIter (line 9090) | func TestOrganizationsService_ListFailedOrgInvitationsIter(t *testing.T) { function TestOrganizationsService_ListFineGrainedPersonalAccessTokenRequestsIter (line 9162) | func TestOrganizationsService_ListFineGrainedPersonalAccessTokenRequests... function TestOrganizationsService_ListFineGrainedPersonalAccessTokensIter (line 9234) | func TestOrganizationsService_ListFineGrainedPersonalAccessTokensIter(t ... function TestOrganizationsService_ListHookDeliveriesIter (line 9306) | func TestOrganizationsService_ListHookDeliveriesIter(t *testing.T) { function TestOrganizationsService_ListHooksIter (line 9378) | func TestOrganizationsService_ListHooksIter(t *testing.T) { function TestOrganizationsService_ListImmutableReleaseRepositoriesIter (line 9450) | func TestOrganizationsService_ListImmutableReleaseRepositoriesIter(t *te... function TestOrganizationsService_ListInstallationsIter (line 9522) | func TestOrganizationsService_ListInstallationsIter(t *testing.T) { function TestOrganizationsService_ListMembersIter (line 9594) | func TestOrganizationsService_ListMembersIter(t *testing.T) { function TestOrganizationsService_ListNetworkConfigurationsIter (line 9666) | func TestOrganizationsService_ListNetworkConfigurationsIter(t *testing.T) { function TestOrganizationsService_ListOrgInvitationTeamsIter (line 9738) | func TestOrganizationsService_ListOrgInvitationTeamsIter(t *testing.T) { function TestOrganizationsService_ListOrgMembershipsIter (line 9810) | func TestOrganizationsService_ListOrgMembershipsIter(t *testing.T) { function TestOrganizationsService_ListOutsideCollaboratorsIter (line 9882) | func TestOrganizationsService_ListOutsideCollaboratorsIter(t *testing.T) { function TestOrganizationsService_ListPackagesIter (line 9954) | func TestOrganizationsService_ListPackagesIter(t *testing.T) { function TestOrganizationsService_ListPendingOrgInvitationsIter (line 10026) | func TestOrganizationsService_ListPendingOrgInvitationsIter(t *testing.T) { function TestOrganizationsService_ListTeamsAssignedToOrgRoleIter (line 10098) | func TestOrganizationsService_ListTeamsAssignedToOrgRoleIter(t *testing.... function TestOrganizationsService_ListUsersAssignedToOrgRoleIter (line 10170) | func TestOrganizationsService_ListUsersAssignedToOrgRoleIter(t *testing.... function TestPrivateRegistriesService_ListOrganizationPrivateRegistriesIter (line 10242) | func TestPrivateRegistriesService_ListOrganizationPrivateRegistriesIter(... function TestProjectsService_ListOrganizationProjectFieldsIter (line 10314) | func TestProjectsService_ListOrganizationProjectFieldsIter(t *testing.T) { function TestProjectsService_ListOrganizationProjectItemsIter (line 10386) | func TestProjectsService_ListOrganizationProjectItemsIter(t *testing.T) { function TestProjectsService_ListOrganizationProjectsIter (line 10458) | func TestProjectsService_ListOrganizationProjectsIter(t *testing.T) { function TestProjectsService_ListUserProjectFieldsIter (line 10530) | func TestProjectsService_ListUserProjectFieldsIter(t *testing.T) { function TestProjectsService_ListUserProjectItemsIter (line 10602) | func TestProjectsService_ListUserProjectItemsIter(t *testing.T) { function TestProjectsService_ListUserProjectsIter (line 10674) | func TestProjectsService_ListUserProjectsIter(t *testing.T) { function TestPullRequestsService_ListIter (line 10746) | func TestPullRequestsService_ListIter(t *testing.T) { function TestPullRequestsService_ListCommentsIter (line 10818) | func TestPullRequestsService_ListCommentsIter(t *testing.T) { function TestPullRequestsService_ListCommitsIter (line 10890) | func TestPullRequestsService_ListCommitsIter(t *testing.T) { function TestPullRequestsService_ListFilesIter (line 10962) | func TestPullRequestsService_ListFilesIter(t *testing.T) { function TestPullRequestsService_ListPullRequestsWithCommitIter (line 11034) | func TestPullRequestsService_ListPullRequestsWithCommitIter(t *testing.T) { function TestPullRequestsService_ListReviewCommentsIter (line 11106) | func TestPullRequestsService_ListReviewCommentsIter(t *testing.T) { function TestPullRequestsService_ListReviewsIter (line 11178) | func TestPullRequestsService_ListReviewsIter(t *testing.T) { function TestReactionsService_ListCommentReactionsIter (line 11250) | func TestReactionsService_ListCommentReactionsIter(t *testing.T) { function TestReactionsService_ListIssueCommentReactionsIter (line 11322) | func TestReactionsService_ListIssueCommentReactionsIter(t *testing.T) { function TestReactionsService_ListIssueReactionsIter (line 11394) | func TestReactionsService_ListIssueReactionsIter(t *testing.T) { function TestReactionsService_ListPullRequestCommentReactionsIter (line 11466) | func TestReactionsService_ListPullRequestCommentReactionsIter(t *testing... function TestReactionsService_ListReleaseReactionsIter (line 11538) | func TestReactionsService_ListReleaseReactionsIter(t *testing.T) { function TestReactionsService_ListTeamDiscussionCommentReactionsIter (line 11610) | func TestReactionsService_ListTeamDiscussionCommentReactionsIter(t *test... function TestReactionsService_ListTeamDiscussionReactionsIter (line 11682) | func TestReactionsService_ListTeamDiscussionReactionsIter(t *testing.T) { function TestRepositoriesService_ListIter (line 11754) | func TestRepositoriesService_ListIter(t *testing.T) { function TestRepositoriesService_ListAllTopicsIter (line 11826) | func TestRepositoriesService_ListAllTopicsIter(t *testing.T) { function TestRepositoriesService_ListAttestationsIter (line 11898) | func TestRepositoriesService_ListAttestationsIter(t *testing.T) { function TestRepositoriesService_ListBranchesIter (line 11970) | func TestRepositoriesService_ListBranchesIter(t *testing.T) { function TestRepositoriesService_ListByAuthenticatedUserIter (line 12042) | func TestRepositoriesService_ListByAuthenticatedUserIter(t *testing.T) { function TestRepositoriesService_ListByOrgIter (line 12114) | func TestRepositoriesService_ListByOrgIter(t *testing.T) { function TestRepositoriesService_ListByUserIter (line 12186) | func TestRepositoriesService_ListByUserIter(t *testing.T) { function TestRepositoriesService_ListCollaboratorsIter (line 12258) | func TestRepositoriesService_ListCollaboratorsIter(t *testing.T) { function TestRepositoriesService_ListCommentsIter (line 12330) | func TestRepositoriesService_ListCommentsIter(t *testing.T) { function TestRepositoriesService_ListCommitCommentsIter (line 12402) | func TestRepositoriesService_ListCommitCommentsIter(t *testing.T) { function TestRepositoriesService_ListCommitsIter (line 12474) | func TestRepositoriesService_ListCommitsIter(t *testing.T) { function TestRepositoriesService_ListContributorsIter (line 12546) | func TestRepositoriesService_ListContributorsIter(t *testing.T) { function TestRepositoriesService_ListCustomDeploymentRuleIntegrationsIter (line 12618) | func TestRepositoriesService_ListCustomDeploymentRuleIntegrationsIter(t ... function TestRepositoriesService_ListDeploymentBranchPoliciesIter (line 12690) | func TestRepositoriesService_ListDeploymentBranchPoliciesIter(t *testing... function TestRepositoriesService_ListDeploymentStatusesIter (line 12762) | func TestRepositoriesService_ListDeploymentStatusesIter(t *testing.T) { function TestRepositoriesService_ListDeploymentsIter (line 12834) | func TestRepositoriesService_ListDeploymentsIter(t *testing.T) { function TestRepositoriesService_ListEnvironmentsIter (line 12906) | func TestRepositoriesService_ListEnvironmentsIter(t *testing.T) { function TestRepositoriesService_ListForksIter (line 12978) | func TestRepositoriesService_ListForksIter(t *testing.T) { function TestRepositoriesService_ListHookDeliveriesIter (line 13050) | func TestRepositoriesService_ListHookDeliveriesIter(t *testing.T) { function TestRepositoriesService_ListHooksIter (line 13122) | func TestRepositoriesService_ListHooksIter(t *testing.T) { function TestRepositoriesService_ListInvitationsIter (line 13194) | func TestRepositoriesService_ListInvitationsIter(t *testing.T) { function TestRepositoriesService_ListKeysIter (line 13266) | func TestRepositoriesService_ListKeysIter(t *testing.T) { function TestRepositoriesService_ListPagesBuildsIter (line 13338) | func TestRepositoriesService_ListPagesBuildsIter(t *testing.T) { function TestRepositoriesService_ListPreReceiveHooksIter (line 13410) | func TestRepositoriesService_ListPreReceiveHooksIter(t *testing.T) { function TestRepositoriesService_ListReleaseAssetsIter (line 13482) | func TestRepositoriesService_ListReleaseAssetsIter(t *testing.T) { function TestRepositoriesService_ListReleasesIter (line 13554) | func TestRepositoriesService_ListReleasesIter(t *testing.T) { function TestRepositoriesService_ListRepositoryActivitiesIter (line 13626) | func TestRepositoriesService_ListRepositoryActivitiesIter(t *testing.T) { function TestRepositoriesService_ListStatusesIter (line 13698) | func TestRepositoriesService_ListStatusesIter(t *testing.T) { function TestRepositoriesService_ListTagsIter (line 13770) | func TestRepositoriesService_ListTagsIter(t *testing.T) { function TestRepositoriesService_ListTeamsIter (line 13842) | func TestRepositoriesService_ListTeamsIter(t *testing.T) { function TestSecretScanningService_ListAlertsForEnterpriseIter (line 13914) | func TestSecretScanningService_ListAlertsForEnterpriseIter(t *testing.T) { function TestSecretScanningService_ListAlertsForOrgIter (line 13986) | func TestSecretScanningService_ListAlertsForOrgIter(t *testing.T) { function TestSecretScanningService_ListAlertsForRepoIter (line 14058) | func TestSecretScanningService_ListAlertsForRepoIter(t *testing.T) { function TestSecretScanningService_ListLocationsForAlertIter (line 14130) | func TestSecretScanningService_ListLocationsForAlertIter(t *testing.T) { function TestSecurityAdvisoriesService_ListGlobalSecurityAdvisoriesIter (line 14202) | func TestSecurityAdvisoriesService_ListGlobalSecurityAdvisoriesIter(t *t... function TestSecurityAdvisoriesService_ListRepositorySecurityAdvisoriesIter (line 14274) | func TestSecurityAdvisoriesService_ListRepositorySecurityAdvisoriesIter(... function TestSecurityAdvisoriesService_ListRepositorySecurityAdvisoriesForOrgIter (line 14346) | func TestSecurityAdvisoriesService_ListRepositorySecurityAdvisoriesForOr... function TestSubIssueService_ListByIssueIter (line 14418) | func TestSubIssueService_ListByIssueIter(t *testing.T) { function TestTeamsService_ListChildTeamsByParentIDIter (line 14490) | func TestTeamsService_ListChildTeamsByParentIDIter(t *testing.T) { function TestTeamsService_ListChildTeamsByParentSlugIter (line 14562) | func TestTeamsService_ListChildTeamsByParentSlugIter(t *testing.T) { function TestTeamsService_ListCommentsByIDIter (line 14634) | func TestTeamsService_ListCommentsByIDIter(t *testing.T) { function TestTeamsService_ListCommentsBySlugIter (line 14706) | func TestTeamsService_ListCommentsBySlugIter(t *testing.T) { function TestTeamsService_ListDiscussionsByIDIter (line 14778) | func TestTeamsService_ListDiscussionsByIDIter(t *testing.T) { function TestTeamsService_ListDiscussionsBySlugIter (line 14850) | func TestTeamsService_ListDiscussionsBySlugIter(t *testing.T) { function TestTeamsService_ListExternalGroupsIter (line 14922) | func TestTeamsService_ListExternalGroupsIter(t *testing.T) { function TestTeamsService_ListIDPGroupsInOrganizationIter (line 14994) | func TestTeamsService_ListIDPGroupsInOrganizationIter(t *testing.T) { function TestTeamsService_ListPendingTeamInvitationsByIDIter (line 15066) | func TestTeamsService_ListPendingTeamInvitationsByIDIter(t *testing.T) { function TestTeamsService_ListPendingTeamInvitationsBySlugIter (line 15138) | func TestTeamsService_ListPendingTeamInvitationsBySlugIter(t *testing.T) { function TestTeamsService_ListTeamMembersByIDIter (line 15210) | func TestTeamsService_ListTeamMembersByIDIter(t *testing.T) { function TestTeamsService_ListTeamMembersBySlugIter (line 15282) | func TestTeamsService_ListTeamMembersBySlugIter(t *testing.T) { function TestTeamsService_ListTeamReposByIDIter (line 15354) | func TestTeamsService_ListTeamReposByIDIter(t *testing.T) { function TestTeamsService_ListTeamReposBySlugIter (line 15426) | func TestTeamsService_ListTeamReposBySlugIter(t *testing.T) { function TestTeamsService_ListTeamsIter (line 15498) | func TestTeamsService_ListTeamsIter(t *testing.T) { function TestTeamsService_ListUserTeamsIter (line 15570) | func TestTeamsService_ListUserTeamsIter(t *testing.T) { function TestUsersService_ListAttestationsIter (line 15642) | func TestUsersService_ListAttestationsIter(t *testing.T) { function TestUsersService_ListBlockedUsersIter (line 15714) | func TestUsersService_ListBlockedUsersIter(t *testing.T) { function TestUsersService_ListEmailsIter (line 15786) | func TestUsersService_ListEmailsIter(t *testing.T) { function TestUsersService_ListFollowersIter (line 15858) | func TestUsersService_ListFollowersIter(t *testing.T) { function TestUsersService_ListFollowingIter (line 15930) | func TestUsersService_ListFollowingIter(t *testing.T) { function TestUsersService_ListGPGKeysIter (line 16002) | func TestUsersService_ListGPGKeysIter(t *testing.T) { function TestUsersService_ListInvitationsIter (line 16074) | func TestUsersService_ListInvitationsIter(t *testing.T) { function TestUsersService_ListKeysIter (line 16146) | func TestUsersService_ListKeysIter(t *testing.T) { function TestUsersService_ListPackageVersionsIter (line 16218) | func TestUsersService_ListPackageVersionsIter(t *testing.T) { function TestUsersService_ListPackagesIter (line 16290) | func TestUsersService_ListPackagesIter(t *testing.T) { function TestUsersService_ListSSHSigningKeysIter (line 16362) | func TestUsersService_ListSSHSigningKeysIter(t *testing.T) { function TestUsersService_ListSocialAccountsIter (line 16434) | func TestUsersService_ListSocialAccountsIter(t *testing.T) { function TestUsersService_ListUserSocialAccountsIter (line 16506) | func TestUsersService_ListUserSocialAccountsIter(t *testing.T) { FILE: github/github-stringify_test.go function TestAcceptedAssignment_String (line 16) | func TestAcceptedAssignment_String(t *testing.T) { function TestActionsAllowed_String (line 33) | func TestActionsAllowed_String(t *testing.T) { function TestActionsPermissions_String (line 46) | func TestActionsPermissions_String(t *testing.T) { function TestActionsPermissionsEnterprise_String (line 60) | func TestActionsPermissionsEnterprise_String(t *testing.T) { function TestActionsPermissionsRepository_String (line 73) | func TestActionsPermissionsRepository_String(t *testing.T) { function TestAdminStats_String (line 87) | func TestAdminStats_String(t *testing.T) { function TestAdvancedSecurity_String (line 107) | func TestAdvancedSecurity_String(t *testing.T) { function TestArtifactPeriod_String (line 118) | func TestArtifactPeriod_String(t *testing.T) { function TestAssignmentGrade_String (line 130) | func TestAssignmentGrade_String(t *testing.T) { function TestAuthorization_String (line 151) | func TestAuthorization_String(t *testing.T) { function TestAuthorizationApp_String (line 174) | func TestAuthorizationApp_String(t *testing.T) { function TestAuthorizationRequest_String (line 187) | func TestAuthorizationRequest_String(t *testing.T) { function TestAuthorizationUpdateRequest_String (line 203) | func TestAuthorizationUpdateRequest_String(t *testing.T) { function TestCheckRun_String (line 219) | func TestCheckRun_String(t *testing.T) { function TestCheckSuite_String (line 244) | func TestCheckSuite_String(t *testing.T) { function TestClassroom_String (line 271) | func TestClassroom_String(t *testing.T) { function TestClassroomAssignment_String (line 286) | func TestClassroomAssignment_String(t *testing.T) { function TestClassroomUser_String (line 315) | func TestClassroomUser_String(t *testing.T) { function TestCodeOfConduct_String (line 329) | func TestCodeOfConduct_String(t *testing.T) { function TestCodeResult_String (line 343) | func TestCodeResult_String(t *testing.T) { function TestCombinedStatus_String (line 358) | func TestCombinedStatus_String(t *testing.T) { function TestCommentStats_String (line 374) | func TestCommentStats_String(t *testing.T) { function TestCommit_String (line 388) | func TestCommit_String(t *testing.T) { function TestCommitAuthor_String (line 408) | func TestCommitAuthor_String(t *testing.T) { function TestCommitFile_String (line 422) | func TestCommitFile_String(t *testing.T) { function TestCommitStats_String (line 443) | func TestCommitStats_String(t *testing.T) { function TestCommitsComparison_String (line 456) | func TestCommitsComparison_String(t *testing.T) { function TestContributorApprovalPermissions_String (line 477) | func TestContributorApprovalPermissions_String(t *testing.T) { function TestContributorStats_String (line 488) | func TestContributorStats_String(t *testing.T) { function TestDependabotSecurityUpdates_String (line 500) | func TestDependabotSecurityUpdates_String(t *testing.T) { function TestDiscussionComment_String (line 511) | func TestDiscussionComment_String(t *testing.T) { function TestDraftReviewComment_String (line 534) | func TestDraftReviewComment_String(t *testing.T) { function TestEnterprise_String (line 551) | func TestEnterprise_String(t *testing.T) { function TestEnterpriseBudget_String (line 571) | func TestEnterpriseBudget_String(t *testing.T) { function TestEvent_String (line 589) | func TestEvent_String(t *testing.T) { function TestGPGKey_String (line 606) | func TestGPGKey_String(t *testing.T) { function TestGist_String (line 627) | func TestGist_String(t *testing.T) { function TestGistComment_String (line 648) | func TestGistComment_String(t *testing.T) { function TestGistCommit_String (line 663) | func TestGistCommit_String(t *testing.T) { function TestGistFile_String (line 679) | func TestGistFile_String(t *testing.T) { function TestGistFork_String (line 695) | func TestGistFork_String(t *testing.T) { function TestGistStats_String (line 711) | func TestGistStats_String(t *testing.T) { function TestGitObject_String (line 724) | func TestGitObject_String(t *testing.T) { function TestGitignore_String (line 737) | func TestGitignore_String(t *testing.T) { function TestGrant_String (line 749) | func TestGrant_String(t *testing.T) { function TestHeadCommit_String (line 765) | func TestHeadCommit_String(t *testing.T) { function TestHook_String (line 787) | func TestHook_String(t *testing.T) { function TestHookDelivery_String (line 808) | func TestHookDelivery_String(t *testing.T) { function TestHookStats_String (line 831) | func TestHookStats_String(t *testing.T) { function TestImport_String (line 844) | func TestImport_String(t *testing.T) { function TestInstallation_String (line 876) | func TestInstallation_String(t *testing.T) { function TestInvitation_String (line 907) | func TestInvitation_String(t *testing.T) { function TestIssue_String (line 928) | func TestIssue_String(t *testing.T) { function TestIssueComment_String (line 968) | func TestIssueComment_String(t *testing.T) { function TestIssueStats_String (line 989) | func TestIssueStats_String(t *testing.T) { function TestKey_String (line 1002) | func TestKey_String(t *testing.T) { function TestLabel_String (line 1021) | func TestLabel_String(t *testing.T) { function TestLabelResult_String (line 1038) | func TestLabelResult_String(t *testing.T) { function TestLargeFile_String (line 1055) | func TestLargeFile_String(t *testing.T) { function TestLicense_String (line 1069) | func TestLicense_String(t *testing.T) { function TestMembership_String (line 1088) | func TestMembership_String(t *testing.T) { function TestMigration_String (line 1104) | func TestMigration_String(t *testing.T) { function TestMilestone_String (line 1122) | func TestMilestone_String(t *testing.T) { function TestMilestoneStats_String (line 1148) | func TestMilestoneStats_String(t *testing.T) { function TestNewTeam_String (line 1161) | func TestNewTeam_String(t *testing.T) { function TestOAuthAPP_String (line 1180) | func TestOAuthAPP_String(t *testing.T) { function TestOrgStats_String (line 1193) | func TestOrgStats_String(t *testing.T) { function TestOrganization_String (line 1207) | func TestOrganization_String(t *testing.T) { function TestPackage_String (line 1282) | func TestPackage_String(t *testing.T) { function TestPackageContainerMetadata_String (line 1308) | func TestPackageContainerMetadata_String(t *testing.T) { function TestPackageEventContainerMetadata_String (line 1319) | func TestPackageEventContainerMetadata_String(t *testing.T) { function TestPackageEventContainerMetadataTag_String (line 1330) | func TestPackageEventContainerMetadataTag_String(t *testing.T) { function TestPackageFile_String (line 1342) | func TestPackageFile_String(t *testing.T) { function TestPackageMetadata_String (line 1364) | func TestPackageMetadata_String(t *testing.T) { function TestPackageNPMMetadata_String (line 1376) | func TestPackageNPMMetadata_String(t *testing.T) { function TestPackageNugetMetadata_String (line 1410) | func TestPackageNugetMetadata_String(t *testing.T) { function TestPackageRegistry_String (line 1421) | func TestPackageRegistry_String(t *testing.T) { function TestPackageRelease_String (line 1436) | func TestPackageRelease_String(t *testing.T) { function TestPackageVersion_String (line 1457) | func TestPackageVersion_String(t *testing.T) { function TestPackageVersionBody_String (line 1494) | func TestPackageVersionBody_String(t *testing.T) { function TestPackageVersionBodyInfo_String (line 1506) | func TestPackageVersionBodyInfo_String(t *testing.T) { function TestPageStats_String (line 1523) | func TestPageStats_String(t *testing.T) { function TestPlan_String (line 1534) | func TestPlan_String(t *testing.T) { function TestPreReceiveHook_String (line 1550) | func TestPreReceiveHook_String(t *testing.T) { function TestProjectV2_String (line 1564) | func TestProjectV2_String(t *testing.T) { function TestPullRequest_String (line 1599) | func TestPullRequest_String(t *testing.T) { function TestPullRequestComment_String (line 1653) | func TestPullRequestComment_String(t *testing.T) { function TestPullRequestReview_String (line 1689) | func TestPullRequestReview_String(t *testing.T) { function TestPullRequestReviewDismissalRequest_String (line 1709) | func TestPullRequestReviewDismissalRequest_String(t *testing.T) { function TestPullRequestReviewRequest_String (line 1720) | func TestPullRequestReviewRequest_String(t *testing.T) { function TestPullRequestThread_String (line 1734) | func TestPullRequestThread_String(t *testing.T) { function TestPullStats_String (line 1746) | func TestPullStats_String(t *testing.T) { function TestPushEvent_String (line 1760) | func TestPushEvent_String(t *testing.T) { function TestRate_String (line 1789) | func TestRate_String(t *testing.T) { function TestReaction_String (line 1804) | func TestReaction_String(t *testing.T) { function TestReference_String (line 1819) | func TestReference_String(t *testing.T) { function TestReleaseAsset_String (line 1833) | func TestReleaseAsset_String(t *testing.T) { function TestRename_String (line 1857) | func TestRename_String(t *testing.T) { function TestRepoStats_String (line 1869) | func TestRepoStats_String(t *testing.T) { function TestRepoStatus_String (line 1885) | func TestRepoStatus_String(t *testing.T) { function TestRepository_String (line 1906) | func TestRepository_String(t *testing.T) { function TestRepositoryComment_String (line 2020) | func TestRepositoryComment_String(t *testing.T) { function TestRepositoryCommit_String (line 2042) | func TestRepositoryCommit_String(t *testing.T) { function TestRepositoryContent_String (line 2061) | func TestRepositoryContent_String(t *testing.T) { function TestRepositoryLicense_String (line 2084) | func TestRepositoryLicense_String(t *testing.T) { function TestRepositoryParticipation_String (line 2106) | func TestRepositoryParticipation_String(t *testing.T) { function TestRepositoryRelease_String (line 2118) | func TestRepositoryRelease_String(t *testing.T) { function TestSBOM_String (line 2149) | func TestSBOM_String(t *testing.T) { function TestSSHSigningKey_String (line 2160) | func TestSSHSigningKey_String(t *testing.T) { function TestSecretScanning_String (line 2174) | func TestSecretScanning_String(t *testing.T) { function TestSecretScanningPushProtection_String (line 2185) | func TestSecretScanningPushProtection_String(t *testing.T) { function TestSecurityAndAnalysis_String (line 2196) | func TestSecurityAndAnalysis_String(t *testing.T) { function TestSelfHostRunnerPermissionsEnterprise_String (line 2211) | func TestSelfHostRunnerPermissionsEnterprise_String(t *testing.T) { function TestSelfHostedRunnersSettingsOrganization_String (line 2222) | func TestSelfHostedRunnersSettingsOrganization_String(t *testing.T) { function TestSourceImportAuthor_String (line 2234) | func TestSourceImportAuthor_String(t *testing.T) { function TestTeam_String (line 2251) | func TestTeam_String(t *testing.T) { function TestTeamDiscussion_String (line 2280) | func TestTeamDiscussion_String(t *testing.T) { function TestTeamLDAPMapping_String (line 2308) | func TestTeamLDAPMapping_String(t *testing.T) { function TestTextMatch_String (line 2328) | func TestTextMatch_String(t *testing.T) { function TestTree_String (line 2342) | func TestTree_String(t *testing.T) { function TestTreeEntry_String (line 2354) | func TestTreeEntry_String(t *testing.T) { function TestUser_String (line 2371) | func TestUser_String(t *testing.T) { function TestUserLDAPMapping_String (line 2425) | func TestUserLDAPMapping_String(t *testing.T) { function TestUserMigration_String (line 2452) | func TestUserMigration_String(t *testing.T) { function TestUserStats_String (line 2470) | func TestUserStats_String(t *testing.T) { function TestWeeklyCommitActivity_String (line 2483) | func TestWeeklyCommitActivity_String(t *testing.T) { function TestWeeklyStats_String (line 2496) | func TestWeeklyStats_String(t *testing.T) { function TestWorkflowsPermissions_String (line 2510) | func TestWorkflowsPermissions_String(t *testing.T) { FILE: github/github.go constant Version (line 32) | Version = "v84.0.0" constant HeaderRateLimit (line 34) | HeaderRateLimit = "X-Ratelimit-Limit" constant HeaderRateRemaining (line 35) | HeaderRateRemaining = "X-Ratelimit-Remaining" constant HeaderRateReset (line 36) | HeaderRateReset = "X-Ratelimit-Reset" constant HeaderRateResource (line 37) | HeaderRateResource = "X-Ratelimit-Resource" constant HeaderRateUsed (line 38) | HeaderRateUsed = "X-Ratelimit-Used" constant HeaderRequestID (line 39) | HeaderRequestID = "X-Github-Request-Id" constant defaultAPIVersion (line 41) | defaultAPIVersion = "2022-11-28" constant defaultBaseURL (line 42) | defaultBaseURL = "https://api.github.com/" constant defaultUserAgent (line 43) | defaultUserAgent = "go-github" + "/" + Version constant uploadBaseURL (line 44) | uploadBaseURL = "https://uploads.github.com/" constant headerAPIVersion (line 46) | headerAPIVersion = "X-Github-Api-Version" constant headerOTP (line 47) | headerOTP = "X-Github-Otp" constant headerRetryAfter (line 48) | headerRetryAfter = "Retry-After" constant headerTokenExpiration (line 50) | headerTokenExpiration = "Github-Authentication-Token-Expiration" constant mediaTypeV3 (line 52) | mediaTypeV3 = "application/vnd.github.v3+json" constant defaultMediaType (line 53) | defaultMediaType = "application/octet-stream" constant mediaTypeV3SHA (line 54) | mediaTypeV3SHA = "application/vnd.github.v3.sha" constant mediaTypeV3Diff (line 55) | mediaTypeV3Diff = "application/vnd.github.v3.diff" constant mediaTypeV3Patch (line 56) | mediaTypeV3Patch = "application/vnd.github.v3.patch" constant mediaTypeOrgPermissionRepo (line 57) | mediaTypeOrgPermissionRepo = "application/vnd.github.v3.repository+json" constant mediaTypeIssueImportAPI (line 58) | mediaTypeIssueImportAPI = "application/vnd.github.golden-comet-previe... constant mediaTypeStarring (line 59) | mediaTypeStarring = "application/vnd.github.star+json" constant mediaTypeSCIM (line 60) | mediaTypeSCIM = "application/scim+json" constant mediaTypeMigrationsPreview (line 80) | mediaTypeMigrationsPreview = "application/vnd.github.wyandotte-preview+j... constant mediaTypeDeploymentStatusPreview (line 83) | mediaTypeDeploymentStatusPreview = "application/vnd.github.ant-man-previ... constant mediaTypeExpandDeploymentStatusPreview (line 86) | mediaTypeExpandDeploymentStatusPreview = "application/vnd.github.flash-p... constant mediaTypeReactionsPreview (line 89) | mediaTypeReactionsPreview = "application/vnd.github.squirrel-girl-preview" constant mediaTypeTimelinePreview (line 92) | mediaTypeTimelinePreview = "application/vnd.github.mockingbird-preview+j... constant mediaTypeProjectsPreview (line 95) | mediaTypeProjectsPreview = "application/vnd.github.inertia-preview+json" constant mediaTypeCommitSearchPreview (line 98) | mediaTypeCommitSearchPreview = "application/vnd.github.cloak-preview+json" constant mediaTypeBlockUsersPreview (line 101) | mediaTypeBlockUsersPreview = "application/vnd.github.giant-sentry-fist-p... constant mediaTypeCodesOfConductPreview (line 104) | mediaTypeCodesOfConductPreview = "application/vnd.github.scarlet-witch-p... constant mediaTypeTopicsPreview (line 107) | mediaTypeTopicsPreview = "application/vnd.github.mercy-preview+json" constant mediaTypeRequiredApprovingReviewsPreview (line 110) | mediaTypeRequiredApprovingReviewsPreview = "application/vnd.github.luke-... constant mediaTypeCheckRunsPreview (line 113) | mediaTypeCheckRunsPreview = "application/vnd.github.antiope-preview+json" constant mediaTypePreReceiveHooksPreview (line 116) | mediaTypePreReceiveHooksPreview = "application/vnd.github.eye-scream-pre... constant mediaTypeSignaturePreview (line 119) | mediaTypeSignaturePreview = "application/vnd.github.zzzax-preview+json" constant mediaTypeProjectCardDetailsPreview (line 122) | mediaTypeProjectCardDetailsPreview = "application/vnd.github.starfox-pre... constant mediaTypeInteractionRestrictionsPreview (line 125) | mediaTypeInteractionRestrictionsPreview = "application/vnd.github.sombra... constant mediaTypeEnablePagesAPIPreview (line 128) | mediaTypeEnablePagesAPIPreview = "application/vnd.github.switcheroo-prev... constant mediaTypeRequiredVulnerabilityAlertsPreview (line 131) | mediaTypeRequiredVulnerabilityAlertsPreview = "application/vnd.github.do... constant mediaTypeUpdatePullRequestBranchPreview (line 134) | mediaTypeUpdatePullRequestBranchPreview = "application/vnd.github.lydian... constant mediaTypeListPullsOrBranchesForCommitPreview (line 137) | mediaTypeListPullsOrBranchesForCommitPreview = "application/vnd.github.g... constant mediaTypeMemberAllowedRepoCreationTypePreview (line 140) | mediaTypeMemberAllowedRepoCreationTypePreview = "application/vnd.github.... constant mediaTypeRepositoryTemplatePreview (line 143) | mediaTypeRepositoryTemplatePreview = "application/vnd.github.baptiste-pr... constant mediaTypeMultiLineCommentsPreview (line 146) | mediaTypeMultiLineCommentsPreview = "application/vnd.github.comfort-fade... constant mediaTypeOAuthAppPreview (line 149) | mediaTypeOAuthAppPreview = "application/vnd.github.doctor-strange-previe... constant mediaTypeRepositoryVisibilityPreview (line 152) | mediaTypeRepositoryVisibilityPreview = "application/vnd.github.nebula-pr... constant mediaTypeContentAttachmentsPreview (line 155) | mediaTypeContentAttachmentsPreview = "application/vnd.github.corsair-pre... type Client (line 161) | type Client struct method Client (line 247) | func (c *Client) Client() *http.Client { method WithAuthToken (line 357) | func (c *Client) WithAuthToken(token string) *Client { method WithEnterpriseURLs (line 387) | func (c *Client) WithEnterpriseURLs(baseURL, uploadURL string) (*Clien... method initialize (line 423) | func (c *Client) initialize() { method copy (line 490) | func (c *Client) copy() *Client { method NewRequest (line 552) | func (c *Client) NewRequest(method, urlStr string, body any, opts ...R... method NewFormRequest (line 598) | func (c *Client) NewFormRequest(urlStr string, body io.Reader, opts ..... method NewUploadRequest (line 630) | func (c *Client) NewUploadRequest(urlStr string, reader io.Reader, siz... method bareDo (line 889) | func (c *Client) bareDo(ctx context.Context, caller *http.Client, req ... method BareDo (line 1007) | func (c *Client) BareDo(ctx context.Context, req *http.Request) (*Resp... method bareDoIgnoreRedirects (line 1017) | func (c *Client) bareDoIgnoreRedirects(ctx context.Context, req *http.... method bareDoUntilFound (line 1030) | func (c *Client) bareDoUntilFound(ctx context.Context, req *http.Reque... method Do (line 1075) | func (c *Client) Do(ctx context.Context, req *http.Request, v any) (*R... method checkRateLimitBeforeDo (line 1102) | func (c *Client) checkRateLimitBeforeDo(req *http.Request, rateLimitCa... method checkSecondaryRateLimitBeforeDo (line 1141) | func (c *Client) checkSecondaryRateLimitBeforeDo(req *http.Request) *A... method RateLimits (line 1619) | func (c *Client) RateLimits(ctx context.Context) (*RateLimits, *Respon... method roundTripWithOptionalFollowRedirect (line 1775) | func (c *Client) roundTripWithOptionalFollowRedirect(ctx context.Conte... type service (line 240) | type service struct type ListOptions (line 256) | type ListOptions struct type ListCursorOptions (line 266) | type ListCursorOptions struct type UploadOptions (line 292) | type UploadOptions struct type RawType (line 299) | type RawType constant Diff (line 303) | Diff RawType = 1 + iota constant Patch (line 305) | Patch type RawOptions (line 310) | type RawOptions struct type structPtr (line 314) | type structPtr interface function addOptions (line 318) | func addOptions[P structPtr[T], T any](s string, opts P) (string, error) { function NewClient (line 346) | func NewClient(httpClient *http.Client) *Client { function NewClientWithEnvProxy (line 515) | func NewClientWithEnvProxy() *Client { function NewTokenClient (line 522) | func NewTokenClient(_ context.Context, token string) *Client { function NewEnterpriseClient (line 531) | func NewEnterpriseClient(baseURL, uploadURL string, httpClient *http.Cli... type RequestOption (line 536) | type RequestOption function WithVersion (line 541) | func WithVersion(version string) RequestOption { type uploadRequestBodyReader (line 676) | type uploadRequestBodyReader struct type Response (line 683) | type Response struct method populatePageValues (line 741) | func (r *Response) populatePageValues() { function newResponse (line 731) | func newResponse(r *http.Response) *Response { function parseRate (line 808) | func parseRate(r *http.Response) Rate { function parseSecondaryRate (line 832) | func parseSecondaryRate(r *http.Response) *time.Duration { function parseTokenExpiration (line 856) | func parseTokenExpiration(r *http.Response) Timestamp { type requestContext (line 870) | type requestContext constant BypassRateLimitCheck (line 876) | BypassRateLimitCheck requestContext = iota constant SleepUntilPrimaryRateLimitResetWhenRateLimited (line 878) | SleepUntilPrimaryRateLimitResetWhenRateLimited function compareHTTPResponse (line 1169) | func compareHTTPResponse(r1, r2 *http.Response) bool { type ErrorResponse (line 1185) | type ErrorResponse struct method Error (line 1206) | func (r *ErrorResponse) Error() string { method Is (line 1221) | func (r *ErrorResponse) Is(target error) bool { type ErrorBlock (line 1201) | type ErrorBlock struct type TwoFactorAuthError (line 1267) | type TwoFactorAuthError method Error (line 1269) | func (r *TwoFactorAuthError) Error() string { return (*ErrorResponse)(... type RateLimitError (line 1273) | type RateLimitError struct method Error (line 1279) | func (r *RateLimitError) Error() string { method Is (line 1286) | func (r *RateLimitError) Is(target error) bool { type AcceptedError (line 1303) | type AcceptedError struct method Error (line 1308) | func (*AcceptedError) Error() string { method Is (line 1313) | func (ae *AcceptedError) Is(target error) bool { type AbuseRateLimitError (line 1323) | type AbuseRateLimitError struct method Error (line 1333) | func (r *AbuseRateLimitError) Error() string { method Is (line 1340) | func (r *AbuseRateLimitError) Is(target error) bool { type RedirectionError (line 1361) | type RedirectionError struct method Error (line 1367) | func (r *RedirectionError) Error() string { method Is (line 1374) | func (r *RedirectionError) Is(target error) bool { function sanitizeURL (line 1387) | func sanitizeURL(uri *url.URL) *url.URL { type Error (line 1421) | type Error struct method Error (line 1428) | func (e *Error) Error() string { method UnmarshalJSON (line 1434) | func (e *Error) UnmarshalJSON(data []byte) error { function CheckResponse (line 1452) | func CheckResponse(r *http.Response) error { function parseBoolResponse (line 1527) | func parseBoolResponse(err error) (bool, error) { type RateLimitCategory (line 1543) | type RateLimitCategory constant CoreCategory (line 1546) | CoreCategory RateLimitCategory = iota constant SearchCategory (line 1547) | SearchCategory constant GraphqlCategory (line 1548) | GraphqlCategory constant IntegrationManifestCategory (line 1549) | IntegrationManifestCategory constant SourceImportCategory (line 1550) | SourceImportCategory constant CodeScanningUploadCategory (line 1551) | CodeScanningUploadCategory constant ActionsRunnerRegistrationCategory (line 1552) | ActionsRunnerRegistrationCategory constant ScimCategory (line 1553) | ScimCategory constant DependencySnapshotsCategory (line 1554) | DependencySnapshotsCategory constant CodeSearchCategory (line 1555) | CodeSearchCategory constant AuditLogCategory (line 1556) | AuditLogCategory constant DependencySBOMCategory (line 1557) | DependencySBOMCategory constant Categories (line 1559) | Categories function GetRateLimitCategory (line 1563) | func GetRateLimitCategory(method, path string) RateLimitCategory { function setCredentialsAsHeaders (line 1623) | func setCredentialsAsHeaders(req *http.Request, id, secret string) *http... type UnauthenticatedRateLimitedTransport (line 1656) | type UnauthenticatedRateLimitedTransport struct method RoundTrip (line 1672) | func (t *UnauthenticatedRateLimitedTransport) RoundTrip(req *http.Requ... method Client (line 1687) | func (t *UnauthenticatedRateLimitedTransport) Client() *http.Client { method transport (line 1691) | func (t *UnauthenticatedRateLimitedTransport) transport() http.RoundTr... type BasicAuthTransport (line 1702) | type BasicAuthTransport struct method RoundTrip (line 1713) | func (t *BasicAuthTransport) RoundTrip(req *http.Request) (*http.Respo... method Client (line 1723) | func (t *BasicAuthTransport) Client() *http.Client { method transport (line 1727) | func (t *BasicAuthTransport) transport() http.RoundTripper { function formatRateReset (line 1737) | func formatRateReset(d time.Duration) string { function sleepUntilResetWithBuffer (line 1759) | func sleepUntilResetWithBuffer(ctx context.Context, reset time.Time) err... function Ptr (line 1804) | func Ptr[T any](v T) *T { function Bool (line 1814) | func Bool(v bool) *bool { return Ptr(v) } function Int (line 1822) | func Int(v int) *int { return Ptr(v) } function Int64 (line 1830) | func Int64(v int64) *int64 { return Ptr(v) } function String (line 1838) | func String(v string) *string { return Ptr(v) } type roundTripperFunc (line 1841) | type roundTripperFunc method RoundTrip (line 1843) | func (fn roundTripperFunc) RoundTrip(r *http.Request) (*http.Response,... method GetRunID (line 1850) | func (e *DeploymentProtectionRuleEvent) GetRunID() (int64, error) { FILE: github/github_test.go constant baseURLPath (line 33) | baseURLPath = "/api-v3" type raceSafeTestConn (line 43) | type raceSafeTestConn struct function setup (line 50) | func setup(t *testing.T) (client *Client, mux *http.ServeMux, serverURL ... function openTestFile (line 120) | func openTestFile(t *testing.T, name, content string) *os.File { function testMethod (line 137) | func testMethod(t *testing.T, r *http.Request, want string) { type values (line 144) | type values function testFormValues (line 148) | func testFormValues(t *testing.T, r *http.Request, want values) { function testFormValuesList (line 164) | func testFormValuesList(t *testing.T, r *http.Request, want url.Values) { function testHeader (line 173) | func testHeader(t *testing.T, r *http.Request, header, want string) { function testURLParseError (line 180) | func testURLParseError(t *testing.T, err error) { function testBody (line 191) | func testBody(t *testing.T, r *http.Request, want string) { function testJSONMarshal (line 208) | func testJSONMarshal[T any](t *testing.T, v T, want string, opts ...cmp.... function testJSONMarshalOnly (line 225) | func testJSONMarshalOnly[T any](t *testing.T, v T, want string) { function testJSONUnmarshalOnly (line 256) | func testJSONUnmarshalOnly[T any](t *testing.T, want T, v string, opts .... function cmpJSONRawMessageComparator (line 271) | func cmpJSONRawMessageComparator() cmp.Option { function cmpIgnoreFieldOption (line 290) | func cmpIgnoreFieldOption(fieldName string) cmp.Option { function testBadOptions (line 312) | func testBadOptions(t *testing.T, methodName string, f func() error) { function testNewRequestAndDoFailure (line 325) | func testNewRequestAndDoFailure(t *testing.T, methodName string, client ... function testNewRequestAndDoFailureCategory (line 330) | func testNewRequestAndDoFailureCategory(t *testing.T, methodName string,... function testErrorResponseForStatusCode (line 367) | func testErrorResponseForStatusCode(t *testing.T, code int) { function assertNoDiff (line 391) | func assertNoDiff(t *testing.T, want, got any) { function assertNilError (line 398) | func assertNilError(t *testing.T, err error) { function assertWrite (line 405) | func assertWrite(t *testing.T, w io.Writer, data []byte) { function TestNewClient (line 411) | func TestNewClient(t *testing.T) { function TestNewClientWithEnvProxy (line 428) | func TestNewClientWithEnvProxy(t *testing.T) { function TestClient (line 436) | func TestClient(t *testing.T) { function TestWithAuthToken (line 445) | func TestWithAuthToken(t *testing.T) { function TestWithEnterpriseURLs (line 512) | func TestWithEnterpriseURLs(t *testing.T) { function TestClient_rateLimits (line 640) | func TestClient_rateLimits(t *testing.T) { function TestNewRequest (line 647) | func TestNewRequest(t *testing.T) { function TestNewRequest_invalidJSON (line 689) | func TestNewRequest_invalidJSON(t *testing.T) { function TestNewRequest_badURL (line 703) | func TestNewRequest_badURL(t *testing.T) { function TestNewRequest_badMethod (line 710) | func TestNewRequest_badMethod(t *testing.T) { function TestNewRequest_emptyUserAgent (line 720) | func TestNewRequest_emptyUserAgent(t *testing.T) { function TestNewRequest_emptyBody (line 739) | func TestNewRequest_emptyBody(t *testing.T) { function TestNewRequest_errorForNoTrailingSlash (line 751) | func TestNewRequest_errorForNoTrailingSlash(t *testing.T) { function TestNewFormRequest (line 775) | func TestNewFormRequest(t *testing.T) { function TestNewFormRequest_badURL (line 822) | func TestNewFormRequest_badURL(t *testing.T) { function TestNewFormRequest_emptyUserAgent (line 829) | func TestNewFormRequest_emptyUserAgent(t *testing.T) { function TestNewFormRequest_emptyBody (line 842) | func TestNewFormRequest_emptyBody(t *testing.T) { function TestNewFormRequest_errorForNoTrailingSlash (line 854) | func TestNewFormRequest_errorForNoTrailingSlash(t *testing.T) { function TestNewUploadRequest_WithVersion (line 878) | func TestNewUploadRequest_WithVersion(t *testing.T) { function TestNewUploadRequest_badURL (line 895) | func TestNewUploadRequest_badURL(t *testing.T) { function TestNewUploadRequest_errorForNoTrailingSlash (line 908) | func TestNewUploadRequest_errorForNoTrailingSlash(t *testing.T) { function TestResponse_populatePageValues (line 932) | func TestResponse_populatePageValues(t *testing.T) { function TestResponse_populateSinceValues (line 963) | func TestResponse_populateSinceValues(t *testing.T) { function TestResponse_SinceWithPage (line 994) | func TestResponse_SinceWithPage(t *testing.T) { function TestResponse_cursorPagination (line 1025) | func TestResponse_cursorPagination(t *testing.T) { function TestResponse_beforeAfterPagination (line 1066) | func TestResponse_beforeAfterPagination(t *testing.T) { function TestResponse_populatePageValues_invalid (line 1102) | func TestResponse_populatePageValues_invalid(t *testing.T) { function TestResponse_populateSinceValues_invalid (line 1143) | func TestResponse_populateSinceValues_invalid(t *testing.T) { function TestDo (line 1184) | func TestDo(t *testing.T) { function TestDo_nilContext (line 1208) | func TestDo_nilContext(t *testing.T) { function TestDo_httpError (line 1220) | func TestDo_httpError(t *testing.T) { function TestDo_redirectLoop (line 1242) | func TestDo_redirectLoop(t *testing.T) { function TestDo_preservesResponseInHTTPError (line 1261) | func TestDo_preservesResponseInHTTPError(t *testing.T) { function TestDo_sanitizeURL (line 1308) | func TestDo_sanitizeURL(t *testing.T) { function TestDo_rateLimit (line 1329) | func TestDo_rateLimit(t *testing.T) { function TestDo_rateLimitCategory (line 1364) | func TestDo_rateLimitCategory(t *testing.T) { function TestDo_rateLimit_errorResponse (line 1447) | func TestDo_rateLimit_errorResponse(t *testing.T) { function TestDo_rateLimit_rateLimitError (line 1487) | func TestDo_rateLimit_rateLimitError(t *testing.T) { function TestDo_rateLimit_noNetworkCall (line 1534) | func TestDo_rateLimit_noNetworkCall(t *testing.T) { function TestDo_rateLimit_ignoredFromCache (line 1600) | func TestDo_rateLimit_ignoredFromCache(t *testing.T) { function TestDo_rateLimit_sleepUntilResponseResetLimit (line 1647) | func TestDo_rateLimit_sleepUntilResponseResetLimit(t *testing.T) { function TestDo_rateLimit_sleepUntilResponseResetLimitRetryOnce (line 1691) | func TestDo_rateLimit_sleepUntilResponseResetLimitRetryOnce(t *testing.T) { function TestDo_rateLimit_sleepUntilClientResetLimit (line 1724) | func TestDo_rateLimit_sleepUntilClientResetLimit(t *testing.T) { function TestDo_rateLimit_abortSleepContextCancelled (line 1756) | func TestDo_rateLimit_abortSleepContextCancelled(t *testing.T) { function TestDo_rateLimit_abortSleepContextCancelledClientLimit (line 1791) | func TestDo_rateLimit_abortSleepContextCancelledClientLimit(t *testing.T) { function TestDo_rateLimit_abuseRateLimitError (line 1827) | func TestDo_rateLimit_abuseRateLimitError(t *testing.T) { function TestDo_rateLimit_abuseRateLimitErrorEnterprise (line 1859) | func TestDo_rateLimit_abuseRateLimitErrorEnterprise(t *testing.T) { function TestDo_rateLimit_abuseRateLimitError_retryAfter (line 1892) | func TestDo_rateLimit_abuseRateLimitError_retryAfter(t *testing.T) { function TestDo_rateLimit_abuseRateLimitError_xRateLimitReset (line 1945) | func TestDo_rateLimit_abuseRateLimitError_xRateLimitReset(t *testing.T) { function TestDo_rateLimit_abuseRateLimitError_maxDuration (line 2003) | func TestDo_rateLimit_abuseRateLimitError_maxDuration(t *testing.T) { function TestDo_rateLimit_disableRateLimitCheck (line 2043) | func TestDo_rateLimit_disableRateLimitCheck(t *testing.T) { function TestDo_rateLimit_bypassRateLimitCheck (line 2079) | func TestDo_rateLimit_bypassRateLimitCheck(t *testing.T) { function TestDo_noContent (line 2113) | func TestDo_noContent(t *testing.T) { function TestBareDoUntilFound_redirectLoop (line 2130) | func TestBareDoUntilFound_redirectLoop(t *testing.T) { function TestBareDoUntilFound_UnexpectedRedirection (line 2149) | func TestBareDoUntilFound_UnexpectedRedirection(t *testing.T) { function TestSanitizeURL (line 2168) | func TestSanitizeURL(t *testing.T) { function TestCheckResponse (line 2188) | func TestCheckResponse(t *testing.T) { function TestCheckResponse_RateLimit (line 2218) | func TestCheckResponse_RateLimit(t *testing.T) { function TestCheckResponse_AbuseRateLimit (line 2250) | func TestCheckResponse_AbuseRateLimit(t *testing.T) { function TestCheckResponse_RateLimit_TooManyRequests (line 2278) | func TestCheckResponse_RateLimit_TooManyRequests(t *testing.T) { function TestCheckResponse_AbuseRateLimit_TooManyRequests (line 2314) | func TestCheckResponse_AbuseRateLimit_TooManyRequests(t *testing.T) { function TestCheckResponse_RedirectionError (line 2345) | func TestCheckResponse_RedirectionError(t *testing.T) { function TestCompareHttpResponse (line 2378) | func TestCompareHttpResponse(t *testing.T) { function TestErrorResponse_Is (line 2415) | func TestErrorResponse_Is(t *testing.T) { function TestRateLimitError_Is (line 2572) | func TestRateLimitError_Is(t *testing.T) { function TestAbuseRateLimitError_Is (line 2641) | func TestAbuseRateLimitError_Is(t *testing.T) { function TestAcceptedError_Is (line 2727) | func TestAcceptedError_Is(t *testing.T) { function TestCheckResponse_noBody (line 2759) | func TestCheckResponse_noBody(t *testing.T) { function TestCheckResponse_unexpectedErrorStructure (line 2781) | func TestCheckResponse_unexpectedErrorStructure(t *testing.T) { function TestParseBooleanResponse_true (line 2813) | func TestParseBooleanResponse_true(t *testing.T) { function TestParseBooleanResponse_false (line 2825) | func TestParseBooleanResponse_false(t *testing.T) { function TestParseBooleanResponse_error (line 2838) | func TestParseBooleanResponse_error(t *testing.T) { function TestErrorResponse_Error (line 2852) | func TestErrorResponse_Error(t *testing.T) { function TestError_Error (line 2874) | func TestError_Error(t *testing.T) { function TestSetCredentialsAsHeaders (line 2882) | func TestSetCredentialsAsHeaders(t *testing.T) { function TestUnauthenticatedRateLimitedTransport (line 2902) | func TestUnauthenticatedRateLimitedTransport(t *testing.T) { function TestUnauthenticatedRateLimitedTransport_missingFields (line 2931) | func TestUnauthenticatedRateLimitedTransport_missingFields(t *testing.T) { function TestUnauthenticatedRateLimitedTransport_transport (line 2952) | func TestUnauthenticatedRateLimitedTransport_transport(t *testing.T) { function TestBasicAuthTransport (line 2974) | func TestBasicAuthTransport(t *testing.T) { function TestBasicAuthTransport_transport (line 3008) | func TestBasicAuthTransport_transport(t *testing.T) { function TestFormatRateReset (line 3025) | func TestFormatRateReset(t *testing.T) { function TestNestedStructAccessorNoPanic (line 3063) | func TestNestedStructAccessorNoPanic(t *testing.T) { function TestTwoFactorAuthError (line 3073) | func TestTwoFactorAuthError(t *testing.T) { function TestRateLimitError (line 3092) | func TestRateLimitError(t *testing.T) { function TestAcceptedError (line 3111) | func TestAcceptedError(t *testing.T) { function TestAbuseRateLimitError (line 3119) | func TestAbuseRateLimitError(t *testing.T) { function TestBareDo_returnsOpenBody (line 3138) | func TestBareDo_returnsOpenBody(t *testing.T) { function TestErrorResponse_Marshal (line 3171) | func TestErrorResponse_Marshal(t *testing.T) { function TestErrorBlock_Marshal (line 3215) | func TestErrorBlock_Marshal(t *testing.T) { function TestRateLimitError_Marshal (line 3232) | func TestRateLimitError_Marshal(t *testing.T) { function TestAbuseRateLimitError_Marshal (line 3268) | func TestAbuseRateLimitError_Marshal(t *testing.T) { function TestError_Marshal (line 3289) | func TestError_Marshal(t *testing.T) { function TestParseTokenExpiration (line 3315) | func TestParseTokenExpiration(t *testing.T) { function TestClientCopy_leak_transport (line 3359) | func TestClientCopy_leak_transport(t *testing.T) { function TestPtr (line 3389) | func TestPtr(t *testing.T) { function TestDeploymentProtectionRuleEvent_GetRunID (line 3404) | func TestDeploymentProtectionRuleEvent_GetRunID(t *testing.T) { FILE: github/gitignore.go type GitignoresService (line 17) | type GitignoresService method List (line 34) | func (s *GitignoresService) List(ctx context.Context) ([]string, *Resp... method Get (line 54) | func (s *GitignoresService) Get(ctx context.Context, name string) (*Gi... type Gitignore (line 20) | type Gitignore struct method String (line 25) | func (g Gitignore) String() string { FILE: github/gitignore_test.go function TestGitignoresService_List (line 16) | func TestGitignoresService_List(t *testing.T) { function TestGitignoresService_Get (line 46) | func TestGitignoresService_Get(t *testing.T) { function TestGitignoresService_Get_invalidTemplate (line 81) | func TestGitignoresService_Get_invalidTemplate(t *testing.T) { function TestGitignore_Marshal (line 90) | func TestGitignore_Marshal(t *testing.T) { FILE: github/interactions.go type InteractionsService (line 12) | type InteractionsService type InteractionRestriction (line 15) | type InteractionRestriction struct FILE: github/interactions_orgs.go method GetRestrictionsForOrg (line 18) | func (s *InteractionsService) GetRestrictionsForOrg(ctx context.Context,... method UpdateRestrictionsForOrg (line 45) | func (s *InteractionsService) UpdateRestrictionsForOrg(ctx context.Conte... method RemoveRestrictionsFromOrg (line 71) | func (s *InteractionsService) RemoveRestrictionsFromOrg(ctx context.Cont... FILE: github/interactions_orgs_test.go function TestInteractionsService_GetRestrictionsForOrgs (line 17) | func TestInteractionsService_GetRestrictionsForOrgs(t *testing.T) { function TestInteractionsService_UpdateRestrictionsForOrg (line 53) | func TestInteractionsService_UpdateRestrictionsForOrg(t *testing.T) { function TestInteractionsService_RemoveRestrictionsFromOrg (line 97) | func TestInteractionsService_RemoveRestrictionsFromOrg(t *testing.T) { FILE: github/interactions_repos.go method GetRestrictionsForRepo (line 18) | func (s *InteractionsService) GetRestrictionsForRepo(ctx context.Context... method UpdateRestrictionsForRepo (line 45) | func (s *InteractionsService) UpdateRestrictionsForRepo(ctx context.Cont... method RemoveRestrictionsFromRepo (line 71) | func (s *InteractionsService) RemoveRestrictionsFromRepo(ctx context.Con... FILE: github/interactions_repos_test.go function TestInteractionsService_GetRestrictionsForRepo (line 17) | func TestInteractionsService_GetRestrictionsForRepo(t *testing.T) { function TestInteractionsService_UpdateRestrictionsForRepo (line 53) | func TestInteractionsService_UpdateRestrictionsForRepo(t *testing.T) { function TestInteractionsService_RemoveRestrictionsFromRepo (line 97) | func TestInteractionsService_RemoveRestrictionsFromRepo(t *testing.T) { FILE: github/interactions_test.go function TestInteractionRestriction_Marshal (line 10) | func TestInteractionRestriction_Marshal(t *testing.T) { FILE: github/issue_import.go type IssueImportService (line 18) | type IssueImportService method Create (line 77) | func (s *IssueImportService) Create(ctx context.Context, owner, repo s... method CheckStatus (line 107) | func (s *IssueImportService) CheckStatus(ctx context.Context, owner, r... method CheckStatusSince (line 130) | func (s *IssueImportService) CheckStatusSince(ctx context.Context, own... type IssueImportRequest (line 23) | type IssueImportRequest struct type IssueImport (line 29) | type IssueImport struct type Comment (line 42) | type Comment struct type IssueImportResponse (line 50) | type IssueImportResponse struct type IssueImportError (line 64) | type IssueImportError struct FILE: github/issue_import_test.go function TestIssueImportService_Create (line 19) | func TestIssueImportService_Create(t *testing.T) { function TestIssueImportService_Create_deferred (line 77) | func TestIssueImportService_Create_deferred(t *testing.T) { function TestIssueImportService_Create_badResponse (line 123) | func TestIssueImportService_Create_badResponse(t *testing.T) { function TestIssueImportService_Create_invalidOwner (line 164) | func TestIssueImportService_Create_invalidOwner(t *testing.T) { function TestIssueImportService_CheckStatus (line 173) | func TestIssueImportService_CheckStatus(t *testing.T) { function TestIssueImportService_CheckStatus_invalidOwner (line 210) | func TestIssueImportService_CheckStatus_invalidOwner(t *testing.T) { function TestIssueImportService_CheckStatusSince (line 219) | func TestIssueImportService_CheckStatusSince(t *testing.T) { function TestIssueImportService_CheckStatusSince_badResponse (line 256) | func TestIssueImportService_CheckStatusSince_badResponse(t *testing.T) { function TestIssueImportService_CheckStatusSince_invalidOwner (line 273) | func TestIssueImportService_CheckStatusSince_invalidOwner(t *testing.T) { function TestIssueImportError_Marshal (line 298) | func TestIssueImportError_Marshal(t *testing.T) { function TestIssueImportResponse_Marshal (line 321) | func TestIssueImportResponse_Marshal(t *testing.T) { function TestComment_Marshal (line 370) | func TestComment_Marshal(t *testing.T) { function TestIssueImport_Marshal (line 387) | func TestIssueImport_Marshal(t *testing.T) { function TestIssueImportRequest_Marshal (line 423) | func TestIssueImportRequest_Marshal(t *testing.T) { FILE: github/issues.go type IssuesService (line 18) | type IssuesService method ListAllIssues (line 165) | func (s *IssuesService) ListAllIssues(ctx context.Context, opts *ListA... method ListUserIssues (line 221) | func (s *IssuesService) ListUserIssues(ctx context.Context, opts *List... method ListByOrg (line 281) | func (s *IssuesService) ListByOrg(ctx context.Context, org string, opt... method ListByRepo (line 359) | func (s *IssuesService) ListByRepo(ctx context.Context, owner, repo st... method Get (line 387) | func (s *IssuesService) Get(ctx context.Context, owner, repo string, n... method Create (line 410) | func (s *IssuesService) Create(ctx context.Context, owner, repo string... method Edit (line 431) | func (s *IssuesService) Edit(ctx context.Context, owner, repo string, ... method RemoveMilestone (line 454) | func (s *IssuesService) RemoveMilestone(ctx context.Context, owner, re... method Lock (line 486) | func (s *IssuesService) Lock(ctx context.Context, owner, repo string, ... method Unlock (line 501) | func (s *IssuesService) Unlock(ctx context.Context, owner, repo string... type Issue (line 27) | type Issue struct method String (line 76) | func (i Issue) String() string { method IsPullRequest (line 83) | func (i Issue) IsPullRequest() bool { type IssueRequest (line 90) | type IssueRequest struct type PullRequestLinks (line 105) | type PullRequestLinks struct type IssueType (line 115) | type IssueType struct type ListAllIssuesOptions (line 127) | type ListAllIssuesOptions struct type ListUserIssuesOptions (line 190) | type ListUserIssuesOptions struct type IssueListByOrgOptions (line 246) | type IssueListByOrgOptions struct type IssueListByRepoOptions (line 306) | type IssueListByRepoOptions struct type LockIssueOptions (line 474) | type LockIssueOptions struct FILE: github/issues_assignees.go method ListAssignees (line 19) | func (s *IssuesService) ListAssignees(ctx context.Context, owner, repo s... method IsAssignee (line 45) | func (s *IssuesService) IsAssignee(ctx context.Context, owner, repo, use... method AddAssignees (line 62) | func (s *IssuesService) AddAssignees(ctx context.Context, owner, repo st... method RemoveAssignees (line 86) | func (s *IssuesService) RemoveAssignees(ctx context.Context, owner, repo... FILE: github/issues_assignees_test.go function TestIssuesService_ListAssignees (line 17) | func TestIssuesService_ListAssignees(t *testing.T) { function TestIssuesService_ListAssignees_invalidOwner (line 54) | func TestIssuesService_ListAssignees_invalidOwner(t *testing.T) { function TestIssuesService_IsAssignee_true (line 63) | func TestIssuesService_IsAssignee_true(t *testing.T) { function TestIssuesService_IsAssignee_false (line 95) | func TestIssuesService_IsAssignee_false(t *testing.T) { function TestIssuesService_IsAssignee_error (line 128) | func TestIssuesService_IsAssignee_error(t *testing.T) { function TestIssuesService_IsAssignee_invalidOwner (line 161) | func TestIssuesService_IsAssignee_invalidOwner(t *testing.T) { function TestIssuesService_AddAssignees (line 170) | func TestIssuesService_AddAssignees(t *testing.T) { function TestIssuesService_RemoveAssignees (line 214) | func TestIssuesService_RemoveAssignees(t *testing.T) { FILE: github/issues_comments.go type IssueComment (line 15) | type IssueComment struct method String (line 35) | func (i IssueComment) String() string { type IssueListCommentsOptions (line 41) | type IssueListCommentsOptions struct method ListComments (line 63) | func (s *IssuesService) ListComments(ctx context.Context, owner, repo st... method GetComment (line 96) | func (s *IssuesService) GetComment(ctx context.Context, owner, repo stri... method CreateComment (line 120) | func (s *IssuesService) CreateComment(ctx context.Context, owner, repo s... method EditComment (line 141) | func (s *IssuesService) EditComment(ctx context.Context, owner, repo str... method DeleteComment (line 161) | func (s *IssuesService) DeleteComment(ctx context.Context, owner, repo s... FILE: github/issues_comments_test.go function TestIssuesService_ListComments_allIssues (line 18) | func TestIssuesService_ListComments_allIssues(t *testing.T) { function TestIssuesService_ListComments_specificIssue (line 67) | func TestIssuesService_ListComments_specificIssue(t *testing.T) { function TestIssuesService_ListComments_invalidOwner (line 103) | func TestIssuesService_ListComments_invalidOwner(t *testing.T) { function TestIssuesService_GetComment (line 112) | func TestIssuesService_GetComment(t *testing.T) { function TestIssuesService_GetComment_invalidOrg (line 148) | func TestIssuesService_GetComment_invalidOrg(t *testing.T) { function TestIssuesService_CreateComment (line 157) | func TestIssuesService_CreateComment(t *testing.T) { function TestIssuesService_CreateComment_invalidOrg (line 201) | func TestIssuesService_CreateComment_invalidOrg(t *testing.T) { function TestIssuesService_EditComment (line 210) | func TestIssuesService_EditComment(t *testing.T) { function TestIssuesService_EditComment_invalidOwner (line 254) | func TestIssuesService_EditComment_invalidOwner(t *testing.T) { function TestIssuesService_DeleteComment (line 263) | func TestIssuesService_DeleteComment(t *testing.T) { function TestIssuesService_DeleteComment_invalidOwner (line 288) | func TestIssuesService_DeleteComment_invalidOwner(t *testing.T) { function TestIssueComment_Marshal (line 297) | func TestIssueComment_Marshal(t *testing.T) { FILE: github/issues_events.go type IssueEvent (line 14) | type IssueEvent struct type DismissedReview (line 96) | type DismissedReview struct method ListIssueEvents (line 110) | func (s *IssuesService) ListIssueEvents(ctx context.Context, owner, repo... method ListRepositoryEvents (line 138) | func (s *IssuesService) ListRepositoryEvents(ctx context.Context, owner,... method GetEvent (line 164) | func (s *IssuesService) GetEvent(ctx context.Context, owner, repo string... type Rename (line 182) | type Rename struct method String (line 187) | func (r Rename) String() string { FILE: github/issues_events_test.go function TestIssuesService_ListIssueEvents (line 16) | func TestIssuesService_ListIssueEvents(t *testing.T) { function TestIssuesService_ListRepositoryEvents (line 57) | func TestIssuesService_ListRepositoryEvents(t *testing.T) { function TestIssuesService_GetEvent (line 97) | func TestIssuesService_GetEvent(t *testing.T) { function TestRename_Marshal (line 132) | func TestRename_Marshal(t *testing.T) { function TestDismissedReview_Marshal (line 149) | func TestDismissedReview_Marshal(t *testing.T) { function TestIssueEvent_Marshal (line 170) | func TestIssueEvent_Marshal(t *testing.T) { FILE: github/issues_labels.go type Label (line 14) | type Label struct method String (line 24) | func (l Label) String() string { method ListLabels (line 33) | func (s *IssuesService) ListLabels(ctx context.Context, owner, repo stri... method GetLabel (line 59) | func (s *IssuesService) GetLabel(ctx context.Context, owner, repo, name ... method CreateLabel (line 80) | func (s *IssuesService) CreateLabel(ctx context.Context, owner, repo str... method EditLabel (line 101) | func (s *IssuesService) EditLabel(ctx context.Context, owner, repo, name... method DeleteLabel (line 122) | func (s *IssuesService) DeleteLabel(ctx context.Context, owner, repo, na... method ListLabelsByIssue (line 136) | func (s *IssuesService) ListLabelsByIssue(ctx context.Context, owner, re... method AddLabelsToIssue (line 162) | func (s *IssuesService) AddLabelsToIssue(ctx context.Context, owner, rep... method RemoveLabelForIssue (line 183) | func (s *IssuesService) RemoveLabelForIssue(ctx context.Context, owner, ... method ReplaceLabelsForIssue (line 198) | func (s *IssuesService) ReplaceLabelsForIssue(ctx context.Context, owner... method RemoveLabelsForIssue (line 219) | func (s *IssuesService) RemoveLabelsForIssue(ctx context.Context, owner,... method ListLabelsForMilestone (line 234) | func (s *IssuesService) ListLabelsForMilestone(ctx context.Context, owne... FILE: github/issues_labels_test.go function TestIssuesService_ListLabels (line 17) | func TestIssuesService_ListLabels(t *testing.T) { function TestIssuesService_ListLabels_invalidOwner (line 54) | func TestIssuesService_ListLabels_invalidOwner(t *testing.T) { function TestIssuesService_GetLabel (line 63) | func TestIssuesService_GetLabel(t *testing.T) { function TestIssuesService_GetLabel_invalidOwner (line 98) | func TestIssuesService_GetLabel_invalidOwner(t *testing.T) { function TestIssuesService_CreateLabel (line 107) | func TestIssuesService_CreateLabel(t *testing.T) { function TestIssuesService_CreateLabel_invalidOwner (line 151) | func TestIssuesService_CreateLabel_invalidOwner(t *testing.T) { function TestIssuesService_EditLabel (line 160) | func TestIssuesService_EditLabel(t *testing.T) { function TestIssuesService_EditLabel_invalidOwner (line 204) | func TestIssuesService_EditLabel_invalidOwner(t *testing.T) { function TestIssuesService_DeleteLabel (line 213) | func TestIssuesService_DeleteLabel(t *testing.T) { function TestIssuesService_DeleteLabel_invalidOwner (line 238) | func TestIssuesService_DeleteLabel_invalidOwner(t *testing.T) { function TestIssuesService_ListLabelsByIssue (line 247) | func TestIssuesService_ListLabelsByIssue(t *testing.T) { function TestIssuesService_ListLabelsByIssue_invalidOwner (line 287) | func TestIssuesService_ListLabelsByIssue_invalidOwner(t *testing.T) { function TestIssuesService_AddLabelsToIssue (line 296) | func TestIssuesService_AddLabelsToIssue(t *testing.T) { function TestIssuesService_AddLabelsToIssue_invalidOwner (line 340) | func TestIssuesService_AddLabelsToIssue_invalidOwner(t *testing.T) { function TestIssuesService_RemoveLabelForIssue (line 349) | func TestIssuesService_RemoveLabelForIssue(t *testing.T) { function TestIssuesService_RemoveLabelForIssue_invalidOwner (line 374) | func TestIssuesService_RemoveLabelForIssue_invalidOwner(t *testing.T) { function TestIssuesService_ReplaceLabelsForIssue (line 383) | func TestIssuesService_ReplaceLabelsForIssue(t *testing.T) { function TestIssuesService_ReplaceLabelsForIssue_invalidOwner (line 427) | func TestIssuesService_ReplaceLabelsForIssue_invalidOwner(t *testing.T) { function TestIssuesService_RemoveLabelsForIssue (line 436) | func TestIssuesService_RemoveLabelsForIssue(t *testing.T) { function TestIssuesService_RemoveLabelsForIssue_invalidOwner (line 461) | func TestIssuesService_RemoveLabelsForIssue_invalidOwner(t *testing.T) { function TestIssuesService_ListLabelsForMilestone (line 470) | func TestIssuesService_ListLabelsForMilestone(t *testing.T) { function TestIssuesService_ListLabelsForMilestone_invalidOwner (line 507) | func TestIssuesService_ListLabelsForMilestone_invalidOwner(t *testing.T) { function TestLabel_Marshal (line 516) | func TestLabel_Marshal(t *testing.T) { FILE: github/issues_milestones.go type Milestone (line 14) | type Milestone struct method String (line 33) | func (m Milestone) String() string { type MilestoneListOptions (line 39) | type MilestoneListOptions struct method ListMilestones (line 60) | func (s *IssuesService) ListMilestones(ctx context.Context, owner, repo ... method GetMilestone (line 86) | func (s *IssuesService) GetMilestone(ctx context.Context, owner, repo st... method CreateMilestone (line 107) | func (s *IssuesService) CreateMilestone(ctx context.Context, owner, repo... method EditMilestone (line 128) | func (s *IssuesService) EditMilestone(ctx context.Context, owner, repo s... method DeleteMilestone (line 149) | func (s *IssuesService) DeleteMilestone(ctx context.Context, owner, repo... FILE: github/issues_milestones_test.go function TestIssuesService_ListMilestones (line 17) | func TestIssuesService_ListMilestones(t *testing.T) { function TestIssuesService_ListMilestones_invalidOwner (line 59) | func TestIssuesService_ListMilestones_invalidOwner(t *testing.T) { function TestIssuesService_GetMilestone (line 68) | func TestIssuesService_GetMilestone(t *testing.T) { function TestIssuesService_GetMilestone_invalidOwner (line 103) | func TestIssuesService_GetMilestone_invalidOwner(t *testing.T) { function TestIssuesService_CreateMilestone (line 112) | func TestIssuesService_CreateMilestone(t *testing.T) { function TestIssuesService_CreateMilestone_invalidOwner (line 156) | func TestIssuesService_CreateMilestone_invalidOwner(t *testing.T) { function TestIssuesService_EditMilestone (line 165) | func TestIssuesService_EditMilestone(t *testing.T) { function TestIssuesService_EditMilestone_invalidOwner (line 209) | func TestIssuesService_EditMilestone_invalidOwner(t *testing.T) { function TestIssuesService_DeleteMilestone (line 218) | func TestIssuesService_DeleteMilestone(t *testing.T) { function TestIssuesService_DeleteMilestone_invalidOwner (line 243) | func TestIssuesService_DeleteMilestone_invalidOwner(t *testing.T) { function TestMilestone_Marshal (line 252) | func TestMilestone_Marshal(t *testing.T) { FILE: github/issues_test.go function TestIssuesService_ListAllIssues (line 18) | func TestIssuesService_ListAllIssues(t *testing.T) { function TestIssuesService_ListUserIssues (line 76) | func TestIssuesService_ListUserIssues(t *testing.T) { function TestIssuesService_ListByOrg (line 126) | func TestIssuesService_ListByOrg(t *testing.T) { function TestIssuesService_ListByRepo (line 183) | func TestIssuesService_ListByRepo(t *testing.T) { function TestIssuesService_Get (line 245) | func TestIssuesService_Get(t *testing.T) { function TestIssuesService_Get_invalidOwner (line 289) | func TestIssuesService_Get_invalidOwner(t *testing.T) { function TestIssuesService_Create (line 298) | func TestIssuesService_Create(t *testing.T) { function TestIssuesService_Create_invalidOwner (line 347) | func TestIssuesService_Create_invalidOwner(t *testing.T) { function TestIssuesService_Edit (line 356) | func TestIssuesService_Edit(t *testing.T) { function TestIssuesService_RemoveMilestone (line 400) | func TestIssuesService_RemoveMilestone(t *testing.T) { function TestIssuesService_Edit_invalidOwner (line 435) | func TestIssuesService_Edit_invalidOwner(t *testing.T) { function TestIssuesService_Lock (line 444) | func TestIssuesService_Lock(t *testing.T) { function TestIssuesService_LockWithReason (line 470) | func TestIssuesService_LockWithReason(t *testing.T) { function TestIssuesService_Unlock (line 487) | func TestIssuesService_Unlock(t *testing.T) { function TestIsPullRequest (line 513) | func TestIsPullRequest(t *testing.T) { function TestLockIssueOptions_Marshal (line 525) | func TestLockIssueOptions_Marshal(t *testing.T) { function TestPullRequestLinks_Marshal (line 540) | func TestPullRequestLinks_Marshal(t *testing.T) { function TestIssueRequest_Marshal (line 563) | func TestIssueRequest_Marshal(t *testing.T) { function TestIssue_Marshal (line 596) | func TestIssue_Marshal(t *testing.T) { FILE: github/issues_timeline.go type Timeline (line 18) | type Timeline struct type Source (line 166) | type Source struct method ListIssueTimeline (line 179) | func (s *IssuesService) ListIssueTimeline(ctx context.Context, owner, re... FILE: github/issues_timeline_test.go function TestIssuesService_ListIssueTimeline (line 17) | func TestIssuesService_ListIssueTimeline(t *testing.T) { function TestSource_Marshal (line 59) | func TestSource_Marshal(t *testing.T) { function TestTimeline_Marshal (line 100) | func TestTimeline_Marshal(t *testing.T) { function TestTimeline_ReviewRequests (line 255) | func TestTimeline_ReviewRequests(t *testing.T) { FILE: github/licenses.go type LicensesService (line 17) | type LicensesService method List (line 73) | func (s *LicensesService) List(ctx context.Context, opts *ListLicenses... method Get (line 99) | func (s *LicensesService) Get(ctx context.Context, licenseName string)... type RepositoryLicense (line 20) | type RepositoryLicense struct method String (line 36) | func (l RepositoryLicense) String() string { type License (line 41) | type License struct method String (line 57) | func (l License) String() string { type ListLicensesOptions (line 62) | type ListLicensesOptions struct FILE: github/licenses_test.go function TestRepositoryLicense_Marshal (line 16) | func TestRepositoryLicense_Marshal(t *testing.T) { function TestLicense_Marshal (line 77) | func TestLicense_Marshal(t *testing.T) { function TestLicensesService_List (line 112) | func TestLicensesService_List(t *testing.T) { function TestLicensesService_Get (line 150) | func TestLicensesService_Get(t *testing.T) { function TestLicensesService_Get_invalidTemplate (line 185) | func TestLicensesService_Get_invalidTemplate(t *testing.T) { FILE: github/markdown.go type MarkdownService (line 14) | type MarkdownService method Render (line 46) | func (s *MarkdownService) Render(ctx context.Context, text string, opt... type MarkdownOptions (line 17) | type MarkdownOptions struct type markdownRenderRequest (line 35) | type markdownRenderRequest struct FILE: github/markdown_test.go function TestMarkdownService_Markdown (line 17) | func TestMarkdownService_Markdown(t *testing.T) { function TestMarkdownRenderRequest_Marshal (line 63) | func TestMarkdownRenderRequest_Marshal(t *testing.T) { FILE: github/messages.go constant sha1Prefix (line 33) | sha1Prefix = "sha1" constant sha256Prefix (line 35) | sha256Prefix = "sha256" constant sha512Prefix (line 36) | sha512Prefix = "sha512" constant SHA1SignatureHeader (line 38) | SHA1SignatureHeader = "X-Hub-Signature" constant SHA256SignatureHeader (line 40) | SHA256SignatureHeader = "X-Hub-Signature-256" constant EventTypeHeader (line 42) | EventTypeHeader = "X-Github-Event" constant DeliveryIDHeader (line 44) | DeliveryIDHeader = "X-Github-Delivery" function init (line 127) | func init() { function genMAC (line 137) | func genMAC(message, key []byte, hashFunc func() hash.Hash) []byte { function checkMAC (line 144) | func checkMAC(message, messageMAC, key []byte, hashFunc func() hash.Hash... function messageMAC (line 151) | func messageMAC(signature string) ([]byte, func() hash.Hash, error) { function ValidatePayloadFromBody (line 196) | func ValidatePayloadFromBody(contentType string, readable io.Reader, sig... function ValidatePayload (line 257) | func ValidatePayload(r *http.Request, secretToken []byte) (payload []byt... function ValidateSignature (line 277) | func ValidateSignature(signature string, payload, secretToken []byte) er... function WebHookType (line 291) | func WebHookType(r *http.Request) string { function DeliveryID (line 298) | func DeliveryID(r *http.Request) string { function ParseWebHook (line 322) | func ParseWebHook(messageType string, payload []byte) (any, error) { function MessageTypes (line 337) | func MessageTypes() []string { function EventForType (line 343) | func EventForType(messageType string) any { FILE: github/messages_test.go function TestMessageMAC_BadHashTypePrefix (line 21) | func TestMessageMAC_BadHashTypePrefix(t *testing.T) { function TestValidatePayload (line 29) | func TestValidatePayload(t *testing.T) { function TestValidatePayload_FormGet (line 103) | func TestValidatePayload_FormGet(t *testing.T) { function TestValidatePayload_FormPost (line 134) | func TestValidatePayload_FormPost(t *testing.T) { function TestValidatePayload_InvalidContentType (line 165) | func TestValidatePayload_InvalidContentType(t *testing.T) { function TestValidatePayload_NoSecretKey (line 177) | func TestValidatePayload_NoSecretKey(t *testing.T) { type badReader (line 200) | type badReader struct method Read (line 202) | func (b *badReader) Read([]byte) (int, error) { method Close (line 206) | func (b *badReader) Close() error { return errors.New("bad reader") } function TestValidatePayload_BadRequestBody (line 208) | func TestValidatePayload_BadRequestBody(t *testing.T) { function TestValidatePayload_InvalidContentTypeParams (line 231) | func TestValidatePayload_InvalidContentTypeParams(t *testing.T) { function TestValidatePayload_ValidContentTypeParams (line 243) | func TestValidatePayload_ValidContentTypeParams(t *testing.T) { function TestParseWebHook (line 260) | func TestParseWebHook(t *testing.T) { function TestAllMessageTypesMapped (line 563) | func TestAllMessageTypesMapped(t *testing.T) { function TestUnknownMessageType (line 572) | func TestUnknownMessageType(t *testing.T) { function TestParseWebHook_BadMessageType (line 582) | func TestParseWebHook_BadMessageType(t *testing.T) { function TestValidatePayloadFromBody_UnableToParseBody (line 589) | func TestValidatePayloadFromBody_UnableToParseBody(t *testing.T) { function TestValidatePayloadFromBody_UnsupportedContentType (line 596) | func TestValidatePayloadFromBody_UnsupportedContentType(t *testing.T) { function TestDeliveryID (line 603) | func TestDeliveryID(t *testing.T) { function TestWebHookType (line 618) | func TestWebHookType(t *testing.T) { FILE: github/meta.go type MetaService (line 16) | type MetaService method Get (line 120) | func (s *MetaService) Get(ctx context.Context) (*APIMeta, *Response, e... method Octocat (line 148) | func (s *MetaService) Octocat(ctx context.Context, message string) (st... method Zen (line 183) | func (s *MetaService) Zen(ctx context.Context) (string, *Response, err... type APIMeta (line 19) | type APIMeta struct type APIMetaDomains (line 91) | type APIMetaDomains struct type ActionsInboundDomains (line 102) | type ActionsInboundDomains struct type APIMetaArtifactAttestations (line 108) | type APIMetaArtifactAttestations struct method APIMeta (line 138) | func (c *Client) APIMeta(ctx context.Context) (*APIMeta, *Response, erro... method Octocat (line 172) | func (c *Client) Octocat(ctx context.Context, message string) (string, *... method Zen (line 201) | func (c *Client) Zen(ctx context.Context) (string, *Response, error) { FILE: github/meta_test.go function TestAPIMeta_Marshal (line 16) | func TestAPIMeta_Marshal(t *testing.T) { function TestMetaService_Get (line 69) | func TestMetaService_Get(t *testing.T) { function TestMetaService_Octocat (line 136) | func TestMetaService_Octocat(t *testing.T) { function TestMetaService_Zen (line 170) | func TestMetaService_Zen(t *testing.T) { FILE: github/migrations.go type MigrationService (line 20) | type MigrationService method StartMigration (line 96) | func (s *MigrationService) StartMigration(ctx context.Context, org str... method ListMigrations (line 128) | func (s *MigrationService) ListMigrations(ctx context.Context, org str... method MigrationStatus (line 157) | func (s *MigrationService) MigrationStatus(ctx context.Context, org st... method MigrationArchiveURL (line 182) | func (s *MigrationService) MigrationArchiveURL(ctx context.Context, or... method DeleteMigration (line 220) | func (s *MigrationService) DeleteMigration(ctx context.Context, org st... method UnlockRepo (line 241) | func (s *MigrationService) UnlockRepo(ctx context.Context, org string,... type Migration (line 23) | type Migration struct method String (line 45) | func (m Migration) String() string { type MigrationOptions (line 50) | type MigrationOptions struct type startMigration (line 69) | type startMigration struct FILE: github/migrations_source_import.go type Import (line 14) | type Import struct method String (line 112) | func (i Import) String() string { type SourceImportAuthor (line 119) | type SourceImportAuthor struct method String (line 129) | func (a SourceImportAuthor) String() string { type LargeFile (line 136) | type LargeFile struct method String (line 143) | func (f LargeFile) String() string { method StartImport (line 152) | func (s *MigrationService) StartImport(ctx context.Context, owner, repo ... method ImportProgress (line 173) | func (s *MigrationService) ImportProgress(ctx context.Context, owner, re... method UpdateImport (line 194) | func (s *MigrationService) UpdateImport(ctx context.Context, owner, repo... method CommitAuthors (line 225) | func (s *MigrationService) CommitAuthors(ctx context.Context, owner, rep... method MapCommitAuthor (line 248) | func (s *MigrationService) MapCommitAuthor(ctx context.Context, owner, r... method SetLFSPreference (line 271) | func (s *MigrationService) SetLFSPreference(ctx context.Context, owner, ... method LargeFiles (line 292) | func (s *MigrationService) LargeFiles(ctx context.Context, owner, repo s... method CancelImport (line 313) | func (s *MigrationService) CancelImport(ctx context.Context, owner, repo... FILE: github/migrations_source_import_test.go function TestMigrationService_StartImport (line 17) | func TestMigrationService_StartImport(t *testing.T) { function TestMigrationService_ImportProgress (line 66) | func TestMigrationService_ImportProgress(t *testing.T) { function TestMigrationService_UpdateImport (line 100) | func TestMigrationService_UpdateImport(t *testing.T) { function TestMigrationService_CommitAuthors (line 149) | func TestMigrationService_CommitAuthors(t *testing.T) { function TestMigrationService_MapCommitAuthor (line 186) | func TestMigrationService_MapCommitAuthor(t *testing.T) { function TestMigrationService_SetLFSPreference (line 229) | func TestMigrationService_SetLFSPreference(t *testing.T) { function TestMigrationService_LargeFiles (line 273) | func TestMigrationService_LargeFiles(t *testing.T) { function TestMigrationService_CancelImport (line 310) | func TestMigrationService_CancelImport(t *testing.T) { function TestLargeFile_Marshal (line 336) | func TestLargeFile_Marshal(t *testing.T) { function TestSourceImportAuthor_Marshal (line 357) | func TestSourceImportAuthor_Marshal(t *testing.T) { function TestImport_Marshal (line 384) | func TestImport_Marshal(t *testing.T) { FILE: github/migrations_test.go function TestMigrationService_StartMigration (line 17) | func TestMigrationService_StartMigration(t *testing.T) { function TestMigrationService_ListMigrations (line 59) | func TestMigrationService_ListMigrations(t *testing.T) { function TestMigrationService_MigrationStatus (line 95) | func TestMigrationService_MigrationStatus(t *testing.T) { function TestMigrationService_MigrationArchiveURL (line 131) | func TestMigrationService_MigrationArchiveURL(t *testing.T) { function TestMigrationService_DeleteMigration (line 164) | func TestMigrationService_DeleteMigration(t *testing.T) { function TestMigrationService_UnlockRepo (line 191) | func TestMigrationService_UnlockRepo(t *testing.T) { function TestMigration_Marshal (line 256) | func TestMigration_Marshal(t *testing.T) { function TestStartMigration_Marshal (line 291) | func TestStartMigration_Marshal(t *testing.T) { FILE: github/migrations_user.go type UserMigration (line 16) | type UserMigration struct method String (line 38) | func (m UserMigration) String() string { type UserMigrationOptions (line 43) | type UserMigrationOptions struct type startUserMigration (line 54) | type startUserMigration struct method StartUserMigration (line 73) | func (s *MigrationService) StartUserMigration(ctx context.Context, repos... method ListUserMigrations (line 103) | func (s *MigrationService) ListUserMigrations(ctx context.Context, opts ... method UserMigrationStatus (line 132) | func (s *MigrationService) UserMigrationStatus(ctx context.Context, id i... method UserMigrationArchiveURL (line 157) | func (s *MigrationService) UserMigrationArchiveURL(ctx context.Context, ... method DeleteUserMigration (line 193) | func (s *MigrationService) DeleteUserMigration(ctx context.Context, id i... method UnlockUserRepo (line 214) | func (s *MigrationService) UnlockUserRepo(ctx context.Context, id int64,... FILE: github/migrations_user_test.go function TestMigrationService_StartUserMigration (line 17) | func TestMigrationService_StartUserMigration(t *testing.T) { function TestMigrationService_ListUserMigrations (line 55) | func TestMigrationService_ListUserMigrations(t *testing.T) { function TestMigrationService_UserMigrationStatus (line 88) | func TestMigrationService_UserMigrationStatus(t *testing.T) { function TestMigrationService_UserMigrationArchiveURL (line 121) | func TestMigrationService_UserMigrationArchiveURL(t *testing.T) { function TestMigrationService_DeleteUserMigration (line 150) | func TestMigrationService_DeleteUserMigration(t *testing.T) { function TestMigrationService_UnlockUserRepo (line 182) | func TestMigrationService_UnlockUserRepo(t *testing.T) { function TestUserMigration_Marshal (line 252) | func TestUserMigration_Marshal(t *testing.T) { function TestStartUserMigration_Marshal (line 287) | func TestStartUserMigration_Marshal(t *testing.T) { FILE: github/orgs.go type OrganizationsService (line 17) | type OrganizationsService method ListAll (line 172) | func (s *OrganizationsService) ListAll(ctx context.Context, opts *Orga... method List (line 200) | func (s *OrganizationsService) List(ctx context.Context, user string, ... method Get (line 231) | func (s *OrganizationsService) Get(ctx context.Context, org string) (*... method GetByID (line 254) | func (s *OrganizationsService) GetByID(ctx context.Context, id int64) ... method Edit (line 275) | func (s *OrganizationsService) Edit(ctx context.Context, name string, ... method Delete (line 298) | func (s *OrganizationsService) Delete(ctx context.Context, org string)... method ListInstallations (line 313) | func (s *OrganizationsService) ListInstallations(ctx context.Context, ... type Organization (line 20) | type Organization struct method String (line 135) | func (o Organization) String() string { type OrganizationInstallations (line 130) | type OrganizationInstallations struct type Plan (line 140) | type Plan struct method String (line 149) | func (p Plan) String() string { type OrganizationsListOptions (line 155) | type OrganizationsListOptions struct FILE: github/orgs_actions_allowed.go method GetActionsAllowed (line 19) | func (s *OrganizationsService) GetActionsAllowed(ctx context.Context, or... method UpdateActionsAllowed (line 31) | func (s *OrganizationsService) UpdateActionsAllowed(ctx context.Context,... FILE: github/orgs_actions_allowed_test.go function TestOrganizationsService_GetActionsAllowed (line 17) | func TestOrganizationsService_GetActionsAllowed(t *testing.T) { function TestOrganizationsService_UpdateActionsAllowed (line 51) | func TestOrganizationsService_UpdateActionsAllowed(t *testing.T) { FILE: github/orgs_actions_permissions.go method GetActionsPermissions (line 19) | func (s *OrganizationsService) GetActionsPermissions(ctx context.Context... method UpdateActionsPermissions (line 31) | func (s *OrganizationsService) UpdateActionsPermissions(ctx context.Cont... FILE: github/orgs_actions_permissions_test.go function TestOrganizationsService_GetActionsPermissions (line 17) | func TestOrganizationsService_GetActionsPermissions(t *testing.T) { function TestOrganizationsService_UpdateActionsPermissions (line 51) | func TestOrganizationsService_UpdateActionsPermissions(t *testing.T) { FILE: github/orgs_artifacts.go type DeploymentRuntimeRisk (line 14) | type DeploymentRuntimeRisk constant DeploymentRuntimeRiskCriticalResource (line 17) | DeploymentRuntimeRiskCriticalResource DeploymentRuntimeRisk = "critical-... constant DeploymentRuntimeRiskInternetExposed (line 18) | DeploymentRuntimeRiskInternetExposed DeploymentRuntimeRisk = "internet-... constant DeploymentRuntimeRiskLateralMovement (line 19) | DeploymentRuntimeRiskLateralMovement DeploymentRuntimeRisk = "lateral-m... constant DeploymentRuntimeRiskSensitiveData (line 20) | DeploymentRuntimeRiskSensitiveData DeploymentRuntimeRisk = "sensitive... type ArtifactDeploymentRecord (line 24) | type ArtifactDeploymentRecord struct type CreateArtifactDeploymentRequest (line 39) | type CreateArtifactDeploymentRequest struct type ArtifactDeploymentResponse (line 54) | type ArtifactDeploymentResponse struct type ClusterArtifactDeployment (line 60) | type ClusterArtifactDeployment struct type ClusterDeploymentRecordsRequest (line 72) | type ClusterDeploymentRecordsRequest struct type ArtifactStorageRecord (line 79) | type ArtifactStorageRecord struct type CreateArtifactStorageRequest (line 92) | type CreateArtifactStorageRequest struct type ArtifactStorageResponse (line 105) | type ArtifactStorageResponse struct method CreateArtifactDeploymentRecord (line 115) | func (s *OrganizationsService) CreateArtifactDeploymentRecord(ctx contex... method SetClusterDeploymentRecords (line 136) | func (s *OrganizationsService) SetClusterDeploymentRecords(ctx context.C... method CreateArtifactStorageRecord (line 157) | func (s *OrganizationsService) CreateArtifactStorageRecord(ctx context.C... method ListArtifactDeploymentRecords (line 180) | func (s *OrganizationsService) ListArtifactDeploymentRecords(ctx context... method ListArtifactStorageRecords (line 204) | func (s *OrganizationsService) ListArtifactStorageRecords(ctx context.Co... FILE: github/orgs_artifacts_test.go function TestOrganizationsService_CreateArtifactDeploymentRecord (line 16) | func TestOrganizationsService_CreateArtifactDeploymentRecord(t *testing.... function TestOrganizationsService_SetClusterDeploymentRecords (line 70) | func TestOrganizationsService_SetClusterDeploymentRecords(t *testing.T) { function TestOrganizationsService_CreateArtifactStorageRecord (line 123) | func TestOrganizationsService_CreateArtifactStorageRecord(t *testing.T) { function TestOrganizationsService_ListArtifactDeploymentRecords (line 173) | func TestOrganizationsService_ListArtifactDeploymentRecords(t *testing.T) { function TestOrganizationsService_ListArtifactStorageRecords (line 214) | func TestOrganizationsService_ListArtifactStorageRecords(t *testing.T) { FILE: github/orgs_attestations.go method ListAttestations (line 20) | func (s *OrganizationsService) ListAttestations(ctx context.Context, org... FILE: github/orgs_attestations_test.go function TestOrganizationsService_ListAttestations (line 16) | func TestOrganizationsService_ListAttestations(t *testing.T) { FILE: github/orgs_audit_log.go type GetAuditLogOptions (line 15) | type GetAuditLogOptions struct type ActorLocation (line 24) | type ActorLocation struct type AuditEntry (line 32) | type AuditEntry struct method UnmarshalJSON (line 60) | func (a *AuditEntry) UnmarshalJSON(data []byte) error { method MarshalJSON (line 94) | func (a *AuditEntry) MarshalJSON() ([]byte, error) { method GetAuditLog (line 125) | func (s *OrganizationsService) GetAuditLog(ctx context.Context, org stri... FILE: github/orgs_audit_log_test.go function TestOrganizationService_GetAuditLog (line 15) | func TestOrganizationService_GetAuditLog(t *testing.T) { function TestHookConfig_Marshal (line 169) | func TestHookConfig_Marshal(t *testing.T) { function TestAuditEntry_Marshal (line 188) | func TestAuditEntry_Marshal(t *testing.T) { FILE: github/orgs_codesecurity_configurations.go type DependencyGraphAutosubmitActionOptions (line 15) | type DependencyGraphAutosubmitActionOptions struct type CodeScanningOptions (line 20) | type CodeScanningOptions struct type CodeScanningDefaultSetupOptions (line 25) | type CodeScanningDefaultSetupOptions struct type RepositoryAttachment (line 31) | type RepositoryAttachment struct type SecretScanningDelegatedBypassOptions (line 37) | type SecretScanningDelegatedBypassOptions struct type BypassReviewer (line 43) | type BypassReviewer struct type CodeSecurityConfiguration (line 50) | type CodeSecurityConfiguration struct type CodeSecurityConfigurationWithDefaultForNewRepos (line 84) | type CodeSecurityConfigurationWithDefaultForNewRepos struct type RepositoryCodeSecurityConfiguration (line 90) | type RepositoryCodeSecurityConfiguration struct type ListOrgCodeSecurityConfigurationOptions (line 103) | type ListOrgCodeSecurityConfigurationOptions struct type ListCodeSecurityConfigurationRepositoriesOptions (line 127) | type ListCodeSecurityConfigurationRepositoriesOptions struct method ListCodeSecurityConfigurations (line 148) | func (s *OrganizationsService) ListCodeSecurityConfigurations(ctx contex... method CreateCodeSecurityConfiguration (line 173) | func (s *OrganizationsService) CreateCodeSecurityConfiguration(ctx conte... method ListDefaultCodeSecurityConfigurations (line 194) | func (s *OrganizationsService) ListDefaultCodeSecurityConfigurations(ctx... method DetachCodeSecurityConfigurationsFromRepositories (line 215) | func (s *OrganizationsService) DetachCodeSecurityConfigurationsFromRepos... method GetCodeSecurityConfiguration (line 236) | func (s *OrganizationsService) GetCodeSecurityConfiguration(ctx context.... method UpdateCodeSecurityConfiguration (line 257) | func (s *OrganizationsService) UpdateCodeSecurityConfiguration(ctx conte... method DeleteCodeSecurityConfiguration (line 278) | func (s *OrganizationsService) DeleteCodeSecurityConfiguration(ctx conte... method AttachCodeSecurityConfigurationToRepositories (line 297) | func (s *OrganizationsService) AttachCodeSecurityConfigurationToReposito... method SetDefaultCodeSecurityConfiguration (line 319) | func (s *OrganizationsService) SetDefaultCodeSecurityConfiguration(ctx c... method ListCodeSecurityConfigurationRepositories (line 341) | func (s *OrganizationsService) ListCodeSecurityConfigurationRepositories... method GetCodeSecurityConfigurationForRepository (line 367) | func (s *OrganizationsService) GetCodeSecurityConfigurationForRepository... FILE: github/orgs_codesecurity_configurations_test.go function TestOrganizationsService_ListCodeSecurityConfigurations (line 17) | func TestOrganizationsService_ListCodeSecurityConfigurations(t *testing.... function TestOrganizationsService_GetCodeSecurityConfiguration (line 67) | func TestOrganizationsService_GetCodeSecurityConfiguration(t *testing.T) { function TestOrganizationsService_CreateCodeSecurityConfiguration (line 107) | func TestOrganizationsService_CreateCodeSecurityConfiguration(t *testing... function TestOrganizationsService_CreateCodeSecurityConfigurationWithDelegatedBypass (line 159) | func TestOrganizationsService_CreateCodeSecurityConfigurationWithDelegat... function TestOrganizationsService_ListDefaultCodeSecurityConfigurations (line 265) | func TestOrganizationsService_ListDefaultCodeSecurityConfigurations(t *t... function TestOrganizationsService_DetachCodeSecurityConfigurationsFromRepositories (line 322) | func TestOrganizationsService_DetachCodeSecurityConfigurationsFromReposi... function TestOrganizationsService_UpdateCodeSecurityConfiguration (line 354) | func TestOrganizationsService_UpdateCodeSecurityConfiguration(t *testing... function TestOrganizationsService_DeleteCodeSecurityConfiguration (line 406) | func TestOrganizationsService_DeleteCodeSecurityConfiguration(t *testing... function TestOrganizationsService_AttachCodeSecurityConfigurationToRepositories (line 438) | func TestOrganizationsService_AttachCodeSecurityConfigurationToRepositor... function TestOrganizationsService_SetDefaultCodeSecurityConfiguration (line 482) | func TestOrganizationsService_SetDefaultCodeSecurityConfiguration(t *tes... function TestOrganizationsService_ListCodeSecurityConfigurationRepositories (line 534) | func TestOrganizationsService_ListCodeSecurityConfigurationRepositories(... function TestOrganizationsService_GetCodeSecurityConfigurationForRepository (line 588) | func TestOrganizationsService_GetCodeSecurityConfigurationForRepository(... FILE: github/orgs_credential_authorizations.go type CredentialAuthorization (line 14) | type CredentialAuthorization struct type CredentialAuthorizationsListOptions (line 61) | type CredentialAuthorizationsListOptions struct method ListCredentialAuthorizations (line 73) | func (s *OrganizationsService) ListCredentialAuthorizations(ctx context.... method RemoveCredentialAuthorization (line 100) | func (s *OrganizationsService) RemoveCredentialAuthorization(ctx context... FILE: github/orgs_credential_authorizations_test.go function TestOrganizationsService_ListCredentialAuthorizations (line 17) | func TestOrganizationsService_ListCredentialAuthorizations(t *testing.T) { function TestOrganizationsService_RemoveCredentialAuthorization (line 74) | func TestOrganizationsService_RemoveCredentialAuthorization(t *testing.T) { FILE: github/orgs_custom_repository_roles.go type OrganizationCustomRepoRoles (line 14) | type OrganizationCustomRepoRoles struct type CustomRepoRoles (line 22) | type CustomRepoRoles struct type CreateOrUpdateCustomRepoRoleOptions (line 34) | type CreateOrUpdateCustomRepoRoleOptions struct type RepoFineGrainedPermission (line 42) | type RepoFineGrainedPermission struct method ListCustomRepoRoles (line 53) | func (s *OrganizationsService) ListCustomRepoRoles(ctx context.Context, ... method GetCustomRepoRole (line 76) | func (s *OrganizationsService) GetCustomRepoRole(ctx context.Context, or... method CreateCustomRepoRole (line 99) | func (s *OrganizationsService) CreateCustomRepoRole(ctx context.Context,... method UpdateCustomRepoRole (line 122) | func (s *OrganizationsService) UpdateCustomRepoRole(ctx context.Context,... method DeleteCustomRepoRole (line 145) | func (s *OrganizationsService) DeleteCustomRepoRole(ctx context.Context,... method ListRepositoryFineGrainedPermissions (line 168) | func (s *OrganizationsService) ListRepositoryFineGrainedPermissions(ctx ... FILE: github/orgs_custom_repository_roles_test.go function TestOrganizationsService_ListCustomRepoRoles (line 17) | func TestOrganizationsService_ListCustomRepoRoles(t *testing.T) { function TestOrganizationsService_GetCustomRepoRole (line 98) | func TestOrganizationsService_GetCustomRepoRole(t *testing.T) { function TestOrganizationsService_CreateCustomRepoRole (line 176) | func TestOrganizationsService_CreateCustomRepoRole(t *testing.T) { function TestOrganizationsService_UpdateCustomRepoRole (line 219) | func TestOrganizationsService_UpdateCustomRepoRole(t *testing.T) { function TestOrganizationsService_DeleteCustomRepoRole (line 260) | func TestOrganizationsService_DeleteCustomRepoRole(t *testing.T) { function TestOrganizationsService_ListRepositoryFineGrainedPermissions (line 287) | func TestOrganizationsService_ListRepositoryFineGrainedPermissions(t *te... FILE: github/orgs_hooks.go method ListHooks (line 19) | func (s *OrganizationsService) ListHooks(ctx context.Context, org string... method GetHook (line 45) | func (s *OrganizationsService) GetHook(ctx context.Context, org string, ... method CreateHook (line 70) | func (s *OrganizationsService) CreateHook(ctx context.Context, org strin... method EditHook (line 103) | func (s *OrganizationsService) EditHook(ctx context.Context, org string,... method PingHook (line 124) | func (s *OrganizationsService) PingHook(ctx context.Context, org string,... method DeleteHook (line 139) | func (s *OrganizationsService) DeleteHook(ctx context.Context, org strin... FILE: github/orgs_hooks_configuration.go method GetHookConfiguration (line 18) | func (s *OrganizationsService) GetHookConfiguration(ctx context.Context,... method EditHookConfiguration (line 39) | func (s *OrganizationsService) EditHookConfiguration(ctx context.Context... FILE: github/orgs_hooks_configuration_test.go function TestOrganizationsService_GetHookConfiguration (line 17) | func TestOrganizationsService_GetHookConfiguration(t *testing.T) { function TestOrganizationsService_GetHookConfiguration_invalidOrg (line 57) | func TestOrganizationsService_GetHookConfiguration_invalidOrg(t *testing... function TestOrganizationsService_EditHookConfiguration (line 66) | func TestOrganizationsService_EditHookConfiguration(t *testing.T) { function TestOrganizationsService_EditHookConfiguration_invalidOrg (line 115) | func TestOrganizationsService_EditHookConfiguration_invalidOrg(t *testin... FILE: github/orgs_hooks_deliveries.go method ListHookDeliveries (line 18) | func (s *OrganizationsService) ListHookDeliveries(ctx context.Context, o... method GetHookDelivery (line 44) | func (s *OrganizationsService) GetHookDelivery(ctx context.Context, owne... method RedeliverHookDelivery (line 65) | func (s *OrganizationsService) RedeliverHookDelivery(ctx context.Context... FILE: github/orgs_hooks_deliveries_test.go function TestOrganizationsService_ListHookDeliveries (line 16) | func TestOrganizationsService_ListHookDeliveries(t *testing.T) { function TestOrganizationsService_ListHookDeliveries_invalidOwner (line 54) | func TestOrganizationsService_ListHookDeliveries_invalidOwner(t *testing... function TestOrganizationsService_GetHookDelivery (line 63) | func TestOrganizationsService_GetHookDelivery(t *testing.T) { function TestOrganizationsService_GetHookDelivery_invalidOwner (line 98) | func TestOrganizationsService_GetHookDelivery_invalidOwner(t *testing.T) { function TestOrganizationsService_RedeliverHookDelivery (line 107) | func TestOrganizationsService_RedeliverHookDelivery(t *testing.T) { function TestOrganizationsService_RedeliverHookDelivery_invalidOwner (line 142) | func TestOrganizationsService_RedeliverHookDelivery_invalidOwner(t *test... FILE: github/orgs_hooks_test.go function TestOrganizationsService_ListHooks (line 17) | func TestOrganizationsService_ListHooks(t *testing.T) { function TestOrganizationsService_ListHooks_invalidOrg (line 55) | func TestOrganizationsService_ListHooks_invalidOrg(t *testing.T) { function TestOrganizationsService_CreateHook (line 64) | func TestOrganizationsService_CreateHook(t *testing.T) { function TestOrganizationsService_GetHook (line 113) | func TestOrganizationsService_GetHook(t *testing.T) { function TestOrganizationsService_GetHook_invalidOrg (line 148) | func TestOrganizationsService_GetHook_invalidOrg(t *testing.T) { function TestOrganizationsService_EditHook (line 157) | func TestOrganizationsService_EditHook(t *testing.T) { function TestOrganizationsService_EditHook_invalidOrg (line 201) | func TestOrganizationsService_EditHook_invalidOrg(t *testing.T) { function TestOrganizationsService_PingHook (line 210) | func TestOrganizationsService_PingHook(t *testing.T) { function TestOrganizationsService_DeleteHook (line 235) | func TestOrganizationsService_DeleteHook(t *testing.T) { function TestOrganizationsService_DeleteHook_invalidOrg (line 260) | func TestOrganizationsService_DeleteHook_invalidOrg(t *testing.T) { FILE: github/orgs_immutable_releases.go type ImmutableReleaseSettings (line 14) | type ImmutableReleaseSettings struct type ImmutableReleasePolicy (line 23) | type ImmutableReleasePolicy struct type setImmutableReleasesRepositoriesOptions (line 32) | type setImmutableReleasesRepositoriesOptions struct method GetImmutableReleasesSettings (line 41) | func (s *OrganizationsService) GetImmutableReleasesSettings(ctx context.... method UpdateImmutableReleasesSettings (line 63) | func (s *OrganizationsService) UpdateImmutableReleasesSettings(ctx conte... method ListImmutableReleaseRepositories (line 84) | func (s *OrganizationsService) ListImmutableReleaseRepositories(ctx cont... method SetImmutableReleaseRepositories (line 112) | func (s *OrganizationsService) SetImmutableReleaseRepositories(ctx conte... method EnableRepositoryForImmutableRelease (line 138) | func (s *OrganizationsService) EnableRepositoryForImmutableRelease(ctx c... method DisableRepositoryForImmutableRelease (line 160) | func (s *OrganizationsService) DisableRepositoryForImmutableRelease(ctx ... FILE: github/orgs_immutable_releases_test.go function TestOrganizationsService_GetImmutableReleasesSettings (line 17) | func TestOrganizationsService_GetImmutableReleasesSettings(t *testing.T) { function TestOrganizationsService_UpdateImmutableReleasesSettings (line 61) | func TestOrganizationsService_UpdateImmutableReleasesSettings(t *testing... function TestOrganizationsService_ListImmutableReleaseRepositories (line 110) | func TestOrganizationsService_ListImmutableReleaseRepositories(t *testin... function TestOrganizationsService_SetImmutableReleaseRepositories (line 162) | func TestOrganizationsService_SetImmutableReleaseRepositories(t *testing... function TestOrganizationsService_EnableRepositoryForImmutableRelease (line 204) | func TestOrganizationsService_EnableRepositoryForImmutableRelease(t *tes... function TestOrganizationsService_DisableRepositoryForImmutableRelease (line 236) | func TestOrganizationsService_DisableRepositoryForImmutableRelease(t *te... FILE: github/orgs_issue_types.go type CreateOrUpdateIssueTypesOptions (line 14) | type CreateOrUpdateIssueTypesOptions struct method ListIssueTypes (line 27) | func (s *OrganizationsService) ListIssueTypes(ctx context.Context, org s... method CreateIssueType (line 49) | func (s *OrganizationsService) CreateIssueType(ctx context.Context, org ... method UpdateIssueType (line 70) | func (s *OrganizationsService) UpdateIssueType(ctx context.Context, org ... method DeleteIssueType (line 91) | func (s *OrganizationsService) DeleteIssueType(ctx context.Context, org ... FILE: github/orgs_issue_types_test.go function TestOrganizationsService_ListIssueTypes (line 18) | func TestOrganizationsService_ListIssueTypes(t *testing.T) { function TestOrganizationsService_CreateIssueType (line 87) | func TestOrganizationsService_CreateIssueType(t *testing.T) { function TestOrganizationsService_UpdateIssueType (line 151) | func TestOrganizationsService_UpdateIssueType(t *testing.T) { function TestOrganizationsService_DeleteIssueType (line 215) | func TestOrganizationsService_DeleteIssueType(t *testing.T) { FILE: github/orgs_members.go type Membership (line 14) | type Membership struct method String (line 43) | func (m Membership) String() string { type ListMembersOptions (line 49) | type ListMembersOptions struct method ListMembers (line 80) | func (s *OrganizationsService) ListMembers(ctx context.Context, org stri... method IsMember (line 111) | func (s *OrganizationsService) IsMember(ctx context.Context, org, user s... method IsPublicMember (line 128) | func (s *OrganizationsService) IsPublicMember(ctx context.Context, org, ... method RemoveMember (line 145) | func (s *OrganizationsService) RemoveMember(ctx context.Context, org, us... method CancelInvite (line 160) | func (s *OrganizationsService) CancelInvite(ctx context.Context, org str... method PublicizeMembership (line 175) | func (s *OrganizationsService) PublicizeMembership(ctx context.Context, ... method ConcealMembership (line 190) | func (s *OrganizationsService) ConcealMembership(ctx context.Context, or... type ListOrgMembershipsOptions (line 202) | type ListOrgMembershipsOptions struct method ListOrgMemberships (line 215) | func (s *OrganizationsService) ListOrgMemberships(ctx context.Context, o... method GetOrgMembership (line 246) | func (s *OrganizationsService) GetOrgMembership(ctx context.Context, use... method EditOrgMembership (line 278) | func (s *OrganizationsService) EditOrgMembership(ctx context.Context, us... method RemoveOrgMembership (line 308) | func (s *OrganizationsService) RemoveOrgMembership(ctx context.Context, ... method ListPendingOrgInvitations (line 323) | func (s *OrganizationsService) ListPendingOrgInvitations(ctx context.Con... type CreateOrgInvitationOptions (line 346) | type CreateOrgInvitationOptions struct method CreateOrgInvitation (line 371) | func (s *OrganizationsService) CreateOrgInvitation(ctx context.Context, ... method ListOrgInvitationTeams (line 394) | func (s *OrganizationsService) ListOrgInvitationTeams(ctx context.Contex... method ListFailedOrgInvitations (line 420) | func (s *OrganizationsService) ListFailedOrgInvitations(ctx context.Cont... FILE: github/orgs_members_test.go function TestOrganizationsService_ListMembers (line 18) | func TestOrganizationsService_ListMembers(t *testing.T) { function TestOrganizationsService_ListMembers_invalidOrg (line 64) | func TestOrganizationsService_ListMembers_invalidOrg(t *testing.T) { function TestOrganizationsService_ListMembers_public (line 73) | func TestOrganizationsService_ListMembers_public(t *testing.T) { function TestOrganizationsService_IsMember (line 95) | func TestOrganizationsService_IsMember(t *testing.T) { function TestOrganizationsService_IsMember_notMember (line 129) | func TestOrganizationsService_IsMember_notMember(t *testing.T) { function TestOrganizationsService_IsMember_error (line 150) | func TestOrganizationsService_IsMember_error(t *testing.T) { function TestOrganizationsService_IsMember_invalidOrg (line 169) | func TestOrganizationsService_IsMember_invalidOrg(t *testing.T) { function TestOrganizationsService_IsPublicMember (line 178) | func TestOrganizationsService_IsPublicMember(t *testing.T) { function TestOrganizationsService_IsPublicMember_notMember (line 212) | func TestOrganizationsService_IsPublicMember_notMember(t *testing.T) { function TestOrganizationsService_IsPublicMember_error (line 233) | func TestOrganizationsService_IsPublicMember_error(t *testing.T) { function TestOrganizationsService_IsPublicMember_invalidOrg (line 252) | func TestOrganizationsService_IsPublicMember_invalidOrg(t *testing.T) { function TestOrganizationsService_RemoveMember (line 261) | func TestOrganizationsService_RemoveMember(t *testing.T) { function TestOrganizationsService_CancelInvite (line 286) | func TestOrganizationsService_CancelInvite(t *testing.T) { function TestOrganizationsService_RemoveMember_invalidOrg (line 312) | func TestOrganizationsService_RemoveMember_invalidOrg(t *testing.T) { function TestOrganizationsService_PublicizeMembership (line 321) | func TestOrganizationsService_PublicizeMembership(t *testing.T) { function TestOrganizationsService_ConcealMembership (line 346) | func TestOrganizationsService_ConcealMembership(t *testing.T) { function TestOrganizationsService_ListOrgMemberships (line 371) | func TestOrganizationsService_ListOrgMemberships(t *testing.T) { function TestOrganizationsService_GetOrgMembership_AuthenticatedUser (line 409) | func TestOrganizationsService_GetOrgMembership_AuthenticatedUser(t *test... function TestOrganizationsService_GetOrgMembership_SpecifiedUser (line 444) | func TestOrganizationsService_GetOrgMembership_SpecifiedUser(t *testing.... function TestOrganizationsService_EditOrgMembership_AuthenticatedUser (line 465) | func TestOrganizationsService_EditOrgMembership_AuthenticatedUser(t *tes... function TestOrganizationsService_EditOrgMembership_SpecifiedUser (line 509) | func TestOrganizationsService_EditOrgMembership_SpecifiedUser(t *testing... function TestOrganizationsService_RemoveOrgMembership (line 539) | func TestOrganizationsService_RemoveOrgMembership(t *testing.T) { function TestOrganizationsService_ListPendingOrgInvitations (line 565) | func TestOrganizationsService_ListPendingOrgInvitations(t *testing.T) { function TestOrganizationsService_CreateOrgInvitation (line 662) | func TestOrganizationsService_CreateOrgInvitation(t *testing.T) { function TestOrganizationsService_ListOrgInvitationTeams (line 713) | func TestOrganizationsService_ListOrgInvitationTeams(t *testing.T) { function TestOrganizationsService_ListFailedOrgInvitations (line 775) | func TestOrganizationsService_ListFailedOrgInvitations(t *testing.T) { function TestMembership_Marshal (line 880) | func TestMembership_Marshal(t *testing.T) { function TestCreateOrgInvitationOptions_Marshal (line 963) | func TestCreateOrgInvitationOptions_Marshal(t *testing.T) { FILE: github/orgs_network_configurations.go type ComputeService (line 16) | type ComputeService constant ComputeServiceNone (line 19) | ComputeServiceNone ComputeService = "none" constant ComputeServiceActions (line 20) | ComputeServiceActions ComputeService = "actions" constant ComputeServiceCodespaces (line 21) | ComputeServiceCodespaces ComputeService = "codespaces" type NetworkConfigurations (line 26) | type NetworkConfigurations struct type NetworkConfiguration (line 33) | type NetworkConfiguration struct type NetworkSettingsResource (line 43) | type NetworkSettingsResource struct function validateComputeService (line 51) | func validateComputeService(compute *ComputeService) error { function validateNetworkName (line 63) | func validateNetworkName(name string) error { function validateNetworkSettingsID (line 73) | func validateNetworkSettingsID(settingsID []string) error { function validateNetworkConfigurationRequest (line 80) | func validateNetworkConfigurationRequest(req NetworkConfigurationRequest... type NetworkConfigurationRequest (line 96) | type NetworkConfigurationRequest struct method ListNetworkConfigurations (line 107) | func (s *OrganizationsService) ListNetworkConfigurations(ctx context.Con... method CreateNetworkConfiguration (line 133) | func (s *OrganizationsService) CreateNetworkConfiguration(ctx context.Co... method GetNetworkConfiguration (line 158) | func (s *OrganizationsService) GetNetworkConfiguration(ctx context.Conte... method UpdateNetworkConfiguration (line 179) | func (s *OrganizationsService) UpdateNetworkConfiguration(ctx context.Co... method DeleteNetworkConfigurations (line 204) | func (s *OrganizationsService) DeleteNetworkConfigurations(ctx context.C... method GetNetworkConfigurationResource (line 225) | func (s *OrganizationsService) GetNetworkConfigurationResource(ctx conte... FILE: github/orgs_network_configurations_test.go function TestOrganizationsService_ListOrgsNetworkConfigurations (line 17) | func TestOrganizationsService_ListOrgsNetworkConfigurations(t *testing.T) { function TestOrganizationsService_CreateOrgsNetworkConfiguration (line 122) | func TestOrganizationsService_CreateOrgsNetworkConfiguration(t *testing.... function TestOrganizationsService_GetOrgsNetworkConfiguration (line 242) | func TestOrganizationsService_GetOrgsNetworkConfiguration(t *testing.T) { function TestOrganizationsService_UpdateOrgsNetworkConfiguration (line 295) | func TestOrganizationsService_UpdateOrgsNetworkConfiguration(t *testing.... function TestOrganizationsService_DeleteOrgsNetworkConfiguration (line 415) | func TestOrganizationsService_DeleteOrgsNetworkConfiguration(t *testing.... function TestOrganizationsService_GetOrgsNetworkConfigurationResource (line 440) | func TestOrganizationsService_GetOrgsNetworkConfigurationResource(t *tes... FILE: github/orgs_organization_properties.go type OrganizationCustomPropertyValues (line 14) | type OrganizationCustomPropertyValues struct method GetOrganizationCustomPropertyValues (line 24) | func (s *OrganizationsService) GetOrganizationCustomPropertyValues(ctx c... method CreateOrUpdateOrganizationCustomPropertyValues (line 47) | func (s *OrganizationsService) CreateOrUpdateOrganizationCustomPropertyV... FILE: github/orgs_organization_properties_test.go function TestOrganizationsService_GetOrganizationCustomPropertyValues (line 16) | func TestOrganizationsService_GetOrganizationCustomPropertyValues(t *tes... function TestOrganizationsService_CreateOrUpdateOrganizationCustomPropertyValues (line 63) | func TestOrganizationsService_CreateOrUpdateOrganizationCustomPropertyVa... FILE: github/orgs_organization_roles.go type OrganizationCustomRoles (line 14) | type OrganizationCustomRoles struct type CustomOrgRole (line 20) | type CustomOrgRole struct type CreateCustomOrgRoleRequest (line 33) | type CreateCustomOrgRoleRequest struct type UpdateCustomOrgRoleRequest (line 41) | type UpdateCustomOrgRoleRequest struct type OrganizationFineGrainedPermission (line 49) | type OrganizationFineGrainedPermission struct method ListRoles (line 60) | func (s *OrganizationsService) ListRoles(ctx context.Context, org string... method GetOrgRole (line 83) | func (s *OrganizationsService) GetOrgRole(ctx context.Context, org strin... method CreateCustomOrgRole (line 106) | func (s *OrganizationsService) CreateCustomOrgRole(ctx context.Context, ... method UpdateCustomOrgRole (line 129) | func (s *OrganizationsService) UpdateCustomOrgRole(ctx context.Context, ... method DeleteCustomOrgRole (line 152) | func (s *OrganizationsService) DeleteCustomOrgRole(ctx context.Context, ... method AssignOrgRoleToTeam (line 175) | func (s *OrganizationsService) AssignOrgRoleToTeam(ctx context.Context, ... method RemoveOrgRoleFromTeam (line 197) | func (s *OrganizationsService) RemoveOrgRoleFromTeam(ctx context.Context... method AssignOrgRoleToUser (line 219) | func (s *OrganizationsService) AssignOrgRoleToUser(ctx context.Context, ... method RemoveOrgRoleFromUser (line 241) | func (s *OrganizationsService) RemoveOrgRoleFromUser(ctx context.Context... method ListTeamsAssignedToOrgRole (line 263) | func (s *OrganizationsService) ListTeamsAssignedToOrgRole(ctx context.Co... method ListUsersAssignedToOrgRole (line 290) | func (s *OrganizationsService) ListUsersAssignedToOrgRole(ctx context.Co... method ListFineGrainedPermissions (line 322) | func (s *OrganizationsService) ListFineGrainedPermissions(ctx context.Co... FILE: github/orgs_organization_roles_test.go function TestOrganizationsService_ListRoles (line 17) | func TestOrganizationsService_ListRoles(t *testing.T) { function TestOrganizationsService_GetOrgRole (line 100) | func TestOrganizationsService_GetOrgRole(t *testing.T) { function TestOrganizationsService_CreateCustomOrgRole (line 199) | func TestOrganizationsService_CreateCustomOrgRole(t *testing.T) { function TestOrganizationsService_UpdateCustomOrgRole (line 241) | func TestOrganizationsService_UpdateCustomOrgRole(t *testing.T) { function TestOrganizationsService_DeleteCustomOrgRole (line 282) | func TestOrganizationsService_DeleteCustomOrgRole(t *testing.T) { function TestOrganizationsService_AssignOrgRoleToTeam (line 313) | func TestOrganizationsService_AssignOrgRoleToTeam(t *testing.T) { function TestOrganizationsService_RemoveOrgRoleFromTeam (line 342) | func TestOrganizationsService_RemoveOrgRoleFromTeam(t *testing.T) { function TestOrganizationsService_AssignOrgRoleToUser (line 371) | func TestOrganizationsService_AssignOrgRoleToUser(t *testing.T) { function TestOrganizationsService_RemoveOrgRoleFromUser (line 400) | func TestOrganizationsService_RemoveOrgRoleFromUser(t *testing.T) { function TestOrganizationsService_ListTeamsAssignedToOrgRole (line 429) | func TestOrganizationsService_ListTeamsAssignedToOrgRole(t *testing.T) { function TestOrganizationsService_ListUsersAssignedToOrgRole (line 464) | func TestOrganizationsService_ListUsersAssignedToOrgRole(t *testing.T) { function TestOrganizationsService_ListFineGrainedPermissions (line 499) | func TestOrganizationsService_ListFineGrainedPermissions(t *testing.T) { FILE: github/orgs_outside_collaborators.go type ListOutsideCollaboratorsOptions (line 15) | type ListOutsideCollaboratorsOptions struct method ListOutsideCollaborators (line 33) | func (s *OrganizationsService) ListOutsideCollaborators(ctx context.Cont... method RemoveOutsideCollaborator (line 60) | func (s *OrganizationsService) RemoveOutsideCollaborator(ctx context.Con... method ConvertMemberToOutsideCollaborator (line 79) | func (s *OrganizationsService) ConvertMemberToOutsideCollaborator(ctx co... FILE: github/orgs_outside_collaborators_test.go function TestOrganizationsService_ListOutsideCollaborators (line 17) | func TestOrganizationsService_ListOutsideCollaborators(t *testing.T) { function TestOrganizationsService_ListOutsideCollaborators_invalidOrg (line 60) | func TestOrganizationsService_ListOutsideCollaborators_invalidOrg(t *tes... function TestOrganizationsService_RemoveOutsideCollaborator (line 69) | func TestOrganizationsService_RemoveOutsideCollaborator(t *testing.T) { function TestOrganizationsService_RemoveOutsideCollaborator_NonMember (line 95) | func TestOrganizationsService_RemoveOutsideCollaborator_NonMember(t *tes... function TestOrganizationsService_RemoveOutsideCollaborator_Member (line 115) | func TestOrganizationsService_RemoveOutsideCollaborator_Member(t *testin... function TestOrganizationsService_ConvertMemberToOutsideCollaborator (line 135) | func TestOrganizationsService_ConvertMemberToOutsideCollaborator(t *test... function TestOrganizationsService_ConvertMemberToOutsideCollaborator_NonMemberOrLastOwner (line 161) | func TestOrganizationsService_ConvertMemberToOutsideCollaborator_NonMemb... FILE: github/orgs_packages.go method ListPackages (line 19) | func (s *OrganizationsService) ListPackages(ctx context.Context, org str... method GetPackage (line 47) | func (s *OrganizationsService) GetPackage(ctx context.Context, org, pack... method DeletePackage (line 70) | func (s *OrganizationsService) DeletePackage(ctx context.Context, org, p... method RestorePackage (line 87) | func (s *OrganizationsService) RestorePackage(ctx context.Context, org, ... method PackageGetAllVersions (line 104) | func (s *OrganizationsService) PackageGetAllVersions(ctx context.Context... method PackageGetVersion (line 132) | func (s *OrganizationsService) PackageGetVersion(ctx context.Context, or... method PackageDeleteVersion (line 155) | func (s *OrganizationsService) PackageDeleteVersion(ctx context.Context,... method PackageRestoreVersion (line 172) | func (s *OrganizationsService) PackageRestoreVersion(ctx context.Context... FILE: github/orgs_packages_test.go function TestOrganizationsService_ListPackages (line 17) | func TestOrganizationsService_ListPackages(t *testing.T) { function TestOrganizationsService_GetPackage (line 116) | func TestOrganizationsService_GetPackage(t *testing.T) { function TestOrganizationsService_DeletePackage (line 175) | func TestOrganizationsService_DeletePackage(t *testing.T) { function TestOrganizationsService_RestorePackage (line 205) | func TestOrganizationsService_RestorePackage(t *testing.T) { function TestOrganizationsService_ListPackagesVersions (line 231) | func TestOrganizationsService_ListPackagesVersions(t *testing.T) { function TestOrganizationsService_PackageGetVersion (line 302) | func TestOrganizationsService_PackageGetVersion(t *testing.T) { function TestOrganizationsService_PackageDeleteVersion (line 369) | func TestOrganizationsService_PackageDeleteVersion(t *testing.T) { function TestOrganizationsService_PackageRestoreVersion (line 395) | func TestOrganizationsService_PackageRestoreVersion(t *testing.T) { FILE: github/orgs_personal_access_tokens.go type PersonalAccessToken (line 20) | type PersonalAccessToken struct type ListFineGrainedPATOptions (line 59) | type ListFineGrainedPATOptions struct method ListFineGrainedPersonalAccessTokens (line 99) | func (s *OrganizationsService) ListFineGrainedPersonalAccessTokens(ctx c... type FineGrainedPersonalAccessTokenRequest (line 123) | type FineGrainedPersonalAccessTokenRequest struct method ListFineGrainedPersonalAccessTokenRequests (line 169) | func (s *OrganizationsService) ListFineGrainedPersonalAccessTokenRequest... type ReviewPersonalAccessTokenRequestOptions (line 192) | type ReviewPersonalAccessTokenRequestOptions struct method ReviewPersonalAccessTokenRequest (line 204) | func (s *OrganizationsService) ReviewPersonalAccessTokenRequest(ctx cont... function addListFineGrainedPATOptions (line 225) | func addListFineGrainedPATOptions(s string, opts *ListFineGrainedPATOpti... FILE: github/orgs_personal_access_tokens_test.go function TestOrganizationsService_ListFineGrainedPersonalAccessTokens (line 19) | func TestOrganizationsService_ListFineGrainedPersonalAccessTokens(t *tes... function TestOrganizationsService_ListFineGrainedPersonalAccessTokens_ownerOnly (line 149) | func TestOrganizationsService_ListFineGrainedPersonalAccessTokens_ownerO... function TestOrganizationsService_ListFineGrainedPersonalAccessTokenRequests (line 168) | func TestOrganizationsService_ListFineGrainedPersonalAccessTokenRequests... function TestOrganizationsService_ListFineGrainedPersonalAccessTokenRequests_ownerOnly (line 297) | func TestOrganizationsService_ListFineGrainedPersonalAccessTokenRequests... function TestOrganizationsService_ListFineGrainedPersonalAccessTokenRequests_tokenIDOnly (line 317) | func TestOrganizationsService_ListFineGrainedPersonalAccessTokenRequests... function TestOrganizationsService_ReviewPersonalAccessTokenRequest (line 337) | func TestOrganizationsService_ReviewPersonalAccessTokenRequest(t *testin... function TestReviewPersonalAccessTokenRequestOptions_Marshal (line 379) | func TestReviewPersonalAccessTokenRequestOptions_Marshal(t *testing.T) { FILE: github/orgs_properties.go type PropertyValueType (line 17) | type PropertyValueType constant PropertyValueTypeString (line 21) | PropertyValueTypeString PropertyValueType = "string" constant PropertyValueTypeSingleSelect (line 22) | PropertyValueTypeSingleSelect PropertyValueType = "single_select" constant PropertyValueTypeMultiSelect (line 23) | PropertyValueTypeMultiSelect PropertyValueType = "multi_select" constant PropertyValueTypeTrueFalse (line 24) | PropertyValueTypeTrueFalse PropertyValueType = "true_false" constant PropertyValueTypeURL (line 25) | PropertyValueTypeURL PropertyValueType = "url" type CustomProperty (line 29) | type CustomProperty struct method DefaultValueString (line 53) | func (cp CustomProperty) DefaultValueString() (string, bool) { method DefaultValueStrings (line 64) | func (cp CustomProperty) DefaultValueStrings() ([]string, bool) { method DefaultValueBool (line 89) | func (cp CustomProperty) DefaultValueBool() (bool, bool) { type RepoCustomPropertyValue (line 103) | type RepoCustomPropertyValue struct type CustomPropertyValue (line 111) | type CustomPropertyValue struct method UnmarshalJSON (line 125) | func (cpv *CustomPropertyValue) UnmarshalJSON(data []byte) error { type ListCustomPropertyValuesOptions (line 118) | type ListCustomPropertyValuesOptions struct method GetAllCustomProperties (line 162) | func (s *OrganizationsService) GetAllCustomProperties(ctx context.Contex... method CreateOrUpdateCustomProperties (line 184) | func (s *OrganizationsService) CreateOrUpdateCustomProperties(ctx contex... method GetCustomProperty (line 212) | func (s *OrganizationsService) GetCustomProperty(ctx context.Context, or... method CreateOrUpdateCustomProperty (line 234) | func (s *OrganizationsService) CreateOrUpdateCustomProperty(ctx context.... method RemoveCustomProperty (line 256) | func (s *OrganizationsService) RemoveCustomProperty(ctx context.Context,... method ListCustomPropertyValues (line 272) | func (s *OrganizationsService) ListCustomPropertyValues(ctx context.Cont... method CreateOrUpdateRepoCustomPropertyValues (line 298) | func (s *OrganizationsService) CreateOrUpdateRepoCustomPropertyValues(ct... FILE: github/orgs_properties_test.go function TestOrganizationsService_GetAllCustomProperties (line 17) | func TestOrganizationsService_GetAllCustomProperties(t *testing.T) { function TestOrganizationsService_CreateOrUpdateCustomProperties (line 129) | func TestOrganizationsService_CreateOrUpdateCustomProperties(t *testing.... function TestOrganizationsService_GetCustomProperty (line 192) | func TestOrganizationsService_GetCustomProperty(t *testing.T) { function TestOrganizationsService_CreateOrUpdateCustomProperty (line 242) | func TestOrganizationsService_CreateOrUpdateCustomProperty(t *testing.T) { function TestOrganizationsService_RemoveCustomProperty (line 299) | func TestOrganizationsService_RemoveCustomProperty(t *testing.T) { function TestOrganizationsService_ListCustomPropertyValues (line 320) | func TestOrganizationsService_ListCustomPropertyValues(t *testing.T) { function TestCustomPropertyValue_UnmarshalJSON (line 414) | func TestCustomPropertyValue_UnmarshalJSON(t *testing.T) { function TestOrganizationsService_CreateOrUpdateRepoCustomPropertyValues (line 488) | func TestOrganizationsService_CreateOrUpdateRepoCustomPropertyValues(t *... function TestCustomPropertyDefaultValueString (line 515) | func TestCustomPropertyDefaultValueString(t *testing.T) { function TestCustomPropertyDefaultValueStrings (line 629) | func TestCustomPropertyDefaultValueStrings(t *testing.T) { function TestCustomPropertyDefaultValueBool (line 725) | func TestCustomPropertyDefaultValueBool(t *testing.T) { FILE: github/orgs_rules.go method GetAllRepositoryRulesets (line 18) | func (s *OrganizationsService) GetAllRepositoryRulesets(ctx context.Cont... method CreateRepositoryRuleset (line 45) | func (s *OrganizationsService) CreateRepositoryRuleset(ctx context.Conte... method GetRepositoryRuleset (line 67) | func (s *OrganizationsService) GetRepositoryRuleset(ctx context.Context,... method UpdateRepositoryRuleset (line 89) | func (s *OrganizationsService) UpdateRepositoryRuleset(ctx context.Conte... method DeleteRepositoryRuleset (line 111) | func (s *OrganizationsService) DeleteRepositoryRuleset(ctx context.Conte... FILE: github/orgs_rules_test.go function TestOrganizationsService_GetAllRepositoryRulesets (line 17) | func TestOrganizationsService_GetAllRepositoryRulesets(t *testing.T) { function TestOrganizationsService_GetAllRepositoryRulesets_ListOptions (line 72) | func TestOrganizationsService_GetAllRepositoryRulesets_ListOptions(t *te... function TestOrganizationsService_CreateRepositoryRuleset_RepoNames (line 116) | func TestOrganizationsService_CreateRepositoryRuleset_RepoNames(t *testi... function TestOrganizationsService_CreateRepositoryRuleset_RepoProperty (line 485) | func TestOrganizationsService_CreateRepositoryRuleset_RepoProperty(t *te... function TestOrganizationsService_CreateRepositoryRuleset_RepoIDs (line 851) | func TestOrganizationsService_CreateRepositoryRuleset_RepoIDs(t *testing... function TestOrganizationsService_GetRepositoryRuleset (line 1194) | func TestOrganizationsService_GetRepositoryRuleset(t *testing.T) { function TestOrganizationsService_GetRepositoryRulesetWithRepoPropCondition (line 1288) | func TestOrganizationsService_GetRepositoryRulesetWithRepoPropCondition(... function TestOrganizationsService_UpdateRepositoryRuleset (line 1376) | func TestOrganizationsService_UpdateRepositoryRuleset(t *testing.T) { function TestOrganizationsService_UpdateRepositoryRulesetWithRepoProp (line 1486) | func TestOrganizationsService_UpdateRepositoryRulesetWithRepoProp(t *tes... function TestOrganizationsService_UpdateRepositoryRuleset_OmitZero_Nil (line 1591) | func TestOrganizationsService_UpdateRepositoryRuleset_OmitZero_Nil(t *te... function TestOrganizationsService_UpdateRepositoryRuleset_OmitZero_EmptySlice (line 1629) | func TestOrganizationsService_UpdateRepositoryRuleset_OmitZero_EmptySlic... function TestOrganizationsService_DeleteRepositoryRuleset (line 1661) | func TestOrganizationsService_DeleteRepositoryRuleset(t *testing.T) { FILE: github/orgs_security_managers.go method ListSecurityManagerTeams (line 20) | func (s *OrganizationsService) ListSecurityManagerTeams(ctx context.Cont... method AddSecurityManagerTeam (line 44) | func (s *OrganizationsService) AddSecurityManagerTeam(ctx context.Contex... method RemoveSecurityManagerTeam (line 61) | func (s *OrganizationsService) RemoveSecurityManagerTeam(ctx context.Con... FILE: github/orgs_security_managers_test.go function TestOrganizationsService_ListSecurityManagerTeams (line 16) | func TestOrganizationsService_ListSecurityManagerTeams(t *testing.T) { function TestOrganizationsService_ListSecurityManagerTeams_invalidOrg (line 51) | func TestOrganizationsService_ListSecurityManagerTeams_invalidOrg(t *tes... function TestOrganizationsService_AddSecurityManagerTeam (line 60) | func TestOrganizationsService_AddSecurityManagerTeam(t *testing.T) { function TestOrganizationsService_AddSecurityManagerTeam_invalidOrg (line 85) | func TestOrganizationsService_AddSecurityManagerTeam_invalidOrg(t *testi... function TestOrganizationsService_AddSecurityManagerTeam_invalidTeam (line 94) | func TestOrganizationsService_AddSecurityManagerTeam_invalidTeam(t *test... function TestOrganizationsService_RemoveSecurityManagerTeam (line 103) | func TestOrganizationsService_RemoveSecurityManagerTeam(t *testing.T) { function TestOrganizationsService_RemoveSecurityManagerTeam_invalidOrg (line 128) | func TestOrganizationsService_RemoveSecurityManagerTeam_invalidOrg(t *te... function TestOrganizationsService_RemoveSecurityManagerTeam_invalidTeam (line 137) | func TestOrganizationsService_RemoveSecurityManagerTeam_invalidTeam(t *t... FILE: github/orgs_test.go function TestOrganization_Marshal (line 17) | func TestOrganization_Marshal(t *testing.T) { function TestOrganizationsService_ListAll (line 70) | func TestOrganizationsService_ListAll(t *testing.T) { function TestOrganizationsService_List_authenticatedUser (line 102) | func TestOrganizationsService_List_authenticatedUser(t *testing.T) { function TestOrganizationsService_List_specifiedUser (line 137) | func TestOrganizationsService_List_specifiedUser(t *testing.T) { function TestOrganizationsService_List_invalidUser (line 174) | func TestOrganizationsService_List_invalidUser(t *testing.T) { function TestOrganizationsService_Get (line 183) | func TestOrganizationsService_Get(t *testing.T) { function TestOrganizationsService_Get_invalidOrg (line 219) | func TestOrganizationsService_Get_invalidOrg(t *testing.T) { function TestOrganizationsService_GetByID (line 228) | func TestOrganizationsService_GetByID(t *testing.T) { function TestOrganizationsService_Edit (line 263) | func TestOrganizationsService_Edit(t *testing.T) { function TestOrganizationsService_Edit_invalidOrg (line 308) | func TestOrganizationsService_Edit_invalidOrg(t *testing.T) { function TestOrganizationsService_Delete (line 317) | func TestOrganizationsService_Delete(t *testing.T) { function TestOrganizationsService_ListInstallations (line 342) | func TestOrganizationsService_ListInstallations(t *testing.T) { function TestOrganizationsService_ListInstallations_invalidOrg (line 377) | func TestOrganizationsService_ListInstallations_invalidOrg(t *testing.T) { function TestOrganizationsService_ListInstallations_withListOptions (line 386) | func TestOrganizationsService_ListInstallations_withListOptions(t *testi... function TestOrganizationInstallations_Marshal (line 428) | func TestOrganizationInstallations_Marshal(t *testing.T) { function TestPlan_Marshal (line 448) | func TestPlan_Marshal(t *testing.T) { FILE: github/orgs_users_blocking.go method ListBlockedUsers (line 18) | func (s *OrganizationsService) ListBlockedUsers(ctx context.Context, org... method IsBlocked (line 46) | func (s *OrganizationsService) IsBlocked(ctx context.Context, org, user ... method BlockUser (line 66) | func (s *OrganizationsService) BlockUser(ctx context.Context, org, user ... method UnblockUser (line 84) | func (s *OrganizationsService) UnblockUser(ctx context.Context, org, use... FILE: github/orgs_users_blocking_test.go function TestOrganizationsService_ListBlockedUsers (line 16) | func TestOrganizationsService_ListBlockedUsers(t *testing.T) { function TestOrganizationsService_IsBlocked (line 56) | func TestOrganizationsService_IsBlocked(t *testing.T) { function TestOrganizationsService_BlockUser (line 90) | func TestOrganizationsService_BlockUser(t *testing.T) { function TestOrganizationsService_UnblockUser (line 117) | func TestOrganizationsService_UnblockUser(t *testing.T) { FILE: github/packages.go type Package (line 13) | type Package struct method String (line 36) | func (p Package) String() string { type PackageVersion (line 41) | type PackageVersion struct method GetBody (line 81) | func (pv *PackageVersion) GetBody() (body string, ok bool) { method GetBodyAsPackageVersionBody (line 94) | func (pv *PackageVersion) GetBodyAsPackageVersionBody() (body *Package... method GetMetadata (line 107) | func (pv *PackageVersion) GetMetadata() (metadata *PackageMetadata, ok... method GetRawMetadata (line 120) | func (pv *PackageVersion) GetRawMetadata() json.RawMessage { method String (line 128) | func (pv PackageVersion) String() string { type PackageRelease (line 133) | type PackageRelease struct method String (line 147) | func (r PackageRelease) String() string { type PackageFile (line 152) | type PackageFile struct method String (line 167) | func (pf PackageFile) String() string { type PackageRegistry (line 172) | type PackageRegistry struct method String (line 180) | func (r PackageRegistry) String() string { type PackageListOptions (line 185) | type PackageListOptions struct type PackageMetadata (line 200) | type PackageMetadata struct method String (line 205) | func (r PackageMetadata) String() string { type PackageContainerMetadata (line 210) | type PackageContainerMetadata struct method String (line 214) | func (r PackageContainerMetadata) String() string { type PackageVersionBody (line 219) | type PackageVersionBody struct method String (line 224) | func (b PackageVersionBody) String() string { type PackageVersionBodyInfo (line 229) | type PackageVersionBodyInfo struct method String (line 239) | func (bi PackageVersionBodyInfo) String() string { type PackageEventContainerMetadata (line 245) | type PackageEventContainerMetadata struct method String (line 251) | func (m PackageEventContainerMetadata) String() string { type PackageEventContainerMetadataTag (line 256) | type PackageEventContainerMetadataTag struct method String (line 261) | func (mt PackageEventContainerMetadataTag) String() string { type PackageNugetMetadata (line 266) | type PackageNugetMetadata struct method String (line 272) | func (nm PackageNugetMetadata) String() string { type PackageNPMMetadata (line 277) | type PackageNPMMetadata struct method String (line 317) | func (nm PackageNPMMetadata) String() string { FILE: github/packages_test.go function TestPackageRegistry_Marshal (line 15) | func TestPackageRegistry_Marshal(t *testing.T) { function TestPackageFile_Marshal (line 37) | func TestPackageFile_Marshal(t *testing.T) { function TestPackageRelease_Marshal (line 112) | func TestPackageRelease_Marshal(t *testing.T) { function TestPackageVersion_Marshal (line 185) | func TestPackageVersion_Marshal(t *testing.T) { function TestPackageVersion_GetBody (line 448) | func TestPackageVersion_GetBody(t *testing.T) { function TestPackageVersion_GetBodyAsPackageVersionBody (line 504) | func TestPackageVersion_GetBodyAsPackageVersionBody(t *testing.T) { function TestPackageVersion_GetMetadata (line 567) | func TestPackageVersion_GetMetadata(t *testing.T) { function TestPackageVersion_GetRawMetadata (line 626) | func TestPackageVersion_GetRawMetadata(t *testing.T) { function TestPackage_Marshal (line 664) | func TestPackage_Marshal(t *testing.T) { function TestPackageMetadata_Marshal (line 967) | func TestPackageMetadata_Marshal(t *testing.T) { function TestPackageContainerMetadata_Marshal (line 988) | func TestPackageContainerMetadata_Marshal(t *testing.T) { function TestPackageVersionBody_Marshal (line 1003) | func TestPackageVersionBody_Marshal(t *testing.T) { function TestPackageVersionBodyInfo_Marshal (line 1028) | func TestPackageVersionBodyInfo_Marshal(t *testing.T) { function TestPackageEventContainerMetadata_Marshal (line 1055) | func TestPackageEventContainerMetadata_Marshal(t *testing.T) { function TestPackageEventContainerMetadataTag_Marshal (line 1088) | func TestPackageEventContainerMetadataTag_Marshal(t *testing.T) { function TestPackageNugetMetadata_Marshal (line 1106) | func TestPackageNugetMetadata_Marshal(t *testing.T) { function TestPackageNPMMetadata_Marshal (line 1171) | func TestPackageNPMMetadata_Marshal(t *testing.T) { FILE: github/private_registries.go type PrivateRegistriesService (line 17) | type PrivateRegistriesService method ListOrganizationPrivateRegistries (line 135) | func (s *PrivateRegistriesService) ListOrganizationPrivateRegistries(c... method CreateOrganizationPrivateRegistry (line 160) | func (s *PrivateRegistriesService) CreateOrganizationPrivateRegistry(c... method GetOrganizationPrivateRegistriesPublicKey (line 181) | func (s *PrivateRegistriesService) GetOrganizationPrivateRegistriesPub... method GetOrganizationPrivateRegistry (line 203) | func (s *PrivateRegistriesService) GetOrganizationPrivateRegistry(ctx ... method UpdateOrganizationPrivateRegistry (line 226) | func (s *PrivateRegistriesService) UpdateOrganizationPrivateRegistry(c... method DeleteOrganizationPrivateRegistry (line 249) | func (s *PrivateRegistriesService) DeleteOrganizationPrivateRegistry(c... type PrivateRegistryType (line 20) | type PrivateRegistryType constant PrivateRegistryTypeMavenRepository (line 23) | PrivateRegistryTypeMavenRepository PrivateRegistryType = "maven_repos... constant PrivateRegistryTypeNugetFeed (line 24) | PrivateRegistryTypeNugetFeed PrivateRegistryType = "nuget_feed" constant PrivateRegistryTypeGoProxyServer (line 25) | PrivateRegistryTypeGoProxyServer PrivateRegistryType = "goproxy_ser... constant PrivateRegistryTypeNpmRegistry (line 26) | PrivateRegistryTypeNpmRegistry PrivateRegistryType = "npm_registry" constant PrivateRegistryTypeRubygemsServer (line 27) | PrivateRegistryTypeRubygemsServer PrivateRegistryType = "rubygems_se... constant PrivateRegistryTypeCargoRegistry (line 28) | PrivateRegistryTypeCargoRegistry PrivateRegistryType = "cargo_regis... constant PrivateRegistryTypeComposerRepository (line 29) | PrivateRegistryTypeComposerRepository PrivateRegistryType = "composer_re... constant PrivateRegistryTypeDockerRegistry (line 30) | PrivateRegistryTypeDockerRegistry PrivateRegistryType = "docker_regi... constant PrivateRegistryTypeGitSource (line 31) | PrivateRegistryTypeGitSource PrivateRegistryType = "git_source" constant PrivateRegistryTypeHelmRegistry (line 32) | PrivateRegistryTypeHelmRegistry PrivateRegistryType = "helm_registry" constant PrivateRegistryTypeHexOrganization (line 33) | PrivateRegistryTypeHexOrganization PrivateRegistryType = "hex_organiz... constant PrivateRegistryTypeHexRepository (line 34) | PrivateRegistryTypeHexRepository PrivateRegistryType = "hex_reposit... constant PrivateRegistryTypePubRepository (line 35) | PrivateRegistryTypePubRepository PrivateRegistryType = "pub_reposit... constant PrivateRegistryTypePythonIndex (line 36) | PrivateRegistryTypePythonIndex PrivateRegistryType = "python_index" constant PrivateRegistryTypeTerraformRegistry (line 37) | PrivateRegistryTypeTerraformRegistry PrivateRegistryType = "terraform_r... type PrivateRegistryVisibility (line 41) | type PrivateRegistryVisibility constant PrivateRegistryVisibilityPrivate (line 44) | PrivateRegistryVisibilityPrivate PrivateRegistryVisibility = "private" constant PrivateRegistryVisibilityAll (line 45) | PrivateRegistryVisibilityAll PrivateRegistryVisibility = "all" constant PrivateRegistryVisibilitySelected (line 46) | PrivateRegistryVisibilitySelected PrivateRegistryVisibility = "selected" type PrivateRegistry (line 50) | type PrivateRegistry struct type PrivateRegistries (line 67) | type PrivateRegistries struct type CreateOrganizationPrivateRegistry (line 75) | type CreateOrganizationPrivateRegistry struct type UpdateOrganizationPrivateRegistry (line 103) | type UpdateOrganizationPrivateRegistry struct FILE: github/private_registries_test.go function TestPrivateRegistriesService_ListOrganizationPrivateRegistries (line 19) | func TestPrivateRegistriesService_ListOrganizationPrivateRegistries(t *t... function TestPrivateRegistriesService_CreateOrganizationPrivateRegistry (line 88) | func TestPrivateRegistriesService_CreateOrganizationPrivateRegistry(t *t... function TestPrivateRegistriesService_GetOrganizationPrivateRegistriesPublicKey (line 154) | func TestPrivateRegistriesService_GetOrganizationPrivateRegistriesPublic... function TestPrivateRegistriesService_GetOrganizationPrivateRegistry (line 194) | func TestPrivateRegistriesService_GetOrganizationPrivateRegistry(t *test... function TestPrivateRegistries_UpdateOrganizationPrivateRegistry (line 241) | func TestPrivateRegistries_UpdateOrganizationPrivateRegistry(t *testing.... function TestPrivateRegistriesService_DeleteOrganizationPrivateRegistry (line 304) | func TestPrivateRegistriesService_DeleteOrganizationPrivateRegistry(t *t... FILE: github/projects.go type ProjectsService (line 18) | type ProjectsService method ListOrganizationProjects (line 281) | func (s *ProjectsService) ListOrganizationProjects(ctx context.Context... method GetOrganizationProject (line 307) | func (s *ProjectsService) GetOrganizationProject(ctx context.Context, ... method ListUserProjects (line 328) | func (s *ProjectsService) ListUserProjects(ctx context.Context, userna... method GetUserProject (line 353) | func (s *ProjectsService) GetUserProject(ctx context.Context, username... method ListOrganizationProjectFields (line 374) | func (s *ProjectsService) ListOrganizationProjectFields(ctx context.Co... method ListUserProjectFields (line 400) | func (s *ProjectsService) ListUserProjectFields(ctx context.Context, u... method GetOrganizationProjectField (line 426) | func (s *ProjectsService) GetOrganizationProjectField(ctx context.Cont... method GetUserProjectField (line 447) | func (s *ProjectsService) GetUserProjectField(ctx context.Context, use... method ListOrganizationProjectItems (line 519) | func (s *ProjectsService) ListOrganizationProjectItems(ctx context.Con... method AddOrganizationProjectItem (line 545) | func (s *ProjectsService) AddOrganizationProjectItem(ctx context.Conte... method GetOrganizationProjectItem (line 566) | func (s *ProjectsService) GetOrganizationProjectItem(ctx context.Conte... method UpdateOrganizationProjectItem (line 592) | func (s *ProjectsService) UpdateOrganizationProjectItem(ctx context.Co... method DeleteOrganizationProjectItem (line 613) | func (s *ProjectsService) DeleteOrganizationProjectItem(ctx context.Co... method ListUserProjectItems (line 628) | func (s *ProjectsService) ListUserProjectItems(ctx context.Context, us... method AddUserProjectItem (line 654) | func (s *ProjectsService) AddUserProjectItem(ctx context.Context, user... method GetUserProjectItem (line 675) | func (s *ProjectsService) GetUserProjectItem(ctx context.Context, user... method UpdateUserProjectItem (line 701) | func (s *ProjectsService) UpdateUserProjectItem(ctx context.Context, u... method DeleteUserProjectItem (line 722) | func (s *ProjectsService) DeleteUserProjectItem(ctx context.Context, u... type ProjectV2ItemContentType (line 21) | type ProjectV2ItemContentType constant ProjectV2ItemContentTypeDraftIssue (line 25) | ProjectV2ItemContentTypeDraftIssue ProjectV2ItemContentType = "DraftIssue" constant ProjectV2ItemContentTypeIssue (line 26) | ProjectV2ItemContentTypeIssue ProjectV2ItemContentType = "Issue" constant ProjectV2ItemContentTypePullRequest (line 27) | ProjectV2ItemContentTypePullRequest ProjectV2ItemContentType = "PullRequ... type ProjectV2StatusUpdate (line 31) | type ProjectV2StatusUpdate struct type ProjectV2DraftIssue (line 46) | type ProjectV2DraftIssue struct type ProjectV2 (line 57) | type ProjectV2 struct method String (line 87) | func (p ProjectV2) String() string { return Stringify(p) } type ListProjectsPaginationOptions (line 97) | type ListProjectsPaginationOptions struct type ListProjectsOptions (line 109) | type ListProjectsOptions struct type ProjectV2TextContent (line 120) | type ProjectV2TextContent struct type ProjectV2FieldOption (line 129) | type ProjectV2FieldOption struct type ProjectV2FieldIteration (line 140) | type ProjectV2FieldIteration struct type ProjectV2FieldConfiguration (line 151) | type ProjectV2FieldConfiguration struct type ProjectV2ItemContent (line 160) | type ProjectV2ItemContent struct method MarshalJSON (line 167) | func (c *ProjectV2ItemContent) MarshalJSON() ([]byte, error) { type ProjectV2Item (line 183) | type ProjectV2Item struct method UnmarshalJSON (line 205) | func (p *ProjectV2Item) UnmarshalJSON(data []byte) error { type ProjectV2Field (line 242) | type ProjectV2Field struct type ProjectV2ItemFieldValue (line 255) | type ProjectV2ItemFieldValue struct type ListProjectItemsOptions (line 466) | type ListProjectItemsOptions struct type GetProjectItemOptions (line 474) | type GetProjectItemOptions struct type AddProjectItemOptions (line 482) | type AddProjectItemOptions struct type UpdateProjectV2Field (line 490) | type UpdateProjectV2Field struct type UpdateProjectItemOptions (line 505) | type UpdateProjectItemOptions struct FILE: github/projects_test.go function TestProjectsService_ListOrganizationProjects (line 17) | func TestProjectsService_ListOrganizationProjects(t *testing.T) { function TestProjectsService_GetOrganizationProject (line 65) | func TestProjectsService_GetOrganizationProject(t *testing.T) { function TestProjectsService_ListUserProjects (line 93) | func TestProjectsService_ListUserProjects(t *testing.T) { function TestProjectsService_GetUserProject (line 141) | func TestProjectsService_GetUserProject(t *testing.T) { function TestProjectsService_ListOrganizationProjectFields (line 169) | func TestProjectsService_ListOrganizationProjectFields(t *testing.T) { function TestProjectsService_ListUserProjectFields (line 238) | func TestProjectsService_ListUserProjectFields(t *testing.T) { function TestProjectsService_GetOrganizationProjectField (line 307) | func TestProjectsService_GetOrganizationProjectField(t *testing.T) { function TestProjectsService_GetUserProjectField (line 348) | func TestProjectsService_GetUserProjectField(t *testing.T) { function TestProjectsService_ListUserProjects_pagination (line 389) | func TestProjectsService_ListUserProjects_pagination(t *testing.T) { function TestProjectsService_ListUserProjects_error (line 433) | func TestProjectsService_ListUserProjects_error(t *testing.T) { function TestProjectsService_ListOrganizationProjectFields_pagination (line 456) | func TestProjectsService_ListOrganizationProjectFields_pagination(t *tes... function TestProjectsService_ListOrganizationProjects_pagination (line 506) | func TestProjectsService_ListOrganizationProjects_pagination(t *testing.... function TestProjectV2_Marshal (line 553) | func TestProjectV2_Marshal(t *testing.T) { function TestProjectV2Field_Marshal (line 579) | func TestProjectV2Field_Marshal(t *testing.T) { function TestProjectV2FieldConfiguration_Marshal (line 630) | func TestProjectV2FieldConfiguration_Marshal(t *testing.T) { function TestProjectsService_ListOrganizationProjectItems (line 753) | func TestProjectsService_ListOrganizationProjectItems(t *testing.T) { function TestProjectsService_AddOrganizationProjectItem (line 798) | func TestProjectsService_AddOrganizationProjectItem(t *testing.T) { function TestProjectsService_AddProjectItemForOrg_error (line 822) | func TestProjectsService_AddProjectItemForOrg_error(t *testing.T) { function TestProjectsService_GetOrganizationProjectItem (line 841) | func TestProjectsService_GetOrganizationProjectItem(t *testing.T) { function TestProjectsService_GetOrganizationProjectItem_error (line 859) | func TestProjectsService_GetOrganizationProjectItem_error(t *testing.T) { function TestProjectsService_GetOrganizationProjectItem_WithFieldsOption (line 877) | func TestProjectsService_GetOrganizationProjectItem_WithFieldsOption(t *... function TestProjectsService_UpdateOrganizationProjectItem (line 919) | func TestProjectsService_UpdateOrganizationProjectItem(t *testing.T) { function TestProjectsService_UpdateOrganizationProjectItem_error (line 942) | func TestProjectsService_UpdateOrganizationProjectItem_error(t *testing.... function TestProjectsService_UpdateOrganizationProjectItem_WithFieldUpdates (line 961) | func TestProjectsService_UpdateOrganizationProjectItem_WithFieldUpdates(... function TestProjectsService_DeleteOrganizationProjectItem (line 1005) | func TestProjectsService_DeleteOrganizationProjectItem(t *testing.T) { function TestProjectsService_DeleteOrganizationProjectItem_error (line 1018) | func TestProjectsService_DeleteOrganizationProjectItem_error(t *testing.... function TestProjectsService_ListUserProjectItems (line 1032) | func TestProjectsService_ListUserProjectItems(t *testing.T) { function TestProjectsService_ListUserProjectItems_error (line 1050) | func TestProjectsService_ListUserProjectItems_error(t *testing.T) { function TestProjectsService_AddUserProjectItem (line 1072) | func TestProjectsService_AddUserProjectItem(t *testing.T) { function TestProjectsService_AddUserProjectItem_error (line 1094) | func TestProjectsService_AddUserProjectItem_error(t *testing.T) { function TestProjectsService_GetUserProjectItem (line 1112) | func TestProjectsService_GetUserProjectItem(t *testing.T) { function TestProjectsService_GetUserProjectItem_error (line 1130) | func TestProjectsService_GetUserProjectItem_error(t *testing.T) { function TestProjectsService_GetUserProjectItem_WithFieldsOption (line 1148) | func TestProjectsService_GetUserProjectItem_WithFieldsOption(t *testing.... function TestProjectsService_UpdateUserProjectItem (line 1190) | func TestProjectsService_UpdateUserProjectItem(t *testing.T) { function TestProjectsService_UpdateUserProjectItem_error (line 1213) | func TestProjectsService_UpdateUserProjectItem_error(t *testing.T) { function TestProjectsService_UpdateUserProjectItem_WithFieldUpdates (line 1232) | func TestProjectsService_UpdateUserProjectItem_WithFieldUpdates(t *testi... function TestProjectsService_DeleteUserProjectItem (line 1276) | func TestProjectsService_DeleteUserProjectItem(t *testing.T) { function TestProjectsService_DeleteUserProjectItem_error (line 1289) | func TestProjectsService_DeleteUserProjectItem_error(t *testing.T) { function TestProjectV2Item_UnmarshalJSON_Issue (line 1303) | func TestProjectV2Item_UnmarshalJSON_Issue(t *testing.T) { function TestProjectV2Item_UnmarshalJSON_PullRequest (line 1367) | func TestProjectV2Item_UnmarshalJSON_PullRequest(t *testing.T) { function TestProjectV2Item_UnmarshalJSON_DraftIssue (line 1436) | func TestProjectV2Item_UnmarshalJSON_DraftIssue(t *testing.T) { function TestProjectV2Item_UnmarshalJSON_NullContent (line 1492) | func TestProjectV2Item_UnmarshalJSON_NullContent(t *testing.T) { function TestProjectV2Item_UnmarshalJSON_MissingContentType (line 1514) | func TestProjectV2Item_UnmarshalJSON_MissingContentType(t *testing.T) { function TestProjectV2Item_UnmarshalJSON_EmptyJSON (line 1539) | func TestProjectV2Item_UnmarshalJSON_EmptyJSON(t *testing.T) { function TestProjectV2Item_UnmarshalJSON_InvalidJSON (line 1554) | func TestProjectV2Item_UnmarshalJSON_InvalidJSON(t *testing.T) { function TestProjectV2Item_Marshal_Issue (line 1564) | func TestProjectV2Item_Marshal_Issue(t *testing.T) { function TestProjectV2Item_Marshal_PullRequest (line 1593) | func TestProjectV2Item_Marshal_PullRequest(t *testing.T) { function TestProjectV2Item_Marshal_DraftIssue (line 1622) | func TestProjectV2Item_Marshal_DraftIssue(t *testing.T) { function TestProjectV2Item_Marshal_MissingContent (line 1649) | func TestProjectV2Item_Marshal_MissingContent(t *testing.T) { FILE: github/pulls.go type PullRequestsService (line 19) | type PullRequestsService method List (line 157) | func (s *PullRequestsService) List(ctx context.Context, owner, repo st... method ListPullRequestsWithCommit (line 188) | func (s *PullRequestsService) ListPullRequestsWithCommit(ctx context.C... method Get (line 215) | func (s *PullRequestsService) Get(ctx context.Context, owner, repo str... method GetRaw (line 236) | func (s *PullRequestsService) GetRaw(ctx context.Context, owner, repo ... method Create (line 285) | func (s *PullRequestsService) Create(ctx context.Context, owner, repo ... method UpdateBranch (line 326) | func (s *PullRequestsService) UpdateBranch(ctx context.Context, owner,... method Edit (line 362) | func (s *PullRequestsService) Edit(ctx context.Context, owner, repo st... method ListCommits (line 401) | func (s *PullRequestsService) ListCommits(ctx context.Context, owner, ... method ListFiles (line 427) | func (s *PullRequestsService) ListFiles(ctx context.Context, owner, re... method IsMerged (line 453) | func (s *PullRequestsService) IsMerged(ctx context.Context, owner, rep... method Merge (line 497) | func (s *PullRequestsService) Merge(ctx context.Context, owner, repo s... type PullRequestAutoMerge (line 22) | type PullRequestAutoMerge struct type PullRequest (line 30) | type PullRequest struct method String (line 96) | func (p PullRequest) String() string { type PRLink (line 101) | type PRLink struct type PRLinks (line 106) | type PRLinks struct type PullRequestBranch (line 118) | type PullRequestBranch struct type PullRequestListOptions (line 128) | type PullRequestListOptions struct type NewPullRequest (line 262) | type NewPullRequest struct type PullRequestBranchUpdateOptions (line 303) | type PullRequestBranchUpdateOptions struct type PullRequestBranchUpdateResponse (line 310) | type PullRequestBranchUpdateResponse struct type pullRequestUpdate (line 345) | type pullRequestUpdate struct type PullRequestMergeResult (line 466) | type PullRequestMergeResult struct type PullRequestOptions (line 473) | type PullRequestOptions struct type pullRequestMergeRequest (line 484) | type pullRequestMergeRequest struct FILE: github/pulls_comments.go type PullRequestComment (line 16) | type PullRequestComment struct method String (line 52) | func (p PullRequestComment) String() string { type PullRequestListCommentsOptions (line 58) | type PullRequestListCommentsOptions struct method ListComments (line 81) | func (s *PullRequestsService) ListComments(ctx context.Context, owner, r... method GetComment (line 115) | func (s *PullRequestsService) GetComment(ctx context.Context, owner, rep... method CreateComment (line 139) | func (s *PullRequestsService) CreateComment(ctx context.Context, owner, ... method CreateCommentInReplyTo (line 162) | func (s *PullRequestsService) CreateCommentInReplyTo(ctx context.Context... method EditComment (line 191) | func (s *PullRequestsService) EditComment(ctx context.Context, owner, re... method DeleteComment (line 212) | func (s *PullRequestsService) DeleteComment(ctx context.Context, owner, ... FILE: github/pulls_comments_test.go function TestPullComments_Marshal (line 19) | func TestPullComments_Marshal(t *testing.T) { function TestPullRequestsService_ListComments_allPulls (line 136) | func TestPullRequestsService_ListComments_allPulls(t *testing.T) { function TestPullRequestsService_ListComments_specificPull (line 185) | func TestPullRequestsService_ListComments_specificPull(t *testing.T) { function TestPullRequestsService_ListComments_invalidOwner (line 208) | func TestPullRequestsService_ListComments_invalidOwner(t *testing.T) { function TestPullRequestsService_GetComment (line 217) | func TestPullRequestsService_GetComment(t *testing.T) { function TestPullRequestsService_GetComment_invalidOwner (line 254) | func TestPullRequestsService_GetComment_invalidOwner(t *testing.T) { function TestPullRequestsService_CreateComment (line 263) | func TestPullRequestsService_CreateComment(t *testing.T) { function TestPullRequestsService_CreateComment_invalidOwner (line 309) | func TestPullRequestsService_CreateComment_invalidOwner(t *testing.T) { function TestPullRequestsService_CreateCommentInReplyTo (line 318) | func TestPullRequestsService_CreateCommentInReplyTo(t *testing.T) { function TestPullRequestsService_EditComment (line 362) | func TestPullRequestsService_EditComment(t *testing.T) { function TestPullRequestsService_EditComment_invalidOwner (line 406) | func TestPullRequestsService_EditComment_invalidOwner(t *testing.T) { function TestPullRequestsService_DeleteComment (line 415) | func TestPullRequestsService_DeleteComment(t *testing.T) { function TestPullRequestsService_DeleteComment_invalidOwner (line 440) | func TestPullRequestsService_DeleteComment_invalidOwner(t *testing.T) { FILE: github/pulls_reviewers.go type ReviewersRequest (line 14) | type ReviewersRequest struct type Reviewers (line 21) | type Reviewers struct type removeReviewersRequest (line 26) | type removeReviewersRequest struct method RequestReviewers (line 38) | func (s *PullRequestsService) RequestReviewers(ctx context.Context, owne... method ListReviewers (line 59) | func (s *PullRequestsService) ListReviewers(ctx context.Context, owner, ... method RemoveReviewers (line 81) | func (s *PullRequestsService) RemoveReviewers(ctx context.Context, owner... FILE: github/pulls_reviewers_test.go function TestReviewersRequest_Marshal (line 16) | func TestReviewersRequest_Marshal(t *testing.T) { function TestReviewers_Marshal (line 39) | func TestReviewers_Marshal(t *testing.T) { function TestRequestReviewers (line 122) | func TestRequestReviewers(t *testing.T) { function TestRemoveReviewers (line 153) | func TestRemoveReviewers(t *testing.T) { function TestRemoveReviewers_teamsOnly (line 174) | func TestRemoveReviewers_teamsOnly(t *testing.T) { function TestListReviewers (line 195) | func TestListReviewers(t *testing.T) { FILE: github/pulls_reviews.go type PullRequestReview (line 17) | type PullRequestReview struct method String (line 36) | func (p PullRequestReview) String() string { type DraftReviewComment (line 41) | type DraftReviewComment struct method String (line 53) | func (c DraftReviewComment) String() string { type PullRequestReviewRequest (line 58) | type PullRequestReviewRequest struct method String (line 66) | func (r PullRequestReviewRequest) String() string { method isComfortFadePreview (line 70) | func (r *PullRequestReviewRequest) isComfortFadePreview() (bool, error) { type PullRequestReviewDismissalRequest (line 97) | type PullRequestReviewDismissalRequest struct method String (line 101) | func (r PullRequestReviewDismissalRequest) String() string { method ListReviews (line 110) | func (s *PullRequestsService) ListReviews(ctx context.Context, owner, re... method GetReview (line 136) | func (s *PullRequestsService) GetReview(ctx context.Context, owner, repo... method DeletePendingReview (line 158) | func (s *PullRequestsService) DeletePendingReview(ctx context.Context, o... method ListReviewComments (line 180) | func (s *PullRequestsService) ListReviewComments(ctx context.Context, ow... method CreateReview (line 240) | func (s *PullRequestsService) CreateReview(ctx context.Context, owner, r... method UpdateReview (line 271) | func (s *PullRequestsService) UpdateReview(ctx context.Context, owner, r... method SubmitReview (line 296) | func (s *PullRequestsService) SubmitReview(ctx context.Context, owner, r... method DismissReview (line 318) | func (s *PullRequestsService) DismissReview(ctx context.Context, owner, ... FILE: github/pulls_reviews_test.go function TestPullRequestsService_ListReviews (line 18) | func TestPullRequestsService_ListReviews(t *testing.T) { function TestPullRequestsService_ListReviews_invalidOwner (line 60) | func TestPullRequestsService_ListReviews_invalidOwner(t *testing.T) { function TestPullRequestsService_GetReview (line 69) | func TestPullRequestsService_GetReview(t *testing.T) { function TestPullRequestsService_GetReview_invalidOwner (line 104) | func TestPullRequestsService_GetReview_invalidOwner(t *testing.T) { function TestPullRequestsService_DeletePendingReview (line 113) | func TestPullRequestsService_DeletePendingReview(t *testing.T) { function TestPullRequestsService_DeletePendingReview_invalidOwner (line 148) | func TestPullRequestsService_DeletePendingReview_invalidOwner(t *testing... function TestPullRequestsService_ListReviewComments (line 157) | func TestPullRequestsService_ListReviewComments(t *testing.T) { function TestPullRequestsService_ListReviewComments_withOptions (line 195) | func TestPullRequestsService_ListReviewComments_withOptions(t *testing.T) { function TestPullRequestReviewRequest_isComfortFadePreview (line 228) | func TestPullRequestReviewRequest_isComfortFadePreview(t *testing.T) { function TestPullRequestsService_ListReviewComments_invalidOwner (line 349) | func TestPullRequestsService_ListReviewComments_invalidOwner(t *testing.... function TestPullRequestsService_CreateReview (line 358) | func TestPullRequestsService_CreateReview(t *testing.T) { function TestPullRequestsService_CreateReview_invalidOwner (line 406) | func TestPullRequestsService_CreateReview_invalidOwner(t *testing.T) { function TestPullRequestsService_CreateReview_badReview (line 415) | func TestPullRequestsService_CreateReview_badReview(t *testing.T) { function TestPullRequestsService_CreateReview_addHeader (line 445) | func TestPullRequestsService_CreateReview_addHeader(t *testing.T) { function TestPullRequestsService_UpdateReview (line 492) | func TestPullRequestsService_UpdateReview(t *testing.T) { function TestPullRequestsService_SubmitReview (line 527) | func TestPullRequestsService_SubmitReview(t *testing.T) { function TestPullRequestsService_SubmitReview_invalidOwner (line 574) | func TestPullRequestsService_SubmitReview_invalidOwner(t *testing.T) { function TestPullRequestsService_DismissReview (line 583) | func TestPullRequestsService_DismissReview(t *testing.T) { function TestPullRequestsService_DismissReview_invalidOwner (line 627) | func TestPullRequestsService_DismissReview_invalidOwner(t *testing.T) { function TestPullRequestReviewDismissalRequest_Marshal (line 636) | func TestPullRequestReviewDismissalRequest_Marshal(t *testing.T) { function TestDraftReviewComment_Marshal (line 651) | func TestDraftReviewComment_Marshal(t *testing.T) { function TestPullRequestReviewRequest_Marshal (line 678) | func TestPullRequestReviewRequest_Marshal(t *testing.T) { function TestPullRequestReview_Marshal (line 721) | func TestPullRequestReview_Marshal(t *testing.T) { FILE: github/pulls_test.go function TestPullRequestsService_List (line 19) | func TestPullRequestsService_List(t *testing.T) { function TestPullRequestsService_ListPullRequestsWithCommit (line 63) | func TestPullRequestsService_ListPullRequestsWithCommit(t *testing.T) { function TestPullRequestsService_List_invalidOwner (line 103) | func TestPullRequestsService_List_invalidOwner(t *testing.T) { function TestPullRequestsService_Get (line 112) | func TestPullRequestsService_Get(t *testing.T) { function TestPullRequestsService_GetRaw_diff (line 147) | func TestPullRequestsService_GetRaw_diff(t *testing.T) { function TestPullRequestsService_GetRaw_patch (line 184) | func TestPullRequestsService_GetRaw_patch(t *testing.T) { function TestPullRequestsService_GetRaw_invalid (line 207) | func TestPullRequestsService_GetRaw_invalid(t *testing.T) { function TestPullRequestsService_Get_links (line 221) | func TestPullRequestsService_Get_links(t *testing.T) { function TestPullRequestsService_Get_headAndBase (line 275) | func TestPullRequestsService_Get_headAndBase(t *testing.T) { function TestPullRequestsService_Get_urlFields (line 306) | func TestPullRequestsService_Get_urlFields(t *testing.T) { function TestPullRequestsService_Get_invalidOwner (line 346) | func TestPullRequestsService_Get_invalidOwner(t *testing.T) { function TestPullRequestsService_Create (line 355) | func TestPullRequestsService_Create(t *testing.T) { function TestPullRequestsService_Create_invalidOwner (line 399) | func TestPullRequestsService_Create_invalidOwner(t *testing.T) { function TestPullRequestsService_UpdateBranch (line 408) | func TestPullRequestsService_UpdateBranch(t *testing.T) { function TestPullRequestsService_Edit (line 456) | func TestPullRequestsService_Edit(t *testing.T) { function TestPullRequestsService_Edit_invalidOwner (line 524) | func TestPullRequestsService_Edit_invalidOwner(t *testing.T) { function TestPullRequestsService_ListCommits (line 533) | func TestPullRequestsService_ListCommits(t *testing.T) { function TestPullRequestsService_ListFiles (line 605) | func TestPullRequestsService_ListFiles(t *testing.T) { function TestPullRequestsService_IsMerged (line 682) | func TestPullRequestsService_IsMerged(t *testing.T) { function TestPullRequestsService_Merge (line 717) | func TestPullRequestsService_Merge(t *testing.T) { function TestPullRequestsService_Merge_options (line 763) | func TestPullRequestsService_Merge_options(t *testing.T) { function TestPullRequestsService_Merge_Blank_Message (line 818) | func TestPullRequestsService_Merge_Blank_Message(t *testing.T) { function TestPullRequestMergeRequest_Marshal (line 848) | func TestPullRequestMergeRequest_Marshal(t *testing.T) { function TestPullRequestMergeResult_Marshal (line 869) | func TestPullRequestMergeResult_Marshal(t *testing.T) { function TestPullRequestUpdate_Marshal (line 888) | func TestPullRequestUpdate_Marshal(t *testing.T) { function TestPullRequestBranchUpdateResponse_Marshal (line 911) | func TestPullRequestBranchUpdateResponse_Marshal(t *testing.T) { function TestPullRequestBranchUpdateOptions_Marshal (line 928) | func TestPullRequestBranchUpdateOptions_Marshal(t *testing.T) { function TestNewPullRequest_Marshal (line 943) | func TestNewPullRequest_Marshal(t *testing.T) { function TestPullRequestBranch_Marshal (line 972) | func TestPullRequestBranch_Marshal(t *testing.T) { function TestPRLink_Marshal (line 1035) | func TestPRLink_Marshal(t *testing.T) { function TestPRLinks_Marshal (line 1050) | func TestPRLinks_Marshal(t *testing.T) { function TestPullRequestAutoMerge_Marshal (line 1111) | func TestPullRequestAutoMerge_Marshal(t *testing.T) { function TestPullRequest_Marshal (line 1170) | func TestPullRequest_Marshal(t *testing.T) { FILE: github/pulls_threads.go type PullRequestThread (line 9) | type PullRequestThread struct method String (line 15) | func (p PullRequestThread) String() string { FILE: github/pulls_threads_test.go function TestPullRequestThread_Marshal (line 13) | func TestPullRequestThread_Marshal(t *testing.T) { FILE: github/rate_limit.go type RateLimitService (line 11) | type RateLimitService method Get (line 78) | func (s *RateLimitService) Get(ctx context.Context) (*RateLimits, *Res... type Rate (line 14) | type Rate struct method String (line 33) | func (r Rate) String() string { type RateLimits (line 38) | type RateLimits struct method String (line 69) | func (r RateLimits) String() string { FILE: github/rate_limit_test.go function TestRateLimits_String (line 17) | func TestRateLimits_String(t *testing.T) { function TestRateLimits (line 39) | func TestRateLimits(t *testing.T) { function TestRateLimits_coverage (line 205) | func TestRateLimits_coverage(t *testing.T) { function TestRateLimits_overQuota (line 218) | func TestRateLimits_overQuota(t *testing.T) { function TestRateLimits_Marshal (line 389) | func TestRateLimits_Marshal(t *testing.T) { function TestRate_Marshal (line 559) | func TestRate_Marshal(t *testing.T) { FILE: github/reactions.go type ReactionsService (line 17) | type ReactionsService method ListCommentReactions (line 65) | func (s *ReactionsService) ListCommentReactions(ctx context.Context, o... method CreateCommentReaction (line 96) | func (s *ReactionsService) CreateCommentReaction(ctx context.Context, ... method DeleteCommentReaction (line 121) | func (s *ReactionsService) DeleteCommentReaction(ctx context.Context, ... method DeleteCommentReactionByID (line 132) | func (s *ReactionsService) DeleteCommentReactionByID(ctx context.Conte... method ListIssueReactions (line 143) | func (s *ReactionsService) ListIssueReactions(ctx context.Context, own... method CreateIssueReaction (line 174) | func (s *ReactionsService) CreateIssueReaction(ctx context.Context, ow... method DeleteIssueReaction (line 199) | func (s *ReactionsService) DeleteIssueReaction(ctx context.Context, ow... method DeleteIssueReactionByID (line 210) | func (s *ReactionsService) DeleteIssueReactionByID(ctx context.Context... method ListIssueCommentReactions (line 221) | func (s *ReactionsService) ListIssueCommentReactions(ctx context.Conte... method CreateIssueCommentReaction (line 252) | func (s *ReactionsService) CreateIssueCommentReaction(ctx context.Cont... method DeleteIssueCommentReaction (line 277) | func (s *ReactionsService) DeleteIssueCommentReaction(ctx context.Cont... method DeleteIssueCommentReactionByID (line 288) | func (s *ReactionsService) DeleteIssueCommentReactionByID(ctx context.... method ListPullRequestCommentReactions (line 299) | func (s *ReactionsService) ListPullRequestCommentReactions(ctx context... method CreatePullRequestCommentReaction (line 330) | func (s *ReactionsService) CreatePullRequestCommentReaction(ctx contex... method DeletePullRequestCommentReaction (line 355) | func (s *ReactionsService) DeletePullRequestCommentReaction(ctx contex... method DeletePullRequestCommentReactionByID (line 366) | func (s *ReactionsService) DeletePullRequestCommentReactionByID(ctx co... method ListTeamDiscussionReactions (line 377) | func (s *ReactionsService) ListTeamDiscussionReactions(ctx context.Con... method CreateTeamDiscussionReaction (line 406) | func (s *ReactionsService) CreateTeamDiscussionReaction(ctx context.Co... method DeleteTeamDiscussionReaction (line 431) | func (s *ReactionsService) DeleteTeamDiscussionReaction(ctx context.Co... method DeleteTeamDiscussionReactionByOrgIDAndTeamID (line 442) | func (s *ReactionsService) DeleteTeamDiscussionReactionByOrgIDAndTeamI... method ListTeamDiscussionCommentReactions (line 453) | func (s *ReactionsService) ListTeamDiscussionCommentReactions(ctx cont... method CreateTeamDiscussionCommentReaction (line 481) | func (s *ReactionsService) CreateTeamDiscussionCommentReaction(ctx con... method DeleteTeamDiscussionCommentReaction (line 506) | func (s *ReactionsService) DeleteTeamDiscussionCommentReaction(ctx con... method DeleteTeamDiscussionCommentReactionByOrgIDAndTeamID (line 517) | func (s *ReactionsService) DeleteTeamDiscussionCommentReactionByOrgIDA... method deleteReaction (line 523) | func (s *ReactionsService) deleteReaction(ctx context.Context, url str... method CreateReleaseReaction (line 542) | func (s *ReactionsService) CreateReleaseReaction(ctx context.Context, ... method ListReleaseReactions (line 567) | func (s *ReactionsService) ListReleaseReactions(ctx context.Context, o... method DeleteReleaseReaction (line 595) | func (s *ReactionsService) DeleteReleaseReaction(ctx context.Context, ... method DeleteReleaseReactionByID (line 606) | func (s *ReactionsService) DeleteReleaseReactionByID(ctx context.Conte... type Reaction (line 20) | type Reaction struct method String (line 46) | func (r Reaction) String() string { type Reactions (line 33) | type Reactions struct type ListReactionOptions (line 51) | type ListReactionOptions struct FILE: github/reactions_test.go function TestReaction_Marshal (line 16) | func TestReaction_Marshal(t *testing.T) { function TestReactions_Marshal (line 36) | func TestReactions_Marshal(t *testing.T) { function TestReactionsService_ListCommentReactions (line 69) | func TestReactionsService_ListCommentReactions(t *testing.T) { function TestReactionsService_CreateCommentReaction (line 107) | func TestReactionsService_CreateCommentReaction(t *testing.T) { function TestReactionsService_ListIssueReactions (line 144) | func TestReactionsService_ListIssueReactions(t *testing.T) { function TestReactionsService_ListIssueReactions_coverage (line 169) | func TestReactionsService_ListIssueReactions_coverage(t *testing.T) { function TestReactionsService_CreateIssueReaction (line 190) | func TestReactionsService_CreateIssueReaction(t *testing.T) { function TestReactionsService_ListIssueCommentReactions (line 227) | func TestReactionsService_ListIssueCommentReactions(t *testing.T) { function TestReactionsService_ListIssueCommentReactions_coverage (line 252) | func TestReactionsService_ListIssueCommentReactions_coverage(t *testing.... function TestReactionsService_CreateIssueCommentReaction (line 273) | func TestReactionsService_CreateIssueCommentReaction(t *testing.T) { function TestReactionsService_ListPullRequestCommentReactions (line 310) | func TestReactionsService_ListPullRequestCommentReactions(t *testing.T) { function TestReactionsService_ListPullRequestCommentReactions_coverage (line 335) | func TestReactionsService_ListPullRequestCommentReactions_coverage(t *te... function TestReactionsService_CreatePullRequestCommentReaction (line 356) | func TestReactionsService_CreatePullRequestCommentReaction(t *testing.T) { function TestReactionsService_ListTeamDiscussionReactions (line 393) | func TestReactionsService_ListTeamDiscussionReactions(t *testing.T) { function TestReactionsService_ListTeamDiscussionReactions_coverage (line 418) | func TestReactionsService_ListTeamDiscussionReactions_coverage(t *testin... function TestReactionsService_CreateTeamDiscussionReaction (line 439) | func TestReactionsService_CreateTeamDiscussionReaction(t *testing.T) { function TestReactionService_ListTeamDiscussionCommentReactions (line 476) | func TestReactionService_ListTeamDiscussionCommentReactions(t *testing.T) { function TestReactionService_ListTeamDiscussionCommentReactions_coverage (line 501) | func TestReactionService_ListTeamDiscussionCommentReactions_coverage(t *... function TestReactionService_CreateTeamDiscussionCommentReaction (line 522) | func TestReactionService_CreateTeamDiscussionCommentReaction(t *testing.... function TestReactionsService_DeleteCommitCommentReaction (line 559) | func TestReactionsService_DeleteCommitCommentReaction(t *testing.T) { function TestReactionsService_DeleteCommitCommentReactionByRepoID (line 586) | func TestReactionsService_DeleteCommitCommentReactionByRepoID(t *testing... function TestReactionsService_DeleteIssueReaction (line 613) | func TestReactionsService_DeleteIssueReaction(t *testing.T) { function TestReactionsService_DeleteIssueReactionByRepoID (line 640) | func TestReactionsService_DeleteIssueReactionByRepoID(t *testing.T) { function TestReactionsService_DeleteIssueCommentReaction (line 667) | func TestReactionsService_DeleteIssueCommentReaction(t *testing.T) { function TestReactionsService_DeleteIssueCommentReactionByRepoID (line 694) | func TestReactionsService_DeleteIssueCommentReactionByRepoID(t *testing.... function TestReactionsService_DeletePullRequestCommentReaction (line 721) | func TestReactionsService_DeletePullRequestCommentReaction(t *testing.T) { function TestReactionsService_DeletePullRequestCommentReactionByRepoID (line 748) | func TestReactionsService_DeletePullRequestCommentReactionByRepoID(t *te... function TestReactionsService_DeleteTeamDiscussionReaction (line 775) | func TestReactionsService_DeleteTeamDiscussionReaction(t *testing.T) { function TestReactionsService_DeleteTeamDiscussionReactionByTeamIDAndOrgID (line 802) | func TestReactionsService_DeleteTeamDiscussionReactionByTeamIDAndOrgID(t... function TestReactionsService_DeleteTeamDiscussionCommentReaction (line 829) | func TestReactionsService_DeleteTeamDiscussionCommentReaction(t *testing... function TestReactionsService_DeleteTeamDiscussionCommentReactionByTeamIDAndOrgID (line 856) | func TestReactionsService_DeleteTeamDiscussionCommentReactionByTeamIDAnd... function TestReactionService_CreateReleaseReaction (line 883) | func TestReactionService_CreateReleaseReaction(t *testing.T) { function TestReactionsService_ListReleaseReactions (line 921) | func TestReactionsService_ListReleaseReactions(t *testing.T) { function TestReactionsService_ListReleaseReactions_coverage (line 946) | func TestReactionsService_ListReleaseReactions_coverage(t *testing.T) { function TestReactionsService_DeleteReleaseReaction (line 967) | func TestReactionsService_DeleteReleaseReaction(t *testing.T) { function TestReactionsService_DeleteReleaseReactionByRepoID (line 994) | func TestReactionsService_DeleteReleaseReactionByRepoID(t *testing.T) { FILE: github/repos.go constant githubBranchNotProtected (line 18) | githubBranchNotProtected string = "Branch not protected" type RepositoriesService (line 26) | type RepositoriesService method List (line 280) | func (s *RepositoriesService) List(ctx context.Context, user string, o... method ListByUser (line 328) | func (s *RepositoriesService) ListByUser(ctx context.Context, user str... method ListByAuthenticatedUser (line 391) | func (s *RepositoriesService) ListByAuthenticatedUser(ctx context.Cont... method ListByOrg (line 435) | func (s *RepositoriesService) ListByOrg(ctx context.Context, org strin... method ListAll (line 471) | func (s *RepositoriesService) ListAll(ctx context.Context, opts *Repos... method Create (line 549) | func (s *RepositoriesService) Create(ctx context.Context, org string, ... method CreateFromTemplate (line 623) | func (s *RepositoriesService) CreateFromTemplate(ctx context.Context, ... method Get (line 646) | func (s *RepositoriesService) Get(ctx context.Context, owner, repo str... method GetCodeOfConduct (line 678) | func (s *RepositoriesService) GetCodeOfConduct(ctx context.Context, ow... method GetByID (line 701) | func (s *RepositoriesService) GetByID(ctx context.Context, id int64) (... method Edit (line 722) | func (s *RepositoriesService) Edit(ctx context.Context, owner, repo st... method Delete (line 745) | func (s *RepositoriesService) Delete(ctx context.Context, owner, repo ... method GetVulnerabilityAlerts (line 794) | func (s *RepositoriesService) GetVulnerabilityAlerts(ctx context.Conte... method EnableVulnerabilityAlerts (line 814) | func (s *RepositoriesService) EnableVulnerabilityAlerts(ctx context.Co... method DisableVulnerabilityAlerts (line 832) | func (s *RepositoriesService) DisableVulnerabilityAlerts(ctx context.C... method GetAutomatedSecurityFixes (line 850) | func (s *RepositoriesService) GetAutomatedSecurityFixes(ctx context.Co... method EnableAutomatedSecurityFixes (line 871) | func (s *RepositoriesService) EnableAutomatedSecurityFixes(ctx context... method DisableAutomatedSecurityFixes (line 887) | func (s *RepositoriesService) DisableAutomatedSecurityFixes(ctx contex... method ListContributors (line 903) | func (s *RepositoriesService) ListContributors(ctx context.Context, ow... method ListLanguages (line 936) | func (s *RepositoriesService) ListLanguages(ctx context.Context, owner... method ListTeams (line 957) | func (s *RepositoriesService) ListTeams(ctx context.Context, owner, re... method ListTags (line 991) | func (s *RepositoriesService) ListTags(ctx context.Context, owner, rep... method ListBranches (line 1425) | func (s *RepositoriesService) ListBranches(ctx context.Context, owner,... method GetBranch (line 1453) | func (s *RepositoriesService) GetBranch(ctx context.Context, owner, re... method RenameBranch (line 1486) | func (s *RepositoriesService) RenameBranch(ctx context.Context, owner,... method GetBranchProtection (line 1510) | func (s *RepositoriesService) GetBranchProtection(ctx context.Context,... method GetRequiredStatusChecks (line 1538) | func (s *RepositoriesService) GetRequiredStatusChecks(ctx context.Cont... method ListRequiredStatusChecksContexts (line 1564) | func (s *RepositoriesService) ListRequiredStatusChecksContexts(ctx con... method UpdateBranchProtection (line 1589) | func (s *RepositoriesService) UpdateBranchProtection(ctx context.Conte... method RemoveBranchProtection (line 1614) | func (s *RepositoriesService) RemoveBranchProtection(ctx context.Conte... method GetSignaturesProtectedBranch (line 1631) | func (s *RepositoriesService) GetSignaturesProtectedBranch(ctx context... method RequireSignaturesOnProtectedBranch (line 1660) | func (s *RepositoriesService) RequireSignaturesOnProtectedBranch(ctx c... method OptionalSignaturesOnProtectedBranch (line 1685) | func (s *RepositoriesService) OptionalSignaturesOnProtectedBranch(ctx ... method UpdateRequiredStatusChecks (line 1704) | func (s *RepositoriesService) UpdateRequiredStatusChecks(ctx context.C... method RemoveRequiredStatusChecks (line 1727) | func (s *RepositoriesService) RemoveRequiredStatusChecks(ctx context.C... method License (line 1742) | func (s *RepositoriesService) License(ctx context.Context, owner, repo... method GetPullRequestReviewEnforcement (line 1765) | func (s *RepositoriesService) GetPullRequestReviewEnforcement(ctx cont... method UpdatePullRequestReviewEnforcement (line 1791) | func (s *RepositoriesService) UpdatePullRequestReviewEnforcement(ctx c... method DisableDismissalRestrictions (line 1817) | func (s *RepositoriesService) DisableDismissalRestrictions(ctx context... method RemovePullRequestReviewEnforcement (line 1847) | func (s *RepositoriesService) RemovePullRequestReviewEnforcement(ctx c... method GetAdminEnforcement (line 1864) | func (s *RepositoriesService) GetAdminEnforcement(ctx context.Context,... method AddAdminEnforcement (line 1888) | func (s *RepositoriesService) AddAdminEnforcement(ctx context.Context,... method RemoveAdminEnforcement (line 1911) | func (s *RepositoriesService) RemoveAdminEnforcement(ctx context.Conte... method ListAllTopics (line 1931) | func (s *RepositoriesService) ListAllTopics(ctx context.Context, owner... method ReplaceAllTopics (line 1959) | func (s *RepositoriesService) ReplaceAllTopics(ctx context.Context, ow... method ListApps (line 1993) | func (s *RepositoriesService) ListApps(ctx context.Context, owner, rep... method ListAppRestrictions (line 2017) | func (s *RepositoriesService) ListAppRestrictions(ctx context.Context,... method ReplaceAppRestrictions (line 2032) | func (s *RepositoriesService) ReplaceAppRestrictions(ctx context.Conte... method AddAppRestrictions (line 2058) | func (s *RepositoriesService) AddAppRestrictions(ctx context.Context, ... method RemoveAppRestrictions (line 2084) | func (s *RepositoriesService) RemoveAppRestrictions(ctx context.Contex... method ListTeamRestrictions (line 2108) | func (s *RepositoriesService) ListTeamRestrictions(ctx context.Context... method ReplaceTeamRestrictions (line 2135) | func (s *RepositoriesService) ReplaceTeamRestrictions(ctx context.Cont... method AddTeamRestrictions (line 2161) | func (s *RepositoriesService) AddTeamRestrictions(ctx context.Context,... method RemoveTeamRestrictions (line 2187) | func (s *RepositoriesService) RemoveTeamRestrictions(ctx context.Conte... method ListUserRestrictions (line 2211) | func (s *RepositoriesService) ListUserRestrictions(ctx context.Context... method ReplaceUserRestrictions (line 2238) | func (s *RepositoriesService) ReplaceUserRestrictions(ctx context.Cont... method AddUserRestrictions (line 2264) | func (s *RepositoriesService) AddUserRestrictions(ctx context.Context,... method RemoveUserRestrictions (line 2290) | func (s *RepositoriesService) RemoveUserRestrictions(ctx context.Conte... method Transfer (line 2324) | func (s *RepositoriesService) Transfer(ctx context.Context, owner, rep... method Dispatch (line 2355) | func (s *RepositoriesService) Dispatch(ctx context.Context, owner, rep... method EnablePrivateReporting (line 2385) | func (s *RepositoriesService) EnablePrivateReporting(ctx context.Conte... method DisablePrivateReporting (line 2407) | func (s *RepositoriesService) DisablePrivateReporting(ctx context.Cont... method IsPrivateReportingEnabled (line 2434) | func (s *RepositoriesService) IsPrivateReportingEnabled(ctx context.Co... method ListRepositoryActivities (line 2522) | func (s *RepositoriesService) ListRepositoryActivities(ctx context.Con... type Repository (line 29) | type Repository struct method String (line 158) | func (r Repository) String() string { type BranchListOptions (line 164) | type BranchListOptions struct type RepositoryListOptions (line 176) | type RepositoryListOptions struct type SecurityAndAnalysis (line 197) | type SecurityAndAnalysis struct method String (line 214) | func (s SecurityAndAnalysis) String() string { type RepositoryPermissions (line 206) | type RepositoryPermissions struct type AdvancedSecurity (line 221) | type AdvancedSecurity struct method String (line 225) | func (a AdvancedSecurity) String() string { type SecretScanning (line 232) | type SecretScanning struct method String (line 236) | func (s SecretScanning) String() string { type SecretScanningPushProtection (line 243) | type SecretScanningPushProtection struct method String (line 247) | func (s SecretScanningPushProtection) String() string { type DependabotSecurityUpdates (line 254) | type DependabotSecurityUpdates struct method String (line 258) | func (d DependabotSecurityUpdates) String() string { type SecretScanningValidityChecks (line 265) | type SecretScanningValidityChecks struct type RepositoryListByUserOptions (line 304) | type RepositoryListByUserOptions struct type RepositoryListByAuthenticatedUserOptions (line 351) | type RepositoryListByAuthenticatedUserOptions struct type RepositoryListByOrgOptions (line 414) | type RepositoryListByOrgOptions struct type RepositoryListAllOptions (line 461) | type RepositoryListAllOptions struct type createRepoRequest (line 496) | type createRepoRequest struct type TemplateRepoRequest (line 608) | type TemplateRepoRequest struct type Contributor (line 756) | type Contributor struct type ListContributorsOptions (line 782) | type ListContributorsOptions struct type RepositoryTag (line 979) | type RepositoryTag struct type Branch (line 1013) | type Branch struct type Protection (line 1029) | type Protection struct type BlockCreations (line 1048) | type BlockCreations struct type LockBranch (line 1053) | type LockBranch struct type AllowForkSyncing (line 1058) | type AllowForkSyncing struct type BranchProtectionRule (line 1063) | type BranchProtectionRule struct type ProtectionChanges (line 1092) | type ProtectionChanges struct type AdminEnforcedChanges (line 1112) | type AdminEnforcedChanges struct type AllowDeletionsEnforcementLevelChanges (line 1117) | type AllowDeletionsEnforcementLevelChanges struct type AuthorizedActorNames (line 1122) | type AuthorizedActorNames struct type AuthorizedActorsOnly (line 1127) | type AuthorizedActorsOnly struct type AuthorizedDismissalActorsOnlyChanges (line 1132) | type AuthorizedDismissalActorsOnlyChanges struct type CreateProtectedChanges (line 1137) | type CreateProtectedChanges struct type DismissStaleReviewsOnPushChanges (line 1142) | type DismissStaleReviewsOnPushChanges struct type LinearHistoryRequirementEnforcementLevelChanges (line 1147) | type LinearHistoryRequirementEnforcementLevelChanges struct type PullRequestReviewsEnforcementLevelChanges (line 1152) | type PullRequestReviewsEnforcementLevelChanges struct type RequireCodeOwnerReviewChanges (line 1157) | type RequireCodeOwnerReviewChanges struct type RequiredConversationResolutionLevelChanges (line 1162) | type RequiredConversationResolutionLevelChanges struct type RequiredDeploymentsEnforcementLevelChanges (line 1167) | type RequiredDeploymentsEnforcementLevelChanges struct type RequiredStatusChecksChanges (line 1172) | type RequiredStatusChecksChanges struct type RequiredStatusChecksEnforcementLevelChanges (line 1177) | type RequiredStatusChecksEnforcementLevelChanges struct type SignatureRequirementEnforcementLevelChanges (line 1182) | type SignatureRequirementEnforcementLevelChanges struct type RequireLastPushApprovalChanges (line 1187) | type RequireLastPushApprovalChanges struct type ProtectionRequest (line 1192) | type ProtectionRequest struct type RequiredStatusChecks (line 1217) | type RequiredStatusChecks struct type RequiredStatusChecksRequest (line 1232) | type RequiredStatusChecksRequest struct type RequiredStatusCheck (line 1241) | type RequiredStatusCheck struct type PullRequestReviewsEnforcement (line 1253) | type PullRequestReviewsEnforcement struct type PullRequestReviewsEnforcementRequest (line 1272) | type PullRequestReviewsEnforcementRequest struct type PullRequestReviewsEnforcementUpdate (line 1293) | type PullRequestReviewsEnforcementUpdate struct type RequireLinearHistory (line 1310) | type RequireLinearHistory struct type AllowDeletions (line 1315) | type AllowDeletions struct type AllowForcePushes (line 1320) | type AllowForcePushes struct type RequiredConversationResolution (line 1326) | type RequiredConversationResolution struct type AdminEnforcement (line 1331) | type AdminEnforcement struct type BranchRestrictions (line 1338) | type BranchRestrictions struct type BranchRestrictionsRequest (line 1351) | type BranchRestrictionsRequest struct type BypassPullRequestAllowances (line 1361) | type BypassPullRequestAllowances struct type BypassPullRequestAllowancesRequest (line 1374) | type BypassPullRequestAllowancesRequest struct type DismissalRestrictions (line 1384) | type DismissalRestrictions struct type DismissalRestrictionsRequest (line 1398) | type DismissalRestrictionsRequest struct type SignaturesProtectedBranch (line 1408) | type SignaturesProtectedBranch struct type AutomatedSecurityFixes (line 1415) | type AutomatedSecurityFixes struct type renameBranchRequest (line 1472) | type renameBranchRequest struct type repositoryTopics (line 1922) | type repositoryTopics struct type TransferRequest (line 2307) | type TransferRequest struct type DispatchRequestOptions (line 2342) | type DispatchRequestOptions struct function isBranchNotProtected (line 2374) | func isBranchNotProtected(err error) bool { type checkPrivateReporting (line 2424) | type checkPrivateReporting struct type ListRepositoryActivityOptions (line 2449) | type ListRepositoryActivityOptions struct type RepositoryActor (line 2483) | type RepositoryActor struct type RepositoryActivity (line 2506) | type RepositoryActivity struct FILE: github/repos_actions_access.go type RepositoryActionsAccessLevel (line 16) | type RepositoryActionsAccessLevel struct method GetActionsAccessLevel (line 29) | func (s *RepositoriesService) GetActionsAccessLevel(ctx context.Context,... method EditActionsAccessLevel (line 51) | func (s *RepositoriesService) EditActionsAccessLevel(ctx context.Context... FILE: github/repos_actions_access_test.go function TestRepositoriesService_GetActionsAccessLevel (line 17) | func TestRepositoriesService_GetActionsAccessLevel(t *testing.T) { function TestRepositoriesService_EditActionsAccessLevel (line 51) | func TestRepositoriesService_EditActionsAccessLevel(t *testing.T) { function TestRepositoryActionsAccessLevel_Marshal (line 85) | func TestRepositoryActionsAccessLevel_Marshal(t *testing.T) { FILE: github/repos_actions_allowed.go method GetActionsAllowed (line 18) | func (s *RepositoriesService) GetActionsAllowed(ctx context.Context, org... method EditActionsAllowed (line 39) | func (s *RepositoriesService) EditActionsAllowed(ctx context.Context, or... FILE: github/repos_actions_allowed_test.go function TestRepositoryService_GetActionsAllowed (line 17) | func TestRepositoryService_GetActionsAllowed(t *testing.T) { function TestRepositoriesService_UpdateActionsAllowed (line 51) | func TestRepositoriesService_UpdateActionsAllowed(t *testing.T) { FILE: github/repos_actions_permissions.go type ActionsPermissionsRepository (line 16) | type ActionsPermissionsRepository struct method String (line 23) | func (a ActionsPermissionsRepository) String() string { type DefaultWorkflowPermissionRepository (line 30) | type DefaultWorkflowPermissionRepository struct method GetActionsPermissions (line 40) | func (s *RepositoriesService) GetActionsPermissions(ctx context.Context,... method UpdateActionsPermissions (line 62) | func (s *RepositoriesService) UpdateActionsPermissions(ctx context.Conte... method GetDefaultWorkflowPermissions (line 83) | func (s *RepositoriesService) GetDefaultWorkflowPermissions(ctx context.... method UpdateDefaultWorkflowPermissions (line 105) | func (s *RepositoriesService) UpdateDefaultWorkflowPermissions(ctx conte... method GetArtifactAndLogRetentionPeriod (line 126) | func (s *RepositoriesService) GetArtifactAndLogRetentionPeriod(ctx conte... method UpdateArtifactAndLogRetentionPeriod (line 148) | func (s *RepositoriesService) UpdateArtifactAndLogRetentionPeriod(ctx co... method GetPrivateRepoForkPRWorkflowSettings (line 163) | func (s *RepositoriesService) GetPrivateRepoForkPRWorkflowSettings(ctx c... method UpdatePrivateRepoForkPRWorkflowSettings (line 185) | func (s *RepositoriesService) UpdatePrivateRepoForkPRWorkflowSettings(ct... method GetForkPRContributorApprovalPermissions (line 200) | func (s *ActionsService) GetForkPRContributorApprovalPermissions(ctx con... method UpdateForkPRContributorApprovalPermissions (line 222) | func (s *ActionsService) UpdateForkPRContributorApprovalPermissions(ctx ... FILE: github/repos_actions_permissions_test.go function TestRepositoriesService_GetActionsPermissions (line 17) | func TestRepositoriesService_GetActionsPermissions(t *testing.T) { function TestRepositoriesService_UpdateActionsPermissions (line 51) | func TestRepositoriesService_UpdateActionsPermissions(t *testing.T) { function TestActionsPermissionsRepository_Marshal (line 95) | func TestActionsPermissionsRepository_Marshal(t *testing.T) { function TestRepositoriesService_GetDefaultWorkflowPermissions (line 116) | func TestRepositoriesService_GetDefaultWorkflowPermissions(t *testing.T) { function TestRepositoriesService_UpdateDefaultWorkflowPermissions (line 150) | func TestRepositoriesService_UpdateDefaultWorkflowPermissions(t *testing... function TestRepositoriesService_GetArtifactAndLogRetentionPeriod (line 194) | func TestRepositoriesService_GetArtifactAndLogRetentionPeriod(t *testing... function TestRepositoriesService_UpdateArtifactAndLogRetentionPeriod (line 232) | func TestRepositoriesService_UpdateArtifactAndLogRetentionPeriod(t *test... function TestRepositoriesService_GetPrivateRepoForkPRWorkflowSettings (line 270) | func TestRepositoriesService_GetPrivateRepoForkPRWorkflowSettings(t *tes... function TestRepositoriesService_UpdatePrivateRepoForkPRWorkflowSettings (line 309) | func TestRepositoriesService_UpdatePrivateRepoForkPRWorkflowSettings(t *... function TestActionsService_GetForkPRContributorApprovalPermissions (line 351) | func TestActionsService_GetForkPRContributorApprovalPermissions(t *testi... function TestActionsService_UpdateForkPRContributorApprovalPermissions (line 385) | func TestActionsService_UpdateForkPRContributorApprovalPermissions(t *te... FILE: github/repos_attestations.go method ListAttestations (line 19) | func (s *RepositoriesService) ListAttestations(ctx context.Context, owne... FILE: github/repos_attestations_test.go function TestRepositoriesService_ListAttestations (line 16) | func TestRepositoriesService_ListAttestations(t *testing.T) { FILE: github/repos_autolinks.go type AutolinkOptions (line 14) | type AutolinkOptions struct type Autolink (line 21) | type Autolink struct method ListAutolinks (line 34) | func (s *RepositoriesService) ListAutolinks(ctx context.Context, owner, ... method AddAutolink (line 57) | func (s *RepositoriesService) AddAutolink(ctx context.Context, owner, re... method GetAutolink (line 78) | func (s *RepositoriesService) GetAutolink(ctx context.Context, owner, re... method DeleteAutolink (line 101) | func (s *RepositoriesService) DeleteAutolink(ctx context.Context, owner,... FILE: github/repos_autolinks_test.go function TestRepositoriesService_ListAutolinks (line 17) | func TestRepositoriesService_ListAutolinks(t *testing.T) { function TestRepositoriesService_AddAutolink (line 56) | func TestRepositoriesService_AddAutolink(t *testing.T) { function TestRepositoriesService_GetAutolink (line 111) | func TestRepositoriesService_GetAutolink(t *testing.T) { function TestRepositoriesService_DeleteAutolink (line 141) | func TestRepositoriesService_DeleteAutolink(t *testing.T) { function TestAutolinkOptions_Marshal (line 162) | func TestAutolinkOptions_Marshal(t *testing.T) { function TestAutolink_Marshal (line 181) | func TestAutolink_Marshal(t *testing.T) { FILE: github/repos_codeowners.go type GetCodeownersErrorsOptions (line 15) | type GetCodeownersErrorsOptions struct type CodeownersErrors (line 22) | type CodeownersErrors struct type CodeownersError (line 27) | type CodeownersError struct method GetCodeownersErrors (line 42) | func (s *RepositoriesService) GetCodeownersErrors(ctx context.Context, o... FILE: github/repos_codeowners_test.go function TestRepositoriesService_GetCodeownersErrors_noRef (line 16) | func TestRepositoriesService_GetCodeownersErrors_noRef(t *testing.T) { function TestRepositoriesService_GetCodeownersErrors_specificRef (line 77) | func TestRepositoriesService_GetCodeownersErrors_specificRef(t *testing.... function TestCodeownersErrors_Marshal (line 140) | func TestCodeownersErrors_Marshal(t *testing.T) { FILE: github/repos_collaborators.go type ListCollaboratorsOptions (line 15) | type ListCollaboratorsOptions struct type CollaboratorInvitation (line 38) | type CollaboratorInvitation struct method ListCollaborators (line 54) | func (s *RepositoriesService) ListCollaborators(ctx context.Context, own... method IsCollaborator (line 83) | func (s *RepositoriesService) IsCollaborator(ctx context.Context, owner,... type RepositoryPermissionLevel (line 97) | type RepositoryPermissionLevel struct method GetPermissionLevel (line 111) | func (s *RepositoriesService) GetPermissionLevel(ctx context.Context, ow... type RepositoryAddCollaboratorOptions (line 129) | type RepositoryAddCollaboratorOptions struct method AddCollaborator (line 148) | func (s *RepositoriesService) AddCollaborator(ctx context.Context, owner... method RemoveCollaborator (line 170) | func (s *RepositoriesService) RemoveCollaborator(ctx context.Context, ow... FILE: github/repos_collaborators_test.go function TestRepositoriesService_ListCollaborators (line 17) | func TestRepositoriesService_ListCollaborators(t *testing.T) { function TestRepositoriesService_ListCollaborators_withAffiliation (line 56) | func TestRepositoriesService_ListCollaborators_withAffiliation(t *testin... function TestRepositoriesService_ListCollaborators_withPermission (line 96) | func TestRepositoriesService_ListCollaborators_withPermission(t *testing... function TestRepositoriesService_ListCollaborators_invalidOwner (line 136) | func TestRepositoriesService_ListCollaborators_invalidOwner(t *testing.T) { function TestRepositoriesService_IsCollaborator_True (line 145) | func TestRepositoriesService_IsCollaborator_True(t *testing.T) { function TestRepositoriesService_IsCollaborator_False (line 179) | func TestRepositoriesService_IsCollaborator_False(t *testing.T) { function TestRepositoriesService_IsCollaborator_invalidUser (line 213) | func TestRepositoriesService_IsCollaborator_invalidUser(t *testing.T) { function TestRepositoryService_GetPermissionLevel (line 222) | func TestRepositoryService_GetPermissionLevel(t *testing.T) { function TestRepositoriesService_AddCollaborator (line 263) | func TestRepositoriesService_AddCollaborator(t *testing.T) { function TestRepositoriesService_AddCollaborator_invalidUser (line 320) | func TestRepositoriesService_AddCollaborator_invalidUser(t *testing.T) { function TestRepositoriesService_RemoveCollaborator (line 329) | func TestRepositoriesService_RemoveCollaborator(t *testing.T) { function TestRepositoriesService_RemoveCollaborator_invalidUser (line 355) | func TestRepositoriesService_RemoveCollaborator_invalidUser(t *testing.T) { function TestRepositoryAddCollaboratorOptions_Marshal (line 364) | func TestRepositoryAddCollaboratorOptions_Marshal(t *testing.T) { function TestRepositoryPermissionLevel_Marshal (line 379) | func TestRepositoryPermissionLevel_Marshal(t *testing.T) { function TestCollaboratorInvitation_Marshal (line 434) | func TestCollaboratorInvitation_Marshal(t *testing.T) { FILE: github/repos_comments.go type RepositoryComment (line 14) | type RepositoryComment struct method String (line 32) | func (r RepositoryComment) String() string { method ListComments (line 41) | func (s *RepositoriesService) ListComments(ctx context.Context, owner, r... method ListCommitComments (line 69) | func (s *RepositoriesService) ListCommitComments(ctx context.Context, ow... method CreateComment (line 98) | func (s *RepositoriesService) CreateComment(ctx context.Context, owner, ... method GetComment (line 119) | func (s *RepositoriesService) GetComment(ctx context.Context, owner, rep... method UpdateComment (line 142) | func (s *RepositoriesService) UpdateComment(ctx context.Context, owner, ... method DeleteComment (line 163) | func (s *RepositoriesService) DeleteComment(ctx context.Context, owner, ... FILE: github/repos_comments_test.go function TestRepositoriesService_ListComments (line 17) | func TestRepositoriesService_ListComments(t *testing.T) { function TestRepositoriesService_ListComments_invalidOwner (line 55) | func TestRepositoriesService_ListComments_invalidOwner(t *testing.T) { function TestRepositoriesService_ListCommitComments (line 64) | func TestRepositoriesService_ListCommitComments(t *testing.T) { function TestRepositoriesService_ListCommitComments_invalidOwner (line 102) | func TestRepositoriesService_ListCommitComments_invalidOwner(t *testing.... function TestRepositoriesService_CreateComment (line 111) | func TestRepositoriesService_CreateComment(t *testing.T) { function TestRepositoriesService_CreateComment_invalidOwner (line 155) | func TestRepositoriesService_CreateComment_invalidOwner(t *testing.T) { function TestRepositoriesService_GetComment (line 164) | func TestRepositoriesService_GetComment(t *testing.T) { function TestRepositoriesService_GetComment_invalidOwner (line 200) | func TestRepositoriesService_GetComment_invalidOwner(t *testing.T) { function TestRepositoriesService_UpdateComment (line 209) | func TestRepositoriesService_UpdateComment(t *testing.T) { function TestRepositoriesService_UpdateComment_invalidOwner (line 253) | func TestRepositoriesService_UpdateComment_invalidOwner(t *testing.T) { function TestRepositoriesService_DeleteComment (line 262) | func TestRepositoriesService_DeleteComment(t *testing.T) { function TestRepositoriesService_DeleteComment_invalidOwner (line 287) | func TestRepositoriesService_DeleteComment_invalidOwner(t *testing.T) { function TestRepositoryComment_Marshal (line 296) | func TestRepositoryComment_Marshal(t *testing.T) { FILE: github/repos_commits.go type RepositoryCommit (line 19) | type RepositoryCommit struct method String (line 36) | func (r RepositoryCommit) String() string { type CommitStats (line 41) | type CommitStats struct method String (line 47) | func (c CommitStats) String() string { type CommitFile (line 52) | type CommitFile struct method String (line 66) | func (c CommitFile) String() string { type CommitsComparison (line 72) | type CommitsComparison struct method String (line 93) | func (c CommitsComparison) String() string { type CommitsListOptions (line 99) | type CommitsListOptions struct type BranchCommit (line 119) | type BranchCommit struct method ListCommits (line 130) | func (s *RepositoriesService) ListCommits(ctx context.Context, owner, re... method GetCommit (line 156) | func (s *RepositoriesService) GetCommit(ctx context.Context, owner, repo... method GetCommitRaw (line 182) | func (s *RepositoriesService) GetCommitRaw(ctx context.Context, owner, r... method GetCommitSHA1 (line 213) | func (s *RepositoriesService) GetCommitSHA1(ctx context.Context, owner, ... method CompareCommits (line 240) | func (s *RepositoriesService) CompareCommits(ctx context.Context, owner,... method CompareCommitsRaw (line 273) | func (s *RepositoriesService) CompareCommitsRaw(ctx context.Context, own... method ListBranchesHeadCommit (line 308) | func (s *RepositoriesService) ListBranchesHeadCommit(ctx context.Context... FILE: github/repos_commits_test.go function TestRepositoriesService_ListCommits (line 19) | func TestRepositoriesService_ListCommits(t *testing.T) { function TestRepositoriesService_GetCommit (line 70) | func TestRepositoriesService_GetCommit(t *testing.T) { function TestRepositoriesService_GetCommitRaw_diff (line 161) | func TestRepositoriesService_GetCommitRaw_diff(t *testing.T) { function TestRepositoriesService_GetCommitRaw_patch (line 198) | func TestRepositoriesService_GetCommitRaw_patch(t *testing.T) { function TestRepositoriesService_GetCommitRaw_invalid (line 221) | func TestRepositoriesService_GetCommitRaw_invalid(t *testing.T) { function TestRepositoriesService_GetCommitSHA1 (line 235) | func TestRepositoriesService_GetCommitSHA1(t *testing.T) { function TestRepositoriesService_NonAlphabetCharacter_GetCommitSHA1 (line 292) | func TestRepositoriesService_NonAlphabetCharacter_GetCommitSHA1(t *testi... function TestRepositoriesService_TrailingPercent_GetCommitSHA1 (line 333) | func TestRepositoriesService_TrailingPercent_GetCommitSHA1(t *testing.T) { function TestRepositoriesService_CompareCommits (line 374) | func TestRepositoriesService_CompareCommits(t *testing.T) { function TestRepositoriesService_CompareCommitsRaw_diff (line 515) | func TestRepositoriesService_CompareCommitsRaw_diff(t *testing.T) { function TestRepositoriesService_CompareCommitsRaw_patch (line 573) | func TestRepositoriesService_CompareCommitsRaw_patch(t *testing.T) { function TestRepositoriesService_CompareCommitsRaw_invalid (line 617) | func TestRepositoriesService_CompareCommitsRaw_invalid(t *testing.T) { function TestRepositoriesService_ListBranchesHeadCommit (line 645) | func TestRepositoriesService_ListBranchesHeadCommit(t *testing.T) { function TestBranchCommit_Marshal (line 689) | func TestBranchCommit_Marshal(t *testing.T) { function TestCommitsComparison_Marshal (line 787) | func TestCommitsComparison_Marshal(t *testing.T) { function TestCommitFile_Marshal (line 846) | func TestCommitFile_Marshal(t *testing.T) { function TestCommitStats_Marshal (line 881) | func TestCommitStats_Marshal(t *testing.T) { function TestRepositoryCommit_Marshal (line 900) | func TestRepositoryCommit_Marshal(t *testing.T) { FILE: github/repos_community_health.go type Metric (line 14) | type Metric struct type CommunityHealthFiles (line 24) | type CommunityHealthFiles struct type CommunityHealthMetrics (line 35) | type CommunityHealthMetrics struct method GetCommunityHealthMetrics (line 49) | func (s *RepositoriesService) GetCommunityHealthMetrics(ctx context.Cont... FILE: github/repos_community_health_test.go function TestRepositoriesService_GetCommunityHealthMetrics (line 17) | func TestRepositoriesService_GetCommunityHealthMetrics(t *testing.T) { function TestMetric_Marshal (line 135) | func TestMetric_Marshal(t *testing.T) { function TestCommunityHealthFiles_Marshal (line 167) | func TestCommunityHealthFiles_Marshal(t *testing.T) { function TestCommunityHealthMetrics_Marshal (line 288) | func TestCommunityHealthMetrics_Marshal(t *testing.T) { FILE: github/repos_contents.go type RepositoryContent (line 27) | type RepositoryContent struct method String (line 71) | func (r RepositoryContent) String() string { method GetContent (line 76) | func (r *RepositoryContent) GetContent() (string, error) { type RepositoryContentResponse (line 49) | type RepositoryContentResponse struct type RepositoryContentFileOptions (line 55) | type RepositoryContentFileOptions struct type RepositoryContentGetOptions (line 66) | type RepositoryContentGetOptions struct method GetReadme (line 106) | func (s *RepositoriesService) GetReadme(ctx context.Context, owner, repo... method DownloadContents (line 139) | func (s *RepositoriesService) DownloadContents(ctx context.Context, owne... method DownloadContentsWithMeta (line 188) | func (s *RepositoriesService) DownloadContentsWithMeta(ctx context.Conte... method GetContents (line 238) | func (s *RepositoriesService) GetContents(ctx context.Context, owner, re... method CreateFile (line 280) | func (s *RepositoriesService) CreateFile(ctx context.Context, owner, rep... method UpdateFile (line 302) | func (s *RepositoriesService) UpdateFile(ctx context.Context, owner, rep... method DeleteFile (line 324) | func (s *RepositoriesService) DeleteFile(ctx context.Context, owner, rep... type ArchiveFormat (line 341) | type ArchiveFormat constant Tarball (line 345) | Tarball ArchiveFormat = "tarball" constant Zipball (line 348) | Zipball ArchiveFormat = "zipball" method GetArchiveLink (line 361) | func (s *RepositoriesService) GetArchiveLink(ctx context.Context, owner,... method getArchiveLinkWithoutRateLimit (line 374) | func (s *RepositoriesService) getArchiveLinkWithoutRateLimit(ctx context... method getArchiveLinkWithRateLimit (line 393) | func (s *RepositoriesService) getArchiveLinkWithRateLimit(ctx context.Co... FILE: github/repos_contents_test.go function TestRepositoryContent_GetContent (line 19) | func TestRepositoryContent_GetContent(t *testing.T) { function stringOrNil (line 83) | func stringOrNil(s *string) string { function TestRepositoriesService_GetReadme (line 90) | func TestRepositoriesService_GetReadme(t *testing.T) { function TestRepositoriesService_DownloadContents_SuccessForFile (line 129) | func TestRepositoriesService_DownloadContents_SuccessForFile(t *testing.... function TestRepositoriesService_DownloadContents_SuccessForDirectory (line 178) | func TestRepositoriesService_DownloadContents_SuccessForDirectory(t *tes... function TestRepositoriesService_DownloadContents_FailedResponse (line 237) | func TestRepositoriesService_DownloadContents_FailedResponse(t *testing.... function TestRepositoriesService_DownloadContents_NoDownloadURL (line 283) | func TestRepositoriesService_DownloadContents_NoDownloadURL(t *testing.T) { function TestRepositoriesService_DownloadContents_NoFile (line 319) | func TestRepositoriesService_DownloadContents_NoFile(t *testing.T) { function TestRepositoriesService_DownloadContentsWithMeta_SuccessForFile (line 352) | func TestRepositoriesService_DownloadContentsWithMeta_SuccessForFile(t *... function TestRepositoriesService_DownloadContentsWithMeta_SuccessForDirectory (line 412) | func TestRepositoriesService_DownloadContentsWithMeta_SuccessForDirector... function TestRepositoriesService_DownloadContentsWithMeta_FailedResponse (line 458) | func TestRepositoriesService_DownloadContentsWithMeta_FailedResponse(t *... function TestRepositoriesService_DownloadContentsWithMeta_NoDownloadURL (line 515) | func TestRepositoriesService_DownloadContentsWithMeta_NoDownloadURL(t *t... function TestRepositoriesService_DownloadContentsWithMeta_NoFile (line 554) | func TestRepositoriesService_DownloadContentsWithMeta_NoFile(t *testing.... function TestRepositoriesService_GetContents_File (line 574) | func TestRepositoriesService_GetContents_File(t *testing.T) { function TestRepositoriesService_GetContents_FilenameNeedsEscape (line 613) | func TestRepositoriesService_GetContents_FilenameNeedsEscape(t *testing.... function TestRepositoriesService_GetContents_DirectoryWithSpaces (line 628) | func TestRepositoriesService_GetContents_DirectoryWithSpaces(t *testing.... function TestRepositoriesService_GetContents_PathWithParent (line 643) | func TestRepositoriesService_GetContents_PathWithParent(t *testing.T) { function TestRepositoriesService_GetContents_DirectoryWithPlusChars (line 658) | func TestRepositoriesService_GetContents_DirectoryWithPlusChars(t *testi... function TestRepositoriesService_GetContents_Directory (line 673) | func TestRepositoriesService_GetContents_Directory(t *testing.T) { function TestRepositoriesService_CreateFile (line 705) | func TestRepositoriesService_CreateFile(t *testing.T) { function TestRepositoriesService_UpdateFile (line 759) | func TestRepositoriesService_UpdateFile(t *testing.T) { function TestRepositoriesService_DeleteFile (line 815) | func TestRepositoriesService_DeleteFile(t *testing.T) { function TestRepositoriesService_GetArchiveLink (line 867) | func TestRepositoriesService_GetArchiveLink(t *testing.T) { function TestRepositoriesService_GetArchiveLink_StatusMovedPermanently_dontFollowRedirects (line 924) | func TestRepositoriesService_GetArchiveLink_StatusMovedPermanently_dontF... function TestRepositoriesService_GetArchiveLink_StatusMovedPermanently_followRedirects (line 959) | func TestRepositoriesService_GetArchiveLink_StatusMovedPermanently_follo... function TestRepositoriesService_GetContents_NoTrailingSlashInDirectoryApiPath (line 1007) | func TestRepositoriesService_GetContents_NoTrailingSlashInDirectoryApiPa... function TestRepositoryContent_Marshal (line 1025) | func TestRepositoryContent_Marshal(t *testing.T) { function TestRepositoryContentResponse_Marshal (line 1064) | func TestRepositoryContentResponse_Marshal(t *testing.T) { function TestRepositoryContentFileOptions_Marshal (line 1188) | func TestRepositoryContentFileOptions_Marshal(t *testing.T) { FILE: github/repos_deployment_branch_policies.go type DeploymentBranchPolicy (line 14) | type DeploymentBranchPolicy struct type DeploymentBranchPolicyResponse (line 22) | type DeploymentBranchPolicyResponse struct type DeploymentBranchPolicyRequest (line 28) | type DeploymentBranchPolicyRequest struct method ListDeploymentBranchPolicies (line 38) | func (s *RepositoriesService) ListDeploymentBranchPolicies(ctx context.C... method GetDeploymentBranchPolicy (line 64) | func (s *RepositoriesService) GetDeploymentBranchPolicy(ctx context.Cont... method CreateDeploymentBranchPolicy (line 86) | func (s *RepositoriesService) CreateDeploymentBranchPolicy(ctx context.C... method UpdateDeploymentBranchPolicy (line 108) | func (s *RepositoriesService) UpdateDeploymentBranchPolicy(ctx context.C... method DeleteDeploymentBranchPolicy (line 130) | func (s *RepositoriesService) DeleteDeploymentBranchPolicy(ctx context.C... FILE: github/repos_deployment_branch_policies_test.go function TestRepositoriesService_ListDeploymentBranchPolicies (line 16) | func TestRepositoriesService_ListDeploymentBranchPolicies(t *testing.T) { function TestRepositoriesService_GetDeploymentBranchPolicy (line 61) | func TestRepositoriesService_GetDeploymentBranchPolicy(t *testing.T) { function TestRepositoriesService_CreateDeploymentBranchPolicy (line 90) | func TestRepositoriesService_CreateDeploymentBranchPolicy(t *testing.T) { function TestRepositoriesService_UpdateDeploymentBranchPolicy (line 120) | func TestRepositoriesService_UpdateDeploymentBranchPolicy(t *testing.T) { function TestRepositoriesService_DeleteDeploymentBranchPolicy (line 150) | func TestRepositoriesService_DeleteDeploymentBranchPolicy(t *testing.T) { FILE: github/repos_deployment_protection_rules.go type CustomDeploymentProtectionRuleApp (line 14) | type CustomDeploymentProtectionRuleApp struct type CustomDeploymentProtectionRule (line 22) | type CustomDeploymentProtectionRule struct type ListDeploymentProtectionRuleResponse (line 30) | type ListDeploymentProtectionRuleResponse struct type ListCustomDeploymentRuleIntegrationsResponse (line 36) | type ListCustomDeploymentRuleIntegrationsResponse struct type CustomDeploymentProtectionRuleRequest (line 42) | type CustomDeploymentProtectionRuleRequest struct method GetAllDeploymentProtectionRules (line 51) | func (s *RepositoriesService) GetAllDeploymentProtectionRules(ctx contex... method CreateCustomDeploymentProtectionRule (line 73) | func (s *RepositoriesService) CreateCustomDeploymentProtectionRule(ctx c... method ListCustomDeploymentRuleIntegrations (line 95) | func (s *RepositoriesService) ListCustomDeploymentRuleIntegrations(ctx c... method GetCustomDeploymentProtectionRule (line 121) | func (s *RepositoriesService) GetCustomDeploymentProtectionRule(ctx cont... method DisableCustomDeploymentProtectionRule (line 143) | func (s *RepositoriesService) DisableCustomDeploymentProtectionRule(ctx ... FILE: github/repos_deployment_protection_rules_test.go function TestRepositoriesService_GetAllDeploymentProtectionRules (line 17) | func TestRepositoriesService_GetAllDeploymentProtectionRules(t *testing.... function TestRepositoriesService_CreateCustomDeploymentProtectionRule (line 53) | func TestRepositoriesService_CreateCustomDeploymentProtectionRule(t *tes... function TestRepositoriesService_ListCustomDeploymentRuleIntegrations (line 110) | func TestRepositoriesService_ListCustomDeploymentRuleIntegrations(t *tes... function TestRepositoriesService_GetCustomDeploymentProtectionRule (line 155) | func TestRepositoriesService_GetCustomDeploymentProtectionRule(t *testin... function TestRepositoriesService_DisableCustomDeploymentProtectionRule (line 196) | func TestRepositoriesService_DisableCustomDeploymentProtectionRule(t *te... FILE: github/repos_deployments.go type Deployment (line 16) | type Deployment struct type DeploymentRequest (line 34) | type DeploymentRequest struct type DeploymentsListOptions (line 48) | type DeploymentsListOptions struct method ListDeployments (line 69) | func (s *RepositoriesService) ListDeployments(ctx context.Context, owner... method GetDeployment (line 95) | func (s *RepositoriesService) GetDeployment(ctx context.Context, owner, ... method CreateDeployment (line 117) | func (s *RepositoriesService) CreateDeployment(ctx context.Context, owne... method DeleteDeployment (line 142) | func (s *RepositoriesService) DeleteDeployment(ctx context.Context, owne... type DeploymentStatus (line 153) | type DeploymentStatus struct type DeploymentStatusRequest (line 174) | type DeploymentStatusRequest struct method ListDeploymentStatuses (line 188) | func (s *RepositoriesService) ListDeploymentStatuses(ctx context.Context... method GetDeploymentStatus (line 217) | func (s *RepositoriesService) GetDeploymentStatus(ctx context.Context, o... method CreateDeploymentStatus (line 242) | func (s *RepositoriesService) CreateDeploymentStatus(ctx context.Context... FILE: github/repos_deployments_test.go function TestRepositoriesService_ListDeployments (line 18) | func TestRepositoriesService_ListDeployments(t *testing.T) { function TestRepositoriesService_GetDeployment (line 55) | func TestRepositoriesService_GetDeployment(t *testing.T) { function TestRepositoriesService_CreateDeployment (line 91) | func TestRepositoriesService_CreateDeployment(t *testing.T) { function TestRepositoriesService_DeleteDeployment (line 137) | func TestRepositoriesService_DeleteDeployment(t *testing.T) { function TestRepositoriesService_ListDeploymentStatuses (line 174) | func TestRepositoriesService_ListDeploymentStatuses(t *testing.T) { function TestRepositoriesService_GetDeploymentStatus (line 213) | func TestRepositoriesService_GetDeploymentStatus(t *testing.T) { function TestRepositoriesService_CreateDeploymentStatus (line 250) | func TestRepositoriesService_CreateDeploymentStatus(t *testing.T) { function TestDeploymentStatusRequest_Marshal (line 296) | func TestDeploymentStatusRequest_Marshal(t *testing.T) { function TestDeploymentStatus_Marshal (line 321) | func TestDeploymentStatus_Marshal(t *testing.T) { function TestDeploymentRequest_Marshal (line 400) | func TestDeploymentRequest_Marshal(t *testing.T) { function TestDeployment_Marshal (line 431) | func TestDeployment_Marshal(t *testing.T) { FILE: github/repos_environments.go type Environment (line 16) | type Environment struct type EnvReviewers (line 36) | type EnvReviewers struct type BranchPolicy (line 42) | type BranchPolicy struct type EnvResponse (line 48) | type EnvResponse struct type ProtectionRule (line 54) | type ProtectionRule struct type RequiredReviewer (line 64) | type RequiredReviewer struct method UnmarshalJSON (line 77) | func (r *RequiredReviewer) UnmarshalJSON(data []byte) error { type EnvironmentListOptions (line 71) | type EnvironmentListOptions struct method ListEnvironments (line 113) | func (s *RepositoriesService) ListEnvironments(ctx context.Context, owne... method GetEnvironment (line 138) | func (s *RepositoriesService) GetEnvironment(ctx context.Context, owner,... type CreateUpdateEnvironment (line 175) | type CreateUpdateEnvironment struct method MarshalJSON (line 156) | func (c *CreateUpdateEnvironment) MarshalJSON() ([]byte, error) { type createUpdateEnvironmentNoEnterprise (line 186) | type createUpdateEnvironmentNoEnterprise struct method CreateUpdateEnvironment (line 195) | func (s *RepositoriesService) CreateUpdateEnvironment(ctx context.Contex... method createNewEnvNoEnterprise (line 222) | func (s *RepositoriesService) createNewEnvNoEnterprise(ctx context.Conte... method DeleteEnvironment (line 244) | func (s *RepositoriesService) DeleteEnvironment(ctx context.Context, own... FILE: github/repos_environments_test.go function TestRequiredReviewer_UnmarshalJSON (line 17) | func TestRequiredReviewer_UnmarshalJSON(t *testing.T) { function TestCreateUpdateEnvironment_MarshalJSON (line 89) | func TestCreateUpdateEnvironment_MarshalJSON(t *testing.T) { function TestRepositoriesService_ListEnvironments (line 104) | func TestRepositoriesService_ListEnvironments(t *testing.T) { function TestRepositoriesService_GetEnvironment (line 144) | func TestRepositoriesService_GetEnvironment(t *testing.T) { function TestRepositoriesService_CreateEnvironment (line 179) | func TestRepositoriesService_CreateEnvironment(t *testing.T) { function TestRepositoriesService_CreateEnvironment_noEnterprise (line 225) | func TestRepositoriesService_CreateEnvironment_noEnterprise(t *testing.T) { function TestRepositoriesService_createNewEnvNoEnterprise (line 261) | func TestRepositoriesService_createNewEnvNoEnterprise(t *testing.T) { function TestRepositoriesService_DeleteEnvironment (line 329) | func TestRepositoriesService_DeleteEnvironment(t *testing.T) { function TestRepoEnvironment_Marshal (line 354) | func TestRepoEnvironment_Marshal(t *testing.T) { function TestEnvReviewers_Marshal (line 443) | func TestEnvReviewers_Marshal(t *testing.T) { function TestEnvironment_Marshal (line 460) | func TestEnvironment_Marshal(t *testing.T) { function TestBranchPolicy_Marshal (line 539) | func TestBranchPolicy_Marshal(t *testing.T) { FILE: github/repos_forks.go type RepositoryListForksOptions (line 17) | type RepositoryListForksOptions struct method ListForks (line 30) | func (s *RepositoriesService) ListForks(ctx context.Context, owner, repo... type RepositoryCreateForkOptions (line 55) | type RepositoryCreateForkOptions struct method CreateFork (line 74) | func (s *RepositoriesService) CreateFork(ctx context.Context, owner, rep... FILE: github/repos_forks_test.go function TestRepositoriesService_ListForks (line 17) | func TestRepositoriesService_ListForks(t *testing.T) { function TestRepositoriesService_ListForks_invalidOwner (line 61) | func TestRepositoriesService_ListForks_invalidOwner(t *testing.T) { function TestRepositoriesService_CreateFork (line 70) | func TestRepositoriesService_CreateFork(t *testing.T) { function TestRepositoriesService_CreateFork_deferred (line 107) | func TestRepositoriesService_CreateFork_deferred(t *testing.T) { function TestRepositoriesService_CreateFork_invalidOwner (line 132) | func TestRepositoriesService_CreateFork_invalidOwner(t *testing.T) { FILE: github/repos_hooks.go type Hook (line 42) | type Hook struct method String (line 60) | func (h Hook) String() string { type createHookRequest (line 69) | type createHookRequest struct method CreateHook (line 86) | func (s *RepositoriesService) CreateHook(ctx context.Context, owner, rep... method ListHooks (line 119) | func (s *RepositoriesService) ListHooks(ctx context.Context, owner, repo... method GetHook (line 145) | func (s *RepositoriesService) GetHook(ctx context.Context, owner, repo s... method EditHook (line 166) | func (s *RepositoriesService) EditHook(ctx context.Context, owner, repo ... method DeleteHook (line 187) | func (s *RepositoriesService) DeleteHook(ctx context.Context, owner, rep... method PingHook (line 202) | func (s *RepositoriesService) PingHook(ctx context.Context, owner, repo ... method TestHook (line 216) | func (s *RepositoriesService) TestHook(ctx context.Context, owner, repo ... method Subscribe (line 230) | func (s *RepositoriesService) Subscribe(ctx context.Context, owner, repo... method Unsubscribe (line 244) | func (s *RepositoriesService) Unsubscribe(ctx context.Context, owner, re... method createWebSubRequest (line 257) | func (s *RepositoriesService) createWebSubRequest(hubMode, owner, repo, ... FILE: github/repos_hooks_configuration.go type HookConfig (line 14) | type HookConfig struct method GetHookConfiguration (line 33) | func (s *RepositoriesService) GetHookConfiguration(ctx context.Context, ... method EditHookConfiguration (line 54) | func (s *RepositoriesService) EditHookConfiguration(ctx context.Context,... FILE: github/repos_hooks_configuration_test.go function TestRepositoriesService_GetHookConfiguration (line 17) | func TestRepositoriesService_GetHookConfiguration(t *testing.T) { function TestRepositoriesService_GetHookConfiguration_invalidOrg (line 57) | func TestRepositoriesService_GetHookConfiguration_invalidOrg(t *testing.... function TestRepositoriesService_EditHookConfiguration (line 66) | func TestRepositoriesService_EditHookConfiguration(t *testing.T) { function TestRepositoriesService_EditHookConfiguration_invalidOrg (line 115) | func TestRepositoriesService_EditHookConfiguration_invalidOrg(t *testing... FILE: github/repos_hooks_deliveries.go type HookDelivery (line 20) | type HookDelivery struct method String (line 39) | func (d HookDelivery) String() string { method ParseRequestPayload (line 155) | func (d *HookDelivery) ParseRequestPayload() (any, error) { function getHeader (line 44) | func getHeader(headers map[string]string, key string) string { type HookRequest (line 55) | type HookRequest struct method GetHeader (line 61) | func (r *HookRequest) GetHeader(key string) string { method String (line 65) | func (r HookRequest) String() string { type HookResponse (line 71) | type HookResponse struct method GetHeader (line 77) | func (r *HookResponse) GetHeader(key string) string { method String (line 81) | func (r HookResponse) String() string { method ListHookDeliveries (line 90) | func (s *RepositoriesService) ListHookDeliveries(ctx context.Context, ow... method GetHookDelivery (line 116) | func (s *RepositoriesService) GetHookDelivery(ctx context.Context, owner... method RedeliverHookDelivery (line 137) | func (s *RepositoriesService) RedeliverHookDelivery(ctx context.Context,... FILE: github/repos_hooks_deliveries_test.go function TestRepositoriesService_ListHookDeliveries (line 18) | func TestRepositoriesService_ListHookDeliveries(t *testing.T) { function TestRepositoriesService_ListHookDeliveries_invalidOwner (line 56) | func TestRepositoriesService_ListHookDeliveries_invalidOwner(t *testing.... function TestRepositoriesService_GetHookDelivery (line 65) | func TestRepositoriesService_GetHookDelivery(t *testing.T) { function TestRepositoriesService_GetHookDelivery_invalidOwner (line 100) | func TestRepositoriesService_GetHookDelivery_invalidOwner(t *testing.T) { function TestRepositoriesService_RedeliverHookDelivery (line 109) | func TestRepositoriesService_RedeliverHookDelivery(t *testing.T) { function TestHookDelivery_ParsePayload (line 205) | func TestHookDelivery_ParsePayload(t *testing.T) { function TestHookDelivery_ParsePayload_invalidEvent (line 236) | func TestHookDelivery_ParsePayload_invalidEvent(t *testing.T) { function TestHookDelivery_ParsePayload_invalidPayload (line 253) | func TestHookDelivery_ParsePayload_invalidPayload(t *testing.T) { function TestHookRequest_Marshal (line 270) | func TestHookRequest_Marshal(t *testing.T) { function TestHookRequest_GetHeader (line 296) | func TestHookRequest_GetHeader(t *testing.T) { function TestHookResponse_Marshal (line 331) | func TestHookResponse_Marshal(t *testing.T) { function TestHookResponse_GetHeader (line 357) | func TestHookResponse_GetHeader(t *testing.T) { function TestHookDelivery_Marshal (line 392) | func TestHookDelivery_Marshal(t *testing.T) { FILE: github/repos_hooks_test.go function TestRepositoriesService_CreateHook (line 17) | func TestRepositoriesService_CreateHook(t *testing.T) { function TestRepositoriesService_ListHooks (line 66) | func TestRepositoriesService_ListHooks(t *testing.T) { function TestRepositoriesService_ListHooks_invalidOwner (line 104) | func TestRepositoriesService_ListHooks_invalidOwner(t *testing.T) { function TestRepositoriesService_ListHooks_403_code_no_rate_limit (line 113) | func TestRepositoriesService_ListHooks_403_code_no_rate_limit(t *testing... function TestRepositoriesService_ListHooks_404_code (line 118) | func TestRepositoriesService_ListHooks_404_code(t *testing.T) { function TestRepositoriesService_GetHook (line 123) | func TestRepositoriesService_GetHook(t *testing.T) { function TestRepositoriesService_GetHook_invalidOwner (line 158) | func TestRepositoriesService_GetHook_invalidOwner(t *testing.T) { function TestRepositoriesService_EditHook (line 167) | func TestRepositoriesService_EditHook(t *testing.T) { function TestRepositoriesService_EditHook_invalidOwner (line 211) | func TestRepositoriesService_EditHook_invalidOwner(t *testing.T) { function TestRepositoriesService_DeleteHook (line 220) | func TestRepositoriesService_DeleteHook(t *testing.T) { function TestRepositoriesService_DeleteHook_invalidOwner (line 245) | func TestRepositoriesService_DeleteHook_invalidOwner(t *testing.T) { function TestRepositoriesService_PingHook (line 254) | func TestRepositoriesService_PingHook(t *testing.T) { function TestRepositoriesService_TestHook (line 279) | func TestRepositoriesService_TestHook(t *testing.T) { function TestRepositoriesService_TestHook_invalidOwner (line 304) | func TestRepositoriesService_TestHook_invalidOwner(t *testing.T) { function TestBranchWebHookPayload_Marshal (line 313) | func TestBranchWebHookPayload_Marshal(t *testing.T) { function TestBranchWebHookAuthor_Marshal (line 444) | func TestBranchWebHookAuthor_Marshal(t *testing.T) { function TestBranchWebHookCommit_Marshal (line 463) | func TestBranchWebHookCommit_Marshal(t *testing.T) { function TestBranchCreateHookRequest_Marshal (line 506) | func TestBranchCreateHookRequest_Marshal(t *testing.T) { function TestBranchHook_Marshal (line 529) | func TestBranchHook_Marshal(t *testing.T) { function TestRepositoriesService_Subscribe (line 572) | func TestRepositoriesService_Subscribe(t *testing.T) { function TestRepositoriesService_Unsubscribe (line 605) | func TestRepositoriesService_Unsubscribe(t *testing.T) { FILE: github/repos_immutable_releases.go type RepoImmutableReleasesStatus (line 14) | type RepoImmutableReleasesStatus struct method EnableImmutableReleases (line 24) | func (s *RepositoriesService) EnableImmutableReleases(ctx context.Contex... method DisableImmutableReleases (line 45) | func (s *RepositoriesService) DisableImmutableReleases(ctx context.Conte... method AreImmutableReleasesEnabled (line 67) | func (s *RepositoriesService) AreImmutableReleasesEnabled(ctx context.Co... FILE: github/repos_immutable_releases_test.go function TestRepositoriesService_EnableImmutableReleases (line 16) | func TestRepositoriesService_EnableImmutableReleases(t *testing.T) { function TestRepositoriesService_DisableImmutableReleases (line 42) | func TestRepositoriesService_DisableImmutableReleases(t *testing.T) { function TestRepositoriesService_AreImmutableReleasesEnabled (line 68) | func TestRepositoriesService_AreImmutableReleasesEnabled(t *testing.T) { FILE: github/repos_invitations.go type RepositoryInvitation (line 14) | type RepositoryInvitation struct method ListInvitations (line 34) | func (s *RepositoriesService) ListInvitations(ctx context.Context, owner... method DeleteInvitation (line 60) | func (s *RepositoriesService) DeleteInvitation(ctx context.Context, owne... method UpdateInvitation (line 79) | func (s *RepositoriesService) UpdateInvitation(ctx context.Context, owne... FILE: github/repos_invitations_test.go function TestRepositoriesService_ListInvitations (line 16) | func TestRepositoriesService_ListInvitations(t *testing.T) { function TestRepositoriesService_DeleteInvitation (line 53) | func TestRepositoriesService_DeleteInvitation(t *testing.T) { function TestRepositoriesService_UpdateInvitation (line 79) | func TestRepositoriesService_UpdateInvitation(t *testing.T) { function TestRepositoryInvitation_Marshal (line 114) | func TestRepositoryInvitation_Marshal(t *testing.T) { FILE: github/repos_keys.go method ListKeys (line 20) | func (s *RepositoriesService) ListKeys(ctx context.Context, owner, repo ... method GetKey (line 46) | func (s *RepositoriesService) GetKey(ctx context.Context, owner, repo st... method CreateKey (line 68) | func (s *RepositoriesService) CreateKey(ctx context.Context, owner, repo... method DeleteKey (line 90) | func (s *RepositoriesService) DeleteKey(ctx context.Context, owner, repo... FILE: github/repos_keys_test.go function TestRepositoriesService_ListKeys (line 17) | func TestRepositoriesService_ListKeys(t *testing.T) { function TestRepositoriesService_ListKeys_invalidOwner (line 54) | func TestRepositoriesService_ListKeys_invalidOwner(t *testing.T) { function TestRepositoriesService_GetKey (line 63) | func TestRepositoriesService_GetKey(t *testing.T) { function TestRepositoriesService_GetKey_invalidOwner (line 98) | func TestRepositoriesService_GetKey_invalidOwner(t *testing.T) { function TestRepositoriesService_CreateKey (line 107) | func TestRepositoriesService_CreateKey(t *testing.T) { function TestRepositoriesService_CreateKey_invalidOwner (line 151) | func TestRepositoriesService_CreateKey_invalidOwner(t *testing.T) { function TestRepositoriesService_DeleteKey (line 160) | func TestRepositoriesService_DeleteKey(t *testing.T) { function TestRepositoriesService_DeleteKey_invalidOwner (line 185) | func TestRepositoriesService_DeleteKey_invalidOwner(t *testing.T) { FILE: github/repos_lfs.go method EnableLFS (line 18) | func (s *RepositoriesService) EnableLFS(ctx context.Context, owner, repo... method DisableLFS (line 39) | func (s *RepositoriesService) DisableLFS(ctx context.Context, owner, rep... FILE: github/repos_lfs_test.go function TestRepositoriesService_EnableLFS (line 13) | func TestRepositoriesService_EnableLFS(t *testing.T) { function TestRepositoriesService_DisableLFS (line 39) | func TestRepositoriesService_DisableLFS(t *testing.T) { FILE: github/repos_merging.go type RepositoryMergeRequest (line 15) | type RepositoryMergeRequest struct type RepoMergeUpstreamRequest (line 23) | type RepoMergeUpstreamRequest struct type RepoMergeUpstreamResult (line 29) | type RepoMergeUpstreamResult struct method Merge (line 40) | func (s *RepositoriesService) Merge(ctx context.Context, owner, repo str... method MergeUpstream (line 62) | func (s *RepositoriesService) MergeUpstream(ctx context.Context, owner, ... FILE: github/repos_merging_test.go function TestRepositoriesService_Merge (line 17) | func TestRepositoriesService_Merge(t *testing.T) { function TestRepositoryMergeRequest_Marshal (line 65) | func TestRepositoryMergeRequest_Marshal(t *testing.T) { function TestRepositoriesService_MergeUpstream (line 84) | func TestRepositoriesService_MergeUpstream(t *testing.T) { function TestRepoMergeUpstreamResult_Marshal (line 130) | func TestRepoMergeUpstreamResult_Marshal(t *testing.T) { FILE: github/repos_pages.go type Pages (line 15) | type Pages struct type PagesSource (line 29) | type PagesSource struct type PagesError (line 35) | type PagesError struct type PagesBuild (line 40) | type PagesBuild struct type PagesDomain (line 52) | type PagesDomain struct type PagesHealthCheckResponse (line 84) | type PagesHealthCheckResponse struct type PagesHTTPSCertificate (line 90) | type PagesHTTPSCertificate struct type createPagesRequest (line 100) | type createPagesRequest struct method EnablePages (line 110) | func (s *RepositoriesService) EnablePages(ctx context.Context, owner, re... type PagesUpdate (line 139) | type PagesUpdate struct method UpdatePages (line 166) | func (s *RepositoriesService) UpdatePages(ctx context.Context, owner, re... type PagesUpdateWithoutCNAME (line 183) | type PagesUpdateWithoutCNAME struct method UpdatePagesGHES (line 195) | func (s *RepositoriesService) UpdatePagesGHES(ctx context.Context, owner... method DisablePages (line 215) | func (s *RepositoriesService) DisablePages(ctx context.Context, owner, r... method GetPagesInfo (line 232) | func (s *RepositoriesService) GetPagesInfo(ctx context.Context, owner, r... method ListPagesBuilds (line 253) | func (s *RepositoriesService) ListPagesBuilds(ctx context.Context, owner... method GetLatestPagesBuild (line 279) | func (s *RepositoriesService) GetLatestPagesBuild(ctx context.Context, o... method GetPageBuild (line 300) | func (s *RepositoriesService) GetPageBuild(ctx context.Context, owner, r... method RequestPageBuild (line 321) | func (s *RepositoriesService) RequestPageBuild(ctx context.Context, owne... method GetPageHealthCheck (line 342) | func (s *RepositoriesService) GetPageHealthCheck(ctx context.Context, ow... FILE: github/repos_pages_test.go function TestRepositoriesService_EnablePagesLegacy (line 19) | func TestRepositoriesService_EnablePagesLegacy(t *testing.T) { function TestRepositoriesService_EnablePagesWorkflow (line 77) | func TestRepositoriesService_EnablePagesWorkflow(t *testing.T) { function TestRepositoriesService_UpdatePagesLegacy (line 127) | func TestRepositoriesService_UpdatePagesLegacy(t *testing.T) { function TestRepositoriesService_UpdatePagesWorkflow (line 167) | func TestRepositoriesService_UpdatePagesWorkflow(t *testing.T) { function TestRepositoriesService_UpdatePagesGHES (line 206) | func TestRepositoriesService_UpdatePagesGHES(t *testing.T) { function TestRepositoriesService_UpdatePages_NullCNAME (line 244) | func TestRepositoriesService_UpdatePages_NullCNAME(t *testing.T) { function TestRepositoriesService_DisablePages (line 273) | func TestRepositoriesService_DisablePages(t *testing.T) { function TestRepositoriesService_GetPagesInfo (line 299) | func TestRepositoriesService_GetPagesInfo(t *testing.T) { function TestRepositoriesService_ListPagesBuilds (line 334) | func TestRepositoriesService_ListPagesBuilds(t *testing.T) { function TestRepositoriesService_ListPagesBuilds_withOptions (line 369) | func TestRepositoriesService_ListPagesBuilds_withOptions(t *testing.T) { function TestRepositoriesService_GetLatestPagesBuild (line 388) | func TestRepositoriesService_GetLatestPagesBuild(t *testing.T) { function TestRepositoriesService_GetPageBuild (line 423) | func TestRepositoriesService_GetPageBuild(t *testing.T) { function TestRepositoriesService_RequestPageBuild (line 458) | func TestRepositoriesService_RequestPageBuild(t *testing.T) { function TestRepositoriesService_GetPageHealthCheck (line 493) | func TestRepositoriesService_GetPageHealthCheck(t *testing.T) { function TestPagesSource_Marshal (line 541) | func TestPagesSource_Marshal(t *testing.T) { function TestPagesError_Marshal (line 558) | func TestPagesError_Marshal(t *testing.T) { function TestPagesUpdate_Marshal (line 573) | func TestPagesUpdate_Marshal(t *testing.T) { function TestPages_Marshal (line 590) | func TestPages_Marshal(t *testing.T) { function TestPagesBuild_Marshal (line 621) | func TestPagesBuild_Marshal(t *testing.T) { function TestPagesHealthCheckResponse_Marshal (line 656) | func TestPagesHealthCheckResponse_Marshal(t *testing.T) { function TestCreatePagesRequest_Marshal (line 741) | func TestCreatePagesRequest_Marshal(t *testing.T) { FILE: github/repos_prereceive_hooks.go type PreReceiveHook (line 14) | type PreReceiveHook struct method String (line 21) | func (p PreReceiveHook) String() string { method ListPreReceiveHooks (line 30) | func (s *RepositoriesService) ListPreReceiveHooks(ctx context.Context, o... method GetPreReceiveHook (line 58) | func (s *RepositoriesService) GetPreReceiveHook(ctx context.Context, own... method UpdatePreReceiveHook (line 81) | func (s *RepositoriesService) UpdatePreReceiveHook(ctx context.Context, ... method DeletePreReceiveHook (line 104) | func (s *RepositoriesService) DeletePreReceiveHook(ctx context.Context, ... FILE: github/repos_prereceive_hooks_test.go function TestRepositoriesService_ListPreReceiveHooks (line 17) | func TestRepositoriesService_ListPreReceiveHooks(t *testing.T) { function TestRepositoriesService_ListPreReceiveHooks_invalidOwner (line 56) | func TestRepositoriesService_ListPreReceiveHooks_invalidOwner(t *testing... function TestRepositoriesService_GetPreReceiveHook (line 65) | func TestRepositoriesService_GetPreReceiveHook(t *testing.T) { function TestRepositoriesService_GetPreReceiveHook_invalidOwner (line 101) | func TestRepositoriesService_GetPreReceiveHook_invalidOwner(t *testing.T) { function TestRepositoriesService_UpdatePreReceiveHook (line 110) | func TestRepositoriesService_UpdatePreReceiveHook(t *testing.T) { function TestRepositoriesService_PreReceiveHook_invalidOwner (line 154) | func TestRepositoriesService_PreReceiveHook_invalidOwner(t *testing.T) { function TestRepositoriesService_DeletePreReceiveHook (line 163) | func TestRepositoriesService_DeletePreReceiveHook(t *testing.T) { function TestRepositoriesService_DeletePreReceiveHook_invalidOwner (line 188) | func TestRepositoriesService_DeletePreReceiveHook_invalidOwner(t *testin... function TestPreReceiveHook_Marshal (line 197) | func TestPreReceiveHook_Marshal(t *testing.T) { FILE: github/repos_properties.go method GetAllCustomPropertyValues (line 18) | func (s *RepositoriesService) GetAllCustomPropertyValues(ctx context.Con... method CreateOrUpdateCustomProperties (line 40) | func (s *RepositoriesService) CreateOrUpdateCustomProperties(ctx context... FILE: github/repos_properties_test.go function TestRepositoriesService_GetAllCustomPropertyValues (line 16) | func TestRepositoriesService_GetAllCustomPropertyValues(t *testing.T) { function TestRepositoriesService_CreateOrUpdateCustomProperties (line 82) | func TestRepositoriesService_CreateOrUpdateCustomProperties(t *testing.T) { FILE: github/repos_releases.go type RepositoryRelease (line 21) | type RepositoryRelease struct method String (line 51) | func (r RepositoryRelease) String() string { type RepositoryReleaseNotes (line 56) | type RepositoryReleaseNotes struct type GenerateNotesOptions (line 62) | type GenerateNotesOptions struct type ReleaseAsset (line 70) | type ReleaseAsset struct method String (line 87) | func (r ReleaseAsset) String() string { method ListReleases (line 96) | func (s *RepositoriesService) ListReleases(ctx context.Context, owner, r... method GetRelease (line 121) | func (s *RepositoriesService) GetRelease(ctx context.Context, owner, rep... method GetLatestRelease (line 131) | func (s *RepositoriesService) GetLatestRelease(ctx context.Context, owne... method GetReleaseByTag (line 141) | func (s *RepositoriesService) GetReleaseByTag(ctx context.Context, owner... method GenerateReleaseNotes (line 151) | func (s *RepositoriesService) GenerateReleaseNotes(ctx context.Context, ... method getSingleRelease (line 167) | func (s *RepositoriesService) getSingleRelease(ctx context.Context, url ... type repositoryReleaseRequest (line 188) | type repositoryReleaseRequest struct method CreateRelease (line 208) | func (s *RepositoriesService) CreateRelease(ctx context.Context, owner, ... method EditRelease (line 249) | func (s *RepositoriesService) EditRelease(ctx context.Context, owner, re... method DeleteRelease (line 286) | func (s *RepositoriesService) DeleteRelease(ctx context.Context, owner, ... method ListReleaseAssets (line 301) | func (s *RepositoriesService) ListReleaseAssets(ctx context.Context, own... method GetReleaseAsset (line 326) | func (s *RepositoriesService) GetReleaseAsset(ctx context.Context, owner... method DownloadReleaseAsset (line 359) | func (s *RepositoriesService) DownloadReleaseAsset(ctx context.Context, ... method downloadReleaseAssetFromURL (line 400) | func (s *RepositoriesService) downloadReleaseAssetFromURL(ctx context.Co... method EditReleaseAsset (line 423) | func (s *RepositoriesService) EditReleaseAsset(ctx context.Context, owne... method DeleteReleaseAsset (line 445) | func (s *RepositoriesService) DeleteReleaseAsset(ctx context.Context, ow... method UploadReleaseAsset (line 461) | func (s *RepositoriesService) UploadReleaseAsset(ctx context.Context, ow... method UploadReleaseAssetFromRelease (line 509) | func (s *RepositoriesService) UploadReleaseAssetFromRelease( FILE: github/repos_releases_test.go function TestRepositoriesService_ListReleases (line 20) | func TestRepositoriesService_ListReleases(t *testing.T) { function TestRepositoriesService_GenerateReleaseNotes (line 56) | func TestRepositoriesService_GenerateReleaseNotes(t *testing.T) { function TestRepositoriesService_GetRelease (line 97) | func TestRepositoriesService_GetRelease(t *testing.T) { function TestRepositoriesService_GetLatestRelease (line 132) | func TestRepositoriesService_GetLatestRelease(t *testing.T) { function TestRepositoriesService_GetReleaseByTag (line 167) | func TestRepositoriesService_GetReleaseByTag(t *testing.T) { function TestRepositoriesService_CreateRelease (line 202) | func TestRepositoriesService_CreateRelease(t *testing.T) { function TestRepositoriesService_EditRelease (line 272) | func TestRepositoriesService_EditRelease(t *testing.T) { function TestRepositoriesService_DeleteRelease (line 340) | func TestRepositoriesService_DeleteRelease(t *testing.T) { function TestRepositoriesService_ListReleaseAssets (line 365) | func TestRepositoriesService_ListReleaseAssets(t *testing.T) { function TestRepositoriesService_GetReleaseAsset (line 401) | func TestRepositoriesService_GetReleaseAsset(t *testing.T) { function TestRepositoriesService_DownloadReleaseAsset_Stream (line 435) | func TestRepositoriesService_DownloadReleaseAsset_Stream(t *testing.T) { function TestRepositoriesService_DownloadReleaseAsset_Redirect (line 468) | func TestRepositoriesService_DownloadReleaseAsset_Redirect(t *testing.T) { function TestRepositoriesService_DownloadReleaseAsset_FollowRedirect (line 489) | func TestRepositoriesService_DownloadReleaseAsset_FollowRedirect(t *test... function TestRepositoriesService_DownloadReleaseAsset_FollowMultipleRedirects (line 523) | func TestRepositoriesService_DownloadReleaseAsset_FollowMultipleRedirect... function TestRepositoriesService_DownloadReleaseAsset_FollowRedirectToError (line 565) | func TestRepositoriesService_DownloadReleaseAsset_FollowRedirectToError(... function TestRepositoriesService_DownloadReleaseAsset_APIError (line 595) | func TestRepositoriesService_DownloadReleaseAsset_APIError(t *testing.T) { function TestRepositoriesService_EditReleaseAsset (line 622) | func TestRepositoriesService_EditReleaseAsset(t *testing.T) { function TestRepositoriesService_DeleteReleaseAsset (line 664) | func TestRepositoriesService_DeleteReleaseAsset(t *testing.T) { function TestRepositoriesService_UploadReleaseAsset (line 689) | func TestRepositoriesService_UploadReleaseAsset(t *testing.T) { function TestRepositoryReleaseRequest_Marshal (line 791) | func TestRepositoryReleaseRequest_Marshal(t *testing.T) { function TestReleaseAsset_Marshal (line 820) | func TestReleaseAsset_Marshal(t *testing.T) { function TestRepositoryRelease_Marshal (line 861) | func TestRepositoryRelease_Marshal(t *testing.T) { function TestGenerateNotesOptions_Marshal (line 922) | func TestGenerateNotesOptions_Marshal(t *testing.T) { function TestRepositoriesService_UploadReleaseAssetFromRelease (line 943) | func TestRepositoriesService_UploadReleaseAssetFromRelease(t *testing.T) { function TestRepositoriesService_UploadReleaseAssetFromRelease_AbsoluteTemplate (line 986) | func TestRepositoriesService_UploadReleaseAssetFromRelease_AbsoluteTempl... function TestRepositoriesService_UploadReleaseAssetFromRelease_NilRelease (line 1016) | func TestRepositoriesService_UploadReleaseAssetFromRelease_NilRelease(t ... function TestRepositoriesService_UploadReleaseAssetFromRelease_NilReader (line 1037) | func TestRepositoriesService_UploadReleaseAssetFromRelease_NilReader(t *... function TestRepositoriesService_UploadReleaseAssetFromRelease_NegativeSize (line 1057) | func TestRepositoriesService_UploadReleaseAssetFromRelease_NegativeSize(... function TestRepositoriesService_UploadReleaseAssetFromRelease_NoOpts (line 1074) | func TestRepositoriesService_UploadReleaseAssetFromRelease_NoOpts(t *tes... function TestRepositoriesService_UploadReleaseAssetFromRelease_WithMediaType (line 1112) | func TestRepositoriesService_UploadReleaseAssetFromRelease_WithMediaType... FILE: github/repos_rules.go method GetRulesForBranch (line 18) | func (s *RepositoriesService) GetRulesForBranch(ctx context.Context, own... type RepositoryListRulesetsOptions (line 42) | type RepositoryListRulesetsOptions struct method GetAllRulesets (line 55) | func (s *RepositoriesService) GetAllRulesets(ctx context.Context, owner,... method CreateRuleset (line 82) | func (s *RepositoriesService) CreateRuleset(ctx context.Context, owner, ... method GetRuleset (line 105) | func (s *RepositoriesService) GetRuleset(ctx context.Context, owner, rep... method UpdateRuleset (line 127) | func (s *RepositoriesService) UpdateRuleset(ctx context.Context, owner, ... method DeleteRuleset (line 149) | func (s *RepositoriesService) DeleteRuleset(ctx context.Context, owner, ... FILE: github/repos_rules_test.go function TestRepositoriesService_GetRulesForBranch (line 17) | func TestRepositoriesService_GetRulesForBranch(t *testing.T) { function TestRepositoriesService_UpdateRuleset_OmitZero_Nil (line 67) | func TestRepositoriesService_UpdateRuleset_OmitZero_Nil(t *testing.T) { function TestRepositoriesService_UpdateRuleset_OmitZero_EmptySlice (line 104) | func TestRepositoriesService_UpdateRuleset_OmitZero_EmptySlice(t *testin... function TestRepositoriesService_GetRulesForBranch_ListOptions (line 136) | func TestRepositoriesService_GetRulesForBranch_ListOptions(t *testing.T) { function TestRepositoriesService_GetAllRulesets (line 184) | func TestRepositoriesService_GetAllRulesets(t *testing.T) { function TestRepositoriesService_GetAllRulesets_ListOptions (line 252) | func TestRepositoriesService_GetAllRulesets_ListOptions(t *testing.T) { function TestRepositoriesService_CreateRuleset (line 307) | func TestRepositoriesService_CreateRuleset(t *testing.T) { function TestRepositoriesService_CreateRulesetWithPushRules (line 353) | func TestRepositoriesService_CreateRulesetWithPushRules(t *testing.T) { function TestRepositoriesService_GetRuleset (line 433) | func TestRepositoriesService_GetRuleset(t *testing.T) { function TestRepositoriesService_UpdateRuleset (line 480) | func TestRepositoriesService_UpdateRuleset(t *testing.T) { function TestRepositoriesService_DeleteRuleset (line 527) | func TestRepositoriesService_DeleteRuleset(t *testing.T) { FILE: github/repos_stats.go type ContributorStats (line 16) | type ContributorStats struct method String (line 22) | func (c ContributorStats) String() string { type WeeklyStats (line 28) | type WeeklyStats struct method String (line 35) | func (w WeeklyStats) String() string { method ListContributorsStats (line 51) | func (s *RepositoriesService) ListContributorsStats(ctx context.Context,... type WeeklyCommitActivity (line 69) | type WeeklyCommitActivity struct method String (line 75) | func (w WeeklyCommitActivity) String() string { method ListCommitActivity (line 92) | func (s *RepositoriesService) ListCommitActivity(ctx context.Context, ow... method ListCodeFrequency (line 121) | func (s *RepositoriesService) ListCodeFrequency(ctx context.Context, own... type RepositoryParticipation (line 154) | type RepositoryParticipation struct method String (line 159) | func (r RepositoryParticipation) String() string { method ListParticipation (line 179) | func (s *RepositoriesService) ListParticipation(ctx context.Context, own... type PunchCard (line 197) | type PunchCard struct method ListPunchCard (line 214) | func (s *RepositoriesService) ListPunchCard(ctx context.Context, owner, ... FILE: github/repos_stats_test.go function TestRepositoriesService_ListContributorsStats (line 18) | func TestRepositoriesService_ListContributorsStats(t *testing.T) { function TestRepositoriesService_ListCommitActivity (line 89) | func TestRepositoriesService_ListCommitActivity(t *testing.T) { function TestRepositoriesService_ListCodeFrequency (line 140) | func TestRepositoriesService_ListCodeFrequency(t *testing.T) { function TestRepositoriesService_Participation (line 181) | func TestRepositoriesService_Participation(t *testing.T) { function TestRepositoriesService_ListPunchCard (line 246) | func TestRepositoriesService_ListPunchCard(t *testing.T) { function TestRepositoriesService_AcceptedError (line 291) | func TestRepositoriesService_AcceptedError(t *testing.T) { function TestRepositoryParticipation_Marshal (line 331) | func TestRepositoryParticipation_Marshal(t *testing.T) { function TestWeeklyCommitActivity_Marshal (line 348) | func TestWeeklyCommitActivity_Marshal(t *testing.T) { function TestWeeklyStats_Marshal (line 369) | func TestWeeklyStats_Marshal(t *testing.T) { function TestContributorStats_Marshal (line 390) | func TestContributorStats_Marshal(t *testing.T) { FILE: github/repos_statuses.go type RepoStatus (line 14) | type RepoStatus struct method String (line 41) | func (r RepoStatus) String() string { method ListStatuses (line 51) | func (s *RepositoriesService) ListStatuses(ctx context.Context, owner, r... method CreateStatus (line 78) | func (s *RepositoriesService) CreateStatus(ctx context.Context, owner, r... type CombinedStatus (line 95) | type CombinedStatus struct method String (line 109) | func (s CombinedStatus) String() string { method GetCombinedStatus (line 119) | func (s *RepositoriesService) GetCombinedStatus(ctx context.Context, own... FILE: github/repos_statuses_test.go function TestRepositoriesService_ListStatuses (line 17) | func TestRepositoriesService_ListStatuses(t *testing.T) { function TestRepositoriesService_ListStatuses_invalidOwner (line 54) | func TestRepositoriesService_ListStatuses_invalidOwner(t *testing.T) { function TestRepositoriesService_CreateStatus (line 63) | func TestRepositoriesService_CreateStatus(t *testing.T) { function TestRepositoriesService_CreateStatus_invalidOwner (line 106) | func TestRepositoriesService_CreateStatus_invalidOwner(t *testing.T) { function TestRepositoriesService_GetCombinedStatus (line 115) | func TestRepositoriesService_GetCombinedStatus(t *testing.T) { function TestRepoStatus_Marshal (line 152) | func TestRepoStatus_Marshal(t *testing.T) { function TestCombinedStatus_Marshal (line 189) | func TestCombinedStatus_Marshal(t *testing.T) { FILE: github/repos_tags.go type TagProtection (line 14) | type TagProtection struct type tagProtectionRequest (line 20) | type tagProtectionRequest struct method ListTagProtection (line 32) | func (s *RepositoriesService) ListTagProtection(ctx context.Context, own... method CreateTagProtection (line 56) | func (s *RepositoriesService) CreateTagProtection(ctx context.Context, o... method DeleteTagProtection (line 80) | func (s *RepositoriesService) DeleteTagProtection(ctx context.Context, o... FILE: github/repos_tags_test.go function TestRepositoriesService_ListTagProtection (line 17) | func TestRepositoriesService_ListTagProtection(t *testing.T) { function TestRepositoriesService_ListTagProtection_invalidOwner (line 53) | func TestRepositoriesService_ListTagProtection_invalidOwner(t *testing.T) { function TestRepositoriesService_CreateTagProtection (line 62) | func TestRepositoriesService_CreateTagProtection(t *testing.T) { function TestRepositoriesService_DeleteTagProtection (line 107) | func TestRepositoriesService_DeleteTagProtection(t *testing.T) { function TestTagProtection_Marshal (line 133) | func TestTagProtection_Marshal(t *testing.T) { FILE: github/repos_test.go function TestRepositoriesService_ListByAuthenticatedUser (line 21) | func TestRepositoriesService_ListByAuthenticatedUser(t *testing.T) { function TestRepositoriesService_ListByUser (line 52) | func TestRepositoriesService_ListByUser(t *testing.T) { function TestRepositoriesService_ListByUser_type (line 97) | func TestRepositoriesService_ListByUser_type(t *testing.T) { function TestRepositoriesService_ListByUser_invalidUser (line 124) | func TestRepositoriesService_ListByUser_invalidUser(t *testing.T) { function TestRepositoriesService_ListByOrg (line 133) | func TestRepositoriesService_ListByOrg(t *testing.T) { function TestRepositoriesService_ListByOrg_invalidOrg (line 178) | func TestRepositoriesService_ListByOrg_invalidOrg(t *testing.T) { function TestRepositoriesService_ListAll (line 187) | func TestRepositoriesService_ListAll(t *testing.T) { function TestRepositoriesService_Create_user (line 221) | func TestRepositoriesService_Create_user(t *testing.T) { function TestRepositoriesService_Create_org (line 275) | func TestRepositoriesService_Create_org(t *testing.T) { function TestRepositoriesService_Create_withCustomProperties (line 311) | func TestRepositoriesService_Create_withCustomProperties(t *testing.T) { function TestRepositoriesService_CreateFromTemplate (line 358) | func TestRepositoriesService_CreateFromTemplate(t *testing.T) { function TestRepositoriesService_Get (line 406) | func TestRepositoriesService_Get(t *testing.T) { function TestRepositoriesService_GetCodeOfConduct (line 443) | func TestRepositoriesService_GetCodeOfConduct(t *testing.T) { function TestRepositoriesService_GetByID (line 492) | func TestRepositoriesService_GetByID(t *testing.T) { function TestRepositoriesService_Edit (line 522) | func TestRepositoriesService_Edit(t *testing.T) { function TestRepositoriesService_Delete (line 568) | func TestRepositoriesService_Delete(t *testing.T) { function TestRepositoriesService_Get_invalidOwner (line 593) | func TestRepositoriesService_Get_invalidOwner(t *testing.T) { function TestRepositoriesService_Edit_invalidOwner (line 602) | func TestRepositoriesService_Edit_invalidOwner(t *testing.T) { function TestRepositoriesService_GetVulnerabilityAlerts (line 611) | func TestRepositoriesService_GetVulnerabilityAlerts(t *testing.T) { function TestRepositoriesService_EnableVulnerabilityAlerts (line 647) | func TestRepositoriesService_EnableVulnerabilityAlerts(t *testing.T) { function TestRepositoriesService_DisableVulnerabilityAlerts (line 674) | func TestRepositoriesService_DisableVulnerabilityAlerts(t *testing.T) { function TestRepositoriesService_EnableAutomatedSecurityFixes (line 701) | func TestRepositoriesService_EnableAutomatedSecurityFixes(t *testing.T) { function TestRepositoriesService_GetAutomatedSecurityFixes (line 717) | func TestRepositoriesService_GetAutomatedSecurityFixes(t *testing.T) { function TestRepositoriesService_DisableAutomatedSecurityFixes (line 754) | func TestRepositoriesService_DisableAutomatedSecurityFixes(t *testing.T) { function TestRepositoriesService_ListContributors (line 770) | func TestRepositoriesService_ListContributors(t *testing.T) { function TestRepositoriesService_ListLanguages (line 810) | func TestRepositoriesService_ListLanguages(t *testing.T) { function TestRepositoriesService_ListTeams (line 845) | func TestRepositoriesService_ListTeams(t *testing.T) { function TestRepositoriesService_ListTags (line 882) | func TestRepositoriesService_ListTags(t *testing.T) { function TestRepositoriesService_ListBranches (line 929) | func TestRepositoriesService_ListBranches(t *testing.T) { function TestRepositoriesService_GetBranch (line 969) | func TestRepositoriesService_GetBranch(t *testing.T) { function TestRepositoriesService_GetBranch_BadJSONResponse (line 1021) | func TestRepositoriesService_GetBranch_BadJSONResponse(t *testing.T) { function TestRepositoriesService_GetBranch_StatusMovedPermanently_followRedirects (line 1049) | func TestRepositoriesService_GetBranch_StatusMovedPermanently_followRedi... function TestRepositoriesService_GetBranch_notFound (line 1091) | func TestRepositoriesService_GetBranch_notFound(t *testing.T) { function TestRepositoriesService_RenameBranch (line 1133) | func TestRepositoriesService_RenameBranch(t *testing.T) { function TestRepositoriesService_GetBranchProtection (line 1191) | func TestRepositoriesService_GetBranchProtection(t *testing.T) { function TestRepositoriesService_GetBranchProtection_noDismissalRestrictions (line 1347) | func TestRepositoriesService_GetBranchProtection_noDismissalRestrictions... function TestRepositoriesService_GetBranchProtection_branchNotProtected (line 1432) | func TestRepositoriesService_GetBranchProtection_branchNotProtected(t *t... function TestRepositoriesService_UpdateBranchProtection_Contexts (line 1471) | func TestRepositoriesService_UpdateBranchProtection_Contexts(t *testing.... function TestRepositoriesService_UpdateBranchProtection_EmptyContexts (line 1659) | func TestRepositoriesService_UpdateBranchProtection_EmptyContexts(t *tes... function TestRepositoriesService_UpdateBranchProtection_Checks (line 1837) | func TestRepositoriesService_UpdateBranchProtection_Checks(t *testing.T) { function TestRepositoriesService_UpdateBranchProtection_EmptyChecks (line 1994) | func TestRepositoriesService_UpdateBranchProtection_EmptyChecks(t *testi... function TestRepositoriesService_UpdateBranchProtection_StrictNoChecks (line 2137) | func TestRepositoriesService_UpdateBranchProtection_StrictNoChecks(t *te... function TestRepositoriesService_UpdateBranchProtection_RequireLastPushApproval (line 2279) | func TestRepositoriesService_UpdateBranchProtection_RequireLastPushAppro... function TestRepositoriesService_RemoveBranchProtection (line 2334) | func TestRepositoriesService_RemoveBranchProtection(t *testing.T) { function TestRepositoriesService_ListLanguages_invalidOwner (line 2373) | func TestRepositoriesService_ListLanguages_invalidOwner(t *testing.T) { function TestRepositoriesService_License (line 2382) | func TestRepositoriesService_License(t *testing.T) { function TestRepositoriesService_GetRequiredStatusChecks (line 2428) | func TestRepositoriesService_GetRequiredStatusChecks(t *testing.T) { function TestRepositoriesService_GetRequiredStatusChecks_branchNotProtected (line 2507) | func TestRepositoriesService_GetRequiredStatusChecks_branchNotProtected(... function TestRepositoriesService_UpdateRequiredStatusChecks_Contexts (line 2546) | func TestRepositoriesService_UpdateRequiredStatusChecks_Contexts(t *test... function TestRepositoriesService_UpdateRequiredStatusChecks_Checks (line 2623) | func TestRepositoriesService_UpdateRequiredStatusChecks_Checks(t *testin... function TestRepositoriesService_RemoveRequiredStatusChecks (line 2715) | func TestRepositoriesService_RemoveRequiredStatusChecks(t *testing.T) { function TestRepositoriesService_ListRequiredStatusChecksContexts (line 2755) | func TestRepositoriesService_ListRequiredStatusChecksContexts(t *testing... function TestRepositoriesService_ListRequiredStatusChecksContexts_branchNotProtected (line 2803) | func TestRepositoriesService_ListRequiredStatusChecksContexts_branchNotP... function TestRepositoriesService_GetPullRequestReviewEnforcement (line 2842) | func TestRepositoriesService_GetPullRequestReviewEnforcement(t *testing.... function TestRepositoriesService_UpdatePullRequestReviewEnforcement (line 2916) | func TestRepositoriesService_UpdatePullRequestReviewEnforcement(t *testi... function TestRepositoriesService_DisableDismissalRestrictions (line 3003) | func TestRepositoriesService_DisableDismissalRestrictions(t *testing.T) { function TestRepositoriesService_RemovePullRequestReviewEnforcement (line 3058) | func TestRepositoriesService_RemovePullRequestReviewEnforcement(t *testi... function TestRepositoriesService_GetAdminEnforcement (line 3097) | func TestRepositoriesService_GetAdminEnforcement(t *testing.T) { function TestRepositoriesService_AddAdminEnforcement (line 3149) | func TestRepositoriesService_AddAdminEnforcement(t *testing.T) { function TestRepositoriesService_RemoveAdminEnforcement (line 3200) | func TestRepositoriesService_RemoveAdminEnforcement(t *testing.T) { function TestRepositoriesService_GetSignaturesProtectedBranch (line 3239) | func TestRepositoriesService_GetSignaturesProtectedBranch(t *testing.T) { function TestRepositoriesService_GetSignaturesProtectedBranch_branchNotProtected (line 3292) | func TestRepositoriesService_GetSignaturesProtectedBranch_branchNotProte... function TestRepositoriesService_RequireSignaturesOnProtectedBranch (line 3331) | func TestRepositoriesService_RequireSignaturesOnProtectedBranch(t *testi... function TestRepositoriesService_OptionalSignaturesOnProtectedBranch (line 3384) | func TestRepositoriesService_OptionalSignaturesOnProtectedBranch(t *test... function TestPullRequestReviewsEnforcementRequest_MarshalJSON_nilDismissalRestrictions (line 3424) | func TestPullRequestReviewsEnforcementRequest_MarshalJSON_nilDismissalRe... function TestRepositoriesService_ListAllTopics (line 3472) | func TestRepositoriesService_ListAllTopics(t *testing.T) { function TestRepositoriesService_ListAllTopics_emptyTopics (line 3513) | func TestRepositoriesService_ListAllTopics_emptyTopics(t *testing.T) { function TestRepositoriesService_ReplaceAllTopics (line 3535) | func TestRepositoriesService_ReplaceAllTopics(t *testing.T) { function TestRepositoriesService_ReplaceAllTopics_nilSlice (line 3571) | func TestRepositoriesService_ReplaceAllTopics_nilSlice(t *testing.T) { function TestRepositoriesService_ReplaceAllTopics_emptySlice (line 3594) | func TestRepositoriesService_ReplaceAllTopics_emptySlice(t *testing.T) { function TestRepositoriesService_ListAppRestrictions (line 3617) | func TestRepositoriesService_ListAppRestrictions(t *testing.T) { function TestRepositoriesService_ReplaceAppRestrictions (line 3659) | func TestRepositoriesService_ReplaceAppRestrictions(t *testing.T) { function TestRepositoriesService_AddAppRestrictions (line 3710) | func TestRepositoriesService_AddAppRestrictions(t *testing.T) { function TestRepositoriesService_RemoveAppRestrictions (line 3761) | func TestRepositoriesService_RemoveAppRestrictions(t *testing.T) { function TestRepositoriesService_ListTeamRestrictions (line 3808) | func TestRepositoriesService_ListTeamRestrictions(t *testing.T) { function TestRepositoriesService_ReplaceTeamRestrictions (line 3850) | func TestRepositoriesService_ReplaceTeamRestrictions(t *testing.T) { function TestRepositoriesService_AddTeamRestrictions (line 3901) | func TestRepositoriesService_AddTeamRestrictions(t *testing.T) { function TestRepositoriesService_RemoveTeamRestrictions (line 3952) | func TestRepositoriesService_RemoveTeamRestrictions(t *testing.T) { function TestRepositoriesService_ListUserRestrictions (line 3999) | func TestRepositoriesService_ListUserRestrictions(t *testing.T) { function TestRepositoriesService_ReplaceUserRestrictions (line 4041) | func TestRepositoriesService_ReplaceUserRestrictions(t *testing.T) { function TestRepositoriesService_AddUserRestrictions (line 4092) | func TestRepositoriesService_AddUserRestrictions(t *testing.T) { function TestRepositoriesService_RemoveUserRestrictions (line 4143) | func TestRepositoriesService_RemoveUserRestrictions(t *testing.T) { function TestRepositoriesService_Transfer (line 4190) | func TestRepositoriesService_Transfer(t *testing.T) { function TestRepositoriesService_Dispatch (line 4234) | func TestRepositoriesService_Dispatch(t *testing.T) { function TestAdvancedSecurity_Marshal (line 4312) | func TestAdvancedSecurity_Marshal(t *testing.T) { function TestAuthorizedActorsOnly_Marshal (line 4327) | func TestAuthorizedActorsOnly_Marshal(t *testing.T) { function TestDispatchRequestOptions_Marshal (line 4342) | func TestDispatchRequestOptions_Marshal(t *testing.T) { function TestTransferRequest_Marshal (line 4362) | func TestTransferRequest_Marshal(t *testing.T) { function TestSignaturesProtectedBranch_Marshal (line 4381) | func TestSignaturesProtectedBranch_Marshal(t *testing.T) { function TestDismissalRestrictionsRequest_Marshal (line 4410) | func TestDismissalRestrictionsRequest_Marshal(t *testing.T) { function TestAdminEnforcement_Marshal (line 4429) | func TestAdminEnforcement_Marshal(t *testing.T) { function TestPullRequestReviewsEnforcementUpdate_Marshal (line 4446) | func TestPullRequestReviewsEnforcementUpdate_Marshal(t *testing.T) { function TestRequiredStatusCheck_Marshal (line 4475) | func TestRequiredStatusCheck_Marshal(t *testing.T) { function TestRepositoryTag_Marshal (line 4492) | func TestRepositoryTag_Marshal(t *testing.T) { function TestRepositoriesService_EnablePrivateReporting (line 4519) | func TestRepositoriesService_EnablePrivateReporting(t *testing.T) { function TestRepositoriesService_DisablePrivateReporting (line 4545) | func TestRepositoriesService_DisablePrivateReporting(t *testing.T) { function TestRepositoriesService_IsPrivateReportingEnabled (line 4571) | func TestRepositoriesService_IsPrivateReportingEnabled(t *testing.T) { function TestRepository_UnmarshalJSON (line 4604) | func TestRepository_UnmarshalJSON(t *testing.T) { function TestRepositoriesService_ListRepositoryActivities (line 4651) | func TestRepositoriesService_ListRepositoryActivities(t *testing.T) { function TestRepositoriesService_ListRepositoryActivities_withOptions (line 4813) | func TestRepositoriesService_ListRepositoryActivities_withOptions(t *tes... function TestRepositoriesService_ListRepositoryActivities_emptyResponse (line 4917) | func TestRepositoriesService_ListRepositoryActivities_emptyResponse(t *t... function TestRepositoriesService_ListRepositoryActivities_invalidOwner (line 4938) | func TestRepositoriesService_ListRepositoryActivities_invalidOwner(t *te... function TestRepositoriesService_ListRepositoryActivities_invalidRepo (line 4949) | func TestRepositoriesService_ListRepositoryActivities_invalidRepo(t *tes... FILE: github/repos_traffic.go type TrafficReferrer (line 14) | type TrafficReferrer struct type TrafficPath (line 21) | type TrafficPath struct type TrafficData (line 29) | type TrafficData struct type TrafficViews (line 36) | type TrafficViews struct type TrafficClones (line 43) | type TrafficClones struct type TrafficBreakdownOptions (line 51) | type TrafficBreakdownOptions struct method ListTrafficReferrers (line 60) | func (s *RepositoriesService) ListTrafficReferrers(ctx context.Context, ... method ListTrafficPaths (line 82) | func (s *RepositoriesService) ListTrafficPaths(ctx context.Context, owne... method ListTrafficViews (line 104) | func (s *RepositoriesService) ListTrafficViews(ctx context.Context, owne... method ListTrafficClones (line 130) | func (s *RepositoriesService) ListTrafficClones(ctx context.Context, own... FILE: github/repos_traffic_test.go function TestRepositoriesService_ListTrafficReferrers (line 17) | func TestRepositoriesService_ListTrafficReferrers(t *testing.T) { function TestRepositoriesService_ListTrafficPaths (line 59) | func TestRepositoriesService_ListTrafficPaths(t *testing.T) { function TestRepositoriesService_ListTrafficViews (line 103) | func TestRepositoriesService_ListTrafficViews(t *testing.T) { function TestRepositoriesService_ListTrafficClones (line 153) | func TestRepositoriesService_ListTrafficClones(t *testing.T) { function TestTrafficReferrer_Marshal (line 203) | func TestTrafficReferrer_Marshal(t *testing.T) { function TestTrafficViews_Marshal (line 222) | func TestTrafficViews_Marshal(t *testing.T) { function TestTrafficClones_Marshal (line 249) | func TestTrafficClones_Marshal(t *testing.T) { function TestTrafficPath_Marshal (line 276) | func TestTrafficPath_Marshal(t *testing.T) { function TestTrafficData_Marshal (line 297) | func TestTrafficData_Marshal(t *testing.T) { FILE: github/rules.go type RulesetTarget (line 14) | type RulesetTarget constant RulesetTargetBranch (line 18) | RulesetTargetBranch RulesetTarget = "branch" constant RulesetTargetTag (line 19) | RulesetTargetTag RulesetTarget = "tag" constant RulesetTargetPush (line 20) | RulesetTargetPush RulesetTarget = "push" constant RulesetTargetRepository (line 21) | RulesetTargetRepository RulesetTarget = "repository" type RulesetSourceType (line 25) | type RulesetSourceType constant RulesetSourceTypeRepository (line 29) | RulesetSourceTypeRepository RulesetSourceType = "Repository" constant RulesetSourceTypeOrganization (line 30) | RulesetSourceTypeOrganization RulesetSourceType = "Organization" constant RulesetSourceTypeEnterprise (line 31) | RulesetSourceTypeEnterprise RulesetSourceType = "Enterprise" type RulesetEnforcement (line 35) | type RulesetEnforcement constant RulesetEnforcementDisabled (line 39) | RulesetEnforcementDisabled RulesetEnforcement = "disabled" constant RulesetEnforcementActive (line 40) | RulesetEnforcementActive RulesetEnforcement = "active" constant RulesetEnforcementEvaluate (line 41) | RulesetEnforcementEvaluate RulesetEnforcement = "evaluate" type BypassActorType (line 45) | type BypassActorType constant BypassActorTypeIntegration (line 49) | BypassActorTypeIntegration BypassActorType = "Integration" constant BypassActorTypeOrganizationAdmin (line 50) | BypassActorTypeOrganizationAdmin BypassActorType = "OrganizationAdmin" constant BypassActorTypeRepositoryRole (line 51) | BypassActorTypeRepositoryRole BypassActorType = "RepositoryRole" constant BypassActorTypeTeam (line 52) | BypassActorTypeTeam BypassActorType = "Team" constant BypassActorTypeDeployKey (line 53) | BypassActorTypeDeployKey BypassActorType = "DeployKey" type BypassMode (line 57) | type BypassMode constant BypassModeAlways (line 61) | BypassModeAlways BypassMode = "always" constant BypassModeExempt (line 62) | BypassModeExempt BypassMode = "exempt" constant BypassModeNever (line 63) | BypassModeNever BypassMode = "never" constant BypassModePullRequest (line 64) | BypassModePullRequest BypassMode = "pull_request" type RepositoryRuleType (line 68) | type RepositoryRuleType constant RulesetRuleTypeBranchNamePattern (line 73) | RulesetRuleTypeBranchNamePattern RepositoryRuleType = "branch_nam... constant RulesetRuleTypeCodeScanning (line 74) | RulesetRuleTypeCodeScanning RepositoryRuleType = "code_scann... constant RulesetRuleTypeCommitAuthorEmailPattern (line 75) | RulesetRuleTypeCommitAuthorEmailPattern RepositoryRuleType = "commit_aut... constant RulesetRuleTypeCommitMessagePattern (line 76) | RulesetRuleTypeCommitMessagePattern RepositoryRuleType = "commit_mes... constant RulesetRuleTypeCommitterEmailPattern (line 77) | RulesetRuleTypeCommitterEmailPattern RepositoryRuleType = "committer_... constant RulesetRuleTypeCopilotCodeReview (line 78) | RulesetRuleTypeCopilotCodeReview RepositoryRuleType = "copilot_co... constant RulesetRuleTypeCreation (line 79) | RulesetRuleTypeCreation RepositoryRuleType = "creation" constant RulesetRuleTypeDeletion (line 80) | RulesetRuleTypeDeletion RepositoryRuleType = "deletion" constant RulesetRuleTypeMergeQueue (line 81) | RulesetRuleTypeMergeQueue RepositoryRuleType = "merge_queue" constant RulesetRuleTypeNonFastForward (line 82) | RulesetRuleTypeNonFastForward RepositoryRuleType = "non_fast_f... constant RulesetRuleTypePullRequest (line 83) | RulesetRuleTypePullRequest RepositoryRuleType = "pull_request" constant RulesetRuleTypeRequiredDeployments (line 84) | RulesetRuleTypeRequiredDeployments RepositoryRuleType = "required_d... constant RulesetRuleTypeRequiredLinearHistory (line 85) | RulesetRuleTypeRequiredLinearHistory RepositoryRuleType = "required_l... constant RulesetRuleTypeRequiredSignatures (line 86) | RulesetRuleTypeRequiredSignatures RepositoryRuleType = "required_s... constant RulesetRuleTypeRequiredStatusChecks (line 87) | RulesetRuleTypeRequiredStatusChecks RepositoryRuleType = "required_s... constant RulesetRuleTypeTagNamePattern (line 88) | RulesetRuleTypeTagNamePattern RepositoryRuleType = "tag_name_p... constant RulesetRuleTypeUpdate (line 89) | RulesetRuleTypeUpdate RepositoryRuleType = "update" constant RulesetRuleTypeWorkflows (line 90) | RulesetRuleTypeWorkflows RepositoryRuleType = "workflows" constant RulesetRuleTypeFileExtensionRestriction (line 93) | RulesetRuleTypeFileExtensionRestriction RepositoryRuleType = "file_exten... constant RulesetRuleTypeFilePathRestriction (line 94) | RulesetRuleTypeFilePathRestriction RepositoryRuleType = "file_path_... constant RulesetRuleTypeMaxFilePathLength (line 95) | RulesetRuleTypeMaxFilePathLength RepositoryRuleType = "max_file_p... constant RulesetRuleTypeMaxFileSize (line 96) | RulesetRuleTypeMaxFileSize RepositoryRuleType = "max_file_s... constant RulesetRuleTypeRepositoryCreate (line 99) | RulesetRuleTypeRepositoryCreate RepositoryRuleType = "repository_cre... constant RulesetRuleTypeRepositoryDelete (line 100) | RulesetRuleTypeRepositoryDelete RepositoryRuleType = "repository_del... constant RulesetRuleTypeRepositoryName (line 101) | RulesetRuleTypeRepositoryName RepositoryRuleType = "repository_name" constant RulesetRuleTypeRepositoryTransfer (line 102) | RulesetRuleTypeRepositoryTransfer RepositoryRuleType = "repository_tra... constant RulesetRuleTypeRepositoryVisibility (line 103) | RulesetRuleTypeRepositoryVisibility RepositoryRuleType = "repository_vis... type MergeGroupingStrategy (line 107) | type MergeGroupingStrategy constant MergeGroupingStrategyAllGreen (line 111) | MergeGroupingStrategyAllGreen MergeGroupingStrategy = "ALLGREEN" constant MergeGroupingStrategyHeadGreen (line 112) | MergeGroupingStrategyHeadGreen MergeGroupingStrategy = "HEADGREEN" type PullRequestMergeMethod (line 122) | type PullRequestMergeMethod constant PullRequestMergeMethodMerge (line 125) | PullRequestMergeMethodMerge PullRequestMergeMethod = "merge" constant PullRequestMergeMethodRebase (line 126) | PullRequestMergeMethodRebase PullRequestMergeMethod = "rebase" constant PullRequestMergeMethodSquash (line 127) | PullRequestMergeMethodSquash PullRequestMergeMethod = "squash" type MergeQueueMergeMethod (line 137) | type MergeQueueMergeMethod constant MergeQueueMergeMethodMerge (line 140) | MergeQueueMergeMethodMerge MergeQueueMergeMethod = "MERGE" constant MergeQueueMergeMethodRebase (line 141) | MergeQueueMergeMethodRebase MergeQueueMergeMethod = "REBASE" constant MergeQueueMergeMethodSquash (line 142) | MergeQueueMergeMethodSquash MergeQueueMergeMethod = "SQUASH" type RulesetReviewerType (line 146) | type RulesetReviewerType constant RulesetReviewerTypeTeam (line 150) | RulesetReviewerTypeTeam RulesetReviewerType = "Team" type PatternRuleOperator (line 154) | type PatternRuleOperator constant PatternRuleOperatorStartsWith (line 158) | PatternRuleOperatorStartsWith PatternRuleOperator = "starts_with" constant PatternRuleOperatorEndsWith (line 159) | PatternRuleOperatorEndsWith PatternRuleOperator = "ends_with" constant PatternRuleOperatorContains (line 160) | PatternRuleOperatorContains PatternRuleOperator = "contains" constant PatternRuleOperatorRegex (line 161) | PatternRuleOperatorRegex PatternRuleOperator = "regex" type CodeScanningAlertsThreshold (line 165) | type CodeScanningAlertsThreshold constant CodeScanningAlertsThresholdNone (line 169) | CodeScanningAlertsThresholdNone CodeScanningAlertsThreshold... constant CodeScanningAlertsThresholdErrors (line 170) | CodeScanningAlertsThresholdErrors CodeScanningAlertsThreshold... constant CodeScanningAlertsThresholdErrorsAndWarnings (line 171) | CodeScanningAlertsThresholdErrorsAndWarnings CodeScanningAlertsThreshold... constant CodeScanningAlertsThresholdAll (line 172) | CodeScanningAlertsThresholdAll CodeScanningAlertsThreshold... type CodeScanningSecurityAlertsThreshold (line 176) | type CodeScanningSecurityAlertsThreshold constant CodeScanningSecurityAlertsThresholdNone (line 180) | CodeScanningSecurityAlertsThresholdNone CodeScanningSecurityAl... constant CodeScanningSecurityAlertsThresholdCritical (line 181) | CodeScanningSecurityAlertsThresholdCritical CodeScanningSecurityAl... constant CodeScanningSecurityAlertsThresholdHighOrHigher (line 182) | CodeScanningSecurityAlertsThresholdHighOrHigher CodeScanningSecurityAl... constant CodeScanningSecurityAlertsThresholdMediumOrHigher (line 183) | CodeScanningSecurityAlertsThresholdMediumOrHigher CodeScanningSecurityAl... constant CodeScanningSecurityAlertsThresholdAll (line 184) | CodeScanningSecurityAlertsThresholdAll CodeScanningSecurityAl... type RepositoryRuleset (line 188) | type RepositoryRuleset struct type BypassActor (line 206) | type BypassActor struct type RepositoryRulesetLinks (line 213) | type RepositoryRulesetLinks struct type RepositoryRulesetLink (line 219) | type RepositoryRulesetLink struct type RepositoryRulesetConditions (line 225) | type RepositoryRulesetConditions struct type RepositoryRulesetRefConditionParameters (line 236) | type RepositoryRulesetRefConditionParameters struct type RepositoryRulesetOrganizationPropertyConditionParameters (line 242) | type RepositoryRulesetOrganizationPropertyConditionParameters struct type RepositoryRulesetRepositoryIDsConditionParameters (line 248) | type RepositoryRulesetRepositoryIDsConditionParameters struct type RepositoryRulesetRepositoryNamesConditionParameters (line 253) | type RepositoryRulesetRepositoryNamesConditionParameters struct type RepositoryRulesetRepositoryPropertyConditionParameters (line 260) | type RepositoryRulesetRepositoryPropertyConditionParameters struct type RepositoryRulesetRepositoryPropertyTargetParameters (line 266) | type RepositoryRulesetRepositoryPropertyTargetParameters struct type RepositoryRulesetOrganizationIDsConditionParameters (line 273) | type RepositoryRulesetOrganizationIDsConditionParameters struct type RepositoryRulesetOrganizationNamesConditionParameters (line 278) | type RepositoryRulesetOrganizationNamesConditionParameters struct type RepositoryRule (line 284) | type RepositoryRule struct method UnmarshalJSON (line 1232) | func (r *RepositoryRule) UnmarshalJSON(data []byte) error { type RepositoryRulesetRules (line 291) | type RepositoryRulesetRules struct method MarshalJSON (line 582) | func (r *RepositoryRulesetRules) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 845) | func (r *RepositoryRulesetRules) UnmarshalJSON(data []byte) error { type BranchRules (line 328) | type BranchRules struct method UnmarshalJSON (line 1036) | func (r *BranchRules) UnmarshalJSON(data []byte) error { type BranchRuleMetadata (line 357) | type BranchRuleMetadata struct type UpdateBranchRule (line 364) | type UpdateBranchRule struct type MergeQueueBranchRule (line 370) | type MergeQueueBranchRule struct type RequiredDeploymentsBranchRule (line 376) | type RequiredDeploymentsBranchRule struct type PullRequestBranchRule (line 382) | type PullRequestBranchRule struct type RequiredStatusChecksBranchRule (line 388) | type RequiredStatusChecksBranchRule struct type PatternBranchRule (line 394) | type PatternBranchRule struct type FilePathRestrictionBranchRule (line 400) | type FilePathRestrictionBranchRule struct type MaxFilePathLengthBranchRule (line 406) | type MaxFilePathLengthBranchRule struct type FileExtensionRestrictionBranchRule (line 412) | type FileExtensionRestrictionBranchRule struct type MaxFileSizeBranchRule (line 418) | type MaxFileSizeBranchRule struct type WorkflowsBranchRule (line 424) | type WorkflowsBranchRule struct type CodeScanningBranchRule (line 430) | type CodeScanningBranchRule struct type CopilotCodeReviewBranchRule (line 436) | type CopilotCodeReviewBranchRule struct type EmptyRuleParameters (line 442) | type EmptyRuleParameters struct type UpdateRuleParameters (line 445) | type UpdateRuleParameters struct type MergeQueueRuleParameters (line 450) | type MergeQueueRuleParameters struct type RequiredDeploymentsRuleParameters (line 461) | type RequiredDeploymentsRuleParameters struct type PullRequestRuleParameters (line 466) | type PullRequestRuleParameters struct type RulesetRequiredReviewer (line 477) | type RulesetRequiredReviewer struct type RulesetReviewer (line 484) | type RulesetReviewer struct type RequiredStatusChecksRuleParameters (line 490) | type RequiredStatusChecksRuleParameters struct type RuleStatusCheck (line 497) | type RuleStatusCheck struct type PatternRuleParameters (line 503) | type PatternRuleParameters struct type FilePathRestrictionRuleParameters (line 512) | type FilePathRestrictionRuleParameters struct type MaxFilePathLengthRuleParameters (line 517) | type MaxFilePathLengthRuleParameters struct type FileExtensionRestrictionRuleParameters (line 522) | type FileExtensionRestrictionRuleParameters struct type MaxFileSizeRuleParameters (line 527) | type MaxFileSizeRuleParameters struct type WorkflowsRuleParameters (line 532) | type WorkflowsRuleParameters struct type RuleWorkflow (line 538) | type RuleWorkflow struct type CodeScanningRuleParameters (line 546) | type CodeScanningRuleParameters struct type CopilotCodeReviewRuleParameters (line 551) | type CopilotCodeReviewRuleParameters struct type RuleCodeScanningTool (line 557) | type RuleCodeScanningTool struct type SimplePatternRuleParameters (line 564) | type SimplePatternRuleParameters struct type RepositoryVisibilityRuleParameters (line 570) | type RepositoryVisibilityRuleParameters struct type repositoryRulesetRuleWrapper (line 576) | type repositoryRulesetRuleWrapper struct function marshalRepositoryRulesetRule (line 809) | func marshalRepositoryRulesetRule[T any](t RepositoryRuleType, params T)... type branchRuleWrapper (line 1029) | type branchRuleWrapper struct FILE: github/rules_test.go function TestRulesetRules (line 15) | func TestRulesetRules(t *testing.T) { function TestBranchRules (line 338) | func TestBranchRules(t *testing.T) { function TestRepositoryRule (line 727) | func TestRepositoryRule(t *testing.T) { FILE: github/scim.go type SCIMService (line 18) | type SCIMService method ListSCIMProvisionedIdentities (line 101) | func (s *SCIMService) ListSCIMProvisionedIdentities(ctx context.Contex... method ProvisionAndInviteSCIMUser (line 127) | func (s *SCIMService) ProvisionAndInviteSCIMUser(ctx context.Context, ... method GetSCIMProvisioningInfoForUser (line 149) | func (s *SCIMService) GetSCIMProvisioningInfoForUser(ctx context.Conte... method UpdateProvisionedOrgMembership (line 170) | func (s *SCIMService) UpdateProvisionedOrgMembership(ctx context.Conte... method UpdateAttributeForSCIMUser (line 205) | func (s *SCIMService) UpdateAttributeForSCIMUser(ctx context.Context, ... method DeleteSCIMUserFromOrg (line 225) | func (s *SCIMService) DeleteSCIMUserFromOrg(ctx context.Context, org, ... type SCIMUserAttributes (line 24) | type SCIMUserAttributes struct type SCIMUserName (line 40) | type SCIMUserName struct type SCIMUserEmail (line 47) | type SCIMUserEmail struct type SCIMUserRole (line 58) | type SCIMUserRole struct type SCIMMeta (line 66) | type SCIMMeta struct type SCIMProvisionedIdentities (line 74) | type SCIMProvisionedIdentities struct type ListSCIMProvisionedIdentitiesOptions (line 85) | type ListSCIMProvisionedIdentitiesOptions struct type UpdateAttributeForSCIMUserOptions (line 188) | type UpdateAttributeForSCIMUserOptions struct type UpdateAttributeForSCIMUserOperations (line 194) | type UpdateAttributeForSCIMUserOperations struct FILE: github/scim_test.go function TestSCIMService_ListSCIMProvisionedIdentities (line 17) | func TestSCIMService_ListSCIMProvisionedIdentities(t *testing.T) { function TestSCIMService_ProvisionAndInviteSCIMUser (line 128) | func TestSCIMService_ProvisionAndInviteSCIMUser(t *testing.T) { function TestSCIMService_GetSCIMProvisioningInfoForUser (line 179) | func TestSCIMService_GetSCIMProvisioningInfoForUser(t *testing.T) { function TestSCIMService_UpdateProvisionedOrgMembership (line 272) | func TestSCIMService_UpdateProvisionedOrgMembership(t *testing.T) { function TestSCIMService_UpdateAttributeForSCIMUser (line 310) | func TestSCIMService_UpdateAttributeForSCIMUser(t *testing.T) { function TestSCIMService_DeleteSCIMUserFromOrg (line 337) | func TestSCIMService_DeleteSCIMUserFromOrg(t *testing.T) { function TestSCIMUserAttributes_Marshal (line 363) | func TestSCIMUserAttributes_Marshal(t *testing.T) { function TestUpdateAttributeForSCIMUserOperations_Marshal (line 412) | func TestUpdateAttributeForSCIMUserOperations_Marshal(t *testing.T) { function TestUpdateAttributeForSCIMUserOptions_Marshal (line 429) | func TestUpdateAttributeForSCIMUserOptions_Marshal(t *testing.T) { function TestSCIMUserName_Marshal (line 456) | func TestSCIMUserName_Marshal(t *testing.T) { function TestSCIMMeta_Marshal (line 476) | func TestSCIMMeta_Marshal(t *testing.T) { function TestSCIMUserRole_Marshal (line 493) | func TestSCIMUserRole_Marshal(t *testing.T) { function TestSCIMProvisionedIdentities_Marshal (line 511) | func TestSCIMProvisionedIdentities_Marshal(t *testing.T) { FILE: github/search.go type SearchService (line 36) | type SearchService method Repositories (line 81) | func (s *SearchService) Repositories(ctx context.Context, query string... method Topics (line 119) | func (s *SearchService) Topics(ctx context.Context, query string, opts... method Commits (line 156) | func (s *SearchService) Commits(ctx context.Context, query string, opt... method Issues (line 178) | func (s *SearchService) Issues(ctx context.Context, query string, opts... method Users (line 200) | func (s *SearchService) Users(ctx context.Context, query string, opts ... method Code (line 255) | func (s *SearchService) Code(ctx context.Context, query string, opts *... method Labels (line 292) | func (s *SearchService) Labels(ctx context.Context, repoID int64, quer... method search (line 307) | func (s *SearchService) search(ctx context.Context, searchType string,... type SearchOptions (line 39) | type SearchOptions struct type searchParameters (line 64) | type searchParameters struct type RepositoriesSearchResult (line 70) | type RepositoriesSearchResult struct type TopicsSearchResult (line 92) | type TopicsSearchResult struct type TopicResult (line 99) | type TopicResult struct type CommitsSearchResult (line 130) | type CommitsSearchResult struct type CommitResult (line 137) | type CommitResult struct type IssuesSearchResult (line 167) | type IssuesSearchResult struct type UsersSearchResult (line 189) | type UsersSearchResult struct type Match (line 211) | type Match struct type TextMatch (line 217) | type TextMatch struct method String (line 225) | func (tm TextMatch) String() string { type CodeSearchResult (line 230) | type CodeSearchResult struct type CodeResult (line 237) | type CodeResult struct method String (line 246) | func (c CodeResult) String() string { type LabelsSearchResult (line 266) | type LabelsSearchResult struct type LabelResult (line 273) | type LabelResult struct method String (line 283) | func (l LabelResult) String() string { FILE: github/search_test.go function TestSearchService_Repositories (line 17) | func TestSearchService_Repositories(t *testing.T) { function TestSearchService_Repositories_coverage (line 59) | func TestSearchService_Repositories_coverage(t *testing.T) { function TestSearchService_RepositoriesTextMatch (line 72) | func TestSearchService_RepositoriesTextMatch(t *testing.T) { function TestSearchService_Topics (line 152) | func TestSearchService_Topics(t *testing.T) { function TestSearchService_Topics_coverage (line 192) | func TestSearchService_Topics_coverage(t *testing.T) { function TestSearchService_Commits (line 205) | func TestSearchService_Commits(t *testing.T) { function TestSearchService_Commits_coverage (line 245) | func TestSearchService_Commits_coverage(t *testing.T) { function TestSearchService_Issues (line 258) | func TestSearchService_Issues(t *testing.T) { function TestSearchService_Issues_advancedSearch (line 300) | func TestSearchService_Issues_advancedSearch(t *testing.T) { function TestSearchService_Issues_coverage (line 335) | func TestSearchService_Issues_coverage(t *testing.T) { function TestSearchService_Issues_withQualifiersNoOpts (line 348) | func TestSearchService_Issues_withQualifiersNoOpts(t *testing.T) { function TestSearchService_Issues_withQualifiersAndOpts (line 386) | func TestSearchService_Issues_withQualifiersAndOpts(t *testing.T) { function TestSearchService_Users (line 425) | func TestSearchService_Users(t *testing.T) { function TestSearchService_Users_coverage (line 467) | func TestSearchService_Users_coverage(t *testing.T) { function TestSearchService_Code (line 480) | func TestSearchService_Code(t *testing.T) { function TestSearchService_Code_coverage (line 522) | func TestSearchService_Code_coverage(t *testing.T) { function TestSearchService_CodeTextMatch (line 535) | func TestSearchService_CodeTextMatch(t *testing.T) { function TestSearchService_Labels (line 598) | func TestSearchService_Labels(t *testing.T) { function TestSearchService_Labels_coverage (line 644) | func TestSearchService_Labels_coverage(t *testing.T) { function TestMatch_Marshal (line 657) | func TestMatch_Marshal(t *testing.T) { function TestTextMatch_Marshal (line 674) | func TestTextMatch_Marshal(t *testing.T) { function TestTopicResult_Marshal (line 705) | func TestTopicResult_Marshal(t *testing.T) { function TestRepositoriesSearchResult_Marshal (line 736) | func TestRepositoriesSearchResult_Marshal(t *testing.T) { function TestCommitsSearchResult_Marshal (line 755) | func TestCommitsSearchResult_Marshal(t *testing.T) { function TestTopicsSearchResult_Marshal (line 776) | func TestTopicsSearchResult_Marshal(t *testing.T) { function TestLabelResult_Marshal (line 821) | func TestLabelResult_Marshal(t *testing.T) { function TestIssuesSearchResult_Marshal (line 848) | func TestIssuesSearchResult_Marshal(t *testing.T) { function TestLabelsSearchResult_Marshal (line 957) | func TestLabelsSearchResult_Marshal(t *testing.T) { function TestCommitResult_Marshal (line 996) | func TestCommitResult_Marshal(t *testing.T) { function TestUsersSearchResult_Marshal (line 1035) | func TestUsersSearchResult_Marshal(t *testing.T) { function TestCodeSearchResult_Marshal (line 1072) | func TestCodeSearchResult_Marshal(t *testing.T) { FILE: github/secret_scanning.go type SecretScanningService (line 15) | type SecretScanningService method ListAlertsForEnterprise (line 178) | func (s *SecretScanningService) ListAlertsForEnterprise(ctx context.Co... method ListAlertsForOrg (line 207) | func (s *SecretScanningService) ListAlertsForOrg(ctx context.Context, ... method ListAlertsForRepo (line 236) | func (s *SecretScanningService) ListAlertsForRepo(ctx context.Context,... method GetAlert (line 265) | func (s *SecretScanningService) GetAlert(ctx context.Context, owner, r... method UpdateAlert (line 290) | func (s *SecretScanningService) UpdateAlert(ctx context.Context, owner... method ListLocationsForAlert (line 315) | func (s *SecretScanningService) ListLocationsForAlert(ctx context.Cont... method CreatePushProtectionBypass (line 344) | func (s *SecretScanningService) CreatePushProtectionBypass(ctx context... method GetScanHistory (line 368) | func (s *SecretScanningService) GetScanHistory(ctx context.Context, ow... type SecretScanningAlert (line 18) | type SecretScanningAlert struct type SecretScanningAlertLocation (line 50) | type SecretScanningAlertLocation struct type SecretScanningAlertLocationDetails (line 56) | type SecretScanningAlertLocationDetails struct type SecretScanningAlertListOptions (line 70) | type SecretScanningAlertListOptions struct type SecretScanningAlertUpdateOptions (line 109) | type SecretScanningAlertUpdateOptions struct type PushProtectionBypassRequest (line 124) | type PushProtectionBypassRequest struct type PushProtectionBypass (line 134) | type PushProtectionBypass struct type SecretsScan (line 144) | type SecretsScan struct type CustomPatternBackfillScan (line 152) | type CustomPatternBackfillScan struct type SecretScanningScanHistory (line 159) | type SecretScanningScanHistory struct FILE: github/secret_scanning_pattern_configs.go type SecretScanningPatternConfigs (line 15) | type SecretScanningPatternConfigs struct type SecretScanningPatternOverride (line 22) | type SecretScanningPatternOverride struct type SecretScanningPatternConfigsUpdate (line 38) | type SecretScanningPatternConfigsUpdate struct type SecretScanningPatternConfigsUpdateOptions (line 45) | type SecretScanningPatternConfigsUpdateOptions struct type SecretScanningProviderPatternSetting (line 57) | type SecretScanningProviderPatternSetting struct type SecretScanningCustomPatternSetting (line 67) | type SecretScanningCustomPatternSetting struct method ListPatternConfigsForEnterprise (line 84) | func (s *SecretScanningService) ListPatternConfigsForEnterprise(ctx cont... method ListPatternConfigsForOrg (line 106) | func (s *SecretScanningService) ListPatternConfigsForOrg(ctx context.Con... method UpdatePatternConfigsForEnterprise (line 128) | func (s *SecretScanningService) UpdatePatternConfigsForEnterprise(ctx co... method UpdatePatternConfigsForOrg (line 150) | func (s *SecretScanningService) UpdatePatternConfigsForOrg(ctx context.C... FILE: github/secret_scanning_pattern_configs_test.go function TestSecretScanningService_ListPatternConfigsForEnterprise (line 16) | func TestSecretScanningService_ListPatternConfigsForEnterprise(t *testin... function TestSecretScanningService_ListPatternConfigsForOrg (line 118) | func TestSecretScanningService_ListPatternConfigsForOrg(t *testing.T) { function TestSecretScanningService_UpdatePatternConfigsForEnterprise (line 219) | func TestSecretScanningService_UpdatePatternConfigsForEnterprise(t *test... function TestSecretScanningService_UpdatePatternConfigsForOrg (line 276) | func TestSecretScanningService_UpdatePatternConfigsForOrg(t *testing.T) { function TestSecretScanningPatternConfigs_Marshal (line 333) | func TestSecretScanningPatternConfigs_Marshal(t *testing.T) { function TestSecretScanningPatternOverride_Marshal (line 410) | func TestSecretScanningPatternOverride_Marshal(t *testing.T) { function TestSecretScanningPatternConfigsUpdate_Marshal (line 477) | func TestSecretScanningPatternConfigsUpdate_Marshal(t *testing.T) { function TestSecretScanningPatternConfigsUpdateOptions_Marshal (line 492) | func TestSecretScanningPatternConfigsUpdateOptions_Marshal(t *testing.T) { function TestSecretScanningProviderPatternSetting_Marshal (line 533) | func TestSecretScanningProviderPatternSetting_Marshal(t *testing.T) { function TestSecretScanningCustomPatternSetting_Marshal (line 553) | func TestSecretScanningCustomPatternSetting_Marshal(t *testing.T) { FILE: github/secret_scanning_test.go function TestSecretScanningService_ListAlertsForEnterprise (line 18) | func TestSecretScanningService_ListAlertsForEnterprise(t *testing.T) { function TestSecretScanningService_ListAlertsForOrg (line 93) | func TestSecretScanningService_ListAlertsForOrg(t *testing.T) { function TestSecretScanningService_ListAlertsForOrgListOptions (line 158) | func TestSecretScanningService_ListAlertsForOrgListOptions(t *testing.T) { function TestSecretScanningService_ListAlertsForRepo (line 225) | func TestSecretScanningService_ListAlertsForRepo(t *testing.T) { function TestSecretScanningService_GetAlert (line 290) | func TestSecretScanningService_GetAlert(t *testing.T) { function TestSecretScanningService_UpdateAlert (line 351) | func TestSecretScanningService_UpdateAlert(t *testing.T) { function TestSecretScanningService_ListLocationsForAlert (line 424) | func TestSecretScanningService_ListLocationsForAlert(t *testing.T) { function TestSecretScanningAlert_Marshal (line 490) | func TestSecretScanningAlert_Marshal(t *testing.T) { function TestSecretScanningAlertLocation_Marshal (line 535) | func TestSecretScanningAlertLocation_Marshal(t *testing.T) { function TestSecretScanningAlertLocationDetails_Marshal (line 572) | func TestSecretScanningAlertLocationDetails_Marshal(t *testing.T) { function TestSecretScanningAlertUpdateOptions_Marshal (line 603) | func TestSecretScanningAlertUpdateOptions_Marshal(t *testing.T) { function TestSecretScanningService_CreatePushProtectionBypass (line 620) | func TestSecretScanningService_CreatePushProtectionBypass(t *testing.T) { function TestSecretScanningService_GetScanHistory (line 672) | func TestSecretScanningService_GetScanHistory(t *testing.T) { FILE: github/security_advisories.go type SecurityAdvisoriesService (line 19) | type SecurityAdvisoriesService method RequestCVE (line 137) | func (s *SecurityAdvisoriesService) RequestCVE(ctx context.Context, ow... method CreateTemporaryPrivateFork (line 163) | func (s *SecurityAdvisoriesService) CreateTemporaryPrivateFork(ctx con... method ListRepositorySecurityAdvisoriesForOrg (line 193) | func (s *SecurityAdvisoriesService) ListRepositorySecurityAdvisoriesFo... method ListRepositorySecurityAdvisories (line 219) | func (s *SecurityAdvisoriesService) ListRepositorySecurityAdvisories(c... method ListGlobalSecurityAdvisories (line 245) | func (s *SecurityAdvisoriesService) ListGlobalSecurityAdvisories(ctx c... method GetGlobalSecurityAdvisories (line 271) | func (s *SecurityAdvisoriesService) GetGlobalSecurityAdvisories(ctx co... type SecurityAdvisorySubmission (line 22) | type SecurityAdvisorySubmission struct type RepoAdvisoryCredit (line 28) | type RepoAdvisoryCredit struct type RepoAdvisoryCreditDetailed (line 34) | type RepoAdvisoryCreditDetailed struct type ListRepositorySecurityAdvisoriesOptions (line 41) | type ListRepositorySecurityAdvisoriesOptions struct type ListGlobalSecurityAdvisoriesOptions (line 57) | type ListGlobalSecurityAdvisoriesOptions struct type GlobalSecurityAdvisory (line 104) | type GlobalSecurityAdvisory struct type GlobalSecurityVulnerability (line 118) | type GlobalSecurityVulnerability struct type Credit (line 126) | type Credit struct FILE: github/security_advisories_test.go function TestSecurityAdvisoriesService_RequestCVE (line 19) | func TestSecurityAdvisoriesService_RequestCVE(t *testing.T) { function TestSecurityAdvisoriesService_CreateTemporaryPrivateFork (line 59) | func TestSecurityAdvisoriesService_CreateTemporaryPrivateFork(t *testing... function TestSecurityAdvisoriesService_CreateTemporaryPrivateFork_deferred (line 294) | func TestSecurityAdvisoriesService_CreateTemporaryPrivateFork_deferred(t... function TestSecurityAdvisoriesService_CreateTemporaryPrivateFork_invalidOwner (line 516) | func TestSecurityAdvisoriesService_CreateTemporaryPrivateFork_invalidOwn... function TestSecurityAdvisoriesService_ListRepositorySecurityAdvisoriesForOrg_BadRequest (line 525) | func TestSecurityAdvisoriesService_ListRepositorySecurityAdvisoriesForOr... function TestSecurityAdvisoriesService_ListRepositorySecurityAdvisoriesForOrg_NotFound (line 548) | func TestSecurityAdvisoriesService_ListRepositorySecurityAdvisoriesForOr... function TestSecurityAdvisoriesService_ListRepositorySecurityAdvisoriesForOrg_UnmarshalError (line 574) | func TestSecurityAdvisoriesService_ListRepositorySecurityAdvisoriesForOr... function TestSecurityAdvisoriesService_ListRepositorySecurityAdvisoriesForOrg (line 600) | func TestSecurityAdvisoriesService_ListRepositorySecurityAdvisoriesForOr... function TestSecurityAdvisoriesService_ListRepositorySecurityAdvisories_BadRequest (line 652) | func TestSecurityAdvisoriesService_ListRepositorySecurityAdvisories_BadR... function TestSecurityAdvisoriesService_ListRepositorySecurityAdvisories_NotFound (line 675) | func TestSecurityAdvisoriesService_ListRepositorySecurityAdvisories_NotF... function TestSecurityAdvisoriesService_ListRepositorySecurityAdvisories_UnmarshalError (line 701) | func TestSecurityAdvisoriesService_ListRepositorySecurityAdvisories_Unma... function TestSecurityAdvisoriesService_ListRepositorySecurityAdvisories (line 727) | func TestSecurityAdvisoriesService_ListRepositorySecurityAdvisories(t *t... function TestListGlobalSecurityAdvisories (line 779) | func TestListGlobalSecurityAdvisories(t *testing.T) { function TestGetGlobalSecurityAdvisories (line 965) | func TestGetGlobalSecurityAdvisories(t *testing.T) { function TestSecurityAdvisorySubmission_Marshal (line 1155) | func TestSecurityAdvisorySubmission_Marshal(t *testing.T) { function TestRepoAdvisoryCredit_Marshal (line 1170) | func TestRepoAdvisoryCredit_Marshal(t *testing.T) { function TestRepoAdvisoryCreditDetailed_Marshal (line 1187) | func TestRepoAdvisoryCreditDetailed_Marshal(t *testing.T) { function TestCredit_Marshal (line 1327) | func TestCredit_Marshal(t *testing.T) { function TestGlobalSecurityAdvisory_Marshal (line 1465) | func TestGlobalSecurityAdvisory_Marshal(t *testing.T) { FILE: github/strings.go function Stringify (line 27) | func Stringify(message any) string { function stringifyValue (line 41) | func stringifyValue(w *bytes.Buffer, val reflect.Value) { FILE: github/strings_benchmark_test.go type BenchmarkStruct (line 12) | type BenchmarkStruct struct function BenchmarkStringify (line 22) | func BenchmarkStringify(b *testing.B) { FILE: github/strings_test.go function TestStringify (line 14) | func TestStringify(t *testing.T) { function TestStringify_Primitives (line 84) | func TestStringify_Primitives(t *testing.T) { function TestStringify_BufferPool (line 133) | func TestStringify_BufferPool(t *testing.T) { function TestString (line 175) | func TestString(t *testing.T) { function TestStringify_Floats (line 233) | func TestStringify_Floats(t *testing.T) { FILE: github/sub_issue.go type SubIssueService (line 19) | type SubIssueService method Remove (line 52) | func (s *SubIssueService) Remove(ctx context.Context, owner, repo stri... method ListByIssue (line 74) | func (s *SubIssueService) ListByIssue(ctx context.Context, owner, repo... method Add (line 103) | func (s *SubIssueService) Add(ctx context.Context, owner, repo string,... method Reprioritize (line 126) | func (s *SubIssueService) Reprioritize(ctx context.Context, owner, rep... type SubIssue (line 27) | type SubIssue method String (line 29) | func (i SubIssue) String() string { type SubIssueListByIssueOptions (line 35) | type SubIssueListByIssueOptions struct type SubIssueRequest (line 40) | type SubIssueRequest struct FILE: github/sub_issue_test.go function TestSubIssuesService_Add (line 17) | func TestSubIssuesService_Add(t *testing.T) { function TestSubIssuesService_ListByIssue (line 56) | func TestSubIssuesService_ListByIssue(t *testing.T) { function TestSubIssuesService_Remove (line 100) | func TestSubIssuesService_Remove(t *testing.T) { function TestSubIssuesService_Reprioritize (line 139) | func TestSubIssuesService_Reprioritize(t *testing.T) { FILE: github/teams.go type TeamsService (line 18) | type TeamsService method ListTeams (line 98) | func (s *TeamsService) ListTeams(ctx context.Context, org string, opts... method GetTeamByID (line 126) | func (s *TeamsService) GetTeamByID(ctx context.Context, orgID, teamID ... method GetTeamBySlug (line 147) | func (s *TeamsService) GetTeamBySlug(ctx context.Context, org, slug st... method CreateTeam (line 202) | func (s *TeamsService) CreateTeam(ctx context.Context, org string, tea... method EditTeamByID (line 254) | func (s *TeamsService) EditTeamByID(ctx context.Context, orgID, teamID... method EditTeamBySlug (line 283) | func (s *TeamsService) EditTeamBySlug(ctx context.Context, org, slug s... method DeleteTeamByID (line 314) | func (s *TeamsService) DeleteTeamByID(ctx context.Context, orgID, team... method DeleteTeamBySlug (line 329) | func (s *TeamsService) DeleteTeamBySlug(ctx context.Context, org, slug... method ListChildTeamsByParentID (line 346) | func (s *TeamsService) ListChildTeamsByParentID(ctx context.Context, o... method ListChildTeamsByParentSlug (line 372) | func (s *TeamsService) ListChildTeamsByParentSlug(ctx context.Context,... method ListTeamReposByID (line 400) | func (s *TeamsService) ListTeamReposByID(ctx context.Context, orgID, t... method ListTeamReposBySlug (line 428) | func (s *TeamsService) ListTeamReposBySlug(ctx context.Context, org, s... method IsTeamRepoByID (line 460) | func (s *TeamsService) IsTeamRepoByID(ctx context.Context, orgID, team... method IsTeamRepoBySlug (line 485) | func (s *TeamsService) IsTeamRepoBySlug(ctx context.Context, org, slug... method AddTeamRepoByID (line 527) | func (s *TeamsService) AddTeamRepoByID(ctx context.Context, orgID, tea... method AddTeamRepoBySlug (line 544) | func (s *TeamsService) AddTeamRepoBySlug(ctx context.Context, org, slu... method RemoveTeamRepoByID (line 563) | func (s *TeamsService) RemoveTeamRepoByID(ctx context.Context, orgID, ... method RemoveTeamRepoBySlug (line 580) | func (s *TeamsService) RemoveTeamRepoBySlug(ctx context.Context, org, ... method ListUserTeams (line 595) | func (s *TeamsService) ListUserTeams(ctx context.Context, opts *ListOp... method ListTeamProjectsByID (line 623) | func (s *TeamsService) ListTeamProjectsByID(ctx context.Context, orgID... method ListTeamProjectsBySlug (line 647) | func (s *TeamsService) ListTeamProjectsBySlug(ctx context.Context, org... method ReviewTeamProjectsByID (line 674) | func (s *TeamsService) ReviewTeamProjectsByID(ctx context.Context, org... method ReviewTeamProjectsBySlug (line 698) | func (s *TeamsService) ReviewTeamProjectsBySlug(ctx context.Context, o... method AddTeamProjectByID (line 737) | func (s *TeamsService) AddTeamProjectByID(ctx context.Context, orgID, ... method AddTeamProjectBySlug (line 756) | func (s *TeamsService) AddTeamProjectBySlug(ctx context.Context, org, ... method RemoveTeamProjectByID (line 780) | func (s *TeamsService) RemoveTeamProjectByID(ctx context.Context, orgI... method RemoveTeamProjectBySlug (line 802) | func (s *TeamsService) RemoveTeamProjectBySlug(ctx context.Context, or... method ListIDPGroupsInOrganization (line 839) | func (s *TeamsService) ListIDPGroupsInOrganization(ctx context.Context... method ListIDPGroupsForTeamByID (line 868) | func (s *TeamsService) ListIDPGroupsForTeamByID(ctx context.Context, o... method ListIDPGroupsForTeamBySlug (line 891) | func (s *TeamsService) ListIDPGroupsForTeamBySlug(ctx context.Context,... method CreateOrUpdateIDPGroupConnectionsByID (line 916) | func (s *TeamsService) CreateOrUpdateIDPGroupConnectionsByID(ctx conte... method CreateOrUpdateIDPGroupConnectionsBySlug (line 939) | func (s *TeamsService) CreateOrUpdateIDPGroupConnectionsBySlug(ctx con... method GetExternalGroup (line 989) | func (s *TeamsService) GetExternalGroup(ctx context.Context, org strin... method ListExternalGroups (line 1018) | func (s *TeamsService) ListExternalGroups(ctx context.Context, org str... method ListExternalGroupsForTeamBySlug (line 1044) | func (s *TeamsService) ListExternalGroupsForTeamBySlug(ctx context.Con... method UpdateConnectedExternalGroup (line 1066) | func (s *TeamsService) UpdateConnectedExternalGroup(ctx context.Contex... method RemoveConnectedExternalGroup (line 1088) | func (s *TeamsService) RemoveConnectedExternalGroup(ctx context.Contex... type Team (line 22) | type Team struct method String (line 69) | func (t Team) String() string { type Invitation (line 74) | type Invitation struct method String (line 89) | func (i Invitation) String() string { type NewTeam (line 164) | type NewTeam struct method String (line 193) | func (s NewTeam) String() string { type newTeamNoParent (line 221) | type newTeamNoParent struct function copyNewTeamWithoutParent (line 235) | func copyNewTeamWithoutParent(team *NewTeam) *newTeamNoParent { type TeamAddTeamRepoOptions (line 505) | type TeamAddTeamRepoOptions struct type TeamProjectOptions (line 718) | type TeamProjectOptions struct type ListIDPGroupsOptions (line 815) | type ListIDPGroupsOptions struct type IDPGroupList (line 823) | type IDPGroupList struct type IDPGroup (line 828) | type IDPGroup struct type ExternalGroupMember (line 957) | type ExternalGroupMember struct type ExternalGroupTeam (line 965) | type ExternalGroupTeam struct type ExternalGroup (line 971) | type ExternalGroup struct type ExternalGroupList (line 980) | type ExternalGroupList struct type ListExternalGroupsOptions (line 1007) | type ListExternalGroupsOptions struct FILE: github/teams_discussion_comments.go type DiscussionComment (line 14) | type DiscussionComment struct method String (line 30) | func (c DiscussionComment) String() string { type DiscussionCommentListOptions (line 36) | type DiscussionCommentListOptions struct method ListCommentsByID (line 49) | func (s *TeamsService) ListCommentsByID(ctx context.Context, orgID, team... method ListCommentsBySlug (line 76) | func (s *TeamsService) ListCommentsBySlug(ctx context.Context, org, slug... method GetCommentByID (line 103) | func (s *TeamsService) GetCommentByID(ctx context.Context, orgID, teamID... method GetCommentBySlug (line 125) | func (s *TeamsService) GetCommentBySlug(ctx context.Context, org, slug s... method CreateCommentByID (line 148) | func (s *TeamsService) CreateCommentByID(ctx context.Context, orgID, tea... method CreateCommentBySlug (line 170) | func (s *TeamsService) CreateCommentBySlug(ctx context.Context, org, slu... method EditCommentByID (line 193) | func (s *TeamsService) EditCommentByID(ctx context.Context, orgID, teamI... method EditCommentBySlug (line 216) | func (s *TeamsService) EditCommentBySlug(ctx context.Context, org, slug ... method DeleteCommentByID (line 238) | func (s *TeamsService) DeleteCommentByID(ctx context.Context, orgID, tea... method DeleteCommentBySlug (line 254) | func (s *TeamsService) DeleteCommentBySlug(ctx context.Context, org, slu... FILE: github/teams_discussion_comments_test.go function tdcEndpointByID (line 19) | func tdcEndpointByID(orgID, teamID, discussionNumber, commentNumber stri... function tdcEndpointBySlug (line 28) | func tdcEndpointBySlug(org, slug, discussionNumber, commentNumber string... function TestTeamsService_ListComments (line 36) | func TestTeamsService_ListComments(t *testing.T) { function TestTeamsService_GetComment (line 177) | func TestTeamsService_GetComment(t *testing.T) { function TestTeamsService_CreateComment (line 241) | func TestTeamsService_CreateComment(t *testing.T) { function TestTeamsService_EditComment (line 314) | func TestTeamsService_EditComment(t *testing.T) { function TestTeamsService_DeleteComment (line 386) | func TestTeamsService_DeleteComment(t *testing.T) { function TestDiscussionComment_Marshal (line 434) | func TestDiscussionComment_Marshal(t *testing.T) { FILE: github/teams_discussions.go type TeamDiscussion (line 14) | type TeamDiscussion struct method String (line 35) | func (d TeamDiscussion) String() string { type DiscussionListOptions (line 41) | type DiscussionListOptions struct method ListDiscussionsByID (line 55) | func (s *TeamsService) ListDiscussionsByID(ctx context.Context, orgID, t... method ListDiscussionsBySlug (line 82) | func (s *TeamsService) ListDiscussionsBySlug(ctx context.Context, org, s... method GetDiscussionByID (line 109) | func (s *TeamsService) GetDiscussionByID(ctx context.Context, orgID, tea... method GetDiscussionBySlug (line 131) | func (s *TeamsService) GetDiscussionBySlug(ctx context.Context, org, slu... method CreateDiscussionByID (line 153) | func (s *TeamsService) CreateDiscussionByID(ctx context.Context, orgID, ... method CreateDiscussionBySlug (line 175) | func (s *TeamsService) CreateDiscussionBySlug(ctx context.Context, org, ... method EditDiscussionByID (line 198) | func (s *TeamsService) EditDiscussionByID(ctx context.Context, orgID, te... method EditDiscussionBySlug (line 221) | func (s *TeamsService) EditDiscussionBySlug(ctx context.Context, org, sl... method DeleteDiscussionByID (line 243) | func (s *TeamsService) DeleteDiscussionByID(ctx context.Context, orgID, ... method DeleteDiscussionBySlug (line 259) | func (s *TeamsService) DeleteDiscussionBySlug(ctx context.Context, org, ... FILE: github/teams_discussions_test.go function TestTeamsService_ListDiscussionsByID (line 18) | func TestTeamsService_ListDiscussionsByID(t *testing.T) { function TestTeamsService_ListDiscussionsBySlug (line 133) | func TestTeamsService_ListDiscussionsBySlug(t *testing.T) { function TestTeamsService_GetDiscussionByID (line 248) | func TestTeamsService_GetDiscussionByID(t *testing.T) { function TestTeamsService_GetDiscussionBySlug (line 283) | func TestTeamsService_GetDiscussionBySlug(t *testing.T) { function TestTeamsService_CreateDiscussionByID (line 318) | func TestTeamsService_CreateDiscussionByID(t *testing.T) { function TestTeamsService_CreateDiscussionBySlug (line 362) | func TestTeamsService_CreateDiscussionBySlug(t *testing.T) { function TestTeamsService_EditDiscussionByID (line 406) | func TestTeamsService_EditDiscussionByID(t *testing.T) { function TestTeamsService_EditDiscussionBySlug (line 450) | func TestTeamsService_EditDiscussionBySlug(t *testing.T) { function TestTeamsService_DeleteDiscussionByID (line 494) | func TestTeamsService_DeleteDiscussionByID(t *testing.T) { function TestTeamsService_DeleteDiscussionBySlug (line 519) | func TestTeamsService_DeleteDiscussionBySlug(t *testing.T) { function TestTeamDiscussion_Marshal (line 544) | func TestTeamDiscussion_Marshal(t *testing.T) { FILE: github/teams_members.go type TeamListTeamMembersOptions (line 15) | type TeamListTeamMembersOptions struct method ListTeamMembersByID (line 29) | func (s *TeamsService) ListTeamMembersByID(ctx context.Context, orgID, t... method ListTeamMembersBySlug (line 56) | func (s *TeamsService) ListTeamMembersBySlug(ctx context.Context, org, s... method GetTeamMembershipByID (line 83) | func (s *TeamsService) GetTeamMembershipByID(ctx context.Context, orgID,... method GetTeamMembershipBySlug (line 105) | func (s *TeamsService) GetTeamMembershipBySlug(ctx context.Context, org,... type TeamAddTeamMembershipOptions (line 123) | type TeamAddTeamMembershipOptions struct method AddTeamMembershipByID (line 141) | func (s *TeamsService) AddTeamMembershipByID(ctx context.Context, orgID,... method AddTeamMembershipBySlug (line 163) | func (s *TeamsService) AddTeamMembershipBySlug(ctx context.Context, org,... method RemoveTeamMembershipByID (line 185) | func (s *TeamsService) RemoveTeamMembershipByID(ctx context.Context, org... method RemoveTeamMembershipBySlug (line 201) | func (s *TeamsService) RemoveTeamMembershipBySlug(ctx context.Context, o... method ListPendingTeamInvitationsByID (line 217) | func (s *TeamsService) ListPendingTeamInvitationsByID(ctx context.Contex... method ListPendingTeamInvitationsBySlug (line 244) | func (s *TeamsService) ListPendingTeamInvitationsBySlug(ctx context.Cont... FILE: github/teams_members_test.go function TestTeamsService__ListTeamMembersByID (line 17) | func TestTeamsService__ListTeamMembersByID(t *testing.T) { function TestTeamsService__ListTeamMembersByID_notFound (line 54) | func TestTeamsService__ListTeamMembersByID_notFound(t *testing.T) { function TestTeamsService__ListTeamMembersBySlug (line 92) | func TestTeamsService__ListTeamMembersBySlug(t *testing.T) { function TestTeamsService__ListTeamMembersBySlug_notFound (line 129) | func TestTeamsService__ListTeamMembersBySlug_notFound(t *testing.T) { function TestTeamsService__ListTeamMembersBySlug_invalidOrg (line 167) | func TestTeamsService__ListTeamMembersBySlug_invalidOrg(t *testing.T) { function TestTeamsService__GetTeamMembershipByID (line 176) | func TestTeamsService__GetTeamMembershipByID(t *testing.T) { function TestTeamsService__GetTeamMembershipByID_notFound (line 211) | func TestTeamsService__GetTeamMembershipByID_notFound(t *testing.T) { function TestTeamsService__GetTeamMembershipBySlug (line 247) | func TestTeamsService__GetTeamMembershipBySlug(t *testing.T) { function TestTeamsService__GetTeamMembershipBySlug_notFound (line 282) | func TestTeamsService__GetTeamMembershipBySlug_notFound(t *testing.T) { function TestTeamsService__GetTeamMembershipBySlug_invalidOrg (line 318) | func TestTeamsService__GetTeamMembershipBySlug_invalidOrg(t *testing.T) { function TestTeamsService__AddTeamMembershipByID (line 327) | func TestTeamsService__AddTeamMembershipByID(t *testing.T) { function TestTeamsService__AddTeamMembershipByID_notFound (line 371) | func TestTeamsService__AddTeamMembershipByID_notFound(t *testing.T) { function TestTeamsService__AddTeamMembershipBySlug (line 416) | func TestTeamsService__AddTeamMembershipBySlug(t *testing.T) { function TestTeamsService__AddTeamMembershipBySlug_notFound (line 460) | func TestTeamsService__AddTeamMembershipBySlug_notFound(t *testing.T) { function TestTeamsService__AddTeamMembershipBySlug_invalidOrg (line 505) | func TestTeamsService__AddTeamMembershipBySlug_invalidOrg(t *testing.T) { function TestTeamsService__RemoveTeamMembershipByID (line 514) | func TestTeamsService__RemoveTeamMembershipByID(t *testing.T) { function TestTeamsService__RemoveTeamMembershipByID_notFound (line 540) | func TestTeamsService__RemoveTeamMembershipByID_notFound(t *testing.T) { function TestTeamsService__RemoveTeamMembershipBySlug (line 569) | func TestTeamsService__RemoveTeamMembershipBySlug(t *testing.T) { function TestTeamsService__RemoveTeamMembershipBySlug_notFound (line 595) | func TestTeamsService__RemoveTeamMembershipBySlug_notFound(t *testing.T) { function TestTeamsService__RemoveTeamMembershipBySlug_invalidOrg (line 624) | func TestTeamsService__RemoveTeamMembershipBySlug_invalidOrg(t *testing.... function TestTeamsService__ListPendingTeamInvitationsByID (line 633) | func TestTeamsService__ListPendingTeamInvitationsByID(t *testing.T) { function TestTeamsService__ListPendingTeamInvitationsByID_notFound (line 670) | func TestTeamsService__ListPendingTeamInvitationsByID_notFound(t *testin... function TestTeamsService__ListPendingTeamInvitationsBySlug (line 708) | func TestTeamsService__ListPendingTeamInvitationsBySlug(t *testing.T) { function TestTeamsService__ListPendingTeamInvitationsBySlug_notFound (line 745) | func TestTeamsService__ListPendingTeamInvitationsBySlug_notFound(t *test... function TestTeamsService__ListPendingTeamInvitationsBySlug_invalidOrg (line 783) | func TestTeamsService__ListPendingTeamInvitationsBySlug_invalidOrg(t *te... function TestTeamAddTeamMembershipOptions_Marshal (line 792) | func TestTeamAddTeamMembershipOptions_Marshal(t *testing.T) { FILE: github/teams_test.go function TestTeamsService_ListTeams (line 19) | func TestTeamsService_ListTeams(t *testing.T) { function TestTeamsService_ListTeams_invalidOrg (line 56) | func TestTeamsService_ListTeams_invalidOrg(t *testing.T) { function TestTeamsService_GetTeamByID (line 65) | func TestTeamsService_GetTeamByID(t *testing.T) { function TestTeamsService_GetTeamByID_notFound (line 100) | func TestTeamsService_GetTeamByID_notFound(t *testing.T) { function TestTeamsService_GetTeamBySlug (line 122) | func TestTeamsService_GetTeamBySlug(t *testing.T) { function TestTeamsService_GetTeamBySlug_invalidOrg (line 157) | func TestTeamsService_GetTeamBySlug_invalidOrg(t *testing.T) { function TestTeamsService_GetTeamBySlug_notFound (line 166) | func TestTeamsService_GetTeamBySlug_notFound(t *testing.T) { function TestTeamsService_CreateTeam (line 188) | func TestTeamsService_CreateTeam(t *testing.T) { function TestTeamsService_CreateTeam_invalidOrg (line 232) | func TestTeamsService_CreateTeam_invalidOrg(t *testing.T) { function TestTeamsService_EditTeamByID (line 241) | func TestTeamsService_EditTeamByID(t *testing.T) { function TestTeamsService_EditTeamByID_RemoveParent (line 285) | func TestTeamsService_EditTeamByID_RemoveParent(t *testing.T) { function TestTeamsService_EditTeamBySlug (line 325) | func TestTeamsService_EditTeamBySlug(t *testing.T) { function TestTeamsService_EditTeamBySlug_RemoveParent (line 369) | func TestTeamsService_EditTeamBySlug_RemoveParent(t *testing.T) { function TestTeamsService_DeleteTeamByID (line 409) | func TestTeamsService_DeleteTeamByID(t *testing.T) { function TestTeamsService_DeleteTeamBySlug (line 434) | func TestTeamsService_DeleteTeamBySlug(t *testing.T) { function TestTeamsService_ListChildTeamsByParentID (line 459) | func TestTeamsService_ListChildTeamsByParentID(t *testing.T) { function TestTeamsService_ListChildTeamsByParentSlug (line 496) | func TestTeamsService_ListChildTeamsByParentSlug(t *testing.T) { function TestTeamsService_ListTeamReposByID (line 533) | func TestTeamsService_ListTeamReposByID(t *testing.T) { function TestTeamsService_ListTeamReposBySlug (line 571) | func TestTeamsService_ListTeamReposBySlug(t *testing.T) { function TestTeamsService_IsTeamRepoByID_true (line 609) | func TestTeamsService_IsTeamRepoByID_true(t *testing.T) { function TestTeamsService_IsTeamRepoBySlug_true (line 645) | func TestTeamsService_IsTeamRepoBySlug_true(t *testing.T) { function TestTeamsService_IsTeamRepoByID_false (line 681) | func TestTeamsService_IsTeamRepoByID_false(t *testing.T) { function TestTeamsService_IsTeamRepoBySlug_false (line 703) | func TestTeamsService_IsTeamRepoBySlug_false(t *testing.T) { function TestTeamsService_IsTeamRepoByID_error (line 725) | func TestTeamsService_IsTeamRepoByID_error(t *testing.T) { function TestTeamsService_IsTeamRepoBySlug_error (line 747) | func TestTeamsService_IsTeamRepoBySlug_error(t *testing.T) { function TestTeamsService_IsTeamRepoByID_invalidOwner (line 769) | func TestTeamsService_IsTeamRepoByID_invalidOwner(t *testing.T) { function TestTeamsService_IsTeamRepoBySlug_invalidOwner (line 778) | func TestTeamsService_IsTeamRepoBySlug_invalidOwner(t *testing.T) { function TestTeamsService_AddTeamRepoByID (line 787) | func TestTeamsService_AddTeamRepoByID(t *testing.T) { function TestTeamsService_AddTeamRepoBySlug (line 822) | func TestTeamsService_AddTeamRepoBySlug(t *testing.T) { function TestTeamsService_AddTeamRepoByID_noAccess (line 857) | func TestTeamsService_AddTeamRepoByID_noAccess(t *testing.T) { function TestTeamsService_AddTeamRepoBySlug_noAccess (line 873) | func TestTeamsService_AddTeamRepoBySlug_noAccess(t *testing.T) { function TestTeamsService_AddTeamRepoByID_invalidOwner (line 889) | func TestTeamsService_AddTeamRepoByID_invalidOwner(t *testing.T) { function TestTeamsService_AddTeamRepoBySlug_invalidOwner (line 898) | func TestTeamsService_AddTeamRepoBySlug_invalidOwner(t *testing.T) { function TestTeamsService_RemoveTeamRepoByID (line 907) | func TestTeamsService_RemoveTeamRepoByID(t *testing.T) { function TestTeamsService_RemoveTeamRepoBySlug (line 933) | func TestTeamsService_RemoveTeamRepoBySlug(t *testing.T) { function TestTeamsService_RemoveTeamRepoByID_invalidOwner (line 959) | func TestTeamsService_RemoveTeamRepoByID_invalidOwner(t *testing.T) { function TestTeamsService_RemoveTeamRepoBySlug_invalidOwner (line 968) | func TestTeamsService_RemoveTeamRepoBySlug_invalidOwner(t *testing.T) { function TestTeamsService_ListUserTeams (line 977) | func TestTeamsService_ListUserTeams(t *testing.T) { function TestTeamsService_ListProjectsByID (line 1009) | func TestTeamsService_ListProjectsByID(t *testing.T) { function TestTeamsService_ListProjectsBySlug (line 1045) | func TestTeamsService_ListProjectsBySlug(t *testing.T) { function TestTeamsService_ReviewProjectsByID (line 1081) | func TestTeamsService_ReviewProjectsByID(t *testing.T) { function TestTeamsService_ReviewProjectsBySlug (line 1117) | func TestTeamsService_ReviewProjectsBySlug(t *testing.T) { function TestTeamsService_AddTeamProjectByID (line 1153) | func TestTeamsService_AddTeamProjectByID(t *testing.T) { function TestTeamsService_AddTeamProjectBySlug (line 1191) | func TestTeamsService_AddTeamProjectBySlug(t *testing.T) { function TestTeamsService_RemoveTeamProjectByID (line 1229) | func TestTeamsService_RemoveTeamProjectByID(t *testing.T) { function TestTeamsService_RemoveTeamProjectBySlug (line 1256) | func TestTeamsService_RemoveTeamProjectBySlug(t *testing.T) { function TestTeamsService_ListIDPGroupsInOrganization (line 1283) | func TestTeamsService_ListIDPGroupsInOrganization(t *testing.T) { function TestTeamsService_ListIDPGroupsForTeamByID (line 1334) | func TestTeamsService_ListIDPGroupsForTeamByID(t *testing.T) { function TestTeamsService_ListIDPGroupsForTeamBySlug (line 1377) | func TestTeamsService_ListIDPGroupsForTeamBySlug(t *testing.T) { function TestTeamsService_CreateOrUpdateIDPGroupConnectionsByID (line 1420) | func TestTeamsService_CreateOrUpdateIDPGroupConnectionsByID(t *testing.T) { function TestTeamsService_CreateOrUpdateIDPGroupConnectionsBySlug (line 1473) | func TestTeamsService_CreateOrUpdateIDPGroupConnectionsBySlug(t *testing... function TestTeamsService_CreateOrUpdateIDPGroupConnectionsByID_empty (line 1526) | func TestTeamsService_CreateOrUpdateIDPGroupConnectionsByID_empty(t *tes... function TestTeamsService_CreateOrUpdateIDPGroupConnectionsBySlug_empty (line 1553) | func TestTeamsService_CreateOrUpdateIDPGroupConnectionsBySlug_empty(t *t... function TestNewTeam_Marshal (line 1580) | func TestNewTeam_Marshal(t *testing.T) { function TestTeams_Marshal (line 1611) | func TestTeams_Marshal(t *testing.T) { function TestInvitation_Marshal (line 1700) | func TestInvitation_Marshal(t *testing.T) { function TestIDPGroup_Marshal (line 1729) | func TestIDPGroup_Marshal(t *testing.T) { function TestTeamsService_GetExternalGroup (line 1748) | func TestTeamsService_GetExternalGroup(t *testing.T) { function TestTeamsService_GetExternalGroup_notFound (line 1839) | func TestTeamsService_GetExternalGroup_notFound(t *testing.T) { function TestTeamsService_ListExternalGroups (line 1861) | func TestTeamsService_ListExternalGroups(t *testing.T) { function TestTeamsService_ListExternalGroups_notFound (line 1915) | func TestTeamsService_ListExternalGroups_notFound(t *testing.T) { function TestTeamsService_ListExternalGroupsForTeamBySlug (line 1937) | func TestTeamsService_ListExternalGroupsForTeamBySlug(t *testing.T) { function TestTeamsService_ListExternalGroupsForTeamBySlug_notFound (line 1988) | func TestTeamsService_ListExternalGroupsForTeamBySlug_notFound(t *testin... function TestTeamsService_UpdateConnectedExternalGroup (line 2010) | func TestTeamsService_UpdateConnectedExternalGroup(t *testing.T) { function TestTeamsService_UpdateConnectedExternalGroup_notFound (line 2104) | func TestTeamsService_UpdateConnectedExternalGroup_notFound(t *testing.T) { function TestTeamsService_RemoveConnectedExternalGroup (line 2129) | func TestTeamsService_RemoveConnectedExternalGroup(t *testing.T) { function TestTeamsService_RemoveConnectedExternalGroup_notFound (line 2155) | func TestTeamsService_RemoveConnectedExternalGroup_notFound(t *testing.T) { function TestIDPGroupList_Marshal (line 2174) | func TestIDPGroupList_Marshal(t *testing.T) { function TestExternalGroupMember_Marshal (line 2211) | func TestExternalGroupMember_Marshal(t *testing.T) { function TestExternalGroup_Marshal (line 2232) | func TestExternalGroup_Marshal(t *testing.T) { function TestExternalGroupTeam_Marshal (line 2287) | func TestExternalGroupTeam_Marshal(t *testing.T) { function TestTeamAddTeamRepoOptions_Marshal (line 2304) | func TestTeamAddTeamRepoOptions_Marshal(t *testing.T) { FILE: github/timestamp.go type Timestamp (line 17) | type Timestamp struct method String (line 21) | func (t Timestamp) String() string { method GetTime (line 26) | func (t *Timestamp) GetTime() *time.Time { method UnmarshalJSON (line 35) | func (t *Timestamp) UnmarshalJSON(data []byte) (err error) { method Equal (line 50) | func (t Timestamp) Equal(u Timestamp) bool { FILE: github/timestamp_test.go constant emptyTimeStr (line 16) | emptyTimeStr = `"0001-01-01T00:00:00Z"` constant referenceTimeStr (line 17) | referenceTimeStr = `"2006-01-02T15:04:05Z"` constant referenceTimeStrFractional (line 18) | referenceTimeStrFractional = `"2006-01-02T15:04:05.000Z"` constant referenceUnixTimeStr (line 19) | referenceUnixTimeStr = `1136214245` constant referenceUnixTimeStrMilliSeconds (line 20) | referenceUnixTimeStrMilliSeconds = `1136214245000` function TestTimestamp_Marshal (line 28) | func TestTimestamp_Marshal(t *testing.T) { function TestTimestamp_Unmarshal (line 54) | func TestTimestamp_Unmarshal(t *testing.T) { function TestTimestamp_MarshalReflexivity (line 88) | func TestTimestamp_MarshalReflexivity(t *testing.T) { type WrappedTimestamp (line 113) | type WrappedTimestamp struct function TestWrappedTimestamp_Marshal (line 118) | func TestWrappedTimestamp_Marshal(t *testing.T) { function TestWrappedTimestamp_Unmarshal (line 144) | func TestWrappedTimestamp_Unmarshal(t *testing.T) { function TestTimestamp_GetTime (line 177) | func TestTimestamp_GetTime(t *testing.T) { function TestWrappedTimestamp_MarshalReflexivity (line 189) | func TestWrappedTimestamp_MarshalReflexivity(t *testing.T) { FILE: github/users.go type UsersService (line 17) | type UsersService method Get (line 96) | func (s *UsersService) Get(ctx context.Context, user string) (*User, *... method GetByID (line 122) | func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, ... method Edit (line 143) | func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *... method GetHovercard (line 187) | func (s *UsersService) GetHovercard(ctx context.Context, user string, ... method ListAll (line 223) | func (s *UsersService) ListAll(ctx context.Context, opts *UserListOpti... method ListInvitations (line 249) | func (s *UsersService) ListInvitations(ctx context.Context, opts *List... method AcceptInvitation (line 275) | func (s *UsersService) AcceptInvitation(ctx context.Context, invitatio... method DeclineInvitation (line 291) | func (s *UsersService) DeclineInvitation(ctx context.Context, invitati... type User (line 20) | type User struct method String (line 83) | func (u User) String() string { type HovercardOptions (line 161) | type HovercardOptions struct type Hovercard (line 171) | type Hovercard struct type UserContext (line 176) | type UserContext struct type UserListOptions (line 210) | type UserListOptions struct FILE: github/users_administration.go method PromoteSiteAdmin (line 18) | func (s *UsersService) PromoteSiteAdmin(ctx context.Context, user string... method DemoteSiteAdmin (line 34) | func (s *UsersService) DemoteSiteAdmin(ctx context.Context, user string)... type UserSuspendOptions (line 46) | type UserSuspendOptions struct method Suspend (line 55) | func (s *UsersService) Suspend(ctx context.Context, user string, opts *U... method Unsuspend (line 71) | func (s *UsersService) Unsuspend(ctx context.Context, user string) (*Res... FILE: github/users_administration_test.go function TestUsersService_PromoteSiteAdmin (line 16) | func TestUsersService_PromoteSiteAdmin(t *testing.T) { function TestUsersService_DemoteSiteAdmin (line 42) | func TestUsersService_DemoteSiteAdmin(t *testing.T) { function TestUsersService_Suspend (line 68) | func TestUsersService_Suspend(t *testing.T) { function TestUsersServiceReason_Suspend (line 94) | func TestUsersServiceReason_Suspend(t *testing.T) { function TestUsersService_Unsuspend (line 119) | func TestUsersService_Unsuspend(t *testing.T) { function TestUserSuspendOptions_Marshal (line 145) | func TestUserSuspendOptions_Marshal(t *testing.T) { FILE: github/users_attestations.go method ListAttestations (line 20) | func (s *UsersService) ListAttestations(ctx context.Context, user, subje... FILE: github/users_attestations_test.go function TestUsersService_ListAttestations (line 16) | func TestUsersService_ListAttestations(t *testing.T) { FILE: github/users_blocking.go method ListBlockedUsers (line 18) | func (s *UsersService) ListBlockedUsers(ctx context.Context, opts *ListO... method IsBlocked (line 46) | func (s *UsersService) IsBlocked(ctx context.Context, user string) (bool... method BlockUser (line 66) | func (s *UsersService) BlockUser(ctx context.Context, user string) (*Res... method UnblockUser (line 84) | func (s *UsersService) UnblockUser(ctx context.Context, user string) (*R... FILE: github/users_blocking_test.go function TestUsersService_ListBlockedUsers (line 16) | func TestUsersService_ListBlockedUsers(t *testing.T) { function TestUsersService_IsBlocked (line 51) | func TestUsersService_IsBlocked(t *testing.T) { function TestUsersService_BlockUser (line 85) | func TestUsersService_BlockUser(t *testing.T) { function TestUsersService_UnblockUser (line 112) | func TestUsersService_UnblockUser(t *testing.T) { FILE: github/users_emails.go type UserEmail (line 11) | type UserEmail struct method ListEmails (line 23) | func (s *UsersService) ListEmails(ctx context.Context, opts *ListOptions... method AddEmails (line 49) | func (s *UsersService) AddEmails(ctx context.Context, emails []string) (... method DeleteEmails (line 70) | func (s *UsersService) DeleteEmails(ctx context.Context, emails []string... method SetEmailVisibility (line 86) | func (s *UsersService) SetEmailVisibility(ctx context.Context, visibilit... FILE: github/users_emails_test.go function TestUsersService_ListEmails (line 17) | func TestUsersService_ListEmails(t *testing.T) { function TestUsersService_AddEmails (line 53) | func TestUsersService_AddEmails(t *testing.T) { function TestUsersService_DeleteEmails (line 95) | func TestUsersService_DeleteEmails(t *testing.T) { function TestUserEmail_Marshal (line 123) | func TestUserEmail_Marshal(t *testing.T) { function TestUsersService_SetEmailVisibility (line 144) | func TestUsersService_SetEmailVisibility(t *testing.T) { FILE: github/users_followers.go method ListFollowers (line 22) | func (s *UsersService) ListFollowers(ctx context.Context, user string, o... method ListFollowing (line 57) | func (s *UsersService) ListFollowing(ctx context.Context, user string, o... method IsFollowing (line 92) | func (s *UsersService) IsFollowing(ctx context.Context, user, target str... method Follow (line 115) | func (s *UsersService) Follow(ctx context.Context, user string) (*Respon... method Unfollow (line 130) | func (s *UsersService) Unfollow(ctx context.Context, user string) (*Resp... FILE: github/users_followers_test.go function TestUsersService_ListFollowers_authenticatedUser (line 16) | func TestUsersService_ListFollowers_authenticatedUser(t *testing.T) { function TestUsersService_ListFollowers_specifiedUser (line 53) | func TestUsersService_ListFollowers_specifiedUser(t *testing.T) { function TestUsersService_ListFollowers_invalidUser (line 88) | func TestUsersService_ListFollowers_invalidUser(t *testing.T) { function TestUsersService_ListFollowing_authenticatedUser (line 97) | func TestUsersService_ListFollowing_authenticatedUser(t *testing.T) { function TestUsersService_ListFollowing_specifiedUser (line 134) | func TestUsersService_ListFollowing_specifiedUser(t *testing.T) { function TestUsersService_ListFollowing_invalidUser (line 169) | func TestUsersService_ListFollowing_invalidUser(t *testing.T) { function TestUsersService_IsFollowing_authenticatedUser (line 178) | func TestUsersService_IsFollowing_authenticatedUser(t *testing.T) { function TestUsersService_IsFollowing_specifiedUser (line 211) | func TestUsersService_IsFollowing_specifiedUser(t *testing.T) { function TestUsersService_IsFollowing_false (line 244) | func TestUsersService_IsFollowing_false(t *testing.T) { function TestUsersService_IsFollowing_error (line 277) | func TestUsersService_IsFollowing_error(t *testing.T) { function TestUsersService_IsFollowing_invalidUser (line 310) | func TestUsersService_IsFollowing_invalidUser(t *testing.T) { function TestUsersService_Follow (line 319) | func TestUsersService_Follow(t *testing.T) { function TestUsersService_Follow_invalidUser (line 344) | func TestUsersService_Follow_invalidUser(t *testing.T) { function TestUsersService_Unfollow (line 353) | func TestUsersService_Unfollow(t *testing.T) { function TestUsersService_Unfollow_invalidUser (line 378) | func TestUsersService_Unfollow_invalidUser(t *testing.T) { FILE: github/users_gpg_keys.go type GPGKey (line 16) | type GPGKey struct method String (line 33) | func (k GPGKey) String() string { type GPGEmail (line 38) | type GPGEmail struct method ListGPGKeys (line 53) | func (s *UsersService) ListGPGKeys(ctx context.Context, user string, opt... method GetGPGKey (line 85) | func (s *UsersService) GetGPGKey(ctx context.Context, id int64) (*GPGKey... method CreateGPGKey (line 107) | func (s *UsersService) CreateGPGKey(ctx context.Context, armoredPublicKe... method DeleteGPGKey (line 131) | func (s *UsersService) DeleteGPGKey(ctx context.Context, id int64) (*Res... FILE: github/users_gpg_keys_test.go function TestUsersService_ListGPGKeys_authenticatedUser (line 17) | func TestUsersService_ListGPGKeys_authenticatedUser(t *testing.T) { function TestUsersService_ListGPGKeys_specifiedUser (line 54) | func TestUsersService_ListGPGKeys_specifiedUser(t *testing.T) { function TestUsersService_ListGPGKeys_invalidUser (line 75) | func TestUsersService_ListGPGKeys_invalidUser(t *testing.T) { function TestUsersService_GetGPGKey (line 84) | func TestUsersService_GetGPGKey(t *testing.T) { function TestUsersService_CreateGPGKey (line 119) | func TestUsersService_CreateGPGKey(t *testing.T) { function TestUsersService_DeleteGPGKey (line 167) | func TestUsersService_DeleteGPGKey(t *testing.T) { function TestGPGEmail_Marshal (line 192) | func TestGPGEmail_Marshal(t *testing.T) { function TestGPGKey_Marshal (line 209) | func TestGPGKey_Marshal(t *testing.T) { FILE: github/users_keys.go type Key (line 14) | type Key struct method String (line 26) | func (k Key) String() string { method ListKeys (line 39) | func (s *UsersService) ListKeys(ctx context.Context, user string, opts *... method GetKey (line 70) | func (s *UsersService) GetKey(ctx context.Context, id int64) (*Key, *Res... method CreateKey (line 92) | func (s *UsersService) CreateKey(ctx context.Context, key *Key) (*Key, *... method DeleteKey (line 114) | func (s *UsersService) DeleteKey(ctx context.Context, id int64) (*Respon... FILE: github/users_keys_test.go function TestUsersService_ListKeys_authenticatedUser (line 17) | func TestUsersService_ListKeys_authenticatedUser(t *testing.T) { function TestUsersService_ListKeys_specifiedUser (line 54) | func TestUsersService_ListKeys_specifiedUser(t *testing.T) { function TestUsersService_ListKeys_invalidUser (line 75) | func TestUsersService_ListKeys_invalidUser(t *testing.T) { function TestUsersService_GetKey (line 84) | func TestUsersService_GetKey(t *testing.T) { function TestUsersService_CreateKey (line 119) | func TestUsersService_CreateKey(t *testing.T) { function TestUsersService_DeleteKey (line 158) | func TestUsersService_DeleteKey(t *testing.T) { function TestKey_Marshal (line 183) | func TestKey_Marshal(t *testing.T) { FILE: github/users_packages.go method ListPackages (line 23) | func (s *UsersService) ListPackages(ctx context.Context, user string, op... method GetPackage (line 58) | func (s *UsersService) GetPackage(ctx context.Context, user, packageType... method DeletePackage (line 89) | func (s *UsersService) DeletePackage(ctx context.Context, user, packageT... method RestorePackage (line 114) | func (s *UsersService) RestorePackage(ctx context.Context, user, package... type ListPackageVersionsOptions (line 131) | type ListPackageVersionsOptions struct method ListPackageVersions (line 143) | func (s *UsersService) ListPackageVersions(ctx context.Context, packageT... method ListUserPackageVersions (line 169) | func (s *UsersService) ListUserPackageVersions(ctx context.Context, user... method PackageGetVersion (line 195) | func (s *UsersService) PackageGetVersion(ctx context.Context, user, pack... method PackageDeleteVersion (line 226) | func (s *UsersService) PackageDeleteVersion(ctx context.Context, user, p... method PackageRestoreVersion (line 251) | func (s *UsersService) PackageRestoreVersion(ctx context.Context, user, ... FILE: github/users_packages_test.go function TestUsersService_Authenticated_ListPackages (line 18) | func TestUsersService_Authenticated_ListPackages(t *testing.T) { function TestUsersService_specifiedUser_ListPackages (line 74) | func TestUsersService_specifiedUser_ListPackages(t *testing.T) { function TestUsersService_specifiedUser_GetPackage (line 130) | func TestUsersService_specifiedUser_GetPackage(t *testing.T) { function TestUsersService_Authenticated_GetPackage (line 187) | func TestUsersService_Authenticated_GetPackage(t *testing.T) { function TestUsersService_Authenticated_DeletePackage (line 242) | func TestUsersService_Authenticated_DeletePackage(t *testing.T) { function TestUsersService_specifiedUser_DeletePackage (line 267) | func TestUsersService_specifiedUser_DeletePackage(t *testing.T) { function TestUsersService_Authenticated_RestorePackage (line 292) | func TestUsersService_Authenticated_RestorePackage(t *testing.T) { function TestUsersService_specifiedUser_RestorePackage (line 317) | func TestUsersService_specifiedUser_RestorePackage(t *testing.T) { function TestUsersService_ListPackageVersions (line 342) | func TestUsersService_ListPackageVersions(t *testing.T) { function TestUsersService_ListUserPackageVersions (line 408) | func TestUsersService_ListUserPackageVersions(t *testing.T) { function TestUsersService_Authenticated_PackageGetVersion (line 471) | func TestUsersService_Authenticated_PackageGetVersion(t *testing.T) { function TestUsersService_specifiedUser_PackageGetVersion (line 534) | func TestUsersService_specifiedUser_PackageGetVersion(t *testing.T) { function TestUsersService_Authenticated_PackageDeleteVersion (line 597) | func TestUsersService_Authenticated_PackageDeleteVersion(t *testing.T) { function TestUsersService_specifiedUser_PackageDeleteVersion (line 622) | func TestUsersService_specifiedUser_PackageDeleteVersion(t *testing.T) { function TestUsersService_Authenticated_PackageRestoreVersion (line 647) | func TestUsersService_Authenticated_PackageRestoreVersion(t *testing.T) { function TestUsersService_specifiedUser_PackageRestoreVersion (line 672) | func TestUsersService_specifiedUser_PackageRestoreVersion(t *testing.T) { FILE: github/users_social_accounts.go type SocialAccount (line 14) | type SocialAccount struct type socialAccountsRequest (line 20) | type socialAccountsRequest struct method ListSocialAccounts (line 29) | func (s *UsersService) ListSocialAccounts(ctx context.Context, opts *Lis... method AddSocialAccounts (line 55) | func (s *UsersService) AddSocialAccounts(ctx context.Context, accountURL... method DeleteSocialAccounts (line 76) | func (s *UsersService) DeleteSocialAccounts(ctx context.Context, account... method ListUserSocialAccounts (line 91) | func (s *UsersService) ListUserSocialAccounts(ctx context.Context, usern... FILE: github/users_social_accounts_test.go function TestUsersService_ListSocialAccounts (line 16) | func TestUsersService_ListSocialAccounts(t *testing.T) { function TestUsersService_AddSocialAccounts (line 52) | func TestUsersService_AddSocialAccounts(t *testing.T) { function TestUsersService_DeleteSocialAccounts (line 88) | func TestUsersService_DeleteSocialAccounts(t *testing.T) { function TestUsersService_ListUserSocialAccounts (line 113) | func TestUsersService_ListUserSocialAccounts(t *testing.T) { FILE: github/users_ssh_signing_keys.go type SSHSigningKey (line 14) | type SSHSigningKey struct method String (line 21) | func (k SSHSigningKey) String() string { method ListSSHSigningKeys (line 34) | func (s *UsersService) ListSSHSigningKeys(ctx context.Context, user stri... method GetSSHSigningKey (line 65) | func (s *UsersService) GetSSHSigningKey(ctx context.Context, id int64) (... method CreateSSHSigningKey (line 87) | func (s *UsersService) CreateSSHSigningKey(ctx context.Context, key *Key... method DeleteSSHSigningKey (line 109) | func (s *UsersService) DeleteSSHSigningKey(ctx context.Context, id int64... FILE: github/users_ssh_signing_keys_test.go function TestUsersService_ListSSHSigningKeys_authenticatedUser (line 17) | func TestUsersService_ListSSHSigningKeys_authenticatedUser(t *testing.T) { function TestUsersService_ListSSHSigningKeys_specifiedUser (line 54) | func TestUsersService_ListSSHSigningKeys_specifiedUser(t *testing.T) { function TestUsersService_ListSSHSigningKeys_invalidUser (line 75) | func TestUsersService_ListSSHSigningKeys_invalidUser(t *testing.T) { function TestUsersService_GetSSHSigningKey (line 84) | func TestUsersService_GetSSHSigningKey(t *testing.T) { function TestUsersService_CreateSSHSigningKey (line 119) | func TestUsersService_CreateSSHSigningKey(t *testing.T) { function TestUsersService_DeleteSSHSigningKey (line 158) | func TestUsersService_DeleteSSHSigningKey(t *testing.T) { function TestSSHSigningKey_Marshal (line 183) | func TestSSHSigningKey_Marshal(t *testing.T) { FILE: github/users_test.go function TestUser_Marshal (line 17) | func TestUser_Marshal(t *testing.T) { function TestUsersService_Get_authenticatedUser (line 147) | func TestUsersService_Get_authenticatedUser(t *testing.T) { function TestUsersService_Get_specifiedUser (line 182) | func TestUsersService_Get_specifiedUser(t *testing.T) { function TestUsersService_Get_invalidUser (line 203) | func TestUsersService_Get_invalidUser(t *testing.T) { function TestUsersService_GetByID (line 212) | func TestUsersService_GetByID(t *testing.T) { function TestUsersService_Edit (line 247) | func TestUsersService_Edit(t *testing.T) { function TestUsersService_GetHovercard (line 286) | func TestUsersService_GetHovercard(t *testing.T) { function TestUsersService_ListAll (line 323) | func TestUsersService_ListAll(t *testing.T) { function TestUsersService_ListInvitations (line 355) | func TestUsersService_ListInvitations(t *testing.T) { function TestUsersService_ListInvitations_withOptions (line 385) | func TestUsersService_ListInvitations_withOptions(t *testing.T) { function TestUsersService_AcceptInvitation (line 404) | func TestUsersService_AcceptInvitation(t *testing.T) { function TestUsersService_DeclineInvitation (line 429) | func TestUsersService_DeclineInvitation(t *testing.T) { function TestUserContext_Marshal (line 454) | func TestUserContext_Marshal(t *testing.T) { function TestHovercard_Marshal (line 471) | func TestHovercard_Marshal(t *testing.T) { FILE: github/with_appengine.go function withContext (line 17) | func withContext(ctx context.Context, req *http.Request) *http.Request { FILE: github/without_appengine.go function withContext (line 17) | func withContext(ctx context.Context, req *http.Request) *http.Request { FILE: otel/transport.go constant instrumentationName (line 25) | instrumentationName = "github.com/google/go-github/v84/otel" type Transport (line 29) | type Transport struct method RoundTrip (line 54) | func (t *Transport) RoundTrip(req *http.Request) (*http.Response, erro... function NewTransport (line 36) | func NewTransport(base http.RoundTripper, opts ...Option) *Transport { type Option (line 112) | type Option function WithTracerProvider (line 115) | func WithTracerProvider(tp trace.TracerProvider) Option { function WithMeterProvider (line 122) | func WithMeterProvider(mp metric.MeterProvider) Option { FILE: otel/transport_test.go type mockTransport (line 21) | type mockTransport struct method RoundTrip (line 26) | func (m *mockTransport) RoundTrip(_ *http.Request) (*http.Response, er... function TestNewTransport_Defaults (line 37) | func TestNewTransport_Defaults(t *testing.T) { function TestRoundTrip_Spans (line 51) | func TestRoundTrip_Spans(t *testing.T) { function TestRoundTrip_Error (line 128) | func TestRoundTrip_Error(t *testing.T) { function TestRoundTrip_HTTPError (line 160) | func TestRoundTrip_HTTPError(t *testing.T) { function TestWithMeterProvider (line 191) | func TestWithMeterProvider(t *testing.T) { FILE: scrape/apps.go method AppRestrictionsEnabled (line 26) | func (c *Client) AppRestrictionsEnabled(org string) (bool, error) { method ListOAuthApps (line 49) | func (c *Client) ListOAuthApps(org string) ([]*OAuthApp, error) { function intFromLastPathSegment (line 82) | func intFromLastPathSegment(s string) int { type OAuthAppReviewState (line 92) | type OAuthAppReviewState constant OAuthAppRequested (line 96) | OAuthAppRequested OAuthAppReviewState = iota + 1 constant OAuthAppApproved (line 98) | OAuthAppApproved constant OAuthAppDenied (line 100) | OAuthAppDenied type OAuthApp (line 104) | type OAuthApp struct type AppManifest (line 115) | type AppManifest struct method CreateApp (line 139) | func (c *Client) CreateApp(m *AppManifest, orgName string) (*http.Respon... FILE: scrape/apps_test.go function Test_AppRestrictionsEnabled (line 16) | func Test_AppRestrictionsEnabled(t *testing.T) { function Test_ListOAuthApps (line 56) | func Test_ListOAuthApps(t *testing.T) { function Test_CreateApp (line 93) | func Test_CreateApp(t *testing.T) { function Test_CreateAppWithOrg (line 115) | func Test_CreateAppWithOrg(t *testing.T) { FILE: scrape/example/scrape/main.go function main (line 30) | func main() { FILE: scrape/forms.go type htmlForm (line 23) | type htmlForm struct function parseForms (line 38) | func parseForms(node *html.Node) (forms []*htmlForm) { function fetchAndSubmitForm (line 84) | func fetchAndSubmitForm(client *http.Client, urlStr string, setValues fu... FILE: scrape/forms_test.go function Test_ParseForms (line 19) | func Test_ParseForms(t *testing.T) { function Test_FetchAndSubmitForm (line 92) | func Test_FetchAndSubmitForm(t *testing.T) { FILE: scrape/payment.go method OrgPaymentInformation (line 18) | func (c *Client) OrgPaymentInformation(org string) (PaymentInformation, ... type PaymentInformation (line 46) | type PaymentInformation struct FILE: scrape/scrape.go type Client (line 39) | type Client struct method SaveCookies (line 72) | func (c *Client) SaveCookies() ([]byte, error) { method LoadCookies (line 81) | func (c *Client) LoadCookies(v []byte) error { method get (line 95) | func (c *Client) get(urlStr string, a ...any) (*goquery.Document, erro... method Authenticate (line 125) | func (c *Client) Authenticate(username, password, otpseed string) error { function NewClient (line 48) | func NewClient(transport http.RoundTripper) *Client { FILE: scrape/scrape_test.go function setup (line 21) | func setup(t *testing.T) (client *Client, mux *http.ServeMux) { function copyTestFile (line 34) | func copyTestFile(t *testing.T, w io.Writer, filename string) { FILE: test/fields/fields.go function main (line 37) | func main() { function testType (line 69) | func testType(urlStr string, typ any) error { FILE: test/integration/activity_test.go constant owner (line 17) | owner = "google" constant repo (line 18) | repo = "go-github" function TestActivity_Starring (line 21) | func TestActivity_Starring(t *testing.T) { function deleteSubscription (line 74) | func deleteSubscription(t *testing.T) { function createSubscription (line 91) | func createSubscription(t *testing.T) { function TestActivity_Watching (line 109) | func TestActivity_Watching(t *testing.T) { FILE: test/integration/audit_log_test.go function TestOrganizationAuditLog (line 17) | func TestOrganizationAuditLog(t *testing.T) { FILE: test/integration/authorizations_test.go constant msgEnvMissing (line 20) | msgEnvMissing = "Skipping test because the required environment var... constant envKeyClientID (line 21) | envKeyClientID = "GITHUB_CLIENT_ID" constant envKeyClientSecret (line 22) | envKeyClientSecret = "GITHUB_CLIENT_SECRET" constant envKeyAccessToken (line 23) | envKeyAccessToken = "GITHUB_ACCESS_TOKEN" constant InvalidTokenValue (line 24) | InvalidTokenValue = "iamnotacroken" function TestAuthorizationsAppOperations (line 29) | func TestAuthorizationsAppOperations(t *testing.T) { function failOnError (line 106) | func failOnError(t *testing.T, err error) { function failIfNotStatusCode (line 113) | func failIfNotStatusCode(t *testing.T, resp *github.Response, expectedCo... function getOAuthAppClient (line 127) | func getOAuthAppClient(t *testing.T) *github.Client { FILE: test/integration/github_test.go function skipIfMissingAuth (line 32) | func skipIfMissingAuth(t *testing.T) { function createRandomTestRepository (line 38) | func createRandomTestRepository(t *testing.T, owner string, autoinit boo... FILE: test/integration/issues_test.go function TestIssueEvents (line 14) | func TestIssueEvents(t *testing.T) { FILE: test/integration/licences_test.go function TestLicenses_ListIter (line 16) | func TestLicenses_ListIter(t *testing.T) { FILE: test/integration/misc_test.go function TestEmojis (line 15) | func TestEmojis(t *testing.T) { function TestAPIMeta (line 30) | func TestAPIMeta(t *testing.T) { function TestRateLimits (line 49) | func TestRateLimits(t *testing.T) { FILE: test/integration/pagination_test.go function TestSecurityAdvisories_ListGlobalSecurityAdvisories (line 16) | func TestSecurityAdvisories_ListGlobalSecurityAdvisories(t *testing.T) { FILE: test/integration/projects_test.go function TestProjectsV2_Org (line 33) | func TestProjectsV2_Org(t *testing.T) { function TestProjectsV2_User (line 75) | func TestProjectsV2_User(t *testing.T) { FILE: test/integration/pulls_test.go function TestPullRequests_ListCommits (line 14) | func TestPullRequests_ListCommits(t *testing.T) { FILE: test/integration/repos_test.go function TestRepositories_CRUD (line 19) | func TestRepositories_CRUD(t *testing.T) { function TestRepositories_BranchesTags (line 48) | func TestRepositories_BranchesTags(t *testing.T) { function TestRepositories_EditBranches (line 75) | func TestRepositories_EditBranches(t *testing.T) { function TestRepositories_ListByAuthenticatedUser (line 146) | func TestRepositories_ListByAuthenticatedUser(t *testing.T) { function TestRepositories_ListByUser (line 155) | func TestRepositories_ListByUser(t *testing.T) { function TestRepositories_DownloadReleaseAsset (line 173) | func TestRepositories_DownloadReleaseAsset(t *testing.T) { function TestRepositories_Autolinks (line 187) | func TestRepositories_Autolinks(t *testing.T) { FILE: test/integration/users_test.go function TestUsers_Get (line 18) | func TestUsers_Get(t *testing.T) { function TestUsers_Update (line 48) | func TestUsers_Update(t *testing.T) { function TestUsers_Emails (line 93) | func TestUsers_Emails(t *testing.T) { function TestUsers_Keys (line 157) | func TestUsers_Keys(t *testing.T) { FILE: tools/check-structfield-settings/main.go function init (line 35) | func init() { function main (line 39) | func main() { type golangciConfig (line 122) | type golangciConfig struct function resolveConfig (line 136) | func resolveConfig(configPath string) (string, string, error) { function readStructfieldSettings (line 168) | func readStructfieldSettings(configPath string) ([]string, []string, map... function analyzeRepo (line 195) | func analyzeRepo(repoRoot string, patterns []string, includeTests bool, ... function markUsedException (line 248) | func markUsedException(msg string, allowedNames, allowedTypes, usedNames... function diffKeys (line 273) | func diffKeys(all, used map[string]bool) []string { function findDuplicates (line 283) | func findDuplicates(values []string) map[string]int { function sortedKeys (line 295) | func sortedKeys(values map[string]int) []string { function removeObsoleteExceptions (line 299) | func removeObsoleteExceptions(configPath string, obsoleteNames, obsolete... type listItem (line 396) | type listItem struct function appendSortedItems (line 401) | func appendSortedItems(lines []string, items []*listItem) []string { FILE: tools/extraneousnew/extraneousnew.go function init (line 21) | func init() { type ExtraneousNewPlugin (line 26) | type ExtraneousNewPlugin struct method BuildAnalyzers (line 51) | func (f *ExtraneousNewPlugin) BuildAnalyzers() ([]*analysis.Analyzer, ... method GetLoadMode (line 66) | func (f *ExtraneousNewPlugin) GetLoadMode() string { function New (line 31) | func New(cfg any) (register.LinterPlugin, error) { function run (line 70) | func run(pass *analysis.Pass, ignoredMethods map[string]bool) (any, erro... function inspectAllBlocks (line 110) | func inspectAllBlocks(pass *analysis.Pass, root ast.Node) { function inspectBlock (line 121) | func inspectBlock(pass *analysis.Pass, block *ast.BlockStmt) { function getFunctionName (line 217) | func getFunctionName(expr ast.Expr) string { function lookAhead (line 227) | func lookAhead(pass *analysis.Pass, block *ast.BlockStmt, startIndex int... function isIdentOrAddressOfIdent (line 287) | func isIdentOrAddressOfIdent(expr ast.Expr, name string) bool { FILE: tools/extraneousnew/extraneousnew_test.go function TestRun (line 14) | func TestRun(t *testing.T) { FILE: tools/extraneousnew/testdata/src/has-warnings/main.go type T (line 15) | type T struct type Client (line 19) | type Client struct method Do (line 21) | func (c *Client) Do(ctx context.Context, req any, v any) (any, error) { type Service (line 25) | type Service struct method TestMethod (line 31) | func (s *Service) TestMethod(ctx context.Context, req any, r *http.Req... function assertNilError (line 29) | func assertNilError(t *testing.T, err error) {} FILE: tools/extraneousnew/testdata/src/no-warnings/main.go type T (line 12) | type T struct type Client (line 16) | type Client struct method Do (line 18) | func (c *Client) Do(ctx context.Context, req any, v any) (any, error) { type Receiver (line 22) | type Receiver struct method TestMethod (line 26) | func (s *Receiver) TestMethod(ctx context.Context, req any) { method MethodNameToIgnore (line 47) | func (s *Receiver) MethodNameToIgnore(ctx context.Context, req any) { method unexportedMethod (line 52) | func (s *Receiver) unexportedMethod(ctx context.Context, req any) { FILE: tools/fmtpercentv/fmtpercentv.go function init (line 20) | func init() { type FmtPercentVPlugin (line 25) | type FmtPercentVPlugin struct method BuildAnalyzers (line 33) | func (f *FmtPercentVPlugin) BuildAnalyzers() ([]*analysis.Analyzer, er... method GetLoadMode (line 44) | func (f *FmtPercentVPlugin) GetLoadMode() string { function New (line 28) | func New(_ any) (register.LinterPlugin, error) { function run (line 48) | func run(pass *analysis.Pass) (any, error) { function checkCallExpr (line 65) | func checkCallExpr(expr *ast.CallExpr, tokenPos token.Pos, pass *analysi... FILE: tools/fmtpercentv/fmtpercentv_test.go function TestRun (line 14) | func TestRun(t *testing.T) { FILE: tools/fmtpercentv/testdata/src/has-warnings/main.go function main (line 10) | func main() { FILE: tools/fmtpercentv/testdata/src/no-warnings/main.go function main (line 10) | func main() { FILE: tools/gen-release-notes/main.go function main (line 35) | func main() { function genReleaseNotes (line 53) | func genReleaseNotes(text string) string { function splitIntoPRs (line 65) | func splitIntoPRs(text string) []string { function splitBreakingLines (line 96) | func splitBreakingLines(allLines []string) (breaking, nonBreaking []stri... function genRefLines (line 107) | func genRefLines(breaking, nonBreaking []string) (ref, refNon []string) { function runCommand (line 123) | func runCommand(cmdArgs []string) string { function newChangesSinceRelease (line 137) | func newChangesSinceRelease(priorRelease string) string { function getPriorRelease (line 143) | func getPriorRelease() string { constant releaseNotesFmt (line 148) | releaseNotesFmt = ` FILE: tools/metadata/main.go type rootCmd (line 50) | type rootCmd struct method opsFile (line 62) | func (c *rootCmd) opsFile() (string, *operationsFile, error) { function githubClient (line 71) | func githubClient(apiURL string) (*github.Client, error) { type updateOpenAPICmd (line 79) | type updateOpenAPICmd struct method Run (line 84) | func (c *updateOpenAPICmd) Run(root *rootCmd) error { type formatCmd (line 122) | type formatCmd struct method Run (line 124) | func (c *formatCmd) Run(root *rootCmd) error { type updateGoCmd (line 132) | type updateGoCmd struct method Run (line 134) | func (c *updateGoCmd) Run(root *rootCmd) error { type unusedCmd (line 143) | type unusedCmd struct method Run (line 147) | func (c *unusedCmd) Run(root *rootCmd, k *kong.Context) error { function main (line 176) | func main() { function run (line 184) | func run(args []string, opts []kong.Option) error { FILE: tools/metadata/main_test.go function TestUpdateGo (line 29) | func TestUpdateGo(t *testing.T) { function TestUnused (line 54) | func TestUnused(t *testing.T) { function TestUpdateOpenAPI (line 71) | func TestUpdateOpenAPI(t *testing.T) { function TestFormat (line 131) | func TestFormat(t *testing.T) { function updateGoldenDir (line 139) | func updateGoldenDir(t *testing.T, origDir, resultDir, goldenDir string) { function checkGoldenDir (line 177) | func checkGoldenDir(t *testing.T, origDir, resultDir, goldenDir string) { function mustRel (line 223) | func mustRel(t *testing.T, base, target string) string { function copyDir (line 230) | func copyDir(t *testing.T, dst, src string) error { function copyFile (line 246) | func copyFile(src, dst string) (errOut error) { type testRun (line 279) | type testRun struct method checkGolden (line 288) | func (r testRun) checkGolden() { method assertOutput (line 293) | func (r testRun) assertOutput(stdout, stderr string) { method assertNoErr (line 299) | func (r testRun) assertNoErr() { method assertErr (line 304) | func (r testRun) assertErr(want string) { function runTest (line 315) | func runTest(t *testing.T, srcDir string, args ...string) testRun { function newTestServer (line 335) | func newTestServer(t *testing.T, ref string, files map[string]any) *http... function assertEqualStrings (line 388) | func assertEqualStrings(t *testing.T, want, got string) { function assertEqualFiles (line 396) | func assertEqualFiles(t *testing.T, want, got string) bool { function assertNilError (line 416) | func assertNilError(t *testing.T, err error) bool { FILE: tools/metadata/metadata.go type operation (line 33) | type operation struct method equal (line 39) | func (o *operation) equal(other *operation) bool { method clone (line 54) | func (o *operation) clone() *operation { function operationsEqual (line 62) | func operationsEqual(a, b []*operation) bool { function sortOperations (line 74) | func sortOperations(ops []*operation) { function normalizeOpPath (line 83) | func normalizeOpPath(opPath string) string { function normalizedOpName (line 99) | func normalizedOpName(name string) string { function parseOpName (line 107) | func parseOpName(id string) (verb, url string) { type operationsFile (line 119) | type operationsFile struct method resolve (line 129) | func (m *operationsFile) resolve() { method saveFile (line 157) | func (m *operationsFile) saveFile(filename string) (errOut error) { method updateFromGithub (line 182) | func (m *operationsFile) updateFromGithub(ctx context.Context, client ... function loadOperationsFile (line 201) | func loadOperationsFile(filename string) (*operationsFile, error) { function addOperation (line 214) | func addOperation(ops []*operation, filename, opName, docURL string) []*... function unusedOps (line 244) | func unusedOps(opsFile *operationsFile, dir string) ([]*operation, error) { function updateDocsVisitor (line 273) | func updateDocsVisitor(opsFile *operationsFile) nodeVisitor { function updateDocs (line 357) | func updateDocs(opsFile *operationsFile, dir string) error { type nodeVisitor (line 361) | type nodeVisitor function visitServiceMethods (line 365) | func visitServiceMethods(dir string, writeFiles bool, visit nodeVisitor)... function visitFileMethods (line 382) | func visitFileMethods(updateFile bool, filename string, visit nodeVisito... function methodOps (line 438) | func methodOps(opsFile *operationsFile, cmap ast.CommentMap, fn *ast.Fun... function cleanURLPath (line 483) | func cleanURLPath(docURL string) string { function nodeServiceMethod (line 494) | func nodeServiceMethod(fn *ast.FuncDecl) string { FILE: tools/metadata/metadata_test.go function Test_normalizedOpName (line 12) | func Test_normalizedOpName(t *testing.T) { FILE: tools/metadata/openapi.go constant descriptionsOwnerName (line 23) | descriptionsOwnerName = "github" constant descriptionsRepoName (line 24) | descriptionsRepoName = "rest-api-description" constant descriptionsPath (line 25) | descriptionsPath = "descriptions" type openapiFile (line 28) | type openapiFile struct method loadDescription (line 58) | func (o *openapiFile) loadDescription(ctx context.Context, client *git... function getOpsFromGithub (line 37) | func getOpsFromGithub(ctx context.Context, client *github.Client, gitRef... function getDescriptions (line 97) | func getDescriptions(ctx context.Context, client *github.Client, gitRef ... FILE: tools/metadata/testdata/golden/TestUpdateGo/valid/github/a.go type AService (line 3) | type AService struct method Get (line 10) | func (s *AService) Get() {} method Undocumented (line 17) | func (s *AService) Undocumented() {} method OutdatedLinks (line 24) | func (s *AService) OutdatedLinks() {} method Uncommented (line 29) | func (s *AService) Uncommented() {} method Get (line 39) | func (s *AService) Get(user string) {} method unexported (line 41) | func (s *AService) unexported() {} function NotAMethod (line 43) | func NotAMethod() {} type internalService (line 45) | type internalService struct method Get (line 47) | func (i *internalService) Get() {} FILE: tools/metadata/testdata/unused/github/a.go type AService (line 3) | type AService struct method PostABC (line 8) | func (a *AService) PostABC() {} FILE: tools/metadata/testdata/update-go/invalid/github/a.go type AService (line 3) | type AService struct method NoOperation (line 6) | func (*AService) NoOperation() {} method NoComment (line 8) | func (*AService) NoComment() {} method Ambiguous (line 13) | func (*AService) Ambiguous() {} method MissingOperation (line 18) | func (*AService) MissingOperation() {} method DuplicateOperations (line 25) | func (*AService) DuplicateOperations() {} FILE: tools/metadata/testdata/update-go/valid/github/a.go type AService (line 3) | type AService struct method Get (line 8) | func (s *AService) Get() {} method Undocumented (line 13) | func (s *AService) Undocumented() {} method OutdatedLinks (line 22) | func (s *AService) OutdatedLinks() {} method Uncommented (line 25) | func (s *AService) Uncommented() {} method Get (line 31) | func (s *AService) Get(user string) {} method unexported (line 33) | func (s *AService) unexported() {} function NotAMethod (line 35) | func NotAMethod() {} type internalService (line 37) | type internalService struct method Get (line 39) | func (i *internalService) Get() {} FILE: tools/sliceofpointers/sliceofpointers.go function init (line 20) | func init() { type SliceOfPointersPlugin (line 25) | type SliceOfPointersPlugin struct method BuildAnalyzers (line 33) | func (f *SliceOfPointersPlugin) BuildAnalyzers() ([]*analysis.Analyzer... method GetLoadMode (line 44) | func (f *SliceOfPointersPlugin) GetLoadMode() string { function New (line 28) | func New(_ any) (register.LinterPlugin, error) { function run (line 48) | func run(pass *analysis.Pass) (any, error) { function checkArrayType (line 65) | func checkArrayType(arrType *ast.ArrayType, tokenPos token.Pos, pass *an... FILE: tools/sliceofpointers/sliceofpointers_test.go function TestRun (line 14) | func TestRun(t *testing.T) { FILE: tools/sliceofpointers/testdata/src/has-warnings/main.go type Example (line 8) | type Example struct type Thing (line 13) | type Thing struct function main (line 16) | func main() { FILE: tools/sliceofpointers/testdata/src/no-warnings/main.go type Example (line 8) | type Example struct type Thing (line 13) | type Thing struct function main (line 16) | func main() { FILE: tools/structfield/structfield.go function init (line 30) | func init() { type StructFieldPlugin (line 35) | type StructFieldPlugin struct method BuildAnalyzers (line 82) | func (f *StructFieldPlugin) BuildAnalyzers() ([]*analysis.Analyzer, er... method GetLoadMode (line 98) | func (f *StructFieldPlugin) GetLoadMode() string { type Settings (line 41) | type Settings struct function New (line 47) | func New(cfg any) (register.LinterPlugin, error) { function run (line 102) | func run(pass *analysis.Pass, allowedTagNames, allowedTagTypes map[strin... function processStructField (line 137) | func processStructField(structName string, field *ast.Field, pass *analy... function processTag (line 146) | func processTag(structName string, goField *ast.Ident, field *ast.Field,... function checkAndReportInvalidTypesForOmitzero (line 166) | func checkAndReportInvalidTypesForOmitzero(structName, tagType, goFieldN... function checkGoFieldName (line 238) | func checkGoFieldName(structName, goFieldName, tagType, tagName string, ... function checkGoFieldType (line 251) | func checkGoFieldType(structName, goFieldName, tagType string, field *as... function checkAndReportInvalidTypes (line 271) | func checkAndReportInvalidTypes(structName, tagType, goFieldName string,... function checkStructArrayType (line 325) | func checkStructArrayType(structName, goFieldName string, arrType *ast.A... function isBuiltinType (line 342) | func isBuiltinType(typeName string) bool { function exprToString (line 346) | func exprToString(e ast.Expr) string { function splitTag (line 359) | func splitTag(jsonTagName string) []string { function tagNameToPascal (line 385) | func tagNameToPascal(tagName string) (want, alternate string) { FILE: tools/structfield/structfield_test.go function TestRun (line 14) | func TestRun(t *testing.T) { FILE: tools/structfield/testdata/src/has-warnings/main.go type JSONFieldName (line 8) | type JSONFieldName struct type JSONFieldType (line 16) | type JSONFieldType struct type Struct (line 44) | type Struct struct type URLFieldName (line 46) | type URLFieldName struct type URLFieldType (line 50) | type URLFieldType struct FILE: tools/structfield/testdata/src/no-warnings/main.go type JSONFieldName (line 13) | type JSONFieldName struct type JSONFieldType (line 21) | type JSONFieldType struct type URLFieldName (line 42) | type URLFieldName struct type URLFieldType (line 47) | type URLFieldType struct type Struct (line 57) | type Struct struct