1 Star 0 Fork 0

妥協 / fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ledger_getter.go 2.89 KB
一键复制 编辑 原始数据 按行查看 历史
// Code generated by counterfeiter. DO NOT EDIT.
package mock
import (
"sync"
"github.com/hyperledger/fabric/core/ledger"
)
type LedgerGetter struct {
GetLedgerStub func(string) ledger.PeerLedger
getLedgerMutex sync.RWMutex
getLedgerArgsForCall []struct {
arg1 string
}
getLedgerReturns struct {
result1 ledger.PeerLedger
}
getLedgerReturnsOnCall map[int]struct {
result1 ledger.PeerLedger
}
invocations map[string][][]interface{}
invocationsMutex sync.RWMutex
}
func (fake *LedgerGetter) GetLedger(arg1 string) ledger.PeerLedger {
fake.getLedgerMutex.Lock()
ret, specificReturn := fake.getLedgerReturnsOnCall[len(fake.getLedgerArgsForCall)]
fake.getLedgerArgsForCall = append(fake.getLedgerArgsForCall, struct {
arg1 string
}{arg1})
fake.recordInvocation("GetLedger", []interface{}{arg1})
fake.getLedgerMutex.Unlock()
if fake.GetLedgerStub != nil {
return fake.GetLedgerStub(arg1)
}
if specificReturn {
return ret.result1
}
fakeReturns := fake.getLedgerReturns
return fakeReturns.result1
}
func (fake *LedgerGetter) GetLedgerCallCount() int {
fake.getLedgerMutex.RLock()
defer fake.getLedgerMutex.RUnlock()
return len(fake.getLedgerArgsForCall)
}
func (fake *LedgerGetter) GetLedgerCalls(stub func(string) ledger.PeerLedger) {
fake.getLedgerMutex.Lock()
defer fake.getLedgerMutex.Unlock()
fake.GetLedgerStub = stub
}
func (fake *LedgerGetter) GetLedgerArgsForCall(i int) string {
fake.getLedgerMutex.RLock()
defer fake.getLedgerMutex.RUnlock()
argsForCall := fake.getLedgerArgsForCall[i]
return argsForCall.arg1
}
func (fake *LedgerGetter) GetLedgerReturns(result1 ledger.PeerLedger) {
fake.getLedgerMutex.Lock()
defer fake.getLedgerMutex.Unlock()
fake.GetLedgerStub = nil
fake.getLedgerReturns = struct {
result1 ledger.PeerLedger
}{result1}
}
func (fake *LedgerGetter) GetLedgerReturnsOnCall(i int, result1 ledger.PeerLedger) {
fake.getLedgerMutex.Lock()
defer fake.getLedgerMutex.Unlock()
fake.GetLedgerStub = nil
if fake.getLedgerReturnsOnCall == nil {
fake.getLedgerReturnsOnCall = make(map[int]struct {
result1 ledger.PeerLedger
})
}
fake.getLedgerReturnsOnCall[i] = struct {
result1 ledger.PeerLedger
}{result1}
}
func (fake *LedgerGetter) Invocations() map[string][][]interface{} {
fake.invocationsMutex.RLock()
defer fake.invocationsMutex.RUnlock()
fake.getLedgerMutex.RLock()
defer fake.getLedgerMutex.RUnlock()
copiedInvocations := map[string][][]interface{}{}
for key, value := range fake.invocations {
copiedInvocations[key] = value
}
return copiedInvocations
}
func (fake *LedgerGetter) recordInvocation(key string, args []interface{}) {
fake.invocationsMutex.Lock()
defer fake.invocationsMutex.Unlock()
if fake.invocations == nil {
fake.invocations = map[string][][]interface{}{}
}
if fake.invocations[key] == nil {
fake.invocations[key] = [][]interface{}{}
}
fake.invocations[key] = append(fake.invocations[key], args)
}
1
https://gitee.com/liurenhao/fabric.git
git@gitee.com:liurenhao/fabric.git
liurenhao
fabric
fabric
v2.1.1

搜索帮助

53164aa7 5694891 3bd8fe86 5694891