3 Star 6 Fork 7

Gitee 极速下载 / Hyperledger fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/hyperledger/fabric
克隆/下载
prover_client.go 3.85 KB
一键复制 编辑 原始数据 按行查看 历史
// Code generated by counterfeiter. DO NOT EDIT.
package mock
import (
context "context"
sync "sync"
token "github.com/hyperledger/fabric/protos/token"
grpc "google.golang.org/grpc"
)
type ProverClient struct {
ProcessCommandStub func(context.Context, *token.SignedCommand, ...grpc.CallOption) (*token.SignedCommandResponse, error)
processCommandMutex sync.RWMutex
processCommandArgsForCall []struct {
arg1 context.Context
arg2 *token.SignedCommand
arg3 []grpc.CallOption
}
processCommandReturns struct {
result1 *token.SignedCommandResponse
result2 error
}
processCommandReturnsOnCall map[int]struct {
result1 *token.SignedCommandResponse
result2 error
}
invocations map[string][][]interface{}
invocationsMutex sync.RWMutex
}
func (fake *ProverClient) ProcessCommand(arg1 context.Context, arg2 *token.SignedCommand, arg3 ...grpc.CallOption) (*token.SignedCommandResponse, error) {
fake.processCommandMutex.Lock()
ret, specificReturn := fake.processCommandReturnsOnCall[len(fake.processCommandArgsForCall)]
fake.processCommandArgsForCall = append(fake.processCommandArgsForCall, struct {
arg1 context.Context
arg2 *token.SignedCommand
arg3 []grpc.CallOption
}{arg1, arg2, arg3})
fake.recordInvocation("ProcessCommand", []interface{}{arg1, arg2, arg3})
fake.processCommandMutex.Unlock()
if fake.ProcessCommandStub != nil {
return fake.ProcessCommandStub(arg1, arg2, arg3...)
}
if specificReturn {
return ret.result1, ret.result2
}
fakeReturns := fake.processCommandReturns
return fakeReturns.result1, fakeReturns.result2
}
func (fake *ProverClient) ProcessCommandCallCount() int {
fake.processCommandMutex.RLock()
defer fake.processCommandMutex.RUnlock()
return len(fake.processCommandArgsForCall)
}
func (fake *ProverClient) ProcessCommandCalls(stub func(context.Context, *token.SignedCommand, ...grpc.CallOption) (*token.SignedCommandResponse, error)) {
fake.processCommandMutex.Lock()
defer fake.processCommandMutex.Unlock()
fake.ProcessCommandStub = stub
}
func (fake *ProverClient) ProcessCommandArgsForCall(i int) (context.Context, *token.SignedCommand, []grpc.CallOption) {
fake.processCommandMutex.RLock()
defer fake.processCommandMutex.RUnlock()
argsForCall := fake.processCommandArgsForCall[i]
return argsForCall.arg1, argsForCall.arg2, argsForCall.arg3
}
func (fake *ProverClient) ProcessCommandReturns(result1 *token.SignedCommandResponse, result2 error) {
fake.processCommandMutex.Lock()
defer fake.processCommandMutex.Unlock()
fake.ProcessCommandStub = nil
fake.processCommandReturns = struct {
result1 *token.SignedCommandResponse
result2 error
}{result1, result2}
}
func (fake *ProverClient) ProcessCommandReturnsOnCall(i int, result1 *token.SignedCommandResponse, result2 error) {
fake.processCommandMutex.Lock()
defer fake.processCommandMutex.Unlock()
fake.ProcessCommandStub = nil
if fake.processCommandReturnsOnCall == nil {
fake.processCommandReturnsOnCall = make(map[int]struct {
result1 *token.SignedCommandResponse
result2 error
})
}
fake.processCommandReturnsOnCall[i] = struct {
result1 *token.SignedCommandResponse
result2 error
}{result1, result2}
}
func (fake *ProverClient) Invocations() map[string][][]interface{} {
fake.invocationsMutex.RLock()
defer fake.invocationsMutex.RUnlock()
fake.processCommandMutex.RLock()
defer fake.processCommandMutex.RUnlock()
copiedInvocations := map[string][][]interface{}{}
for key, value := range fake.invocations {
copiedInvocations[key] = value
}
return copiedInvocations
}
func (fake *ProverClient) 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