Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type ChannelInfoProvider
- func (fake *ChannelInfoProvider) Invocations() map[string][][]interface{}
- func (fake *ChannelInfoProvider) NamespacesAndCollections(arg1 statedb.VersionedDB) (map[string][]string, error)
- func (fake *ChannelInfoProvider) NamespacesAndCollectionsArgsForCall(i int) statedb.VersionedDB
- func (fake *ChannelInfoProvider) NamespacesAndCollectionsCallCount() int
- func (fake *ChannelInfoProvider) NamespacesAndCollectionsCalls(stub func(statedb.VersionedDB) (map[string][]string, error))
- func (fake *ChannelInfoProvider) NamespacesAndCollectionsReturns(result1 map[string][]string, result2 error)
- func (fake *ChannelInfoProvider) NamespacesAndCollectionsReturnsOnCall(i int, result1 map[string][]string, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelInfoProvider ¶
type ChannelInfoProvider struct { NamespacesAndCollectionsStub func(statedb.VersionedDB) (map[string][]string, error) // contains filtered or unexported fields }
func (*ChannelInfoProvider) Invocations ¶
func (fake *ChannelInfoProvider) Invocations() map[string][][]interface{}
func (*ChannelInfoProvider) NamespacesAndCollections ¶
func (fake *ChannelInfoProvider) NamespacesAndCollections(arg1 statedb.VersionedDB) (map[string][]string, error)
func (*ChannelInfoProvider) NamespacesAndCollectionsArgsForCall ¶
func (fake *ChannelInfoProvider) NamespacesAndCollectionsArgsForCall(i int) statedb.VersionedDB
func (*ChannelInfoProvider) NamespacesAndCollectionsCallCount ¶
func (fake *ChannelInfoProvider) NamespacesAndCollectionsCallCount() int
func (*ChannelInfoProvider) NamespacesAndCollectionsCalls ¶
func (fake *ChannelInfoProvider) NamespacesAndCollectionsCalls(stub func(statedb.VersionedDB) (map[string][]string, error))
func (*ChannelInfoProvider) NamespacesAndCollectionsReturns ¶
func (fake *ChannelInfoProvider) NamespacesAndCollectionsReturns(result1 map[string][]string, result2 error)
func (*ChannelInfoProvider) NamespacesAndCollectionsReturnsOnCall ¶
func (fake *ChannelInfoProvider) NamespacesAndCollectionsReturnsOnCall(i int, result1 map[string][]string, result2 error)
Click to show internal directories.
Click to hide internal directories.