Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBlobSearcher
- func (fake *FakeBlobSearcher) Invocations() map[string][][]interface{}
- func (fake *FakeBlobSearcher) ListBlobs(logger lager.Logger, owner string, name string) ([]search.BlobResult, error)
- func (fake *FakeBlobSearcher) ListBlobsArgsForCall(i int) (lager.Logger, string, string)
- func (fake *FakeBlobSearcher) ListBlobsCallCount() int
- func (fake *FakeBlobSearcher) ListBlobsReturns(result1 []search.BlobResult, result2 error)
- func (fake *FakeBlobSearcher) ListBlobsReturnsOnCall(i int, result1 []search.BlobResult, result2 error)
- type FakeResults
- func (fake *FakeResults) C() <-chan search.Result
- func (fake *FakeResults) CCallCount() int
- func (fake *FakeResults) CReturns(result1 <-chan search.Result)
- func (fake *FakeResults) CReturnsOnCall(i int, result1 <-chan search.Result)
- func (fake *FakeResults) Err() error
- func (fake *FakeResults) ErrCallCount() int
- func (fake *FakeResults) ErrReturns(result1 error)
- func (fake *FakeResults) ErrReturnsOnCall(i int, result1 error)
- func (fake *FakeResults) Invocations() map[string][][]interface{}
- type FakeSearcher
- func (fake *FakeSearcher) Invocations() map[string][][]interface{}
- func (fake *FakeSearcher) SearchCurrent(ctx context.Context, logger lager.Logger, matcher matchers.Matcher) search.Results
- func (fake *FakeSearcher) SearchCurrentArgsForCall(i int) (context.Context, lager.Logger, matchers.Matcher)
- func (fake *FakeSearcher) SearchCurrentCallCount() int
- func (fake *FakeSearcher) SearchCurrentReturns(result1 search.Results)
- func (fake *FakeSearcher) SearchCurrentReturnsOnCall(i int, result1 search.Results)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBlobSearcher ¶
type FakeBlobSearcher struct { ListBlobsStub func(logger lager.Logger, owner string, name string) ([]search.BlobResult, error) // contains filtered or unexported fields }
func (*FakeBlobSearcher) Invocations ¶
func (fake *FakeBlobSearcher) Invocations() map[string][][]interface{}
func (*FakeBlobSearcher) ListBlobs ¶
func (fake *FakeBlobSearcher) ListBlobs(logger lager.Logger, owner string, name string) ([]search.BlobResult, error)
func (*FakeBlobSearcher) ListBlobsArgsForCall ¶
func (*FakeBlobSearcher) ListBlobsCallCount ¶
func (fake *FakeBlobSearcher) ListBlobsCallCount() int
func (*FakeBlobSearcher) ListBlobsReturns ¶
func (fake *FakeBlobSearcher) ListBlobsReturns(result1 []search.BlobResult, result2 error)
func (*FakeBlobSearcher) ListBlobsReturnsOnCall ¶
func (fake *FakeBlobSearcher) ListBlobsReturnsOnCall(i int, result1 []search.BlobResult, result2 error)
type FakeResults ¶
type FakeResults struct { CStub func() <-chan search.Result ErrStub func() error // contains filtered or unexported fields }
func (*FakeResults) C ¶
func (fake *FakeResults) C() <-chan search.Result
func (*FakeResults) CCallCount ¶
func (fake *FakeResults) CCallCount() int
func (*FakeResults) CReturns ¶
func (fake *FakeResults) CReturns(result1 <-chan search.Result)
func (*FakeResults) CReturnsOnCall ¶
func (fake *FakeResults) CReturnsOnCall(i int, result1 <-chan search.Result)
func (*FakeResults) Err ¶
func (fake *FakeResults) Err() error
func (*FakeResults) ErrCallCount ¶
func (fake *FakeResults) ErrCallCount() int
func (*FakeResults) ErrReturns ¶
func (fake *FakeResults) ErrReturns(result1 error)
func (*FakeResults) ErrReturnsOnCall ¶
func (fake *FakeResults) ErrReturnsOnCall(i int, result1 error)
func (*FakeResults) Invocations ¶
func (fake *FakeResults) Invocations() map[string][][]interface{}
type FakeSearcher ¶
type FakeSearcher struct { SearchCurrentStub func(ctx context.Context, logger lager.Logger, matcher matchers.Matcher) search.Results // contains filtered or unexported fields }
func (*FakeSearcher) Invocations ¶
func (fake *FakeSearcher) Invocations() map[string][][]interface{}
func (*FakeSearcher) SearchCurrent ¶
func (*FakeSearcher) SearchCurrentArgsForCall ¶
func (*FakeSearcher) SearchCurrentCallCount ¶
func (fake *FakeSearcher) SearchCurrentCallCount() int
func (*FakeSearcher) SearchCurrentReturns ¶
func (fake *FakeSearcher) SearchCurrentReturns(result1 search.Results)
func (*FakeSearcher) SearchCurrentReturnsOnCall ¶
func (fake *FakeSearcher) SearchCurrentReturnsOnCall(i int, result1 search.Results)
Click to show internal directories.
Click to hide internal directories.