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