Documentation ¶
Index ¶
- func GetAllArtifacts(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllAuditLogs(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllBlobs(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllBranchProtections(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllBranches(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllCommits(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllCommunityProfiles(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllExternalIdentities(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllIssueComments(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllMembers(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllOrganizationsCollaborators(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllOrganizationsDependabotAlerts(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllPullRequests(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllRepositoriesCollaborators(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllRepositoriesDependabotAlerts(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllRepositoriesDeployments(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllRepositoriesEnvironments(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllRepositoriesRuleSets(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllRepositoriesSBOMs(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllRepositoriesVulnerabilities(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllRunners(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllSecrets(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllStargazers(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllTags(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllTeamsMembers(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllTeamsRepositories(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllTrafficViewDailies(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllTrafficViewWeeklies(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllTrees(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllWorkflowRuns(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetAllWorkflows(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetBlob(ctx context.Context, githubClient GitHubClient, owner, repo, sha string) (*models.Resource, error)
- func GetGitIgnoreTemplateList(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetGitignoreTemplate(ctx context.Context, githubClient GitHubClient, gitIgnoreName string) (*models.Resource, error)
- func GetIssueList(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetLicenseList(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetLoggerFromContext(ctx context.Context) *zap.Logger
- func GetOrganizationAdditionalData(ctx context.Context, client *github.Client, ...) (*github.Organization, error)
- func GetOrganizationCollaborators(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetOrganizationDependabotAlerts(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetOrganizationExternalIdentities(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetOrganizationHooks(ctx context.Context, client *github.Client, ...) ([]*github.Hook, error)
- func GetOrganizationList(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetOrganizationMembers(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetParameterFromContext(ctx context.Context, key string) any
- func GetReleaseList(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetRepoWorkflowRun(ctx context.Context, client *github.Client, organizationName string, ...) (*models.Resource, error)
- func GetRepositoryAdditionalData(ctx context.Context, client *github.Client, organizationName string, ...) (*github.Repository, error)
- func GetRepositoryArtifacts(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryAuditLog(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryBlobs(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryBranchProtections(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryBranches(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryCollaborators(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryCommits(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryCommunityProfiles(ctx context.Context, githubClient GitHubClient, owner, repo string) (*models.Resource, error)
- func GetRepositoryDependabotAlerts(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryDeployments(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryEnvironments(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryHooks(ctx context.Context, client *github.Client, organizationName string, ...) ([]*github.Hook, error)
- func GetRepositoryIssueComments(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryList(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetRepositoryPullRequests(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryRuleSets(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryRunners(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositorySBOMs(ctx context.Context, githubClient GitHubClient, owner, repo string) (*models.Resource, error)
- func GetRepositorySecrets(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryTags(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryTrafficViewDailies(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryTrafficViewWeeklies(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryTrees(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryVulnerabilities(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryWorkflowRuns(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetRepositoryWorkflows(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetStarList(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetStargazers(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, ...) ([]models.Resource, error)
- func GetTeamList(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetTeamRepositories(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func GetTriggerTypeFromContext(ctx context.Context) enums.DescribeTriggerType
- func GetUser(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func ListCodeOwners(ctx context.Context, githubClient GitHubClient, organizationName string, ...) ([]models.Resource, error)
- func WithLogger(ctx context.Context, logger *zap.Logger) context.Context
- func WithTriggerType(ctx context.Context, tt enums.DescribeTriggerType) context.Context
- type CollaboratorEdge
- type FileContent
- type GitHubClient
- type JSONAllFieldsMarshaller
- type Stargazer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllArtifacts ¶
func GetAllArtifacts(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllAuditLogs ¶
func GetAllAuditLogs(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllBlobs ¶
func GetAllBlobs(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllBranchProtections ¶
func GetAllBranchProtections(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllBranches ¶
func GetAllBranches(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllCommits ¶
func GetAllCommits(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllCommunityProfiles ¶
func GetAllCommunityProfiles(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllExternalIdentities ¶
func GetAllExternalIdentities(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllIssueComments ¶
func GetAllIssueComments(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllMembers ¶
func GetAllMembers(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllOrganizationsCollaborators ¶
func GetAllOrganizationsCollaborators(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllOrganizationsDependabotAlerts ¶
func GetAllOrganizationsDependabotAlerts(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllPullRequests ¶
func GetAllPullRequests(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllRepositoriesCollaborators ¶
func GetAllRepositoriesCollaborators(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllRepositoriesDependabotAlerts ¶
func GetAllRepositoriesDependabotAlerts(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllRepositoriesDeployments ¶
func GetAllRepositoriesDeployments(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllRepositoriesEnvironments ¶
func GetAllRepositoriesEnvironments(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllRepositoriesRuleSets ¶
func GetAllRepositoriesRuleSets(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllRepositoriesSBOMs ¶
func GetAllRepositoriesSBOMs(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllRepositoriesVulnerabilities ¶
func GetAllRepositoriesVulnerabilities(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllRunners ¶
func GetAllRunners(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllSecrets ¶
func GetAllSecrets(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllStargazers ¶
func GetAllStargazers(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllTags ¶
func GetAllTags(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllTeamsMembers ¶
func GetAllTeamsMembers(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllTeamsRepositories ¶
func GetAllTeamsRepositories(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllTrafficViewDailies ¶
func GetAllTrafficViewDailies(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllTrafficViewWeeklies ¶
func GetAllTrafficViewWeeklies(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllTrees ¶
func GetAllTrees(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllWorkflowRuns ¶
func GetAllWorkflowRuns(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetAllWorkflows ¶
func GetAllWorkflows(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetGitIgnoreTemplateList ¶
func GetGitIgnoreTemplateList(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetGitignoreTemplate ¶
func GetIssueList ¶
func GetIssueList(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetLicenseList ¶
func GetLicenseList(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetOrganizationAdditionalData ¶
func GetOrganizationAdditionalData(ctx context.Context, client *github.Client, org steampipemodels.OrganizationWithCounts) (*github.Organization, error)
func GetOrganizationCollaborators ¶
func GetOrganizationCollaborators(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, org string) ([]models.Resource, error)
func GetOrganizationDependabotAlerts ¶
func GetOrganizationDependabotAlerts(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, org string) ([]models.Resource, error)
func GetOrganizationExternalIdentities ¶
func GetOrganizationExternalIdentities(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, org string) ([]models.Resource, error)
func GetOrganizationHooks ¶
func GetOrganizationHooks(ctx context.Context, client *github.Client, org steampipemodels.OrganizationWithCounts) ([]*github.Hook, error)
func GetOrganizationList ¶
func GetOrganizationList(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetOrganizationMembers ¶
func GetOrganizationMembers(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, org string) ([]models.Resource, error)
func GetReleaseList ¶ added in v0.1.4
func GetReleaseList(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetRepoWorkflowRun ¶
func GetRepositoryArtifacts ¶
func GetRepositoryArtifacts(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryAuditLog ¶
func GetRepositoryAuditLog(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, org string) ([]models.Resource, error)
func GetRepositoryBlobs ¶
func GetRepositoryBlobs(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryBranchProtections ¶
func GetRepositoryBranchProtections(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryBranches ¶
func GetRepositoryBranches(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryCollaborators ¶
func GetRepositoryCollaborators(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryCommits ¶
func GetRepositoryCommits(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryDependabotAlerts ¶
func GetRepositoryDependabotAlerts(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryDeployments ¶
func GetRepositoryDeployments(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryEnvironments ¶
func GetRepositoryEnvironments(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryHooks ¶
func GetRepositoryIssueComments ¶
func GetRepositoryIssueComments(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string, issueNumber int) ([]models.Resource, error)
func GetRepositoryList ¶
func GetRepositoryList(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetRepositoryPullRequests ¶
func GetRepositoryPullRequests(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryRuleSets ¶
func GetRepositoryRuleSets(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryRunners ¶
func GetRepositoryRunners(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositorySBOMs ¶
func GetRepositorySecrets ¶
func GetRepositorySecrets(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryTags ¶
func GetRepositoryTags(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryTrafficViewDailies ¶
func GetRepositoryTrafficViewDailies(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryTrafficViewWeeklies ¶
func GetRepositoryTrafficViewWeeklies(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryTrees ¶
func GetRepositoryTrees(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryVulnerabilities ¶
func GetRepositoryVulnerabilities(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryWorkflowRuns ¶
func GetRepositoryWorkflowRuns(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetRepositoryWorkflows ¶
func GetRepositoryWorkflows(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetStarList ¶
func GetStarList(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetStargazers ¶
func GetStargazers(ctx context.Context, githubClient GitHubClient, stream *models.StreamSender, owner, repo string) ([]models.Resource, error)
func GetTeamList ¶
func GetTeamList(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func GetTeamRepositories ¶
func GetTeamRepositories(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender, org, slug string) ([]models.Resource, error)
func GetTriggerTypeFromContext ¶
func GetTriggerTypeFromContext(ctx context.Context) enums.DescribeTriggerType
func GetUser ¶
func GetUser(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func ListCodeOwners ¶ added in v0.1.4
func ListCodeOwners(ctx context.Context, githubClient GitHubClient, organizationName string, stream *models.StreamSender) ([]models.Resource, error)
func WithTriggerType ¶
Types ¶
type CollaboratorEdge ¶
type CollaboratorEdge struct { Permission githubv4.RepositoryPermission `graphql:"permission @include(if:$includeOCPermission)" json:"permission"` Node steampipemodels.CollaboratorLogin `graphql:"node @include(if:$includeOCNode)" json:"node"` }
type FileContent ¶
type GitHubClient ¶
GitHubClient custom struct for defining both rest and graphql clients
type JSONAllFieldsMarshaller ¶
type JSONAllFieldsMarshaller struct {
Value interface{}
}
func (JSONAllFieldsMarshaller) MarshalJSON ¶
func (x JSONAllFieldsMarshaller) MarshalJSON() (res []byte, err error)
func (*JSONAllFieldsMarshaller) UnmarshalJSON ¶
func (x *JSONAllFieldsMarshaller) UnmarshalJSON(data []byte) (err error)
type Stargazer ¶
type Stargazer struct { StarredAt steampipemodels.NullableTime `graphql:"starredAt @include(if:$includeStargazerStarredAt)" json:"starred_at"` Node steampipemodels.BasicUser `graphql:"node @include(if:$includeStargazerNode)" json:"node"` }
Source Files ¶
- action_artifact.go
- action_repository_runner.go
- action_repository_secret.go
- action_repository_workflow_run.go
- audit_log.go
- blob.go
- branch.go
- branch_protection.go
- code_owner.go
- commit.go
- community_profile.go
- context.go
- gitignore.go
- issue.go
- issue_comment.go
- json_all_fields_marshaller.go
- license.go
- organization.go
- organization_collaborators.go
- organization_dependabot_alert.go
- organization_external_identity.go
- organization_member.go
- pull_request.go
- release.go
- repository.go
- repository_collaborators.go
- repository_dependabot_alert.go
- repository_deployment.go
- repository_environment.go
- repository_ruleset.go
- repository_sbom.go
- repository_vulnerability_alert.go
- star.go
- stargazer.go
- tag.go
- team.go
- team_member.go
- team_repository.go
- traffic_view_daily.go
- traffic_view_weekly.go
- tree.go
- user.go
- utils.go
- workflow.go
Click to show internal directories.
Click to hide internal directories.