Documentation ¶
Index ¶
- func ConfigInstance() interface{}
- func GetConfig(connection *plugin.Connection) githubConfig
- func GitHubWorkflowFileContent(ctx context.Context, d *plugin.QueryData, h *plugin.HydrateData) (interface{}, error)
- func HasValue(_ context.Context, input *transform.TransformData) (interface{}, error)
- func LabelTransform(ctx context.Context, input *transform.TransformData) (interface{}, error)
- func Plugin(ctx context.Context) *plugin.Plugin
- type CodeOwnerRule
- type CollaboratorEdge
- type ContentInfo
- type FileContent
- type OrgCollaborators
- type RepositoryCollaborator
- type Stargazer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigInstance ¶ added in v0.1.0
func ConfigInstance() interface{}
func GetConfig ¶ added in v0.1.0
func GetConfig(connection *plugin.Connection) githubConfig
GetConfig :: retrieve and cast connection config from query data
func GitHubWorkflowFileContent ¶ added in v0.19.0
func HasValue ¶ added in v0.28.0
func HasValue(_ context.Context, input *transform.TransformData) (interface{}, error)
HasValue Note: if useful to other tables, move to utils.go
func LabelTransform ¶ added in v0.30.1
func LabelTransform(ctx context.Context, input *transform.TransformData) (interface{}, error)
Types ¶
type CodeOwnerRule ¶ added in v0.22.0
type CollaboratorEdge ¶ added in v0.40.0
type CollaboratorEdge struct { Permission githubv4.RepositoryPermission `graphql:"permission @include(if:$includeOCPermission)" json:"permission"` Node models.CollaboratorLogin `graphql:"node @include(if:$includeOCNode)" json:"node"` }
type ContentInfo ¶ added in v0.41.0
type FileContent ¶ added in v0.42.0
type OrgCollaborators ¶ added in v0.40.0
type OrgCollaborators struct { RepositoryName githubv4.String Permission githubv4.RepositoryPermission Node models.CollaboratorLogin }
type RepositoryCollaborator ¶ added in v0.38.0
type RepositoryCollaborator struct { Permission githubv4.RepositoryPermission Node models.BasicUser }
Source Files ¶
- branch_utils.go
- commit_utils.go
- common_column.go
- community_profile_utils.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
- star_utils.go
- stargazer_utils.go
- table_github_actions_artifact.go
- table_github_actions_repository_runner.go
- table_github_actions_repository_secret.go
- table_github_actions_repository_workflow_run.go
- table_github_audit_log.go
- table_github_blob.go
- table_github_branch.go
- table_github_branch_protection.go
- table_github_code_owner.go
- table_github_commit.go
- table_github_community_profile.go
- table_github_gist.go
- table_github_gitignore.go
- table_github_issue.go
- table_github_issue_comment.go
- table_github_license.go
- table_github_my_gist.go
- table_github_my_issue.go
- table_github_my_organization.go
- table_github_my_repository.go
- table_github_my_star.go
- table_github_my_team.go
- table_github_organization.go
- table_github_organization_collaborators.go
- table_github_organization_dependabot_alert.go
- table_github_organization_external_identity.go
- table_github_organization_member.go
- table_github_pull_request.go
- table_github_pull_request_comment.go
- table_github_pull_request_review.go
- table_github_rate_limit.go
- table_github_rate_limit_graphql.go
- table_github_release.go
- table_github_repository.go
- table_github_repository_collaborator.go
- table_github_repository_content.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_search_code.go
- table_github_search_commit.go
- table_github_search_issue.go
- table_github_search_label.go
- table_github_search_pull_request.go
- table_github_search_repository.go
- table_github_search_topic.go
- table_github_search_user.go
- table_github_stargazer.go
- table_github_tag.go
- table_github_team.go
- table_github_team_member.go
- table_github_team_repository.go
- table_github_traffic_view_daily.go
- table_github_traffic_view_weekly.go
- table_github_tree.go
- table_github_user.go
- table_github_workflow.go
- tag_utils.go
- team_utils.go
- user_utils.go
- utils.go
Click to show internal directories.
Click to hide internal directories.