Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeGitClient
- func (fake *FakeGitClient) EnsureCloned(arg1 context.Context) error
- func (fake *FakeGitClient) EnsureClonedArgsForCall(i int) context.Context
- func (fake *FakeGitClient) EnsureClonedCallCount() int
- func (fake *FakeGitClient) EnsureClonedCalls(stub func(context.Context) error)
- func (fake *FakeGitClient) EnsureClonedReturns(result1 error)
- func (fake *FakeGitClient) EnsureClonedReturnsOnCall(i int, result1 error)
- func (fake *FakeGitClient) Invocations() map[string][][]interface{}
- func (fake *FakeGitClient) Path() string
- func (fake *FakeGitClient) PathCallCount() int
- func (fake *FakeGitClient) PathCalls(stub func() string)
- func (fake *FakeGitClient) PathReturns(result1 string)
- func (fake *FakeGitClient) PathReturnsOnCall(i int, result1 string)
- func (fake *FakeGitClient) Pull(arg1 context.Context) error
- func (fake *FakeGitClient) PullArgsForCall(i int) context.Context
- func (fake *FakeGitClient) PullCallCount() int
- func (fake *FakeGitClient) PullCalls(stub func(context.Context) error)
- func (fake *FakeGitClient) PullReturns(result1 error)
- func (fake *FakeGitClient) PullReturnsOnCall(i int, result1 error)
- type FakeVaultScanner
- func (fake *FakeVaultScanner) Invocations() map[string][][]interface{}
- func (fake *FakeVaultScanner) Results() <-chan scanner.ScanResult
- func (fake *FakeVaultScanner) ResultsCallCount() int
- func (fake *FakeVaultScanner) ResultsCalls(stub func() <-chan scanner.ScanResult)
- func (fake *FakeVaultScanner) ResultsReturns(result1 <-chan scanner.ScanResult)
- func (fake *FakeVaultScanner) ResultsReturnsOnCall(i int, result1 <-chan scanner.ScanResult)
- func (fake *FakeVaultScanner) Run(arg1 context.Context) error
- func (fake *FakeVaultScanner) RunArgsForCall(i int) context.Context
- func (fake *FakeVaultScanner) RunCallCount() int
- func (fake *FakeVaultScanner) RunCalls(stub func(context.Context) error)
- func (fake *FakeVaultScanner) RunReturns(result1 error)
- func (fake *FakeVaultScanner) RunReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGitClient ¶
type FakeGitClient struct {
EnsureClonedStub func(context.Context) error
PathStub func() string
PullStub func(context.Context) error
// contains filtered or unexported fields
}
func (*FakeGitClient) EnsureCloned ¶
func (fake *FakeGitClient) EnsureCloned(arg1 context.Context) error
func (*FakeGitClient) EnsureClonedArgsForCall ¶
func (fake *FakeGitClient) EnsureClonedArgsForCall(i int) context.Context
func (*FakeGitClient) EnsureClonedCallCount ¶
func (fake *FakeGitClient) EnsureClonedCallCount() int
func (*FakeGitClient) EnsureClonedCalls ¶
func (fake *FakeGitClient) EnsureClonedCalls(stub func(context.Context) error)
func (*FakeGitClient) EnsureClonedReturns ¶
func (fake *FakeGitClient) EnsureClonedReturns(result1 error)
func (*FakeGitClient) EnsureClonedReturnsOnCall ¶
func (fake *FakeGitClient) EnsureClonedReturnsOnCall(i int, result1 error)
func (*FakeGitClient) Invocations ¶
func (fake *FakeGitClient) Invocations() map[string][][]interface{}
func (*FakeGitClient) Path ¶
func (fake *FakeGitClient) Path() string
func (*FakeGitClient) PathCallCount ¶
func (fake *FakeGitClient) PathCallCount() int
func (*FakeGitClient) PathCalls ¶
func (fake *FakeGitClient) PathCalls(stub func() string)
func (*FakeGitClient) PathReturns ¶
func (fake *FakeGitClient) PathReturns(result1 string)
func (*FakeGitClient) PathReturnsOnCall ¶
func (fake *FakeGitClient) PathReturnsOnCall(i int, result1 string)
func (*FakeGitClient) PullArgsForCall ¶
func (fake *FakeGitClient) PullArgsForCall(i int) context.Context
func (*FakeGitClient) PullCallCount ¶
func (fake *FakeGitClient) PullCallCount() int
func (*FakeGitClient) PullCalls ¶
func (fake *FakeGitClient) PullCalls(stub func(context.Context) error)
func (*FakeGitClient) PullReturns ¶
func (fake *FakeGitClient) PullReturns(result1 error)
func (*FakeGitClient) PullReturnsOnCall ¶
func (fake *FakeGitClient) PullReturnsOnCall(i int, result1 error)
type FakeVaultScanner ¶ added in v0.2.0
type FakeVaultScanner struct {
ResultsStub func() <-chan scanner.ScanResult
RunStub func(context.Context) error
// contains filtered or unexported fields
}
func (*FakeVaultScanner) Invocations ¶ added in v0.2.0
func (fake *FakeVaultScanner) Invocations() map[string][][]interface{}
func (*FakeVaultScanner) Results ¶ added in v0.2.0
func (fake *FakeVaultScanner) Results() <-chan scanner.ScanResult
func (*FakeVaultScanner) ResultsCallCount ¶ added in v0.2.0
func (fake *FakeVaultScanner) ResultsCallCount() int
func (*FakeVaultScanner) ResultsCalls ¶ added in v0.2.0
func (fake *FakeVaultScanner) ResultsCalls(stub func() <-chan scanner.ScanResult)
func (*FakeVaultScanner) ResultsReturns ¶ added in v0.2.0
func (fake *FakeVaultScanner) ResultsReturns(result1 <-chan scanner.ScanResult)
func (*FakeVaultScanner) ResultsReturnsOnCall ¶ added in v0.2.0
func (fake *FakeVaultScanner) ResultsReturnsOnCall(i int, result1 <-chan scanner.ScanResult)
func (*FakeVaultScanner) Run ¶ added in v0.2.0
func (fake *FakeVaultScanner) Run(arg1 context.Context) error
func (*FakeVaultScanner) RunArgsForCall ¶ added in v0.2.0
func (fake *FakeVaultScanner) RunArgsForCall(i int) context.Context
func (*FakeVaultScanner) RunCallCount ¶ added in v0.2.0
func (fake *FakeVaultScanner) RunCallCount() int
func (*FakeVaultScanner) RunCalls ¶ added in v0.2.0
func (fake *FakeVaultScanner) RunCalls(stub func(context.Context) error)
func (*FakeVaultScanner) RunReturns ¶ added in v0.2.0
func (fake *FakeVaultScanner) RunReturns(result1 error)
func (*FakeVaultScanner) RunReturnsOnCall ¶ added in v0.2.0
func (fake *FakeVaultScanner) RunReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.