Enumerator is an autogenerated mock type for the Enumerator type
type Enumerator struct { mock.Mock }
func (_m *Enumerator) Enumerate() ([]chaincode.InstalledChaincode, error)
Enumerate provides a mock function with given fields:
LifeCycleChangeListener is an autogenerated mock type for the LifeCycleChangeListener type
type LifeCycleChangeListener struct { mock.Mock }
func (_m *LifeCycleChangeListener) LifeCycleChangeListener(channel string, chaincodes chaincode.MetadataSet)
LifeCycleChangeListener provides a mock function with given fields: channel, chaincodes
Query is an autogenerated mock type for the Query type
type Query struct { mock.Mock }
func (_m *Query) Done()
Done provides a mock function with given fields:
func (_m *Query) GetState(namespace string, key string) ([]byte, error)
GetState provides a mock function with given fields: namespace, key
QueryCreator is an autogenerated mock type for the QueryCreator type
type QueryCreator struct { mock.Mock }
func (_m *QueryCreator) NewQuery() (cc.Query, error)
NewQuery provides a mock function with given fields: