Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigInstance ¶
func ConfigInstance() interface{}
func GetConfig ¶
func GetConfig(connection *plugin.Connection) githubConfig
GetConfig :: retrieve and cast connection config from query data
Types ¶
type CollaboratorEdge ¶
type CollaboratorEdge struct { Permission githubv4.RepositoryPermission `graphql:"permission @include(if:$includeOCPermission)" json:"permission"` Node models.CollaboratorLogin `graphql:"node @include(if:$includeOCNode)" json:"node"` }
type FileContent ¶
type OrgCollaborators ¶
type OrgCollaborators struct { RepositoryName githubv4.String Permission githubv4.RepositoryPermission Node models.CollaboratorLogin }
type RepositoryCollaborator ¶
type RepositoryCollaborator struct { Permission githubv4.RepositoryPermission Node models.BasicUser }
Source Files ¶
- branch_utils.go
- common_column.go
- connection_config.go
- errors.go
- issue_pr_utils.go
- license_utils.go
- organization_utils.go
- plugin.go
- rate_limit_utils.go
- repo_utils.go
- table_github_actions_artifact.go
- table_github_actions_runner.go
- table_github_actions_secret.go
- table_github_actions_workflow_run.go
- table_github_artifact_dockerfile.go
- table_github_branch.go
- table_github_branch_protection.go
- table_github_commit.go
- table_github_container_package.go
- table_github_issue.go
- table_github_license.go
- table_github_maven_package.go
- table_github_npm_package.go
- table_github_nuget_package.go
- table_github_organization.go
- table_github_organization_collaborator.go
- table_github_organization_dependabot_alert.go
- table_github_organization_member.go
- table_github_organization_team.go
- table_github_pull_request.go
- table_github_pull_request_comment.go
- table_github_pull_request_review.go
- table_github_release.go
- table_github_repository.go
- table_github_repository_collaborator.go
- table_github_repository_dependabot_alert.go
- table_github_repository_deployment.go
- table_github_repository_environment.go
- table_github_repository_ruleset.go
- table_github_repository_sbom.go
- table_github_repository_vulnerability_alert.go
- table_github_tag.go
- table_github_team_member.go
- table_github_user.go
- table_github_workflow.go
- utils.go
Click to show internal directories.
Click to hide internal directories.