Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Store
- func (fake *Store) Invocations() map[string][][]interface{}
- func (fake *Store) Put(value []byte) error
- func (fake *Store) PutArgsForCall(i int) []byte
- func (fake *Store) PutCallCount() int
- func (fake *Store) PutReturns(result1 error)
- func (fake *Store) PutReturnsOnCall(i int, result1 error)
- func (fake *Store) Query(query string) (commonledger.ResultsIterator, error)
- func (fake *Store) QueryArgsForCall(i int) string
- func (fake *Store) QueryCallCount() int
- func (fake *Store) QueryReturns(result1 commonledger.ResultsIterator, result2 error)
- func (fake *Store) QueryReturnsOnCall(i int, result1 commonledger.ResultsIterator, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶ added in v0.1.3
type Store struct { QueryStub func(query string) (commonledger.ResultsIterator, error) PutStub func(value []byte) error // contains filtered or unexported fields }
func (*Store) Invocations ¶ added in v0.1.3
func (*Store) PutArgsForCall ¶ added in v0.1.3
func (*Store) PutCallCount ¶ added in v0.1.3
func (*Store) PutReturns ¶ added in v0.1.3
func (*Store) PutReturnsOnCall ¶ added in v0.1.3
func (*Store) Query ¶ added in v0.1.3
func (fake *Store) Query(query string) (commonledger.ResultsIterator, error)
func (*Store) QueryArgsForCall ¶ added in v0.1.3
func (*Store) QueryCallCount ¶ added in v0.1.3
func (*Store) QueryReturns ¶ added in v0.1.3
func (fake *Store) QueryReturns(result1 commonledger.ResultsIterator, result2 error)
func (*Store) QueryReturnsOnCall ¶ added in v0.1.3
func (fake *Store) QueryReturnsOnCall(i int, result1 commonledger.ResultsIterator, result2 error)
Click to show internal directories.
Click to hide internal directories.