mock_v1

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package mock_v1 is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockArtifactProvider

type MockArtifactProvider struct {
	// contains filtered or unexported fields
}

MockArtifactProvider is a mock of ArtifactProvider interface.

func NewMockArtifactProvider

func NewMockArtifactProvider(ctrl *gomock.Controller) *MockArtifactProvider

NewMockArtifactProvider creates a new mock instance.

func (*MockArtifactProvider) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockArtifactProvider) GetArtifactVersions

func (m *MockArtifactProvider) GetArtifactVersions(ctx context.Context, artifact *v10.Artifact, filter v11.GetArtifactVersionsFilter) ([]*v10.ArtifactVersion, error)

GetArtifactVersions mocks base method.

type MockArtifactProviderMockRecorder

type MockArtifactProviderMockRecorder struct {
	// contains filtered or unexported fields
}

MockArtifactProviderMockRecorder is the mock recorder for MockArtifactProvider.

func (*MockArtifactProviderMockRecorder) GetArtifactVersions

func (mr *MockArtifactProviderMockRecorder) GetArtifactVersions(ctx, artifact, filter any) *gomock.Call

GetArtifactVersions indicates an expected call of GetArtifactVersions.

type MockCommitStatusPublisher added in v0.2.0

type MockCommitStatusPublisher struct {
	// contains filtered or unexported fields
}

MockCommitStatusPublisher is a mock of CommitStatusPublisher interface.

func NewMockCommitStatusPublisher added in v0.2.0

func NewMockCommitStatusPublisher(ctrl *gomock.Controller) *MockCommitStatusPublisher

NewMockCommitStatusPublisher creates a new mock instance.

func (*MockCommitStatusPublisher) CreationOptions added in v0.2.0

func (m *MockCommitStatusPublisher) CreationOptions(entType v10.Entity) *v11.EntityCreationOptions

CreationOptions mocks base method.

func (*MockCommitStatusPublisher) DeregisterEntity added in v0.2.0

func (m *MockCommitStatusPublisher) DeregisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) error

DeregisterEntity mocks base method.

func (*MockCommitStatusPublisher) EXPECT added in v0.2.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCommitStatusPublisher) FetchAllProperties added in v0.2.0

func (m *MockCommitStatusPublisher) FetchAllProperties(ctx context.Context, getByProps *properties.Properties, entType v10.Entity, cachedProps *properties.Properties) (*properties.Properties, error)

FetchAllProperties mocks base method.

func (*MockCommitStatusPublisher) GetEntityName added in v0.2.0

func (m *MockCommitStatusPublisher) GetEntityName(entType v10.Entity, props *properties.Properties) (string, error)

GetEntityName mocks base method.

func (*MockCommitStatusPublisher) PropertiesToProtoMessage added in v0.2.0

func (m *MockCommitStatusPublisher) PropertiesToProtoMessage(entType v10.Entity, props *properties.Properties) (protoreflect.ProtoMessage, error)

PropertiesToProtoMessage mocks base method.

func (*MockCommitStatusPublisher) ProviderClassInfo added in v0.2.0

func (m *MockCommitStatusPublisher) ProviderClassInfo() *v10.ProviderClassInfo

ProviderClassInfo mocks base method.

func (*MockCommitStatusPublisher) RegisterEntity added in v0.2.0

func (m *MockCommitStatusPublisher) RegisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) (*properties.Properties, error)

RegisterEntity mocks base method.

func (*MockCommitStatusPublisher) SetCommitStatus added in v0.2.0

func (m *MockCommitStatusPublisher) SetCommitStatus(ctx context.Context, owner, repo, ref string, status *github.RepoStatus) (*github.RepoStatus, error)

SetCommitStatus mocks base method.

func (*MockCommitStatusPublisher) SupportsEntity added in v0.2.0

func (m *MockCommitStatusPublisher) SupportsEntity(entType v10.Entity) bool

SupportsEntity mocks base method.

type MockCommitStatusPublisherMockRecorder added in v0.2.0

type MockCommitStatusPublisherMockRecorder struct {
	// contains filtered or unexported fields
}

MockCommitStatusPublisherMockRecorder is the mock recorder for MockCommitStatusPublisher.

func (*MockCommitStatusPublisherMockRecorder) CreationOptions added in v0.2.0

func (mr *MockCommitStatusPublisherMockRecorder) CreationOptions(entType any) *gomock.Call

CreationOptions indicates an expected call of CreationOptions.

func (*MockCommitStatusPublisherMockRecorder) DeregisterEntity added in v0.2.0

func (mr *MockCommitStatusPublisherMockRecorder) DeregisterEntity(ctx, entType, props any) *gomock.Call

DeregisterEntity indicates an expected call of DeregisterEntity.

func (*MockCommitStatusPublisherMockRecorder) FetchAllProperties added in v0.2.0

func (mr *MockCommitStatusPublisherMockRecorder) FetchAllProperties(ctx, getByProps, entType, cachedProps any) *gomock.Call

FetchAllProperties indicates an expected call of FetchAllProperties.

func (*MockCommitStatusPublisherMockRecorder) GetEntityName added in v0.2.0

func (mr *MockCommitStatusPublisherMockRecorder) GetEntityName(entType, props any) *gomock.Call

GetEntityName indicates an expected call of GetEntityName.

func (*MockCommitStatusPublisherMockRecorder) PropertiesToProtoMessage added in v0.2.0

func (mr *MockCommitStatusPublisherMockRecorder) PropertiesToProtoMessage(entType, props any) *gomock.Call

PropertiesToProtoMessage indicates an expected call of PropertiesToProtoMessage.

func (*MockCommitStatusPublisherMockRecorder) ProviderClassInfo added in v0.2.0

func (mr *MockCommitStatusPublisherMockRecorder) ProviderClassInfo() *gomock.Call

ProviderClassInfo indicates an expected call of ProviderClassInfo.

func (*MockCommitStatusPublisherMockRecorder) RegisterEntity added in v0.2.0

func (mr *MockCommitStatusPublisherMockRecorder) RegisterEntity(ctx, entType, props any) *gomock.Call

RegisterEntity indicates an expected call of RegisterEntity.

func (*MockCommitStatusPublisherMockRecorder) SetCommitStatus added in v0.2.0

func (mr *MockCommitStatusPublisherMockRecorder) SetCommitStatus(ctx, owner, repo, ref, status any) *gomock.Call

SetCommitStatus indicates an expected call of SetCommitStatus.

func (*MockCommitStatusPublisherMockRecorder) SupportsEntity added in v0.2.0

func (mr *MockCommitStatusPublisherMockRecorder) SupportsEntity(entType any) *gomock.Call

SupportsEntity indicates an expected call of SupportsEntity.

type MockGetArtifactVersionsFilter

type MockGetArtifactVersionsFilter struct {
	// contains filtered or unexported fields
}

MockGetArtifactVersionsFilter is a mock of GetArtifactVersionsFilter interface.

func NewMockGetArtifactVersionsFilter

func NewMockGetArtifactVersionsFilter(ctrl *gomock.Controller) *MockGetArtifactVersionsFilter

NewMockGetArtifactVersionsFilter creates a new mock instance.

func (*MockGetArtifactVersionsFilter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGetArtifactVersionsFilter) IsSkippable

func (m *MockGetArtifactVersionsFilter) IsSkippable(createdAt time.Time, tags []string) error

IsSkippable mocks base method.

type MockGetArtifactVersionsFilterMockRecorder

type MockGetArtifactVersionsFilterMockRecorder struct {
	// contains filtered or unexported fields
}

MockGetArtifactVersionsFilterMockRecorder is the mock recorder for MockGetArtifactVersionsFilter.

func (*MockGetArtifactVersionsFilterMockRecorder) IsSkippable

func (mr *MockGetArtifactVersionsFilterMockRecorder) IsSkippable(createdAt, tags any) *gomock.Call

IsSkippable indicates an expected call of IsSkippable.

type MockGit

type MockGit struct {
	// contains filtered or unexported fields
}

MockGit is a mock of Git interface.

func NewMockGit

func NewMockGit(ctrl *gomock.Controller) *MockGit

NewMockGit creates a new mock instance.

func (*MockGit) Clone

func (m *MockGit) Clone(ctx context.Context, url, branch string) (*git.Repository, error)

Clone mocks base method.

func (*MockGit) CreationOptions added in v0.1.2

func (m *MockGit) CreationOptions(entType v10.Entity) *v11.EntityCreationOptions

CreationOptions mocks base method.

func (*MockGit) DeregisterEntity

func (m *MockGit) DeregisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) error

DeregisterEntity mocks base method.

func (*MockGit) EXPECT

func (m *MockGit) EXPECT() *MockGitMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGit) FetchAllProperties

func (m *MockGit) FetchAllProperties(ctx context.Context, getByProps *properties.Properties, entType v10.Entity, cachedProps *properties.Properties) (*properties.Properties, error)

FetchAllProperties mocks base method.

func (*MockGit) GetEntityName

func (m *MockGit) GetEntityName(entType v10.Entity, props *properties.Properties) (string, error)

GetEntityName mocks base method.

func (*MockGit) PropertiesToProtoMessage

func (m *MockGit) PropertiesToProtoMessage(entType v10.Entity, props *properties.Properties) (protoreflect.ProtoMessage, error)

PropertiesToProtoMessage mocks base method.

func (*MockGit) ProviderClassInfo added in v0.2.0

func (m *MockGit) ProviderClassInfo() *v10.ProviderClassInfo

ProviderClassInfo mocks base method.

func (*MockGit) RegisterEntity

func (m *MockGit) RegisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) (*properties.Properties, error)

RegisterEntity mocks base method.

func (*MockGit) SupportsEntity

func (m *MockGit) SupportsEntity(entType v10.Entity) bool

SupportsEntity mocks base method.

type MockGitHub

type MockGitHub struct {
	// contains filtered or unexported fields
}

MockGitHub is a mock of GitHub interface.

func NewMockGitHub

func NewMockGitHub(ctrl *gomock.Controller) *MockGitHub

NewMockGitHub creates a new mock instance.

func (*MockGitHub) AddAuthToPushOptions

func (m *MockGitHub) AddAuthToPushOptions(ctx context.Context, options *git.PushOptions) error

AddAuthToPushOptions mocks base method.

func (*MockGitHub) Clone

func (m *MockGitHub) Clone(ctx context.Context, url, branch string) (*git.Repository, error)

Clone mocks base method.

func (*MockGitHub) CloseIssue added in v0.2.0

func (m *MockGitHub) CloseIssue(ctx context.Context, owner, repo string, number int, comment string) (*github.Issue, error)

CloseIssue mocks base method.

func (*MockGitHub) ClosePullRequest

func (m *MockGitHub) ClosePullRequest(ctx context.Context, owner, repo string, number int) (*github.PullRequest, error)

ClosePullRequest mocks base method.

func (*MockGitHub) CloseSecurityAdvisory

func (m *MockGitHub) CloseSecurityAdvisory(ctx context.Context, owner, repo, id string) error

CloseSecurityAdvisory mocks base method.

func (*MockGitHub) CreateHook

func (m *MockGitHub) CreateHook(ctx context.Context, owner, repo string, hook *github.Hook) (*github.Hook, error)

CreateHook mocks base method.

func (*MockGitHub) CreateIssue added in v0.2.0

func (m *MockGitHub) CreateIssue(ctx context.Context, owner, repo, title, body string, labels, assignees []string) (*github.Issue, error)

CreateIssue mocks base method.

func (*MockGitHub) CreateIssueComment

func (m *MockGitHub) CreateIssueComment(ctx context.Context, owner, repo string, number int, comment string) (*github.IssueComment, error)

CreateIssueComment mocks base method.

func (*MockGitHub) CreatePullRequest

func (m *MockGitHub) CreatePullRequest(ctx context.Context, owner, repo, title, body, head, base string) (*github.PullRequest, error)

CreatePullRequest mocks base method.

func (*MockGitHub) CreateReview

func (m *MockGitHub) CreateReview(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 *github.PullRequestReviewRequest) (*github.PullRequestReview, error)

CreateReview mocks base method.

func (*MockGitHub) CreateSecurityAdvisory

func (m *MockGitHub) CreateSecurityAdvisory(ctx context.Context, owner, repo, severity, summary, description string, v []*github.AdvisoryVulnerability) (string, error)

CreateSecurityAdvisory mocks base method.

func (*MockGitHub) CreationOptions added in v0.1.2

func (m *MockGitHub) CreationOptions(entType v10.Entity) *v11.EntityCreationOptions

CreationOptions mocks base method.

func (*MockGitHub) DeleteHook

func (m *MockGitHub) DeleteHook(ctx context.Context, owner, repo string, id int64) error

DeleteHook mocks base method.

func (*MockGitHub) DeregisterEntity

func (m *MockGitHub) DeregisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) error

DeregisterEntity mocks base method.

func (*MockGitHub) DismissReview

func (m *MockGitHub) DismissReview(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 int64, arg5 *github.PullRequestReviewDismissalRequest) (*github.PullRequestReview, error)

DismissReview mocks base method.

func (*MockGitHub) Do

func (m *MockGitHub) Do(ctx context.Context, req *http.Request) (*http.Response, error)

Do mocks base method.

func (*MockGitHub) EXPECT

func (m *MockGitHub) EXPECT() *MockGitHubMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitHub) EditHook

func (m *MockGitHub) EditHook(ctx context.Context, owner, repo string, id int64, hook *github.Hook) (*github.Hook, error)

EditHook mocks base method.

func (*MockGitHub) FetchAllProperties

func (m *MockGitHub) FetchAllProperties(ctx context.Context, getByProps *properties.Properties, entType v10.Entity, cachedProps *properties.Properties) (*properties.Properties, error)

FetchAllProperties mocks base method.

func (*MockGitHub) GetArtifactVersions

func (m *MockGitHub) GetArtifactVersions(ctx context.Context, artifact *v10.Artifact, filter v11.GetArtifactVersionsFilter) ([]*v10.ArtifactVersion, error)

GetArtifactVersions mocks base method.

func (*MockGitHub) GetBaseURL

func (m *MockGitHub) GetBaseURL() string

GetBaseURL mocks base method.

func (*MockGitHub) GetBranchProtection

func (m *MockGitHub) GetBranchProtection(arg0 context.Context, arg1, arg2, arg3 string) (*github.Protection, error)

GetBranchProtection mocks base method.

func (*MockGitHub) GetCredential

func (m *MockGitHub) GetCredential() v11.GitHubCredential

GetCredential mocks base method.

func (*MockGitHub) GetEntityName

func (m *MockGitHub) GetEntityName(entType v10.Entity, props *properties.Properties) (string, error)

GetEntityName mocks base method.

func (*MockGitHub) GetIssue added in v0.2.0

func (m *MockGitHub) GetIssue(ctx context.Context, owner, repo string, number int) (*github.Issue, error)

GetIssue mocks base method.

func (*MockGitHub) GetLogin

func (m *MockGitHub) GetLogin(ctx context.Context) (string, error)

GetLogin mocks base method.

func (*MockGitHub) GetName

func (m *MockGitHub) GetName(ctx context.Context) (string, error)

GetName mocks base method.

func (*MockGitHub) GetNamespaceURL

func (m *MockGitHub) GetNamespaceURL() string

GetNamespaceURL mocks base method.

func (*MockGitHub) GetPackageByName

func (m *MockGitHub) GetPackageByName(arg0 context.Context, arg1, arg2, arg3 string) (*github.Package, error)

GetPackageByName mocks base method.

func (*MockGitHub) GetPackageVersionById

func (m *MockGitHub) GetPackageVersionById(arg0 context.Context, arg1, arg2, arg3 string, arg4 int64) (*github.PackageVersion, error)

GetPackageVersionById mocks base method.

func (*MockGitHub) GetPrimaryEmail

func (m *MockGitHub) GetPrimaryEmail(ctx context.Context) (string, error)

GetPrimaryEmail mocks base method.

func (*MockGitHub) GetPullRequest

func (m *MockGitHub) GetPullRequest(arg0 context.Context, arg1, arg2 string, arg3 int) (*github.PullRequest, error)

GetPullRequest mocks base method.

func (*MockGitHub) GetRepository

func (m *MockGitHub) GetRepository(arg0 context.Context, arg1, arg2 string) (*github.Repository, error)

GetRepository mocks base method.

func (*MockGitHub) GetUserId

func (m *MockGitHub) GetUserId(ctx context.Context) (int64, error)

GetUserId mocks base method.

func (*MockGitHub) IsOrg

func (m *MockGitHub) IsOrg() bool

IsOrg mocks base method.

func (*MockGitHub) ListAllRepositories

func (m *MockGitHub) ListAllRepositories(arg0 context.Context) ([]*v10.Repository, error)

ListAllRepositories mocks base method.

func (*MockGitHub) ListFiles

func (m *MockGitHub) ListFiles(ctx context.Context, owner, repo string, prNumber, perPage, pageNumber int) ([]*github.CommitFile, *github.Response, error)

ListFiles mocks base method.

func (*MockGitHub) ListHooks

func (m *MockGitHub) ListHooks(ctx context.Context, owner, repo string) ([]*github.Hook, error)

ListHooks mocks base method.

func (*MockGitHub) ListImages

func (m *MockGitHub) ListImages(ctx context.Context) ([]string, error)

ListImages mocks base method.

func (*MockGitHub) ListIssueComments

func (m *MockGitHub) ListIssueComments(ctx context.Context, owner, repo string, number int, opts *github.IssueListCommentsOptions) ([]*github.IssueComment, error)

ListIssueComments mocks base method.

func (*MockGitHub) ListPackagesByRepository

func (m *MockGitHub) ListPackagesByRepository(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4, arg5 int) ([]*github.Package, error)

ListPackagesByRepository mocks base method.

func (*MockGitHub) ListPullRequests

func (m *MockGitHub) ListPullRequests(ctx context.Context, owner, repo string, opt *github.PullRequestListOptions) ([]*github.PullRequest, error)

ListPullRequests mocks base method.

func (*MockGitHub) ListReviews

func (m *MockGitHub) ListReviews(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 *github.ListOptions) ([]*github.PullRequestReview, error)

ListReviews mocks base method.

func (*MockGitHub) NewRequest

func (m *MockGitHub) NewRequest(method, url string, body any) (*http.Request, error)

NewRequest mocks base method.

func (*MockGitHub) PropertiesToProtoMessage

func (m *MockGitHub) PropertiesToProtoMessage(entType v10.Entity, props *properties.Properties) (protoreflect.ProtoMessage, error)

PropertiesToProtoMessage mocks base method.

func (*MockGitHub) ProviderClassInfo added in v0.2.0

func (m *MockGitHub) ProviderClassInfo() *v10.ProviderClassInfo

ProviderClassInfo mocks base method.

func (*MockGitHub) RegisterEntity

func (m *MockGitHub) RegisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) (*properties.Properties, error)

RegisterEntity mocks base method.

func (*MockGitHub) ReopenIssue added in v0.2.0

func (m *MockGitHub) ReopenIssue(ctx context.Context, owner, repo string, number int) (*github.Issue, error)

ReopenIssue mocks base method.

func (*MockGitHub) SetCommitStatus

func (m *MockGitHub) SetCommitStatus(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RepoStatus) (*github.RepoStatus, error)

SetCommitStatus mocks base method.

func (*MockGitHub) StartCheckRun

func (m *MockGitHub) StartCheckRun(arg0 context.Context, arg1, arg2 string, arg3 *github.CreateCheckRunOptions) (*github.CheckRun, error)

StartCheckRun mocks base method.

func (*MockGitHub) SupportsEntity

func (m *MockGitHub) SupportsEntity(entType v10.Entity) bool

SupportsEntity mocks base method.

func (*MockGitHub) UpdateBranchProtection

func (m *MockGitHub) UpdateBranchProtection(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.ProtectionRequest) error

UpdateBranchProtection mocks base method.

func (*MockGitHub) UpdateCheckRun

func (m *MockGitHub) UpdateCheckRun(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.UpdateCheckRunOptions) (*github.CheckRun, error)

UpdateCheckRun mocks base method.

func (*MockGitHub) UpdateIssueComment

func (m *MockGitHub) UpdateIssueComment(ctx context.Context, owner, repo string, number int64, comment string) error

UpdateIssueComment mocks base method.

func (*MockGitHub) UpdateReview

func (m *MockGitHub) UpdateReview(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 int64, arg5 string) (*github.PullRequestReview, error)

UpdateReview mocks base method.

type MockGitHubMockRecorder

type MockGitHubMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitHubMockRecorder is the mock recorder for MockGitHub.

func (*MockGitHubMockRecorder) AddAuthToPushOptions

func (mr *MockGitHubMockRecorder) AddAuthToPushOptions(ctx, options any) *gomock.Call

AddAuthToPushOptions indicates an expected call of AddAuthToPushOptions.

func (*MockGitHubMockRecorder) Clone

func (mr *MockGitHubMockRecorder) Clone(ctx, url, branch any) *gomock.Call

Clone indicates an expected call of Clone.

func (*MockGitHubMockRecorder) CloseIssue added in v0.2.0

func (mr *MockGitHubMockRecorder) CloseIssue(ctx, owner, repo, number, comment any) *gomock.Call

CloseIssue indicates an expected call of CloseIssue.

func (*MockGitHubMockRecorder) ClosePullRequest

func (mr *MockGitHubMockRecorder) ClosePullRequest(ctx, owner, repo, number any) *gomock.Call

ClosePullRequest indicates an expected call of ClosePullRequest.

func (*MockGitHubMockRecorder) CloseSecurityAdvisory

func (mr *MockGitHubMockRecorder) CloseSecurityAdvisory(ctx, owner, repo, id any) *gomock.Call

CloseSecurityAdvisory indicates an expected call of CloseSecurityAdvisory.

func (*MockGitHubMockRecorder) CreateHook

func (mr *MockGitHubMockRecorder) CreateHook(ctx, owner, repo, hook any) *gomock.Call

CreateHook indicates an expected call of CreateHook.

func (*MockGitHubMockRecorder) CreateIssue added in v0.2.0

func (mr *MockGitHubMockRecorder) CreateIssue(ctx, owner, repo, title, body, labels, assignees any) *gomock.Call

CreateIssue indicates an expected call of CreateIssue.

func (*MockGitHubMockRecorder) CreateIssueComment

func (mr *MockGitHubMockRecorder) CreateIssueComment(ctx, owner, repo, number, comment any) *gomock.Call

CreateIssueComment indicates an expected call of CreateIssueComment.

func (*MockGitHubMockRecorder) CreatePullRequest

func (mr *MockGitHubMockRecorder) CreatePullRequest(ctx, owner, repo, title, body, head, base any) *gomock.Call

CreatePullRequest indicates an expected call of CreatePullRequest.

func (*MockGitHubMockRecorder) CreateReview

func (mr *MockGitHubMockRecorder) CreateReview(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

CreateReview indicates an expected call of CreateReview.

func (*MockGitHubMockRecorder) CreateSecurityAdvisory

func (mr *MockGitHubMockRecorder) CreateSecurityAdvisory(ctx, owner, repo, severity, summary, description, v any) *gomock.Call

CreateSecurityAdvisory indicates an expected call of CreateSecurityAdvisory.

func (*MockGitHubMockRecorder) CreationOptions added in v0.1.2

func (mr *MockGitHubMockRecorder) CreationOptions(entType any) *gomock.Call

CreationOptions indicates an expected call of CreationOptions.

func (*MockGitHubMockRecorder) DeleteHook

func (mr *MockGitHubMockRecorder) DeleteHook(ctx, owner, repo, id any) *gomock.Call

DeleteHook indicates an expected call of DeleteHook.

func (*MockGitHubMockRecorder) DeregisterEntity

func (mr *MockGitHubMockRecorder) DeregisterEntity(ctx, entType, props any) *gomock.Call

DeregisterEntity indicates an expected call of DeregisterEntity.

func (*MockGitHubMockRecorder) DismissReview

func (mr *MockGitHubMockRecorder) DismissReview(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call

DismissReview indicates an expected call of DismissReview.

func (*MockGitHubMockRecorder) Do

func (mr *MockGitHubMockRecorder) Do(ctx, req any) *gomock.Call

Do indicates an expected call of Do.

func (*MockGitHubMockRecorder) EditHook

func (mr *MockGitHubMockRecorder) EditHook(ctx, owner, repo, id, hook any) *gomock.Call

EditHook indicates an expected call of EditHook.

func (*MockGitHubMockRecorder) FetchAllProperties

func (mr *MockGitHubMockRecorder) FetchAllProperties(ctx, getByProps, entType, cachedProps any) *gomock.Call

FetchAllProperties indicates an expected call of FetchAllProperties.

func (*MockGitHubMockRecorder) GetArtifactVersions

func (mr *MockGitHubMockRecorder) GetArtifactVersions(ctx, artifact, filter any) *gomock.Call

GetArtifactVersions indicates an expected call of GetArtifactVersions.

func (*MockGitHubMockRecorder) GetBaseURL

func (mr *MockGitHubMockRecorder) GetBaseURL() *gomock.Call

GetBaseURL indicates an expected call of GetBaseURL.

func (*MockGitHubMockRecorder) GetBranchProtection

func (mr *MockGitHubMockRecorder) GetBranchProtection(arg0, arg1, arg2, arg3 any) *gomock.Call

GetBranchProtection indicates an expected call of GetBranchProtection.

func (*MockGitHubMockRecorder) GetCredential

func (mr *MockGitHubMockRecorder) GetCredential() *gomock.Call

GetCredential indicates an expected call of GetCredential.

func (*MockGitHubMockRecorder) GetEntityName

func (mr *MockGitHubMockRecorder) GetEntityName(entType, props any) *gomock.Call

GetEntityName indicates an expected call of GetEntityName.

func (*MockGitHubMockRecorder) GetIssue added in v0.2.0

func (mr *MockGitHubMockRecorder) GetIssue(ctx, owner, repo, number any) *gomock.Call

GetIssue indicates an expected call of GetIssue.

func (*MockGitHubMockRecorder) GetLogin

func (mr *MockGitHubMockRecorder) GetLogin(ctx any) *gomock.Call

GetLogin indicates an expected call of GetLogin.

func (*MockGitHubMockRecorder) GetName

func (mr *MockGitHubMockRecorder) GetName(ctx any) *gomock.Call

GetName indicates an expected call of GetName.

func (*MockGitHubMockRecorder) GetNamespaceURL

func (mr *MockGitHubMockRecorder) GetNamespaceURL() *gomock.Call

GetNamespaceURL indicates an expected call of GetNamespaceURL.

func (*MockGitHubMockRecorder) GetPackageByName

func (mr *MockGitHubMockRecorder) GetPackageByName(arg0, arg1, arg2, arg3 any) *gomock.Call

GetPackageByName indicates an expected call of GetPackageByName.

func (*MockGitHubMockRecorder) GetPackageVersionById

func (mr *MockGitHubMockRecorder) GetPackageVersionById(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

GetPackageVersionById indicates an expected call of GetPackageVersionById.

func (*MockGitHubMockRecorder) GetPrimaryEmail

func (mr *MockGitHubMockRecorder) GetPrimaryEmail(ctx any) *gomock.Call

GetPrimaryEmail indicates an expected call of GetPrimaryEmail.

func (*MockGitHubMockRecorder) GetPullRequest

func (mr *MockGitHubMockRecorder) GetPullRequest(arg0, arg1, arg2, arg3 any) *gomock.Call

GetPullRequest indicates an expected call of GetPullRequest.

func (*MockGitHubMockRecorder) GetRepository

func (mr *MockGitHubMockRecorder) GetRepository(arg0, arg1, arg2 any) *gomock.Call

GetRepository indicates an expected call of GetRepository.

func (*MockGitHubMockRecorder) GetUserId

func (mr *MockGitHubMockRecorder) GetUserId(ctx any) *gomock.Call

GetUserId indicates an expected call of GetUserId.

func (*MockGitHubMockRecorder) IsOrg

func (mr *MockGitHubMockRecorder) IsOrg() *gomock.Call

IsOrg indicates an expected call of IsOrg.

func (*MockGitHubMockRecorder) ListAllRepositories

func (mr *MockGitHubMockRecorder) ListAllRepositories(arg0 any) *gomock.Call

ListAllRepositories indicates an expected call of ListAllRepositories.

func (*MockGitHubMockRecorder) ListFiles

func (mr *MockGitHubMockRecorder) ListFiles(ctx, owner, repo, prNumber, perPage, pageNumber any) *gomock.Call

ListFiles indicates an expected call of ListFiles.

func (*MockGitHubMockRecorder) ListHooks

func (mr *MockGitHubMockRecorder) ListHooks(ctx, owner, repo any) *gomock.Call

ListHooks indicates an expected call of ListHooks.

func (*MockGitHubMockRecorder) ListImages

func (mr *MockGitHubMockRecorder) ListImages(ctx any) *gomock.Call

ListImages indicates an expected call of ListImages.

func (*MockGitHubMockRecorder) ListIssueComments

func (mr *MockGitHubMockRecorder) ListIssueComments(ctx, owner, repo, number, opts any) *gomock.Call

ListIssueComments indicates an expected call of ListIssueComments.

func (*MockGitHubMockRecorder) ListPackagesByRepository

func (mr *MockGitHubMockRecorder) ListPackagesByRepository(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call

ListPackagesByRepository indicates an expected call of ListPackagesByRepository.

func (*MockGitHubMockRecorder) ListPullRequests

func (mr *MockGitHubMockRecorder) ListPullRequests(ctx, owner, repo, opt any) *gomock.Call

ListPullRequests indicates an expected call of ListPullRequests.

func (*MockGitHubMockRecorder) ListReviews

func (mr *MockGitHubMockRecorder) ListReviews(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

ListReviews indicates an expected call of ListReviews.

func (*MockGitHubMockRecorder) NewRequest

func (mr *MockGitHubMockRecorder) NewRequest(method, url, body any) *gomock.Call

NewRequest indicates an expected call of NewRequest.

func (*MockGitHubMockRecorder) PropertiesToProtoMessage

func (mr *MockGitHubMockRecorder) PropertiesToProtoMessage(entType, props any) *gomock.Call

PropertiesToProtoMessage indicates an expected call of PropertiesToProtoMessage.

func (*MockGitHubMockRecorder) ProviderClassInfo added in v0.2.0

func (mr *MockGitHubMockRecorder) ProviderClassInfo() *gomock.Call

ProviderClassInfo indicates an expected call of ProviderClassInfo.

func (*MockGitHubMockRecorder) RegisterEntity

func (mr *MockGitHubMockRecorder) RegisterEntity(ctx, entType, props any) *gomock.Call

RegisterEntity indicates an expected call of RegisterEntity.

func (*MockGitHubMockRecorder) ReopenIssue added in v0.2.0

func (mr *MockGitHubMockRecorder) ReopenIssue(ctx, owner, repo, number any) *gomock.Call

ReopenIssue indicates an expected call of ReopenIssue.

func (*MockGitHubMockRecorder) SetCommitStatus

func (mr *MockGitHubMockRecorder) SetCommitStatus(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

SetCommitStatus indicates an expected call of SetCommitStatus.

func (*MockGitHubMockRecorder) StartCheckRun

func (mr *MockGitHubMockRecorder) StartCheckRun(arg0, arg1, arg2, arg3 any) *gomock.Call

StartCheckRun indicates an expected call of StartCheckRun.

func (*MockGitHubMockRecorder) SupportsEntity

func (mr *MockGitHubMockRecorder) SupportsEntity(entType any) *gomock.Call

SupportsEntity indicates an expected call of SupportsEntity.

func (*MockGitHubMockRecorder) UpdateBranchProtection

func (mr *MockGitHubMockRecorder) UpdateBranchProtection(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

UpdateBranchProtection indicates an expected call of UpdateBranchProtection.

func (*MockGitHubMockRecorder) UpdateCheckRun

func (mr *MockGitHubMockRecorder) UpdateCheckRun(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

UpdateCheckRun indicates an expected call of UpdateCheckRun.

func (*MockGitHubMockRecorder) UpdateIssueComment

func (mr *MockGitHubMockRecorder) UpdateIssueComment(ctx, owner, repo, number, comment any) *gomock.Call

UpdateIssueComment indicates an expected call of UpdateIssueComment.

func (*MockGitHubMockRecorder) UpdateReview

func (mr *MockGitHubMockRecorder) UpdateReview(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call

UpdateReview indicates an expected call of UpdateReview.

type MockGitMockRecorder

type MockGitMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitMockRecorder is the mock recorder for MockGit.

func (*MockGitMockRecorder) Clone

func (mr *MockGitMockRecorder) Clone(ctx, url, branch any) *gomock.Call

Clone indicates an expected call of Clone.

func (*MockGitMockRecorder) CreationOptions added in v0.1.2

func (mr *MockGitMockRecorder) CreationOptions(entType any) *gomock.Call

CreationOptions indicates an expected call of CreationOptions.

func (*MockGitMockRecorder) DeregisterEntity

func (mr *MockGitMockRecorder) DeregisterEntity(ctx, entType, props any) *gomock.Call

DeregisterEntity indicates an expected call of DeregisterEntity.

func (*MockGitMockRecorder) FetchAllProperties

func (mr *MockGitMockRecorder) FetchAllProperties(ctx, getByProps, entType, cachedProps any) *gomock.Call

FetchAllProperties indicates an expected call of FetchAllProperties.

func (*MockGitMockRecorder) GetEntityName

func (mr *MockGitMockRecorder) GetEntityName(entType, props any) *gomock.Call

GetEntityName indicates an expected call of GetEntityName.

func (*MockGitMockRecorder) PropertiesToProtoMessage

func (mr *MockGitMockRecorder) PropertiesToProtoMessage(entType, props any) *gomock.Call

PropertiesToProtoMessage indicates an expected call of PropertiesToProtoMessage.

func (*MockGitMockRecorder) ProviderClassInfo added in v0.2.0

func (mr *MockGitMockRecorder) ProviderClassInfo() *gomock.Call

ProviderClassInfo indicates an expected call of ProviderClassInfo.

func (*MockGitMockRecorder) RegisterEntity

func (mr *MockGitMockRecorder) RegisterEntity(ctx, entType, props any) *gomock.Call

RegisterEntity indicates an expected call of RegisterEntity.

func (*MockGitMockRecorder) SupportsEntity

func (mr *MockGitMockRecorder) SupportsEntity(entType any) *gomock.Call

SupportsEntity indicates an expected call of SupportsEntity.

type MockImageLister

type MockImageLister struct {
	// contains filtered or unexported fields
}

MockImageLister is a mock of ImageLister interface.

func NewMockImageLister

func NewMockImageLister(ctrl *gomock.Controller) *MockImageLister

NewMockImageLister creates a new mock instance.

func (*MockImageLister) CreationOptions added in v0.1.2

func (m *MockImageLister) CreationOptions(entType v10.Entity) *v11.EntityCreationOptions

CreationOptions mocks base method.

func (*MockImageLister) DeregisterEntity

func (m *MockImageLister) DeregisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) error

DeregisterEntity mocks base method.

func (*MockImageLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockImageLister) FetchAllProperties

func (m *MockImageLister) FetchAllProperties(ctx context.Context, getByProps *properties.Properties, entType v10.Entity, cachedProps *properties.Properties) (*properties.Properties, error)

FetchAllProperties mocks base method.

func (*MockImageLister) GetEntityName

func (m *MockImageLister) GetEntityName(entType v10.Entity, props *properties.Properties) (string, error)

GetEntityName mocks base method.

func (*MockImageLister) GetNamespaceURL

func (m *MockImageLister) GetNamespaceURL() string

GetNamespaceURL mocks base method.

func (*MockImageLister) ListImages

func (m *MockImageLister) ListImages(ctx context.Context) ([]string, error)

ListImages mocks base method.

func (*MockImageLister) PropertiesToProtoMessage

func (m *MockImageLister) PropertiesToProtoMessage(entType v10.Entity, props *properties.Properties) (protoreflect.ProtoMessage, error)

PropertiesToProtoMessage mocks base method.

func (*MockImageLister) ProviderClassInfo added in v0.2.0

func (m *MockImageLister) ProviderClassInfo() *v10.ProviderClassInfo

ProviderClassInfo mocks base method.

func (*MockImageLister) RegisterEntity

func (m *MockImageLister) RegisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) (*properties.Properties, error)

RegisterEntity mocks base method.

func (*MockImageLister) SupportsEntity

func (m *MockImageLister) SupportsEntity(entType v10.Entity) bool

SupportsEntity mocks base method.

type MockImageListerMockRecorder

type MockImageListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockImageListerMockRecorder is the mock recorder for MockImageLister.

func (*MockImageListerMockRecorder) CreationOptions added in v0.1.2

func (mr *MockImageListerMockRecorder) CreationOptions(entType any) *gomock.Call

CreationOptions indicates an expected call of CreationOptions.

func (*MockImageListerMockRecorder) DeregisterEntity

func (mr *MockImageListerMockRecorder) DeregisterEntity(ctx, entType, props any) *gomock.Call

DeregisterEntity indicates an expected call of DeregisterEntity.

func (*MockImageListerMockRecorder) FetchAllProperties

func (mr *MockImageListerMockRecorder) FetchAllProperties(ctx, getByProps, entType, cachedProps any) *gomock.Call

FetchAllProperties indicates an expected call of FetchAllProperties.

func (*MockImageListerMockRecorder) GetEntityName

func (mr *MockImageListerMockRecorder) GetEntityName(entType, props any) *gomock.Call

GetEntityName indicates an expected call of GetEntityName.

func (*MockImageListerMockRecorder) GetNamespaceURL

func (mr *MockImageListerMockRecorder) GetNamespaceURL() *gomock.Call

GetNamespaceURL indicates an expected call of GetNamespaceURL.

func (*MockImageListerMockRecorder) ListImages

func (mr *MockImageListerMockRecorder) ListImages(ctx any) *gomock.Call

ListImages indicates an expected call of ListImages.

func (*MockImageListerMockRecorder) PropertiesToProtoMessage

func (mr *MockImageListerMockRecorder) PropertiesToProtoMessage(entType, props any) *gomock.Call

PropertiesToProtoMessage indicates an expected call of PropertiesToProtoMessage.

func (*MockImageListerMockRecorder) ProviderClassInfo added in v0.2.0

func (mr *MockImageListerMockRecorder) ProviderClassInfo() *gomock.Call

ProviderClassInfo indicates an expected call of ProviderClassInfo.

func (*MockImageListerMockRecorder) RegisterEntity

func (mr *MockImageListerMockRecorder) RegisterEntity(ctx, entType, props any) *gomock.Call

RegisterEntity indicates an expected call of RegisterEntity.

func (*MockImageListerMockRecorder) SupportsEntity

func (mr *MockImageListerMockRecorder) SupportsEntity(entType any) *gomock.Call

SupportsEntity indicates an expected call of SupportsEntity.

type MockIssuePublisher added in v0.2.0

type MockIssuePublisher struct {
	// contains filtered or unexported fields
}

MockIssuePublisher is a mock of IssuePublisher interface.

func NewMockIssuePublisher added in v0.2.0

func NewMockIssuePublisher(ctrl *gomock.Controller) *MockIssuePublisher

NewMockIssuePublisher creates a new mock instance.

func (*MockIssuePublisher) CloseIssue added in v0.2.0

func (m *MockIssuePublisher) CloseIssue(ctx context.Context, owner, repo string, number int, comment string) (*github.Issue, error)

CloseIssue mocks base method.

func (*MockIssuePublisher) CreateIssue added in v0.2.0

func (m *MockIssuePublisher) CreateIssue(ctx context.Context, owner, repo, title, body string, labels, assignees []string) (*github.Issue, error)

CreateIssue mocks base method.

func (*MockIssuePublisher) CreationOptions added in v0.2.0

func (m *MockIssuePublisher) CreationOptions(entType v10.Entity) *v11.EntityCreationOptions

CreationOptions mocks base method.

func (*MockIssuePublisher) DeregisterEntity added in v0.2.0

func (m *MockIssuePublisher) DeregisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) error

DeregisterEntity mocks base method.

func (*MockIssuePublisher) EXPECT added in v0.2.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIssuePublisher) FetchAllProperties added in v0.2.0

func (m *MockIssuePublisher) FetchAllProperties(ctx context.Context, getByProps *properties.Properties, entType v10.Entity, cachedProps *properties.Properties) (*properties.Properties, error)

FetchAllProperties mocks base method.

func (*MockIssuePublisher) GetEntityName added in v0.2.0

func (m *MockIssuePublisher) GetEntityName(entType v10.Entity, props *properties.Properties) (string, error)

GetEntityName mocks base method.

func (*MockIssuePublisher) GetIssue added in v0.2.0

func (m *MockIssuePublisher) GetIssue(ctx context.Context, owner, repo string, number int) (*github.Issue, error)

GetIssue mocks base method.

func (*MockIssuePublisher) PropertiesToProtoMessage added in v0.2.0

func (m *MockIssuePublisher) PropertiesToProtoMessage(entType v10.Entity, props *properties.Properties) (protoreflect.ProtoMessage, error)

PropertiesToProtoMessage mocks base method.

func (*MockIssuePublisher) ProviderClassInfo added in v0.2.0

func (m *MockIssuePublisher) ProviderClassInfo() *v10.ProviderClassInfo

ProviderClassInfo mocks base method.

func (*MockIssuePublisher) RegisterEntity added in v0.2.0

func (m *MockIssuePublisher) RegisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) (*properties.Properties, error)

RegisterEntity mocks base method.

func (*MockIssuePublisher) ReopenIssue added in v0.2.0

func (m *MockIssuePublisher) ReopenIssue(ctx context.Context, owner, repo string, number int) (*github.Issue, error)

ReopenIssue mocks base method.

func (*MockIssuePublisher) SupportsEntity added in v0.2.0

func (m *MockIssuePublisher) SupportsEntity(entType v10.Entity) bool

SupportsEntity mocks base method.

type MockIssuePublisherMockRecorder added in v0.2.0

type MockIssuePublisherMockRecorder struct {
	// contains filtered or unexported fields
}

MockIssuePublisherMockRecorder is the mock recorder for MockIssuePublisher.

func (*MockIssuePublisherMockRecorder) CloseIssue added in v0.2.0

func (mr *MockIssuePublisherMockRecorder) CloseIssue(ctx, owner, repo, number, comment any) *gomock.Call

CloseIssue indicates an expected call of CloseIssue.

func (*MockIssuePublisherMockRecorder) CreateIssue added in v0.2.0

func (mr *MockIssuePublisherMockRecorder) CreateIssue(ctx, owner, repo, title, body, labels, assignees any) *gomock.Call

CreateIssue indicates an expected call of CreateIssue.

func (*MockIssuePublisherMockRecorder) CreationOptions added in v0.2.0

func (mr *MockIssuePublisherMockRecorder) CreationOptions(entType any) *gomock.Call

CreationOptions indicates an expected call of CreationOptions.

func (*MockIssuePublisherMockRecorder) DeregisterEntity added in v0.2.0

func (mr *MockIssuePublisherMockRecorder) DeregisterEntity(ctx, entType, props any) *gomock.Call

DeregisterEntity indicates an expected call of DeregisterEntity.

func (*MockIssuePublisherMockRecorder) FetchAllProperties added in v0.2.0

func (mr *MockIssuePublisherMockRecorder) FetchAllProperties(ctx, getByProps, entType, cachedProps any) *gomock.Call

FetchAllProperties indicates an expected call of FetchAllProperties.

func (*MockIssuePublisherMockRecorder) GetEntityName added in v0.2.0

func (mr *MockIssuePublisherMockRecorder) GetEntityName(entType, props any) *gomock.Call

GetEntityName indicates an expected call of GetEntityName.

func (*MockIssuePublisherMockRecorder) GetIssue added in v0.2.0

func (mr *MockIssuePublisherMockRecorder) GetIssue(ctx, owner, repo, number any) *gomock.Call

GetIssue indicates an expected call of GetIssue.

func (*MockIssuePublisherMockRecorder) PropertiesToProtoMessage added in v0.2.0

func (mr *MockIssuePublisherMockRecorder) PropertiesToProtoMessage(entType, props any) *gomock.Call

PropertiesToProtoMessage indicates an expected call of PropertiesToProtoMessage.

func (*MockIssuePublisherMockRecorder) ProviderClassInfo added in v0.2.0

func (mr *MockIssuePublisherMockRecorder) ProviderClassInfo() *gomock.Call

ProviderClassInfo indicates an expected call of ProviderClassInfo.

func (*MockIssuePublisherMockRecorder) RegisterEntity added in v0.2.0

func (mr *MockIssuePublisherMockRecorder) RegisterEntity(ctx, entType, props any) *gomock.Call

RegisterEntity indicates an expected call of RegisterEntity.

func (*MockIssuePublisherMockRecorder) ReopenIssue added in v0.2.0

func (mr *MockIssuePublisherMockRecorder) ReopenIssue(ctx, owner, repo, number any) *gomock.Call

ReopenIssue indicates an expected call of ReopenIssue.

func (*MockIssuePublisherMockRecorder) SupportsEntity added in v0.2.0

func (mr *MockIssuePublisherMockRecorder) SupportsEntity(entType any) *gomock.Call

SupportsEntity indicates an expected call of SupportsEntity.

type MockOCI

type MockOCI struct {
	// contains filtered or unexported fields
}

MockOCI is a mock of OCI interface.

func NewMockOCI

func NewMockOCI(ctrl *gomock.Controller) *MockOCI

NewMockOCI creates a new mock instance.

func (*MockOCI) CreationOptions added in v0.1.2

func (m *MockOCI) CreationOptions(entType v10.Entity) *v11.EntityCreationOptions

CreationOptions mocks base method.

func (*MockOCI) DeregisterEntity

func (m *MockOCI) DeregisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) error

DeregisterEntity mocks base method.

func (*MockOCI) EXPECT

func (m *MockOCI) EXPECT() *MockOCIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOCI) FetchAllProperties

func (m *MockOCI) FetchAllProperties(ctx context.Context, getByProps *properties.Properties, entType v10.Entity, cachedProps *properties.Properties) (*properties.Properties, error)

FetchAllProperties mocks base method.

func (*MockOCI) GetArtifactVersions

func (m *MockOCI) GetArtifactVersions(ctx context.Context, artifact *v10.Artifact, filter v11.GetArtifactVersionsFilter) ([]*v10.ArtifactVersion, error)

GetArtifactVersions mocks base method.

func (*MockOCI) GetAuthenticator

func (m *MockOCI) GetAuthenticator() (authn.Authenticator, error)

GetAuthenticator mocks base method.

func (*MockOCI) GetDigest

func (m *MockOCI) GetDigest(ctx context.Context, name, tag string) (string, error)

GetDigest mocks base method.

func (*MockOCI) GetEntityName

func (m *MockOCI) GetEntityName(entType v10.Entity, props *properties.Properties) (string, error)

GetEntityName mocks base method.

func (*MockOCI) GetManifest

func (m *MockOCI) GetManifest(ctx context.Context, name, tag string) (*v1.Manifest, error)

GetManifest mocks base method.

func (*MockOCI) GetReferrer

func (m *MockOCI) GetReferrer(ctx context.Context, name, tag, artifactType string) (any, error)

GetReferrer mocks base method.

func (*MockOCI) GetRegistry

func (m *MockOCI) GetRegistry() string

GetRegistry mocks base method.

func (*MockOCI) PropertiesToProtoMessage

func (m *MockOCI) PropertiesToProtoMessage(entType v10.Entity, props *properties.Properties) (protoreflect.ProtoMessage, error)

PropertiesToProtoMessage mocks base method.

func (*MockOCI) ProviderClassInfo added in v0.2.0

func (m *MockOCI) ProviderClassInfo() *v10.ProviderClassInfo

ProviderClassInfo mocks base method.

func (*MockOCI) RegisterEntity

func (m *MockOCI) RegisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) (*properties.Properties, error)

RegisterEntity mocks base method.

func (*MockOCI) SupportsEntity

func (m *MockOCI) SupportsEntity(entType v10.Entity) bool

SupportsEntity mocks base method.

type MockOCIMockRecorder

type MockOCIMockRecorder struct {
	// contains filtered or unexported fields
}

MockOCIMockRecorder is the mock recorder for MockOCI.

func (*MockOCIMockRecorder) CreationOptions added in v0.1.2

func (mr *MockOCIMockRecorder) CreationOptions(entType any) *gomock.Call

CreationOptions indicates an expected call of CreationOptions.

func (*MockOCIMockRecorder) DeregisterEntity

func (mr *MockOCIMockRecorder) DeregisterEntity(ctx, entType, props any) *gomock.Call

DeregisterEntity indicates an expected call of DeregisterEntity.

func (*MockOCIMockRecorder) FetchAllProperties

func (mr *MockOCIMockRecorder) FetchAllProperties(ctx, getByProps, entType, cachedProps any) *gomock.Call

FetchAllProperties indicates an expected call of FetchAllProperties.

func (*MockOCIMockRecorder) GetArtifactVersions

func (mr *MockOCIMockRecorder) GetArtifactVersions(ctx, artifact, filter any) *gomock.Call

GetArtifactVersions indicates an expected call of GetArtifactVersions.

func (*MockOCIMockRecorder) GetAuthenticator

func (mr *MockOCIMockRecorder) GetAuthenticator() *gomock.Call

GetAuthenticator indicates an expected call of GetAuthenticator.

func (*MockOCIMockRecorder) GetDigest

func (mr *MockOCIMockRecorder) GetDigest(ctx, name, tag any) *gomock.Call

GetDigest indicates an expected call of GetDigest.

func (*MockOCIMockRecorder) GetEntityName

func (mr *MockOCIMockRecorder) GetEntityName(entType, props any) *gomock.Call

GetEntityName indicates an expected call of GetEntityName.

func (*MockOCIMockRecorder) GetManifest

func (mr *MockOCIMockRecorder) GetManifest(ctx, name, tag any) *gomock.Call

GetManifest indicates an expected call of GetManifest.

func (*MockOCIMockRecorder) GetReferrer

func (mr *MockOCIMockRecorder) GetReferrer(ctx, name, tag, artifactType any) *gomock.Call

GetReferrer indicates an expected call of GetReferrer.

func (*MockOCIMockRecorder) GetRegistry

func (mr *MockOCIMockRecorder) GetRegistry() *gomock.Call

GetRegistry indicates an expected call of GetRegistry.

func (*MockOCIMockRecorder) PropertiesToProtoMessage

func (mr *MockOCIMockRecorder) PropertiesToProtoMessage(entType, props any) *gomock.Call

PropertiesToProtoMessage indicates an expected call of PropertiesToProtoMessage.

func (*MockOCIMockRecorder) ProviderClassInfo added in v0.2.0

func (mr *MockOCIMockRecorder) ProviderClassInfo() *gomock.Call

ProviderClassInfo indicates an expected call of ProviderClassInfo.

func (*MockOCIMockRecorder) RegisterEntity

func (mr *MockOCIMockRecorder) RegisterEntity(ctx, entType, props any) *gomock.Call

RegisterEntity indicates an expected call of RegisterEntity.

func (*MockOCIMockRecorder) SupportsEntity

func (mr *MockOCIMockRecorder) SupportsEntity(entType any) *gomock.Call

SupportsEntity indicates an expected call of SupportsEntity.

type MockProvider

type MockProvider struct {
	// contains filtered or unexported fields
}

MockProvider is a mock of Provider interface.

func NewMockProvider

func NewMockProvider(ctrl *gomock.Controller) *MockProvider

NewMockProvider creates a new mock instance.

func (*MockProvider) CreationOptions added in v0.1.2

func (m *MockProvider) CreationOptions(entType v10.Entity) *v11.EntityCreationOptions

CreationOptions mocks base method.

func (*MockProvider) DeregisterEntity

func (m *MockProvider) DeregisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) error

DeregisterEntity mocks base method.

func (*MockProvider) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProvider) FetchAllProperties

func (m *MockProvider) FetchAllProperties(ctx context.Context, getByProps *properties.Properties, entType v10.Entity, cachedProps *properties.Properties) (*properties.Properties, error)

FetchAllProperties mocks base method.

func (*MockProvider) GetEntityName

func (m *MockProvider) GetEntityName(entType v10.Entity, props *properties.Properties) (string, error)

GetEntityName mocks base method.

func (*MockProvider) PropertiesToProtoMessage

func (m *MockProvider) PropertiesToProtoMessage(entType v10.Entity, props *properties.Properties) (protoreflect.ProtoMessage, error)

PropertiesToProtoMessage mocks base method.

func (*MockProvider) ProviderClassInfo added in v0.2.0

func (m *MockProvider) ProviderClassInfo() *v10.ProviderClassInfo

ProviderClassInfo mocks base method.

func (*MockProvider) RegisterEntity

func (m *MockProvider) RegisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) (*properties.Properties, error)

RegisterEntity mocks base method.

func (*MockProvider) SupportsEntity

func (m *MockProvider) SupportsEntity(entType v10.Entity) bool

SupportsEntity mocks base method.

type MockProviderMockRecorder

type MockProviderMockRecorder struct {
	// contains filtered or unexported fields
}

MockProviderMockRecorder is the mock recorder for MockProvider.

func (*MockProviderMockRecorder) CreationOptions added in v0.1.2

func (mr *MockProviderMockRecorder) CreationOptions(entType any) *gomock.Call

CreationOptions indicates an expected call of CreationOptions.

func (*MockProviderMockRecorder) DeregisterEntity

func (mr *MockProviderMockRecorder) DeregisterEntity(ctx, entType, props any) *gomock.Call

DeregisterEntity indicates an expected call of DeregisterEntity.

func (*MockProviderMockRecorder) FetchAllProperties

func (mr *MockProviderMockRecorder) FetchAllProperties(ctx, getByProps, entType, cachedProps any) *gomock.Call

FetchAllProperties indicates an expected call of FetchAllProperties.

func (*MockProviderMockRecorder) GetEntityName

func (mr *MockProviderMockRecorder) GetEntityName(entType, props any) *gomock.Call

GetEntityName indicates an expected call of GetEntityName.

func (*MockProviderMockRecorder) PropertiesToProtoMessage

func (mr *MockProviderMockRecorder) PropertiesToProtoMessage(entType, props any) *gomock.Call

PropertiesToProtoMessage indicates an expected call of PropertiesToProtoMessage.

func (*MockProviderMockRecorder) ProviderClassInfo added in v0.2.0

func (mr *MockProviderMockRecorder) ProviderClassInfo() *gomock.Call

ProviderClassInfo indicates an expected call of ProviderClassInfo.

func (*MockProviderMockRecorder) RegisterEntity

func (mr *MockProviderMockRecorder) RegisterEntity(ctx, entType, props any) *gomock.Call

RegisterEntity indicates an expected call of RegisterEntity.

func (*MockProviderMockRecorder) SupportsEntity

func (mr *MockProviderMockRecorder) SupportsEntity(entType any) *gomock.Call

SupportsEntity indicates an expected call of SupportsEntity.

type MockREST

type MockREST struct {
	// contains filtered or unexported fields
}

MockREST is a mock of REST interface.

func NewMockREST

func NewMockREST(ctrl *gomock.Controller) *MockREST

NewMockREST creates a new mock instance.

func (*MockREST) CreationOptions added in v0.1.2

func (m *MockREST) CreationOptions(entType v10.Entity) *v11.EntityCreationOptions

CreationOptions mocks base method.

func (*MockREST) DeregisterEntity

func (m *MockREST) DeregisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) error

DeregisterEntity mocks base method.

func (*MockREST) Do

func (m *MockREST) Do(ctx context.Context, req *http.Request) (*http.Response, error)

Do mocks base method.

func (*MockREST) EXPECT

func (m *MockREST) EXPECT() *MockRESTMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockREST) FetchAllProperties

func (m *MockREST) FetchAllProperties(ctx context.Context, getByProps *properties.Properties, entType v10.Entity, cachedProps *properties.Properties) (*properties.Properties, error)

FetchAllProperties mocks base method.

func (*MockREST) GetBaseURL

func (m *MockREST) GetBaseURL() string

GetBaseURL mocks base method.

func (*MockREST) GetEntityName

func (m *MockREST) GetEntityName(entType v10.Entity, props *properties.Properties) (string, error)

GetEntityName mocks base method.

func (*MockREST) NewRequest

func (m *MockREST) NewRequest(method, url string, body any) (*http.Request, error)

NewRequest mocks base method.

func (*MockREST) PropertiesToProtoMessage

func (m *MockREST) PropertiesToProtoMessage(entType v10.Entity, props *properties.Properties) (protoreflect.ProtoMessage, error)

PropertiesToProtoMessage mocks base method.

func (*MockREST) ProviderClassInfo added in v0.2.0

func (m *MockREST) ProviderClassInfo() *v10.ProviderClassInfo

ProviderClassInfo mocks base method.

func (*MockREST) RegisterEntity

func (m *MockREST) RegisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) (*properties.Properties, error)

RegisterEntity mocks base method.

func (*MockREST) SupportsEntity

func (m *MockREST) SupportsEntity(entType v10.Entity) bool

SupportsEntity mocks base method.

type MockRESTMockRecorder

type MockRESTMockRecorder struct {
	// contains filtered or unexported fields
}

MockRESTMockRecorder is the mock recorder for MockREST.

func (*MockRESTMockRecorder) CreationOptions added in v0.1.2

func (mr *MockRESTMockRecorder) CreationOptions(entType any) *gomock.Call

CreationOptions indicates an expected call of CreationOptions.

func (*MockRESTMockRecorder) DeregisterEntity

func (mr *MockRESTMockRecorder) DeregisterEntity(ctx, entType, props any) *gomock.Call

DeregisterEntity indicates an expected call of DeregisterEntity.

func (*MockRESTMockRecorder) Do

func (mr *MockRESTMockRecorder) Do(ctx, req any) *gomock.Call

Do indicates an expected call of Do.

func (*MockRESTMockRecorder) FetchAllProperties

func (mr *MockRESTMockRecorder) FetchAllProperties(ctx, getByProps, entType, cachedProps any) *gomock.Call

FetchAllProperties indicates an expected call of FetchAllProperties.

func (*MockRESTMockRecorder) GetBaseURL

func (mr *MockRESTMockRecorder) GetBaseURL() *gomock.Call

GetBaseURL indicates an expected call of GetBaseURL.

func (*MockRESTMockRecorder) GetEntityName

func (mr *MockRESTMockRecorder) GetEntityName(entType, props any) *gomock.Call

GetEntityName indicates an expected call of GetEntityName.

func (*MockRESTMockRecorder) NewRequest

func (mr *MockRESTMockRecorder) NewRequest(method, url, body any) *gomock.Call

NewRequest indicates an expected call of NewRequest.

func (*MockRESTMockRecorder) PropertiesToProtoMessage

func (mr *MockRESTMockRecorder) PropertiesToProtoMessage(entType, props any) *gomock.Call

PropertiesToProtoMessage indicates an expected call of PropertiesToProtoMessage.

func (*MockRESTMockRecorder) ProviderClassInfo added in v0.2.0

func (mr *MockRESTMockRecorder) ProviderClassInfo() *gomock.Call

ProviderClassInfo indicates an expected call of ProviderClassInfo.

func (*MockRESTMockRecorder) RegisterEntity

func (mr *MockRESTMockRecorder) RegisterEntity(ctx, entType, props any) *gomock.Call

RegisterEntity indicates an expected call of RegisterEntity.

func (*MockRESTMockRecorder) SupportsEntity

func (mr *MockRESTMockRecorder) SupportsEntity(entType any) *gomock.Call

SupportsEntity indicates an expected call of SupportsEntity.

type MockRepoLister

type MockRepoLister struct {
	// contains filtered or unexported fields
}

MockRepoLister is a mock of RepoLister interface.

func NewMockRepoLister

func NewMockRepoLister(ctrl *gomock.Controller) *MockRepoLister

NewMockRepoLister creates a new mock instance.

func (*MockRepoLister) CreationOptions added in v0.1.2

func (m *MockRepoLister) CreationOptions(entType v10.Entity) *v11.EntityCreationOptions

CreationOptions mocks base method.

func (*MockRepoLister) DeregisterEntity

func (m *MockRepoLister) DeregisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) error

DeregisterEntity mocks base method.

func (*MockRepoLister) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRepoLister) FetchAllProperties

func (m *MockRepoLister) FetchAllProperties(ctx context.Context, getByProps *properties.Properties, entType v10.Entity, cachedProps *properties.Properties) (*properties.Properties, error)

FetchAllProperties mocks base method.

func (*MockRepoLister) GetEntityName

func (m *MockRepoLister) GetEntityName(entType v10.Entity, props *properties.Properties) (string, error)

GetEntityName mocks base method.

func (*MockRepoLister) ListAllRepositories

func (m *MockRepoLister) ListAllRepositories(arg0 context.Context) ([]*v10.Repository, error)

ListAllRepositories mocks base method.

func (*MockRepoLister) PropertiesToProtoMessage

func (m *MockRepoLister) PropertiesToProtoMessage(entType v10.Entity, props *properties.Properties) (protoreflect.ProtoMessage, error)

PropertiesToProtoMessage mocks base method.

func (*MockRepoLister) ProviderClassInfo added in v0.2.0

func (m *MockRepoLister) ProviderClassInfo() *v10.ProviderClassInfo

ProviderClassInfo mocks base method.

func (*MockRepoLister) RegisterEntity

func (m *MockRepoLister) RegisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) (*properties.Properties, error)

RegisterEntity mocks base method.

func (*MockRepoLister) SupportsEntity

func (m *MockRepoLister) SupportsEntity(entType v10.Entity) bool

SupportsEntity mocks base method.

type MockRepoListerMockRecorder

type MockRepoListerMockRecorder struct {
	// contains filtered or unexported fields
}

MockRepoListerMockRecorder is the mock recorder for MockRepoLister.

func (*MockRepoListerMockRecorder) CreationOptions added in v0.1.2

func (mr *MockRepoListerMockRecorder) CreationOptions(entType any) *gomock.Call

CreationOptions indicates an expected call of CreationOptions.

func (*MockRepoListerMockRecorder) DeregisterEntity

func (mr *MockRepoListerMockRecorder) DeregisterEntity(ctx, entType, props any) *gomock.Call

DeregisterEntity indicates an expected call of DeregisterEntity.

func (*MockRepoListerMockRecorder) FetchAllProperties

func (mr *MockRepoListerMockRecorder) FetchAllProperties(ctx, getByProps, entType, cachedProps any) *gomock.Call

FetchAllProperties indicates an expected call of FetchAllProperties.

func (*MockRepoListerMockRecorder) GetEntityName

func (mr *MockRepoListerMockRecorder) GetEntityName(entType, props any) *gomock.Call

GetEntityName indicates an expected call of GetEntityName.

func (*MockRepoListerMockRecorder) ListAllRepositories

func (mr *MockRepoListerMockRecorder) ListAllRepositories(arg0 any) *gomock.Call

ListAllRepositories indicates an expected call of ListAllRepositories.

func (*MockRepoListerMockRecorder) PropertiesToProtoMessage

func (mr *MockRepoListerMockRecorder) PropertiesToProtoMessage(entType, props any) *gomock.Call

PropertiesToProtoMessage indicates an expected call of PropertiesToProtoMessage.

func (*MockRepoListerMockRecorder) ProviderClassInfo added in v0.2.0

func (mr *MockRepoListerMockRecorder) ProviderClassInfo() *gomock.Call

ProviderClassInfo indicates an expected call of ProviderClassInfo.

func (*MockRepoListerMockRecorder) RegisterEntity

func (mr *MockRepoListerMockRecorder) RegisterEntity(ctx, entType, props any) *gomock.Call

RegisterEntity indicates an expected call of RegisterEntity.

func (*MockRepoListerMockRecorder) SupportsEntity

func (mr *MockRepoListerMockRecorder) SupportsEntity(entType any) *gomock.Call

SupportsEntity indicates an expected call of SupportsEntity.

type MockReviewPublisher added in v0.2.0

type MockReviewPublisher struct {
	// contains filtered or unexported fields
}

MockReviewPublisher is a mock of ReviewPublisher interface.

func NewMockReviewPublisher added in v0.2.0

func NewMockReviewPublisher(ctrl *gomock.Controller) *MockReviewPublisher

NewMockReviewPublisher creates a new mock instance.

func (*MockReviewPublisher) CreateReview added in v0.2.0

func (m *MockReviewPublisher) CreateReview(ctx context.Context, owner, repo string, prNumber int, req *github.PullRequestReviewRequest) (*github.PullRequestReview, error)

CreateReview mocks base method.

func (*MockReviewPublisher) CreationOptions added in v0.2.0

func (m *MockReviewPublisher) CreationOptions(entType v10.Entity) *v11.EntityCreationOptions

CreationOptions mocks base method.

func (*MockReviewPublisher) DeregisterEntity added in v0.2.0

func (m *MockReviewPublisher) DeregisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) error

DeregisterEntity mocks base method.

func (*MockReviewPublisher) DismissReview added in v0.2.0

func (m *MockReviewPublisher) DismissReview(ctx context.Context, owner, repo string, prNumber int, reviewID int64, req *github.PullRequestReviewDismissalRequest) (*github.PullRequestReview, error)

DismissReview mocks base method.

func (*MockReviewPublisher) EXPECT added in v0.2.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockReviewPublisher) FetchAllProperties added in v0.2.0

func (m *MockReviewPublisher) FetchAllProperties(ctx context.Context, getByProps *properties.Properties, entType v10.Entity, cachedProps *properties.Properties) (*properties.Properties, error)

FetchAllProperties mocks base method.

func (*MockReviewPublisher) GetEntityName added in v0.2.0

func (m *MockReviewPublisher) GetEntityName(entType v10.Entity, props *properties.Properties) (string, error)

GetEntityName mocks base method.

func (*MockReviewPublisher) GetPullRequest added in v0.2.0

func (m *MockReviewPublisher) GetPullRequest(ctx context.Context, owner, repo string, prNumber int) (*github.PullRequest, error)

GetPullRequest mocks base method.

func (*MockReviewPublisher) ListReviews added in v0.2.0

func (m *MockReviewPublisher) ListReviews(ctx context.Context, owner, repo string, prNumber int, opt *github.ListOptions) ([]*github.PullRequestReview, error)

ListReviews mocks base method.

func (*MockReviewPublisher) PropertiesToProtoMessage added in v0.2.0

func (m *MockReviewPublisher) PropertiesToProtoMessage(entType v10.Entity, props *properties.Properties) (protoreflect.ProtoMessage, error)

PropertiesToProtoMessage mocks base method.

func (*MockReviewPublisher) ProviderClassInfo added in v0.2.0

func (m *MockReviewPublisher) ProviderClassInfo() *v10.ProviderClassInfo

ProviderClassInfo mocks base method.

func (*MockReviewPublisher) RegisterEntity added in v0.2.0

func (m *MockReviewPublisher) RegisterEntity(ctx context.Context, entType v10.Entity, props *properties.Properties) (*properties.Properties, error)

RegisterEntity mocks base method.

func (*MockReviewPublisher) SupportsEntity added in v0.2.0

func (m *MockReviewPublisher) SupportsEntity(entType v10.Entity) bool

SupportsEntity mocks base method.

func (*MockReviewPublisher) UpdateReview added in v0.2.0

func (m *MockReviewPublisher) UpdateReview(ctx context.Context, owner, repo string, prNumber int, reviewID int64, body string) (*github.PullRequestReview, error)

UpdateReview mocks base method.

type MockReviewPublisherMockRecorder added in v0.2.0

type MockReviewPublisherMockRecorder struct {
	// contains filtered or unexported fields
}

MockReviewPublisherMockRecorder is the mock recorder for MockReviewPublisher.

func (*MockReviewPublisherMockRecorder) CreateReview added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) CreateReview(ctx, owner, repo, prNumber, req any) *gomock.Call

CreateReview indicates an expected call of CreateReview.

func (*MockReviewPublisherMockRecorder) CreationOptions added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) CreationOptions(entType any) *gomock.Call

CreationOptions indicates an expected call of CreationOptions.

func (*MockReviewPublisherMockRecorder) DeregisterEntity added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) DeregisterEntity(ctx, entType, props any) *gomock.Call

DeregisterEntity indicates an expected call of DeregisterEntity.

func (*MockReviewPublisherMockRecorder) DismissReview added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) DismissReview(ctx, owner, repo, prNumber, reviewID, req any) *gomock.Call

DismissReview indicates an expected call of DismissReview.

func (*MockReviewPublisherMockRecorder) FetchAllProperties added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) FetchAllProperties(ctx, getByProps, entType, cachedProps any) *gomock.Call

FetchAllProperties indicates an expected call of FetchAllProperties.

func (*MockReviewPublisherMockRecorder) GetEntityName added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) GetEntityName(entType, props any) *gomock.Call

GetEntityName indicates an expected call of GetEntityName.

func (*MockReviewPublisherMockRecorder) GetPullRequest added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) GetPullRequest(ctx, owner, repo, prNumber any) *gomock.Call

GetPullRequest indicates an expected call of GetPullRequest.

func (*MockReviewPublisherMockRecorder) ListReviews added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) ListReviews(ctx, owner, repo, prNumber, opt any) *gomock.Call

ListReviews indicates an expected call of ListReviews.

func (*MockReviewPublisherMockRecorder) PropertiesToProtoMessage added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) PropertiesToProtoMessage(entType, props any) *gomock.Call

PropertiesToProtoMessage indicates an expected call of PropertiesToProtoMessage.

func (*MockReviewPublisherMockRecorder) ProviderClassInfo added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) ProviderClassInfo() *gomock.Call

ProviderClassInfo indicates an expected call of ProviderClassInfo.

func (*MockReviewPublisherMockRecorder) RegisterEntity added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) RegisterEntity(ctx, entType, props any) *gomock.Call

RegisterEntity indicates an expected call of RegisterEntity.

func (*MockReviewPublisherMockRecorder) SupportsEntity added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) SupportsEntity(entType any) *gomock.Call

SupportsEntity indicates an expected call of SupportsEntity.

func (*MockReviewPublisherMockRecorder) UpdateReview added in v0.2.0

func (mr *MockReviewPublisherMockRecorder) UpdateReview(ctx, owner, repo, prNumber, reviewID, body any) *gomock.Call

UpdateReview indicates an expected call of UpdateReview.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL