3 Star 6 Fork 7

Gitee 极速下载 / Hyperledger fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/hyperledger/fabric
克隆/下载
vm_provider.go 2.43 KB
一键复制 编辑 原始数据 按行查看 历史
Gari Singh 提交于 2018-11-13 16:40 . Add HealthCheck to VM implementations
// Code generated by counterfeiter. DO NOT EDIT.
package mock
import (
sync "sync"
container "github.com/hyperledger/fabric/core/container"
)
type VMProvider struct {
NewVMStub func() container.VM
newVMMutex sync.RWMutex
newVMArgsForCall []struct {
}
newVMReturns struct {
result1 container.VM
}
newVMReturnsOnCall map[int]struct {
result1 container.VM
}
invocations map[string][][]interface{}
invocationsMutex sync.RWMutex
}
func (fake *VMProvider) NewVM() container.VM {
fake.newVMMutex.Lock()
ret, specificReturn := fake.newVMReturnsOnCall[len(fake.newVMArgsForCall)]
fake.newVMArgsForCall = append(fake.newVMArgsForCall, struct {
}{})
fake.recordInvocation("NewVM", []interface{}{})
fake.newVMMutex.Unlock()
if fake.NewVMStub != nil {
return fake.NewVMStub()
}
if specificReturn {
return ret.result1
}
fakeReturns := fake.newVMReturns
return fakeReturns.result1
}
func (fake *VMProvider) NewVMCallCount() int {
fake.newVMMutex.RLock()
defer fake.newVMMutex.RUnlock()
return len(fake.newVMArgsForCall)
}
func (fake *VMProvider) NewVMCalls(stub func() container.VM) {
fake.newVMMutex.Lock()
defer fake.newVMMutex.Unlock()
fake.NewVMStub = stub
}
func (fake *VMProvider) NewVMReturns(result1 container.VM) {
fake.newVMMutex.Lock()
defer fake.newVMMutex.Unlock()
fake.NewVMStub = nil
fake.newVMReturns = struct {
result1 container.VM
}{result1}
}
func (fake *VMProvider) NewVMReturnsOnCall(i int, result1 container.VM) {
fake.newVMMutex.Lock()
defer fake.newVMMutex.Unlock()
fake.NewVMStub = nil
if fake.newVMReturnsOnCall == nil {
fake.newVMReturnsOnCall = make(map[int]struct {
result1 container.VM
})
}
fake.newVMReturnsOnCall[i] = struct {
result1 container.VM
}{result1}
}
func (fake *VMProvider) Invocations() map[string][][]interface{} {
fake.invocationsMutex.RLock()
defer fake.invocationsMutex.RUnlock()
fake.newVMMutex.RLock()
defer fake.newVMMutex.RUnlock()
copiedInvocations := map[string][][]interface{}{}
for key, value := range fake.invocations {
copiedInvocations[key] = value
}
return copiedInvocations
}
func (fake *VMProvider) 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/mirrors/fabric.git
git@gitee.com:mirrors/fabric.git
mirrors
fabric
Hyperledger fabric
v1.4.12

搜索帮助

53164aa7 5694891 3bd8fe86 5694891