repo_id
stringlengths
21
96
file_path
stringlengths
31
155
content
stringlengths
1
92.9M
__index_level_0__
int64
0
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_projects.go
// Copyright 2017 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ProjectListOptions specifies the optional parameters to the // OrganizationsService.ListProjects and ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/actions_runner_groups.go
// Copyright 2021 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // RunnerGroup represents a self-hosted runner group configured in an organization. type RunnerGroup str...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/apps.go
// Copyright 2016 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // AppsService provides access to the installation related functions // in the GitHub API. // //...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/without_appengine.go
// Copyright 2017 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build !appengine // +build !appengine // This file provides glue for making github work without App Engine. package github import ( "context"...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/migrations_user.go
// Copyright 2018 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "errors" "fmt" "net/http" ) // UserMigration represents a GitHub migration (archival). type UserMigration stru...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/activity.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import "context" // ActivityService handles communication with the activity related // methods of the GitHub API. // // GitHub API do...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/actions_workflow_runs.go
// Copyright 2020 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "net/http" "net/url" ) // WorkflowRun represents a repository action workflow run. type WorkflowRun stru...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/orgs.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // OrganizationsService provides access to the organization related functions // in the GitHub A...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/admin_stats.go
// Copyright 2017 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // AdminStats represents a variety of stats of a GitHub Enterprise // installation. type AdminStats stru...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_collaborators.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ListCollaboratorsOptions specifies the optional parameters to the // RepositoriesService.ListCollabor...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/orgs_actions_permissions.go
// Copyright 2021 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ActionsPermissions represents a policy for repositories and allowed actions in an organization. // //...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/github-accessors.go
// Copyright 2017 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Code generated by gen-accessors; DO NOT EDIT. package github import ( "encoding/json" "time" ) // GetRetryAfter returns the RetryAfter field i...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/issues_milestones.go
// Copyright 2014 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // Milestone represents a GitHub repository milestone. type Milestone struct { URL *st...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/apps_manifest.go
// Copyright 2019 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // AppConfig describes the configuration of a GitHub App. type AppConfig struct { ID *int64 ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_merging.go
// Copyright 2014 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // RepositoryMergeRequest represents a request to merge a branch in a // repository. type RepositoryMerg...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "encoding/json" "errors" "fmt" "net/http" "strings" ) const githubBranchNotProtected string = "Branch not pr...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/migrations.go
// Copyright 2016 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "errors" "fmt" "net/http" "strings" ) // MigrationService provides access to the migration related functions ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/gists.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // GistsService handles communication with the Gist related // methods of the GitHub API. // // Gi...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/issues_timeline.go
// Copyright 2016 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "strings" "time" ) // Timeline represents an event that occurred around an Issue or Pull Request. // // ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_deployments.go
// Copyright 2014 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "encoding/json" "fmt" "strings" ) // Deployment represents a deployment in a repo type Deployment struct { UR...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/actions_runners.go
// Copyright 2020 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // RunnerApplicationDownload represents a binary for the self-hosted runner application that can be down...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/git_tags.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // Tag represents a tag object. type Tag struct { Tag *string `json:"tag,omitem...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/users_packages.go
// Copyright 2021 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // List the packages for a user. Passing the empty string for "user" will // list packages for the authe...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/orgs_audit_log.go
// Copyright 2021 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // GetAuditLogOptions sets up optional parameters to query audit-log endpoint. type GetAuditLogOptions s...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/checks.go
// Copyright 2018 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ChecksService provides access to the Checks API in the // GitHub API. // // GitHub API docs: https://...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/git_refs.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "net/url" "strings" ) // Reference represents a GitHub reference. type Reference struct { Ref *strin...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/admin_orgs.go
// Copyright 2019 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // createOrgRequest is a subset of Organization and is used internally // by CreateOrg to pass only the ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/activity_events.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ListEvents drinks from the firehose of all public events across GitHub. // // GitHub API docs: https:...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/issue_import.go
// Copyright 2020 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "bytes" "context" "encoding/json" "fmt" "time" ) // IssueImportService handles communication with the issue import rela...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/scim.go
// Copyright 2021 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "encoding/json" "fmt" ) // SCIMService provides access to SCIM related functions in the // GitHub API. // // Gi...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/orgs_packages.go
// Copyright 2021 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // List the packages for an organization. // // GitHub API docs: https://docs.github.com/en/rest/referen...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/with_appengine.go
// Copyright 2017 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build appengine // +build appengine // This file provides glue for making github work on App Engine. package github import ( "context" "net/...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/code-scanning.go
// Copyright 2020 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "strconv" "strings" ) // CodeScanningService handles communication with the code scanning related // met...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/billing.go
// Copyright 2021 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // BillingService provides access to the billing related functions // in the GitHub API. // // GitHub AP...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/packages.go
// Copyright 2020 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github // Package represents a GitHub package. type Package struct { ID *int64 `json:"id,omitempty"` Name *...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_forks.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "encoding/json" ) // RepositoryListForksOptions specifies the optional parameters to the // Repositories...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/interactions_orgs.go
// Copyright 2019 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // GetRestrictionsForOrg fetches the interaction restrictions for an organization. // // GitHub API docs...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/enterprise_actions_runners.go
// Copyright 2020 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // CreateRegistrationToken creates a token that can be used to add a self-hosted runner. // // GitHub AP...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/issues_assignees.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ListAssignees fetches all available assignees (owners and collaborators) to // which issues may be as...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/activity_star.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "strings" ) // StarredRepository is returned by ListStarred. type StarredRepository struct { StarredAt ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/misc.go
// Copyright 2014 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "bytes" "context" "fmt" "net/url" ) // MarkdownOptions specifies optional parameters to the Markdown method. type Markdo...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/users_gpg_keys.go
// Copyright 2016 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // GPGKey represents a GitHub user's public GPG key used to verify GPG signed commits and tags. ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/activity_notifications.go
// Copyright 2014 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // Notification identifies a GitHub notification for a user. type Notification struct { ID ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/strings.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "bytes" "fmt" "io" "reflect" ) var timestampType = reflect.TypeOf(Timestamp{}) // Stringify attempts to create a reaso...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_stats.go
// Copyright 2014 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // ContributorStats represents a contributor to a repository and their // weekly contributions t...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/github.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:generate go run gen-accessors.go //go:generate go run gen-stringify-test.go package github import ( "bytes" "context" "encoding/json" "erro...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_environments.go
// Copyright 2021 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "encoding/json" "fmt" ) // Environment represents a single environment in a repository. type Environment struct...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/teams_members.go
// Copyright 2018 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // TeamListTeamMembersOptions specifies the optional parameters to the // TeamsService.ListTeamMembers m...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/reactions.go
// Copyright 2016 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "net/http" ) // ReactionsService provides access to the reactions-related functions in the // GitHub API....
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_commits.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "bytes" "context" "fmt" "net/url" "time" ) // RepositoryCommit represents a commit in a repo. // Note that it's wrappin...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_keys.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // The Key type is defined in users_keys.go // ListKeys lists the deploy keys for a repository. // // G...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/enterprise_audit_log.go
// Copyright 2021 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // GetAuditLog gets the audit-log entries for an organization. // // GitHub API docs: https://docs.githu...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_contents.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Repository contents API methods. // GitHub API docs: https://docs.github.com/en/free-pro-team@latest/rest/reference/repos/contents/ package github...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/actions.go
// Copyright 2020 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github // ActionsService handles communication with the actions related // methods of the GitHub API. // // GitHub API docs: https://docs.git...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_hooks_deliveries.go
// Copyright 2021 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "encoding/json" "fmt" ) // HookDelivery represents the data that is received from GitHub's Webhook Delivery API...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/orgs_hooks_deliveries.go
// Copyright 2021 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ListHookDeliveries lists webhook deliveries for a webhook configured in an organization. // // GitHub...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/orgs_hooks.go
// Copyright 2015 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ListHooks lists all Hooks for the specified organization. // // GitHub API docs: https://docs.github....
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/dependabot.go
// Copyright 2022 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github // DependabotService handles communication with the Dependabot related // methods of the GitHub API. // // GitHub API docs: https://do...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/timestamp.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "strconv" "time" ) // Timestamp represents a time that can be unmarshalled from a JSON string // formatted as either an RF...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/users_projects.go
// Copyright 2019 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ListProjects lists the projects for the specified user. // // GitHub API docs: https://docs.github.co...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/pulls_comments.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "strings" "time" ) // PullRequestComment represents a comment left on a pull request. type PullRequestCo...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/event_types.go
// Copyright 2016 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // These event types are shared between the Events API and used as Webhook payloads. package github import "encoding/json" // RequestedAction is in...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/teams_discussions.go
// Copyright 2018 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // TeamDiscussion represents a GitHub dicussion in a team. type TeamDiscussion struct { Author *...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/issues_comments.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // IssueComment represents a comment left on an issue. type IssueComment struct { ID *in...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/actions_artifacts.go
// Copyright 2020 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "net/http" "net/url" ) // Artifact reprents a GitHub artifact. Artifacts allow sharing // data between ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/teams_discussion_comments.go
// Copyright 2018 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // DiscussionComment represents a GitHub dicussion in a team. type DiscussionComment struct { Author ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/orgs_users_blocking.go
// Copyright 2017 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ListBlockedUsers lists all the users blocked by an organization. // // GitHub API docs: https://docs....
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/users_emails.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import "context" // UserEmail represents user's email address type UserEmail struct { Email *string `json:"email,omitempty"` P...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/pulls.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "bytes" "context" "fmt" "time" ) // PullRequestsService handles communication with the pull request related // methods o...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/issues_events.go
// Copyright 2014 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // IssueEvent represents an event that occurred around an Issue or Pull Request. type IssueEvent...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/users_followers.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ListFollowers lists the followers for a user. Passing the empty string will // fetch followers for th...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/orgs_projects.go
// Copyright 2017 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ListProjects lists the projects for an organization. // // GitHub API docs: https://docs.github.com/e...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/enterprise.go
// Copyright 2020 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github // EnterpriseService provides access to the enterprise related functions // in the GitHub API. // // GitHub API docs: https://docs.git...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/gitignore.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // GitignoresService provides access to the gitignore related functions in the // GitHub API. // // GitH...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/activity_watching.go
// Copyright 2014 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // Subscription identifies a repository or thread subscription. type Subscription struct { Subscribed *...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/interactions_repos.go
// Copyright 2018 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // GetRestrictionsForRepo fetches the interaction restrictions for a repository. // // GitHub API docs: ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_hooks.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // WebHookPayload represents the data that is received from GitHub when a push // event hook is ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/doc.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. /* Package github provides a client for using the GitHub API. Usage: import "github.com/google/go-github/v42/github" // with go modules enabled (GO...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/admin_users.go
// Copyright 2019 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // createUserRequest is a subset of User and is used internally // by CreateUser to pass only the known ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/git_commits.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "bytes" "context" "errors" "fmt" "strings" "time" "golang.org/x/crypto/openpgp" ) // SignatureVerification represent...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_comments.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // RepositoryComment represents a comment for a commit, file, or line in a repository. type Repo...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/apps_installation.go
// Copyright 2016 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "strings" ) // ListRepositories represents the response from the list repos endpoints. type ListRepositor...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/teams.go
// Copyright 2018 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "net/http" "strings" "time" ) // TeamsService provides access to the team-related functions // in the G...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_statuses.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // RepoStatus represents the status of a repository at a particular reference. type RepoStatus s...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/event.go
// Copyright 2018 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "encoding/json" "time" ) // Event represents a GitHub event. type Event struct { Type *string `json:"type,...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/authorizations.go
// Copyright 2015 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // Scope models a GitHub authorization scope. // // GitHub API docs: https://docs.github.com/en/free-pro...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/gists_comments.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // GistComment represents a Gist comment. type GistComment struct { ID *int64 `json:...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_invitations.go
// Copyright 2016 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // RepositoryInvitation represents an invitation to collaborate on a repo. type RepositoryInvitation str...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/issues_labels.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // Label represents a GitHub label on an Issue type Label struct { ID *int64 `json:"id,omitem...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/migrations_source_import.go
// Copyright 2016 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // Import represents a repository import request. type Import struct { // The URL of the originating re...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_community_health.go
// Copyright 2017 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "time" ) // Metric represents the different fields for one file in community health files. type Metric st...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/actions_secrets.go
// Copyright 2020 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "encoding/json" "fmt" "strconv" ) // PublicKey represents the public key that should be used to encrypt secret...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_prereceive_hooks.go
// Copyright 2018 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // PreReceiveHook represents a GitHub pre-receive hook for a repository. type PreReceiveHook struct { I...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_pages.go
// Copyright 2014 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // Pages represents a GitHub Pages site configuration. type Pages struct { URL *string ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/users_blocking.go
// Copyright 2017 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // ListBlockedUsers lists all the blocked users by the authenticated user. // // GitHub API docs: https:...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_releases.go
// Copyright 2013 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "errors" "fmt" "io" "mime" "net/http" "os" "path/filepath" "strings" ) // RepositoryRelease represents a ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/pulls_reviews.go
// Copyright 2016 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "errors" "fmt" "time" ) var ErrMixedCommentStyles = errors.New("cannot use both position and side/line form co...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/admin.go
// Copyright 2016 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // AdminService handles communication with the admin related methods of the // GitHub API. These API rou...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/repos_traffic.go
// Copyright 2016 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" ) // TrafficReferrer represent information about traffic from a referrer . type TrafficReferrer struct { ...
0
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42
rapidsai_public_repos/roc/vendor/github.com/google/go-github/v42/github/actions_workflow_jobs.go
// Copyright 2020 The go-github AUTHORS. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package github import ( "context" "fmt" "net/http" "net/url" ) // TaskStep represents a single task step from a sequence of tasks of a job. type...
0