Documentation ¶
Index ¶
- type MockSourceRepoer
- func (mock *MockSourceRepoer) CreateSourceRepository(_param0 string, _param1 string, _param2 string) error
- func (mock *MockSourceRepoer) DeleteSourceRepository(_param0 string) error
- func (mock *MockSourceRepoer) GetSourceRepository(_param0 string) (*v1.SourceRepository, error)
- func (mock *MockSourceRepoer) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierSourceRepoer
- func (mock *MockSourceRepoer) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierSourceRepoer
- func (mock *MockSourceRepoer) VerifyWasCalledOnce() *VerifierSourceRepoer
- type SourceRepoer_CreateSourceRepository_OngoingVerification
- type SourceRepoer_DeleteSourceRepository_OngoingVerification
- type SourceRepoer_GetSourceRepository_OngoingVerification
- type VerifierSourceRepoer
- func (verifier *VerifierSourceRepoer) CreateSourceRepository(_param0 string, _param1 string, _param2 string) *SourceRepoer_CreateSourceRepository_OngoingVerification
- func (verifier *VerifierSourceRepoer) DeleteSourceRepository(_param0 string) *SourceRepoer_DeleteSourceRepository_OngoingVerification
- func (verifier *VerifierSourceRepoer) GetSourceRepository(_param0 string) *SourceRepoer_GetSourceRepository_OngoingVerification
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSourceRepoer ¶
type MockSourceRepoer struct {
// contains filtered or unexported fields
}
func NewMockSourceRepoer ¶
func NewMockSourceRepoer() *MockSourceRepoer
func (*MockSourceRepoer) CreateSourceRepository ¶
func (mock *MockSourceRepoer) CreateSourceRepository(_param0 string, _param1 string, _param2 string) error
func (*MockSourceRepoer) DeleteSourceRepository ¶
func (mock *MockSourceRepoer) DeleteSourceRepository(_param0 string) error
func (*MockSourceRepoer) GetSourceRepository ¶
func (mock *MockSourceRepoer) GetSourceRepository(_param0 string) (*v1.SourceRepository, error)
func (*MockSourceRepoer) VerifyWasCalled ¶
func (mock *MockSourceRepoer) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierSourceRepoer
func (*MockSourceRepoer) VerifyWasCalledInOrder ¶
func (mock *MockSourceRepoer) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierSourceRepoer
func (*MockSourceRepoer) VerifyWasCalledOnce ¶
func (mock *MockSourceRepoer) VerifyWasCalledOnce() *VerifierSourceRepoer
type SourceRepoer_CreateSourceRepository_OngoingVerification ¶
type SourceRepoer_CreateSourceRepository_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*SourceRepoer_CreateSourceRepository_OngoingVerification) GetAllCapturedArguments ¶
func (c *SourceRepoer_CreateSourceRepository_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)
func (*SourceRepoer_CreateSourceRepository_OngoingVerification) GetCapturedArguments ¶
func (c *SourceRepoer_CreateSourceRepository_OngoingVerification) GetCapturedArguments() (string, string, string)
type SourceRepoer_DeleteSourceRepository_OngoingVerification ¶
type SourceRepoer_DeleteSourceRepository_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*SourceRepoer_DeleteSourceRepository_OngoingVerification) GetAllCapturedArguments ¶
func (c *SourceRepoer_DeleteSourceRepository_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*SourceRepoer_DeleteSourceRepository_OngoingVerification) GetCapturedArguments ¶
func (c *SourceRepoer_DeleteSourceRepository_OngoingVerification) GetCapturedArguments() string
type SourceRepoer_GetSourceRepository_OngoingVerification ¶
type SourceRepoer_GetSourceRepository_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*SourceRepoer_GetSourceRepository_OngoingVerification) GetAllCapturedArguments ¶
func (c *SourceRepoer_GetSourceRepository_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*SourceRepoer_GetSourceRepository_OngoingVerification) GetCapturedArguments ¶
func (c *SourceRepoer_GetSourceRepository_OngoingVerification) GetCapturedArguments() string
type VerifierSourceRepoer ¶
type VerifierSourceRepoer struct {
// contains filtered or unexported fields
}
func (*VerifierSourceRepoer) CreateSourceRepository ¶
func (verifier *VerifierSourceRepoer) CreateSourceRepository(_param0 string, _param1 string, _param2 string) *SourceRepoer_CreateSourceRepository_OngoingVerification
func (*VerifierSourceRepoer) DeleteSourceRepository ¶
func (verifier *VerifierSourceRepoer) DeleteSourceRepository(_param0 string) *SourceRepoer_DeleteSourceRepository_OngoingVerification
func (*VerifierSourceRepoer) GetSourceRepository ¶
func (verifier *VerifierSourceRepoer) GetSourceRepository(_param0 string) *SourceRepoer_GetSourceRepository_OngoingVerification
Click to show internal directories.
Click to hide internal directories.