Documentation ¶
Overview ¶
Code is generated by go generate. DO NOT EDIT.
Index ¶
- func GetArtifact(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetArtifactDockerFile(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetBranch(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetBranchProtection(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetCommit(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetContainerPackage(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetIssue(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetLicense(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetOrgAlertDependabot(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetOrgCollaborators(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetOrgMembers(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetOrganization(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetPackage(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetPackageDetail(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetPullRequest(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetRelease(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetRepoAlertDependabot(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetRepoCollaborators(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetRepoDeployment(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetRepoEnvironment(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetRepoRuleSet(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetRepoSBOM(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetRepoVulnerabilityAlert(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetRepository(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetRunner(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetSecret(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetTag(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetTeam(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetTeamMembers(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetUser(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetWorkflow(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func GetWorkflowRun(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListArtifact(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListArtifactDockerFile(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListBranch(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListBranchProtection(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListCommit(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListContainerPackage(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListIssue(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListLicense(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListOrgAlertDependabot(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListOrgCollaborators(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListOrgMembers(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListOrganization(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListPackage(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListPackageDetail(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListPullRequest(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListRelease(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListRepoAlertDependabot(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListRepoCollaborators(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListRepoDeployment(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListRepoEnvironment(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListRepoRuleSet(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListRepoSBOM(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListRepoVulnerabilityAlert(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListRepository(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListRunner(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListSecret(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListTag(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListTeam(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListTeamMembers(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListUser(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListWorkflow(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- func ListWorkflowRun(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateData) (interface{}, error)
- type Artifact
- type ArtifactDockerFile
- type ArtifactDockerFileHit
- type ArtifactDockerFileHits
- type ArtifactDockerFilePaginator
- type ArtifactDockerFileSearchResponse
- type ArtifactHit
- type ArtifactHits
- type ArtifactPaginator
- type ArtifactSearchResponse
- type Branch
- type BranchHit
- type BranchHits
- type BranchPaginator
- type BranchProtection
- type BranchProtectionHit
- type BranchProtectionHits
- type BranchProtectionPaginator
- type BranchProtectionSearchResponse
- type BranchSearchResponse
- type Client
- func (k Client) NewArtifactDockerFilePaginator(filters []essdk.BoolFilter, limit *int64) (ArtifactDockerFilePaginator, error)
- func (k Client) NewArtifactPaginator(filters []essdk.BoolFilter, limit *int64) (ArtifactPaginator, error)
- func (k Client) NewBranchPaginator(filters []essdk.BoolFilter, limit *int64) (BranchPaginator, error)
- func (k Client) NewBranchProtectionPaginator(filters []essdk.BoolFilter, limit *int64) (BranchProtectionPaginator, error)
- func (k Client) NewCommitPaginator(filters []essdk.BoolFilter, limit *int64) (CommitPaginator, error)
- func (k Client) NewContainerPackagePaginator(filters []essdk.BoolFilter, limit *int64) (ContainerPackagePaginator, error)
- func (k Client) NewIssuePaginator(filters []essdk.BoolFilter, limit *int64) (IssuePaginator, error)
- func (k Client) NewLicensePaginator(filters []essdk.BoolFilter, limit *int64) (LicensePaginator, error)
- func (k Client) NewOrgAlertDependabotPaginator(filters []essdk.BoolFilter, limit *int64) (OrgAlertDependabotPaginator, error)
- func (k Client) NewOrgCollaboratorsPaginator(filters []essdk.BoolFilter, limit *int64) (OrgCollaboratorsPaginator, error)
- func (k Client) NewOrgMembersPaginator(filters []essdk.BoolFilter, limit *int64) (OrgMembersPaginator, error)
- func (k Client) NewOrganizationPaginator(filters []essdk.BoolFilter, limit *int64) (OrganizationPaginator, error)
- func (k Client) NewPackageDetailPaginator(filters []essdk.BoolFilter, limit *int64) (PackageDetailPaginator, error)
- func (k Client) NewPackagePaginator(filters []essdk.BoolFilter, limit *int64) (PackagePaginator, error)
- func (k Client) NewPullRequestPaginator(filters []essdk.BoolFilter, limit *int64) (PullRequestPaginator, error)
- func (k Client) NewReleasePaginator(filters []essdk.BoolFilter, limit *int64) (ReleasePaginator, error)
- func (k Client) NewRepoAlertDependabotPaginator(filters []essdk.BoolFilter, limit *int64) (RepoAlertDependabotPaginator, error)
- func (k Client) NewRepoCollaboratorsPaginator(filters []essdk.BoolFilter, limit *int64) (RepoCollaboratorsPaginator, error)
- func (k Client) NewRepoDeploymentPaginator(filters []essdk.BoolFilter, limit *int64) (RepoDeploymentPaginator, error)
- func (k Client) NewRepoEnvironmentPaginator(filters []essdk.BoolFilter, limit *int64) (RepoEnvironmentPaginator, error)
- func (k Client) NewRepoRuleSetPaginator(filters []essdk.BoolFilter, limit *int64) (RepoRuleSetPaginator, error)
- func (k Client) NewRepoSBOMPaginator(filters []essdk.BoolFilter, limit *int64) (RepoSBOMPaginator, error)
- func (k Client) NewRepoVulnerabilityAlertPaginator(filters []essdk.BoolFilter, limit *int64) (RepoVulnerabilityAlertPaginator, error)
- func (k Client) NewRepositoryPaginator(filters []essdk.BoolFilter, limit *int64) (RepositoryPaginator, error)
- func (k Client) NewRunnerPaginator(filters []essdk.BoolFilter, limit *int64) (RunnerPaginator, error)
- func (k Client) NewSecretPaginator(filters []essdk.BoolFilter, limit *int64) (SecretPaginator, error)
- func (k Client) NewTagPaginator(filters []essdk.BoolFilter, limit *int64) (TagPaginator, error)
- func (k Client) NewTeamMembersPaginator(filters []essdk.BoolFilter, limit *int64) (TeamMembersPaginator, error)
- func (k Client) NewTeamPaginator(filters []essdk.BoolFilter, limit *int64) (TeamPaginator, error)
- func (k Client) NewUserPaginator(filters []essdk.BoolFilter, limit *int64) (UserPaginator, error)
- func (k Client) NewWorkflowPaginator(filters []essdk.BoolFilter, limit *int64) (WorkflowPaginator, error)
- func (k Client) NewWorkflowRunPaginator(filters []essdk.BoolFilter, limit *int64) (WorkflowRunPaginator, error)
- type Commit
- type CommitHit
- type CommitHits
- type CommitPaginator
- type CommitSearchResponse
- type ContainerPackage
- type ContainerPackageHit
- type ContainerPackageHits
- type ContainerPackagePaginator
- type ContainerPackageSearchResponse
- type Issue
- type IssueHit
- type IssueHits
- type IssuePaginator
- type IssueSearchResponse
- type License
- type LicenseHit
- type LicenseHits
- type LicensePaginator
- type LicenseSearchResponse
- type OrgAlertDependabot
- type OrgAlertDependabotHit
- type OrgAlertDependabotHits
- type OrgAlertDependabotPaginator
- type OrgAlertDependabotSearchResponse
- type OrgCollaborators
- type OrgCollaboratorsHit
- type OrgCollaboratorsHits
- type OrgCollaboratorsPaginator
- type OrgCollaboratorsSearchResponse
- type OrgMembers
- type OrgMembersHit
- type OrgMembersHits
- type OrgMembersPaginator
- type OrgMembersSearchResponse
- type Organization
- type OrganizationHit
- type OrganizationHits
- type OrganizationPaginator
- type OrganizationSearchResponse
- type Package
- type PackageDetail
- type PackageDetailHit
- type PackageDetailHits
- type PackageDetailPaginator
- type PackageDetailSearchResponse
- type PackageHit
- type PackageHits
- type PackagePaginator
- type PackageSearchResponse
- type PullRequest
- type PullRequestHit
- type PullRequestHits
- type PullRequestPaginator
- type PullRequestSearchResponse
- type Release
- type ReleaseHit
- type ReleaseHits
- type ReleasePaginator
- type ReleaseSearchResponse
- type RepoAlertDependabot
- type RepoAlertDependabotHit
- type RepoAlertDependabotHits
- type RepoAlertDependabotPaginator
- type RepoAlertDependabotSearchResponse
- type RepoCollaborators
- type RepoCollaboratorsHit
- type RepoCollaboratorsHits
- type RepoCollaboratorsPaginator
- type RepoCollaboratorsSearchResponse
- type RepoDeployment
- type RepoDeploymentHit
- type RepoDeploymentHits
- type RepoDeploymentPaginator
- type RepoDeploymentSearchResponse
- type RepoEnvironment
- type RepoEnvironmentHit
- type RepoEnvironmentHits
- type RepoEnvironmentPaginator
- type RepoEnvironmentSearchResponse
- type RepoRuleSet
- type RepoRuleSetHit
- type RepoRuleSetHits
- type RepoRuleSetPaginator
- type RepoRuleSetSearchResponse
- type RepoSBOM
- type RepoSBOMHit
- type RepoSBOMHits
- type RepoSBOMPaginator
- type RepoSBOMSearchResponse
- type RepoVulnerabilityAlert
- type RepoVulnerabilityAlertHit
- type RepoVulnerabilityAlertHits
- type RepoVulnerabilityAlertPaginator
- type RepoVulnerabilityAlertSearchResponse
- type Repository
- type RepositoryHit
- type RepositoryHits
- type RepositoryPaginator
- type RepositorySearchResponse
- type Runner
- type RunnerHit
- type RunnerHits
- type RunnerPaginator
- type RunnerSearchResponse
- type Secret
- type SecretHit
- type SecretHits
- type SecretPaginator
- type SecretSearchResponse
- type Tag
- type TagHit
- type TagHits
- type TagPaginator
- type TagSearchResponse
- type Team
- type TeamHit
- type TeamHits
- type TeamMembers
- type TeamMembersHit
- type TeamMembersHits
- type TeamMembersPaginator
- type TeamMembersSearchResponse
- type TeamPaginator
- type TeamSearchResponse
- type User
- type UserHit
- type UserHits
- type UserPaginator
- type UserSearchResponse
- type Workflow
- type WorkflowHit
- type WorkflowHits
- type WorkflowPaginator
- type WorkflowRun
- type WorkflowRunHit
- type WorkflowRunHits
- type WorkflowRunPaginator
- type WorkflowRunSearchResponse
- type WorkflowSearchResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetArtifact ¶
func GetArtifactDockerFile ¶ added in v0.4.0
func GetBranchProtection ¶
func GetContainerPackage ¶ added in v0.4.1
func GetLicense ¶
func GetOrgAlertDependabot ¶
func GetOrgCollaborators ¶
func GetOrgMembers ¶
func GetOrganization ¶
func GetPackage ¶ added in v0.3.0
func GetPackageDetail ¶ added in v0.4.1
func GetPullRequest ¶
func GetRelease ¶ added in v0.1.4
func GetRepoAlertDependabot ¶
func GetRepoCollaborators ¶
func GetRepoDeployment ¶
func GetRepoEnvironment ¶
func GetRepoRuleSet ¶
func GetRepoSBOM ¶
func GetRepository ¶
func GetTeamMembers ¶
func GetWorkflow ¶
func GetWorkflowRun ¶
func ListArtifact ¶
func ListArtifactDockerFile ¶ added in v0.4.0
func ListBranch ¶
func ListBranchProtection ¶
func ListCommit ¶
func ListContainerPackage ¶ added in v0.4.1
func ListLicense ¶
func ListOrgAlertDependabot ¶
func ListOrgCollaborators ¶
func ListOrgMembers ¶
func ListOrganization ¶
func ListPackage ¶ added in v0.3.0
func ListPackageDetail ¶ added in v0.4.1
func ListPullRequest ¶
func ListRelease ¶ added in v0.1.4
func ListRepoAlertDependabot ¶
func ListRepoCollaborators ¶
func ListRepoDeployment ¶
func ListRepoEnvironment ¶
func ListRepoRuleSet ¶
func ListRepoSBOM ¶
func ListRepository ¶
func ListRunner ¶
func ListSecret ¶
func ListTeamMembers ¶
func ListWorkflow ¶
func ListWorkflowRun ¶
Types ¶
type Artifact ¶
type Artifact struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.ArtifactDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type ArtifactDockerFile ¶ added in v0.4.0
type ArtifactDockerFile struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.ArtifactDockerFileDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type ArtifactDockerFileHit ¶ added in v0.4.0
type ArtifactDockerFileHits ¶ added in v0.4.0
type ArtifactDockerFileHits struct { Total essdk.SearchTotal `json:"total"` Hits []ArtifactDockerFileHit `json:"hits"` }
type ArtifactDockerFilePaginator ¶ added in v0.4.0
type ArtifactDockerFilePaginator struct {
// contains filtered or unexported fields
}
func (ArtifactDockerFilePaginator) Close ¶ added in v0.4.0
func (p ArtifactDockerFilePaginator) Close(ctx context.Context) error
func (ArtifactDockerFilePaginator) HasNext ¶ added in v0.4.0
func (p ArtifactDockerFilePaginator) HasNext() bool
func (ArtifactDockerFilePaginator) NextPage ¶ added in v0.4.0
func (p ArtifactDockerFilePaginator) NextPage(ctx context.Context) ([]ArtifactDockerFile, error)
type ArtifactDockerFileSearchResponse ¶ added in v0.4.0
type ArtifactDockerFileSearchResponse struct { PitID string `json:"pit_id"` Hits ArtifactDockerFileHits `json:"hits"` }
type ArtifactHit ¶
type ArtifactHits ¶
type ArtifactHits struct { Total essdk.SearchTotal `json:"total"` Hits []ArtifactHit `json:"hits"` }
type ArtifactPaginator ¶
type ArtifactPaginator struct {
// contains filtered or unexported fields
}
func (ArtifactPaginator) HasNext ¶
func (p ArtifactPaginator) HasNext() bool
type ArtifactSearchResponse ¶
type ArtifactSearchResponse struct { PitID string `json:"pit_id"` Hits ArtifactHits `json:"hits"` }
type Branch ¶
type Branch struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.BranchDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type BranchHits ¶
type BranchHits struct { Total essdk.SearchTotal `json:"total"` Hits []BranchHit `json:"hits"` }
type BranchPaginator ¶
type BranchPaginator struct {
// contains filtered or unexported fields
}
func (BranchPaginator) HasNext ¶
func (p BranchPaginator) HasNext() bool
type BranchProtection ¶
type BranchProtection struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.BranchProtectionDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type BranchProtectionHit ¶
type BranchProtectionHits ¶
type BranchProtectionHits struct { Total essdk.SearchTotal `json:"total"` Hits []BranchProtectionHit `json:"hits"` }
type BranchProtectionPaginator ¶
type BranchProtectionPaginator struct {
// contains filtered or unexported fields
}
func (BranchProtectionPaginator) Close ¶
func (p BranchProtectionPaginator) Close(ctx context.Context) error
func (BranchProtectionPaginator) HasNext ¶
func (p BranchProtectionPaginator) HasNext() bool
func (BranchProtectionPaginator) NextPage ¶
func (p BranchProtectionPaginator) NextPage(ctx context.Context) ([]BranchProtection, error)
type BranchProtectionSearchResponse ¶
type BranchProtectionSearchResponse struct { PitID string `json:"pit_id"` Hits BranchProtectionHits `json:"hits"` }
type BranchSearchResponse ¶
type BranchSearchResponse struct { PitID string `json:"pit_id"` Hits BranchHits `json:"hits"` }
type Client ¶
func (Client) NewArtifactDockerFilePaginator ¶ added in v0.4.0
func (k Client) NewArtifactDockerFilePaginator(filters []essdk.BoolFilter, limit *int64) (ArtifactDockerFilePaginator, error)
func (Client) NewArtifactPaginator ¶
func (k Client) NewArtifactPaginator(filters []essdk.BoolFilter, limit *int64) (ArtifactPaginator, error)
func (Client) NewBranchPaginator ¶
func (k Client) NewBranchPaginator(filters []essdk.BoolFilter, limit *int64) (BranchPaginator, error)
func (Client) NewBranchProtectionPaginator ¶
func (k Client) NewBranchProtectionPaginator(filters []essdk.BoolFilter, limit *int64) (BranchProtectionPaginator, error)
func (Client) NewCommitPaginator ¶
func (k Client) NewCommitPaginator(filters []essdk.BoolFilter, limit *int64) (CommitPaginator, error)
func (Client) NewContainerPackagePaginator ¶ added in v0.4.1
func (k Client) NewContainerPackagePaginator(filters []essdk.BoolFilter, limit *int64) (ContainerPackagePaginator, error)
func (Client) NewIssuePaginator ¶
func (k Client) NewIssuePaginator(filters []essdk.BoolFilter, limit *int64) (IssuePaginator, error)
func (Client) NewLicensePaginator ¶
func (k Client) NewLicensePaginator(filters []essdk.BoolFilter, limit *int64) (LicensePaginator, error)
func (Client) NewOrgAlertDependabotPaginator ¶
func (k Client) NewOrgAlertDependabotPaginator(filters []essdk.BoolFilter, limit *int64) (OrgAlertDependabotPaginator, error)
func (Client) NewOrgCollaboratorsPaginator ¶
func (k Client) NewOrgCollaboratorsPaginator(filters []essdk.BoolFilter, limit *int64) (OrgCollaboratorsPaginator, error)
func (Client) NewOrgMembersPaginator ¶
func (k Client) NewOrgMembersPaginator(filters []essdk.BoolFilter, limit *int64) (OrgMembersPaginator, error)
func (Client) NewOrganizationPaginator ¶
func (k Client) NewOrganizationPaginator(filters []essdk.BoolFilter, limit *int64) (OrganizationPaginator, error)
func (Client) NewPackageDetailPaginator ¶ added in v0.4.1
func (k Client) NewPackageDetailPaginator(filters []essdk.BoolFilter, limit *int64) (PackageDetailPaginator, error)
func (Client) NewPackagePaginator ¶ added in v0.3.0
func (k Client) NewPackagePaginator(filters []essdk.BoolFilter, limit *int64) (PackagePaginator, error)
func (Client) NewPullRequestPaginator ¶
func (k Client) NewPullRequestPaginator(filters []essdk.BoolFilter, limit *int64) (PullRequestPaginator, error)
func (Client) NewReleasePaginator ¶ added in v0.1.4
func (k Client) NewReleasePaginator(filters []essdk.BoolFilter, limit *int64) (ReleasePaginator, error)
func (Client) NewRepoAlertDependabotPaginator ¶
func (k Client) NewRepoAlertDependabotPaginator(filters []essdk.BoolFilter, limit *int64) (RepoAlertDependabotPaginator, error)
func (Client) NewRepoCollaboratorsPaginator ¶
func (k Client) NewRepoCollaboratorsPaginator(filters []essdk.BoolFilter, limit *int64) (RepoCollaboratorsPaginator, error)
func (Client) NewRepoDeploymentPaginator ¶
func (k Client) NewRepoDeploymentPaginator(filters []essdk.BoolFilter, limit *int64) (RepoDeploymentPaginator, error)
func (Client) NewRepoEnvironmentPaginator ¶
func (k Client) NewRepoEnvironmentPaginator(filters []essdk.BoolFilter, limit *int64) (RepoEnvironmentPaginator, error)
func (Client) NewRepoRuleSetPaginator ¶
func (k Client) NewRepoRuleSetPaginator(filters []essdk.BoolFilter, limit *int64) (RepoRuleSetPaginator, error)
func (Client) NewRepoSBOMPaginator ¶
func (k Client) NewRepoSBOMPaginator(filters []essdk.BoolFilter, limit *int64) (RepoSBOMPaginator, error)
func (Client) NewRepoVulnerabilityAlertPaginator ¶
func (k Client) NewRepoVulnerabilityAlertPaginator(filters []essdk.BoolFilter, limit *int64) (RepoVulnerabilityAlertPaginator, error)
func (Client) NewRepositoryPaginator ¶
func (k Client) NewRepositoryPaginator(filters []essdk.BoolFilter, limit *int64) (RepositoryPaginator, error)
func (Client) NewRunnerPaginator ¶
func (k Client) NewRunnerPaginator(filters []essdk.BoolFilter, limit *int64) (RunnerPaginator, error)
func (Client) NewSecretPaginator ¶
func (k Client) NewSecretPaginator(filters []essdk.BoolFilter, limit *int64) (SecretPaginator, error)
func (Client) NewTagPaginator ¶
func (k Client) NewTagPaginator(filters []essdk.BoolFilter, limit *int64) (TagPaginator, error)
func (Client) NewTeamMembersPaginator ¶
func (k Client) NewTeamMembersPaginator(filters []essdk.BoolFilter, limit *int64) (TeamMembersPaginator, error)
func (Client) NewTeamPaginator ¶
func (k Client) NewTeamPaginator(filters []essdk.BoolFilter, limit *int64) (TeamPaginator, error)
func (Client) NewUserPaginator ¶
func (k Client) NewUserPaginator(filters []essdk.BoolFilter, limit *int64) (UserPaginator, error)
func (Client) NewWorkflowPaginator ¶
func (k Client) NewWorkflowPaginator(filters []essdk.BoolFilter, limit *int64) (WorkflowPaginator, error)
func (Client) NewWorkflowRunPaginator ¶
func (k Client) NewWorkflowRunPaginator(filters []essdk.BoolFilter, limit *int64) (WorkflowRunPaginator, error)
type Commit ¶
type Commit struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.CommitDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type CommitHits ¶
type CommitHits struct { Total essdk.SearchTotal `json:"total"` Hits []CommitHit `json:"hits"` }
type CommitPaginator ¶
type CommitPaginator struct {
// contains filtered or unexported fields
}
func (CommitPaginator) HasNext ¶
func (p CommitPaginator) HasNext() bool
type CommitSearchResponse ¶
type CommitSearchResponse struct { PitID string `json:"pit_id"` Hits CommitHits `json:"hits"` }
type ContainerPackage ¶ added in v0.4.1
type ContainerPackage struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.ContainerPackageDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type ContainerPackageHit ¶ added in v0.4.1
type ContainerPackageHits ¶ added in v0.4.1
type ContainerPackageHits struct { Total essdk.SearchTotal `json:"total"` Hits []ContainerPackageHit `json:"hits"` }
type ContainerPackagePaginator ¶ added in v0.4.1
type ContainerPackagePaginator struct {
// contains filtered or unexported fields
}
func (ContainerPackagePaginator) Close ¶ added in v0.4.1
func (p ContainerPackagePaginator) Close(ctx context.Context) error
func (ContainerPackagePaginator) HasNext ¶ added in v0.4.1
func (p ContainerPackagePaginator) HasNext() bool
func (ContainerPackagePaginator) NextPage ¶ added in v0.4.1
func (p ContainerPackagePaginator) NextPage(ctx context.Context) ([]ContainerPackage, error)
type ContainerPackageSearchResponse ¶ added in v0.4.1
type ContainerPackageSearchResponse struct { PitID string `json:"pit_id"` Hits ContainerPackageHits `json:"hits"` }
type Issue ¶
type Issue struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.IssueDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type IssueHits ¶
type IssueHits struct { Total essdk.SearchTotal `json:"total"` Hits []IssueHit `json:"hits"` }
type IssuePaginator ¶
type IssuePaginator struct {
// contains filtered or unexported fields
}
func (IssuePaginator) HasNext ¶
func (p IssuePaginator) HasNext() bool
type IssueSearchResponse ¶
type License ¶
type License struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.LicenseDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type LicenseHit ¶
type LicenseHits ¶
type LicenseHits struct { Total essdk.SearchTotal `json:"total"` Hits []LicenseHit `json:"hits"` }
type LicensePaginator ¶
type LicensePaginator struct {
// contains filtered or unexported fields
}
func (LicensePaginator) HasNext ¶
func (p LicensePaginator) HasNext() bool
type LicenseSearchResponse ¶
type LicenseSearchResponse struct { PitID string `json:"pit_id"` Hits LicenseHits `json:"hits"` }
type OrgAlertDependabot ¶
type OrgAlertDependabot struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.OrgAlertDependabotDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type OrgAlertDependabotHit ¶
type OrgAlertDependabotHits ¶
type OrgAlertDependabotHits struct { Total essdk.SearchTotal `json:"total"` Hits []OrgAlertDependabotHit `json:"hits"` }
type OrgAlertDependabotPaginator ¶
type OrgAlertDependabotPaginator struct {
// contains filtered or unexported fields
}
func (OrgAlertDependabotPaginator) Close ¶
func (p OrgAlertDependabotPaginator) Close(ctx context.Context) error
func (OrgAlertDependabotPaginator) HasNext ¶
func (p OrgAlertDependabotPaginator) HasNext() bool
func (OrgAlertDependabotPaginator) NextPage ¶
func (p OrgAlertDependabotPaginator) NextPage(ctx context.Context) ([]OrgAlertDependabot, error)
type OrgAlertDependabotSearchResponse ¶
type OrgAlertDependabotSearchResponse struct { PitID string `json:"pit_id"` Hits OrgAlertDependabotHits `json:"hits"` }
type OrgCollaborators ¶
type OrgCollaborators struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.OrgCollaboratorsDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type OrgCollaboratorsHit ¶
type OrgCollaboratorsHits ¶
type OrgCollaboratorsHits struct { Total essdk.SearchTotal `json:"total"` Hits []OrgCollaboratorsHit `json:"hits"` }
type OrgCollaboratorsPaginator ¶
type OrgCollaboratorsPaginator struct {
// contains filtered or unexported fields
}
func (OrgCollaboratorsPaginator) Close ¶
func (p OrgCollaboratorsPaginator) Close(ctx context.Context) error
func (OrgCollaboratorsPaginator) HasNext ¶
func (p OrgCollaboratorsPaginator) HasNext() bool
func (OrgCollaboratorsPaginator) NextPage ¶
func (p OrgCollaboratorsPaginator) NextPage(ctx context.Context) ([]OrgCollaborators, error)
type OrgCollaboratorsSearchResponse ¶
type OrgCollaboratorsSearchResponse struct { PitID string `json:"pit_id"` Hits OrgCollaboratorsHits `json:"hits"` }
type OrgMembers ¶
type OrgMembers struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.OrgMembersDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type OrgMembersHit ¶
type OrgMembersHits ¶
type OrgMembersHits struct { Total essdk.SearchTotal `json:"total"` Hits []OrgMembersHit `json:"hits"` }
type OrgMembersPaginator ¶
type OrgMembersPaginator struct {
// contains filtered or unexported fields
}
func (OrgMembersPaginator) HasNext ¶
func (p OrgMembersPaginator) HasNext() bool
func (OrgMembersPaginator) NextPage ¶
func (p OrgMembersPaginator) NextPage(ctx context.Context) ([]OrgMembers, error)
type OrgMembersSearchResponse ¶
type OrgMembersSearchResponse struct { PitID string `json:"pit_id"` Hits OrgMembersHits `json:"hits"` }
type Organization ¶
type Organization struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.OrganizationDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type OrganizationHit ¶
type OrganizationHits ¶
type OrganizationHits struct { Total essdk.SearchTotal `json:"total"` Hits []OrganizationHit `json:"hits"` }
type OrganizationPaginator ¶
type OrganizationPaginator struct {
// contains filtered or unexported fields
}
func (OrganizationPaginator) Close ¶
func (p OrganizationPaginator) Close(ctx context.Context) error
func (OrganizationPaginator) HasNext ¶
func (p OrganizationPaginator) HasNext() bool
func (OrganizationPaginator) NextPage ¶
func (p OrganizationPaginator) NextPage(ctx context.Context) ([]Organization, error)
type OrganizationSearchResponse ¶
type OrganizationSearchResponse struct { PitID string `json:"pit_id"` Hits OrganizationHits `json:"hits"` }
type Package ¶ added in v0.3.0
type Package struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.PackageDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type PackageDetail ¶ added in v0.4.1
type PackageDetail struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.PackageDetailDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type PackageDetailHit ¶ added in v0.4.1
type PackageDetailHits ¶ added in v0.4.1
type PackageDetailHits struct { Total essdk.SearchTotal `json:"total"` Hits []PackageDetailHit `json:"hits"` }
type PackageDetailPaginator ¶ added in v0.4.1
type PackageDetailPaginator struct {
// contains filtered or unexported fields
}
func (PackageDetailPaginator) Close ¶ added in v0.4.1
func (p PackageDetailPaginator) Close(ctx context.Context) error
func (PackageDetailPaginator) HasNext ¶ added in v0.4.1
func (p PackageDetailPaginator) HasNext() bool
func (PackageDetailPaginator) NextPage ¶ added in v0.4.1
func (p PackageDetailPaginator) NextPage(ctx context.Context) ([]PackageDetail, error)
type PackageDetailSearchResponse ¶ added in v0.4.1
type PackageDetailSearchResponse struct { PitID string `json:"pit_id"` Hits PackageDetailHits `json:"hits"` }
type PackageHit ¶ added in v0.3.0
type PackageHits ¶ added in v0.3.0
type PackageHits struct { Total essdk.SearchTotal `json:"total"` Hits []PackageHit `json:"hits"` }
type PackagePaginator ¶ added in v0.3.0
type PackagePaginator struct {
// contains filtered or unexported fields
}
func (PackagePaginator) Close ¶ added in v0.3.0
func (p PackagePaginator) Close(ctx context.Context) error
func (PackagePaginator) HasNext ¶ added in v0.3.0
func (p PackagePaginator) HasNext() bool
type PackageSearchResponse ¶ added in v0.3.0
type PackageSearchResponse struct { PitID string `json:"pit_id"` Hits PackageHits `json:"hits"` }
type PullRequest ¶
type PullRequest struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.PullRequestDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type PullRequestHit ¶
type PullRequestHits ¶
type PullRequestHits struct { Total essdk.SearchTotal `json:"total"` Hits []PullRequestHit `json:"hits"` }
type PullRequestPaginator ¶
type PullRequestPaginator struct {
// contains filtered or unexported fields
}
func (PullRequestPaginator) HasNext ¶
func (p PullRequestPaginator) HasNext() bool
func (PullRequestPaginator) NextPage ¶
func (p PullRequestPaginator) NextPage(ctx context.Context) ([]PullRequest, error)
type PullRequestSearchResponse ¶
type PullRequestSearchResponse struct { PitID string `json:"pit_id"` Hits PullRequestHits `json:"hits"` }
type Release ¶ added in v0.1.4
type Release struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.ReleaseDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type ReleaseHit ¶ added in v0.1.4
type ReleaseHits ¶ added in v0.1.4
type ReleaseHits struct { Total essdk.SearchTotal `json:"total"` Hits []ReleaseHit `json:"hits"` }
type ReleasePaginator ¶ added in v0.1.4
type ReleasePaginator struct {
// contains filtered or unexported fields
}
func (ReleasePaginator) Close ¶ added in v0.1.4
func (p ReleasePaginator) Close(ctx context.Context) error
func (ReleasePaginator) HasNext ¶ added in v0.1.4
func (p ReleasePaginator) HasNext() bool
type ReleaseSearchResponse ¶ added in v0.1.4
type ReleaseSearchResponse struct { PitID string `json:"pit_id"` Hits ReleaseHits `json:"hits"` }
type RepoAlertDependabot ¶
type RepoAlertDependabot struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.RepoAlertDependabotDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type RepoAlertDependabotHit ¶
type RepoAlertDependabotHits ¶
type RepoAlertDependabotHits struct { Total essdk.SearchTotal `json:"total"` Hits []RepoAlertDependabotHit `json:"hits"` }
type RepoAlertDependabotPaginator ¶
type RepoAlertDependabotPaginator struct {
// contains filtered or unexported fields
}
func (RepoAlertDependabotPaginator) Close ¶
func (p RepoAlertDependabotPaginator) Close(ctx context.Context) error
func (RepoAlertDependabotPaginator) HasNext ¶
func (p RepoAlertDependabotPaginator) HasNext() bool
func (RepoAlertDependabotPaginator) NextPage ¶
func (p RepoAlertDependabotPaginator) NextPage(ctx context.Context) ([]RepoAlertDependabot, error)
type RepoAlertDependabotSearchResponse ¶
type RepoAlertDependabotSearchResponse struct { PitID string `json:"pit_id"` Hits RepoAlertDependabotHits `json:"hits"` }
type RepoCollaborators ¶
type RepoCollaborators struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.RepoCollaboratorsDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type RepoCollaboratorsHit ¶
type RepoCollaboratorsHits ¶
type RepoCollaboratorsHits struct { Total essdk.SearchTotal `json:"total"` Hits []RepoCollaboratorsHit `json:"hits"` }
type RepoCollaboratorsPaginator ¶
type RepoCollaboratorsPaginator struct {
// contains filtered or unexported fields
}
func (RepoCollaboratorsPaginator) Close ¶
func (p RepoCollaboratorsPaginator) Close(ctx context.Context) error
func (RepoCollaboratorsPaginator) HasNext ¶
func (p RepoCollaboratorsPaginator) HasNext() bool
func (RepoCollaboratorsPaginator) NextPage ¶
func (p RepoCollaboratorsPaginator) NextPage(ctx context.Context) ([]RepoCollaborators, error)
type RepoCollaboratorsSearchResponse ¶
type RepoCollaboratorsSearchResponse struct { PitID string `json:"pit_id"` Hits RepoCollaboratorsHits `json:"hits"` }
type RepoDeployment ¶
type RepoDeployment struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.RepoDeploymentDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type RepoDeploymentHit ¶
type RepoDeploymentHits ¶
type RepoDeploymentHits struct { Total essdk.SearchTotal `json:"total"` Hits []RepoDeploymentHit `json:"hits"` }
type RepoDeploymentPaginator ¶
type RepoDeploymentPaginator struct {
// contains filtered or unexported fields
}
func (RepoDeploymentPaginator) Close ¶
func (p RepoDeploymentPaginator) Close(ctx context.Context) error
func (RepoDeploymentPaginator) HasNext ¶
func (p RepoDeploymentPaginator) HasNext() bool
func (RepoDeploymentPaginator) NextPage ¶
func (p RepoDeploymentPaginator) NextPage(ctx context.Context) ([]RepoDeployment, error)
type RepoDeploymentSearchResponse ¶
type RepoDeploymentSearchResponse struct { PitID string `json:"pit_id"` Hits RepoDeploymentHits `json:"hits"` }
type RepoEnvironment ¶
type RepoEnvironment struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.RepoEnvironmentDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type RepoEnvironmentHit ¶
type RepoEnvironmentHits ¶
type RepoEnvironmentHits struct { Total essdk.SearchTotal `json:"total"` Hits []RepoEnvironmentHit `json:"hits"` }
type RepoEnvironmentPaginator ¶
type RepoEnvironmentPaginator struct {
// contains filtered or unexported fields
}
func (RepoEnvironmentPaginator) Close ¶
func (p RepoEnvironmentPaginator) Close(ctx context.Context) error
func (RepoEnvironmentPaginator) HasNext ¶
func (p RepoEnvironmentPaginator) HasNext() bool
func (RepoEnvironmentPaginator) NextPage ¶
func (p RepoEnvironmentPaginator) NextPage(ctx context.Context) ([]RepoEnvironment, error)
type RepoEnvironmentSearchResponse ¶
type RepoEnvironmentSearchResponse struct { PitID string `json:"pit_id"` Hits RepoEnvironmentHits `json:"hits"` }
type RepoRuleSet ¶
type RepoRuleSet struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.RepoRuleSetDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type RepoRuleSetHit ¶
type RepoRuleSetHits ¶
type RepoRuleSetHits struct { Total essdk.SearchTotal `json:"total"` Hits []RepoRuleSetHit `json:"hits"` }
type RepoRuleSetPaginator ¶
type RepoRuleSetPaginator struct {
// contains filtered or unexported fields
}
func (RepoRuleSetPaginator) HasNext ¶
func (p RepoRuleSetPaginator) HasNext() bool
func (RepoRuleSetPaginator) NextPage ¶
func (p RepoRuleSetPaginator) NextPage(ctx context.Context) ([]RepoRuleSet, error)
type RepoRuleSetSearchResponse ¶
type RepoRuleSetSearchResponse struct { PitID string `json:"pit_id"` Hits RepoRuleSetHits `json:"hits"` }
type RepoSBOM ¶
type RepoSBOM struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.RepoSBOMDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type RepoSBOMHit ¶
type RepoSBOMHits ¶
type RepoSBOMHits struct { Total essdk.SearchTotal `json:"total"` Hits []RepoSBOMHit `json:"hits"` }
type RepoSBOMPaginator ¶
type RepoSBOMPaginator struct {
// contains filtered or unexported fields
}
func (RepoSBOMPaginator) HasNext ¶
func (p RepoSBOMPaginator) HasNext() bool
type RepoSBOMSearchResponse ¶
type RepoSBOMSearchResponse struct { PitID string `json:"pit_id"` Hits RepoSBOMHits `json:"hits"` }
type RepoVulnerabilityAlert ¶
type RepoVulnerabilityAlert struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.RepoVulnerabilityAlertDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type RepoVulnerabilityAlertHits ¶
type RepoVulnerabilityAlertHits struct { Total essdk.SearchTotal `json:"total"` Hits []RepoVulnerabilityAlertHit `json:"hits"` }
type RepoVulnerabilityAlertPaginator ¶
type RepoVulnerabilityAlertPaginator struct {
// contains filtered or unexported fields
}
func (RepoVulnerabilityAlertPaginator) Close ¶
func (p RepoVulnerabilityAlertPaginator) Close(ctx context.Context) error
func (RepoVulnerabilityAlertPaginator) HasNext ¶
func (p RepoVulnerabilityAlertPaginator) HasNext() bool
func (RepoVulnerabilityAlertPaginator) NextPage ¶
func (p RepoVulnerabilityAlertPaginator) NextPage(ctx context.Context) ([]RepoVulnerabilityAlert, error)
type RepoVulnerabilityAlertSearchResponse ¶
type RepoVulnerabilityAlertSearchResponse struct { PitID string `json:"pit_id"` Hits RepoVulnerabilityAlertHits `json:"hits"` }
type Repository ¶
type Repository struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.RepositoryDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type RepositoryHit ¶
type RepositoryHits ¶
type RepositoryHits struct { Total essdk.SearchTotal `json:"total"` Hits []RepositoryHit `json:"hits"` }
type RepositoryPaginator ¶
type RepositoryPaginator struct {
// contains filtered or unexported fields
}
func (RepositoryPaginator) HasNext ¶
func (p RepositoryPaginator) HasNext() bool
func (RepositoryPaginator) NextPage ¶
func (p RepositoryPaginator) NextPage(ctx context.Context) ([]Repository, error)
type RepositorySearchResponse ¶
type RepositorySearchResponse struct { PitID string `json:"pit_id"` Hits RepositoryHits `json:"hits"` }
type Runner ¶
type Runner struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.RunnerDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type RunnerHits ¶
type RunnerHits struct { Total essdk.SearchTotal `json:"total"` Hits []RunnerHit `json:"hits"` }
type RunnerPaginator ¶
type RunnerPaginator struct {
// contains filtered or unexported fields
}
func (RunnerPaginator) HasNext ¶
func (p RunnerPaginator) HasNext() bool
type RunnerSearchResponse ¶
type RunnerSearchResponse struct { PitID string `json:"pit_id"` Hits RunnerHits `json:"hits"` }
type Secret ¶
type Secret struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.SecretDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type SecretHits ¶
type SecretHits struct { Total essdk.SearchTotal `json:"total"` Hits []SecretHit `json:"hits"` }
type SecretPaginator ¶
type SecretPaginator struct {
// contains filtered or unexported fields
}
func (SecretPaginator) HasNext ¶
func (p SecretPaginator) HasNext() bool
type SecretSearchResponse ¶
type SecretSearchResponse struct { PitID string `json:"pit_id"` Hits SecretHits `json:"hits"` }
type Tag ¶
type Tag struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.TagDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type TagHits ¶
type TagHits struct { Total essdk.SearchTotal `json:"total"` Hits []TagHit `json:"hits"` }
type TagPaginator ¶
type TagPaginator struct {
// contains filtered or unexported fields
}
func (TagPaginator) HasNext ¶
func (p TagPaginator) HasNext() bool
type TagSearchResponse ¶
type Team ¶
type Team struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.TeamDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type TeamHits ¶
type TeamHits struct { Total essdk.SearchTotal `json:"total"` Hits []TeamHit `json:"hits"` }
type TeamMembers ¶
type TeamMembers struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.TeamMembersDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type TeamMembersHit ¶
type TeamMembersHits ¶
type TeamMembersHits struct { Total essdk.SearchTotal `json:"total"` Hits []TeamMembersHit `json:"hits"` }
type TeamMembersPaginator ¶
type TeamMembersPaginator struct {
// contains filtered or unexported fields
}
func (TeamMembersPaginator) HasNext ¶
func (p TeamMembersPaginator) HasNext() bool
func (TeamMembersPaginator) NextPage ¶
func (p TeamMembersPaginator) NextPage(ctx context.Context) ([]TeamMembers, error)
type TeamMembersSearchResponse ¶
type TeamMembersSearchResponse struct { PitID string `json:"pit_id"` Hits TeamMembersHits `json:"hits"` }
type TeamPaginator ¶
type TeamPaginator struct {
// contains filtered or unexported fields
}
func (TeamPaginator) HasNext ¶
func (p TeamPaginator) HasNext() bool
type TeamSearchResponse ¶
type User ¶
type User struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.UserDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type UserHits ¶
type UserHits struct { Total essdk.SearchTotal `json:"total"` Hits []UserHit `json:"hits"` }
type UserPaginator ¶
type UserPaginator struct {
// contains filtered or unexported fields
}
func (UserPaginator) HasNext ¶
func (p UserPaginator) HasNext() bool
type UserSearchResponse ¶
type Workflow ¶
type Workflow struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.WorkflowDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type WorkflowHit ¶
type WorkflowHits ¶
type WorkflowHits struct { Total essdk.SearchTotal `json:"total"` Hits []WorkflowHit `json:"hits"` }
type WorkflowPaginator ¶
type WorkflowPaginator struct {
// contains filtered or unexported fields
}
func (WorkflowPaginator) HasNext ¶
func (p WorkflowPaginator) HasNext() bool
type WorkflowRun ¶
type WorkflowRun struct { ResourceID string `json:"resource_id"` PlatformID string `json:"platform_id"` Description github.WorkflowRunDescription `json:"Description"` Metadata github.Metadata `json:"metadata"` DescribedBy string `json:"described_by"` ResourceType string `json:"resource_type"` IntegrationType string `json:"integration_type"` IntegrationID string `json:"integration_id"` }
type WorkflowRunHit ¶
type WorkflowRunHits ¶
type WorkflowRunHits struct { Total essdk.SearchTotal `json:"total"` Hits []WorkflowRunHit `json:"hits"` }
type WorkflowRunPaginator ¶
type WorkflowRunPaginator struct {
// contains filtered or unexported fields
}
func (WorkflowRunPaginator) HasNext ¶
func (p WorkflowRunPaginator) HasNext() bool
func (WorkflowRunPaginator) NextPage ¶
func (p WorkflowRunPaginator) NextPage(ctx context.Context) ([]WorkflowRun, error)
type WorkflowRunSearchResponse ¶
type WorkflowRunSearchResponse struct { PitID string `json:"pit_id"` Hits WorkflowRunHits `json:"hits"` }
type WorkflowSearchResponse ¶
type WorkflowSearchResponse struct { PitID string `json:"pit_id"` Hits WorkflowHits `json:"hits"` }
Click to show internal directories.
Click to hide internal directories.