代码拉取完成,页面将自动刷新
// Code generated by counterfeiter. DO NOT EDIT.
package mock
import (
"sync"
"github.com/hyperledger/fabric-protos-go/common"
"github.com/hyperledger/fabric/common/deliver"
)
type PolicyChecker struct {
CheckPolicyStub func(*common.Envelope, string) error
checkPolicyMutex sync.RWMutex
checkPolicyArgsForCall []struct {
arg1 *common.Envelope
arg2 string
}
checkPolicyReturns struct {
result1 error
}
checkPolicyReturnsOnCall map[int]struct {
result1 error
}
invocations map[string][][]interface{}
invocationsMutex sync.RWMutex
}
func (fake *PolicyChecker) CheckPolicy(arg1 *common.Envelope, arg2 string) error {
fake.checkPolicyMutex.Lock()
ret, specificReturn := fake.checkPolicyReturnsOnCall[len(fake.checkPolicyArgsForCall)]
fake.checkPolicyArgsForCall = append(fake.checkPolicyArgsForCall, struct {
arg1 *common.Envelope
arg2 string
}{arg1, arg2})
fake.recordInvocation("CheckPolicy", []interface{}{arg1, arg2})
fake.checkPolicyMutex.Unlock()
if fake.CheckPolicyStub != nil {
return fake.CheckPolicyStub(arg1, arg2)
}
if specificReturn {
return ret.result1
}
fakeReturns := fake.checkPolicyReturns
return fakeReturns.result1
}
func (fake *PolicyChecker) CheckPolicyCallCount() int {
fake.checkPolicyMutex.RLock()
defer fake.checkPolicyMutex.RUnlock()
return len(fake.checkPolicyArgsForCall)
}
func (fake *PolicyChecker) CheckPolicyCalls(stub func(*common.Envelope, string) error) {
fake.checkPolicyMutex.Lock()
defer fake.checkPolicyMutex.Unlock()
fake.CheckPolicyStub = stub
}
func (fake *PolicyChecker) CheckPolicyArgsForCall(i int) (*common.Envelope, string) {
fake.checkPolicyMutex.RLock()
defer fake.checkPolicyMutex.RUnlock()
argsForCall := fake.checkPolicyArgsForCall[i]
return argsForCall.arg1, argsForCall.arg2
}
func (fake *PolicyChecker) CheckPolicyReturns(result1 error) {
fake.checkPolicyMutex.Lock()
defer fake.checkPolicyMutex.Unlock()
fake.CheckPolicyStub = nil
fake.checkPolicyReturns = struct {
result1 error
}{result1}
}
func (fake *PolicyChecker) CheckPolicyReturnsOnCall(i int, result1 error) {
fake.checkPolicyMutex.Lock()
defer fake.checkPolicyMutex.Unlock()
fake.CheckPolicyStub = nil
if fake.checkPolicyReturnsOnCall == nil {
fake.checkPolicyReturnsOnCall = make(map[int]struct {
result1 error
})
}
fake.checkPolicyReturnsOnCall[i] = struct {
result1 error
}{result1}
}
func (fake *PolicyChecker) Invocations() map[string][][]interface{} {
fake.invocationsMutex.RLock()
defer fake.invocationsMutex.RUnlock()
fake.checkPolicyMutex.RLock()
defer fake.checkPolicyMutex.RUnlock()
copiedInvocations := map[string][][]interface{}{}
for key, value := range fake.invocations {
copiedInvocations[key] = value
}
return copiedInvocations
}
func (fake *PolicyChecker) 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)
}
var _ deliver.PolicyChecker = new(PolicyChecker)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。