mocks

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

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 (fake *Store) Invocations() map[string][][]interface{}

func (*Store) Put added in v0.1.3

func (fake *Store) Put(value []byte) error

func (*Store) PutArgsForCall added in v0.1.3

func (fake *Store) PutArgsForCall(i int) []byte

func (*Store) PutCallCount added in v0.1.3

func (fake *Store) PutCallCount() int

func (*Store) PutReturns added in v0.1.3

func (fake *Store) PutReturns(result1 error)

func (*Store) PutReturnsOnCall added in v0.1.3

func (fake *Store) PutReturnsOnCall(i int, result1 error)

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 (fake *Store) QueryArgsForCall(i int) string

func (*Store) QueryCallCount added in v0.1.3

func (fake *Store) QueryCallCount() int

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL