Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type QueryExecutorProvider
- func (fake *QueryExecutorProvider) Invocations() map[string][][]interface{}
- func (fake *QueryExecutorProvider) NewQueryExecutor() (ledger.QueryExecutor, error)
- func (fake *QueryExecutorProvider) NewQueryExecutorCallCount() int
- func (fake *QueryExecutorProvider) NewQueryExecutorNoLock() (ledger.QueryExecutor, error)
- func (fake *QueryExecutorProvider) NewQueryExecutorNoLockCallCount() int
- func (fake *QueryExecutorProvider) NewQueryExecutorNoLockReturns(result1 ledger.QueryExecutor, result2 error)
- func (fake *QueryExecutorProvider) NewQueryExecutorNoLockReturnsOnCall(i int, result1 ledger.QueryExecutor, result2 error)
- func (fake *QueryExecutorProvider) NewQueryExecutorReturns(result1 ledger.QueryExecutor, result2 error)
- func (fake *QueryExecutorProvider) NewQueryExecutorReturnsOnCall(i int, result1 ledger.QueryExecutor, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryExecutorProvider ¶
type QueryExecutorProvider struct { NewQueryExecutorStub func() (ledger.QueryExecutor, error) NewQueryExecutorNoLockStub func() (ledger.QueryExecutor, error) // contains filtered or unexported fields }
func (*QueryExecutorProvider) Invocations ¶
func (fake *QueryExecutorProvider) Invocations() map[string][][]interface{}
func (*QueryExecutorProvider) NewQueryExecutor ¶
func (fake *QueryExecutorProvider) NewQueryExecutor() (ledger.QueryExecutor, error)
func (*QueryExecutorProvider) NewQueryExecutorCallCount ¶
func (fake *QueryExecutorProvider) NewQueryExecutorCallCount() int
func (*QueryExecutorProvider) NewQueryExecutorNoLock ¶
func (fake *QueryExecutorProvider) NewQueryExecutorNoLock() (ledger.QueryExecutor, error)
func (*QueryExecutorProvider) NewQueryExecutorNoLockCallCount ¶
func (fake *QueryExecutorProvider) NewQueryExecutorNoLockCallCount() int
func (*QueryExecutorProvider) NewQueryExecutorNoLockReturns ¶
func (fake *QueryExecutorProvider) NewQueryExecutorNoLockReturns(result1 ledger.QueryExecutor, result2 error)
func (*QueryExecutorProvider) NewQueryExecutorNoLockReturnsOnCall ¶
func (fake *QueryExecutorProvider) NewQueryExecutorNoLockReturnsOnCall(i int, result1 ledger.QueryExecutor, result2 error)
func (*QueryExecutorProvider) NewQueryExecutorReturns ¶
func (fake *QueryExecutorProvider) NewQueryExecutorReturns(result1 ledger.QueryExecutor, result2 error)
func (*QueryExecutorProvider) NewQueryExecutorReturnsOnCall ¶
func (fake *QueryExecutorProvider) NewQueryExecutorReturnsOnCall(i int, result1 ledger.QueryExecutor, result2 error)
Click to show internal directories.
Click to hide internal directories.