63 Star 181 Fork 3

Gitee 极速下载 / hyperledger-fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/hyperledger/fabric
克隆/下载
channel_config.go 9.34 KB
一键复制 编辑 原始数据 按行查看 历史
// Code generated by counterfeiter. DO NOT EDIT.
package mock
import (
"sync"
"github.com/hyperledger/fabric/common/channelconfig"
)
type ChannelConfig struct {
BlockDataHashingStructureWidthStub func() uint32
blockDataHashingStructureWidthMutex sync.RWMutex
blockDataHashingStructureWidthArgsForCall []struct {
}
blockDataHashingStructureWidthReturns struct {
result1 uint32
}
blockDataHashingStructureWidthReturnsOnCall map[int]struct {
result1 uint32
}
CapabilitiesStub func() channelconfig.ChannelCapabilities
capabilitiesMutex sync.RWMutex
capabilitiesArgsForCall []struct {
}
capabilitiesReturns struct {
result1 channelconfig.ChannelCapabilities
}
capabilitiesReturnsOnCall map[int]struct {
result1 channelconfig.ChannelCapabilities
}
HashingAlgorithmStub func() func(input []byte) []byte
hashingAlgorithmMutex sync.RWMutex
hashingAlgorithmArgsForCall []struct {
}
hashingAlgorithmReturns struct {
result1 func(input []byte) []byte
}
hashingAlgorithmReturnsOnCall map[int]struct {
result1 func(input []byte) []byte
}
OrdererAddressesStub func() []string
ordererAddressesMutex sync.RWMutex
ordererAddressesArgsForCall []struct {
}
ordererAddressesReturns struct {
result1 []string
}
ordererAddressesReturnsOnCall map[int]struct {
result1 []string
}
invocations map[string][][]interface{}
invocationsMutex sync.RWMutex
}
func (fake *ChannelConfig) BlockDataHashingStructureWidth() uint32 {
fake.blockDataHashingStructureWidthMutex.Lock()
ret, specificReturn := fake.blockDataHashingStructureWidthReturnsOnCall[len(fake.blockDataHashingStructureWidthArgsForCall)]
fake.blockDataHashingStructureWidthArgsForCall = append(fake.blockDataHashingStructureWidthArgsForCall, struct {
}{})
fake.recordInvocation("BlockDataHashingStructureWidth", []interface{}{})
fake.blockDataHashingStructureWidthMutex.Unlock()
if fake.BlockDataHashingStructureWidthStub != nil {
return fake.BlockDataHashingStructureWidthStub()
}
if specificReturn {
return ret.result1
}
fakeReturns := fake.blockDataHashingStructureWidthReturns
return fakeReturns.result1
}
func (fake *ChannelConfig) BlockDataHashingStructureWidthCallCount() int {
fake.blockDataHashingStructureWidthMutex.RLock()
defer fake.blockDataHashingStructureWidthMutex.RUnlock()
return len(fake.blockDataHashingStructureWidthArgsForCall)
}
func (fake *ChannelConfig) BlockDataHashingStructureWidthCalls(stub func() uint32) {
fake.blockDataHashingStructureWidthMutex.Lock()
defer fake.blockDataHashingStructureWidthMutex.Unlock()
fake.BlockDataHashingStructureWidthStub = stub
}
func (fake *ChannelConfig) BlockDataHashingStructureWidthReturns(result1 uint32) {
fake.blockDataHashingStructureWidthMutex.Lock()
defer fake.blockDataHashingStructureWidthMutex.Unlock()
fake.BlockDataHashingStructureWidthStub = nil
fake.blockDataHashingStructureWidthReturns = struct {
result1 uint32
}{result1}
}
func (fake *ChannelConfig) BlockDataHashingStructureWidthReturnsOnCall(i int, result1 uint32) {
fake.blockDataHashingStructureWidthMutex.Lock()
defer fake.blockDataHashingStructureWidthMutex.Unlock()
fake.BlockDataHashingStructureWidthStub = nil
if fake.blockDataHashingStructureWidthReturnsOnCall == nil {
fake.blockDataHashingStructureWidthReturnsOnCall = make(map[int]struct {
result1 uint32
})
}
fake.blockDataHashingStructureWidthReturnsOnCall[i] = struct {
result1 uint32
}{result1}
}
func (fake *ChannelConfig) Capabilities() channelconfig.ChannelCapabilities {
fake.capabilitiesMutex.Lock()
ret, specificReturn := fake.capabilitiesReturnsOnCall[len(fake.capabilitiesArgsForCall)]
fake.capabilitiesArgsForCall = append(fake.capabilitiesArgsForCall, struct {
}{})
fake.recordInvocation("Capabilities", []interface{}{})
fake.capabilitiesMutex.Unlock()
if fake.CapabilitiesStub != nil {
return fake.CapabilitiesStub()
}
if specificReturn {
return ret.result1
}
fakeReturns := fake.capabilitiesReturns
return fakeReturns.result1
}
func (fake *ChannelConfig) CapabilitiesCallCount() int {
fake.capabilitiesMutex.RLock()
defer fake.capabilitiesMutex.RUnlock()
return len(fake.capabilitiesArgsForCall)
}
func (fake *ChannelConfig) CapabilitiesCalls(stub func() channelconfig.ChannelCapabilities) {
fake.capabilitiesMutex.Lock()
defer fake.capabilitiesMutex.Unlock()
fake.CapabilitiesStub = stub
}
func (fake *ChannelConfig) CapabilitiesReturns(result1 channelconfig.ChannelCapabilities) {
fake.capabilitiesMutex.Lock()
defer fake.capabilitiesMutex.Unlock()
fake.CapabilitiesStub = nil
fake.capabilitiesReturns = struct {
result1 channelconfig.ChannelCapabilities
}{result1}
}
func (fake *ChannelConfig) CapabilitiesReturnsOnCall(i int, result1 channelconfig.ChannelCapabilities) {
fake.capabilitiesMutex.Lock()
defer fake.capabilitiesMutex.Unlock()
fake.CapabilitiesStub = nil
if fake.capabilitiesReturnsOnCall == nil {
fake.capabilitiesReturnsOnCall = make(map[int]struct {
result1 channelconfig.ChannelCapabilities
})
}
fake.capabilitiesReturnsOnCall[i] = struct {
result1 channelconfig.ChannelCapabilities
}{result1}
}
func (fake *ChannelConfig) HashingAlgorithm() func(input []byte) []byte {
fake.hashingAlgorithmMutex.Lock()
ret, specificReturn := fake.hashingAlgorithmReturnsOnCall[len(fake.hashingAlgorithmArgsForCall)]
fake.hashingAlgorithmArgsForCall = append(fake.hashingAlgorithmArgsForCall, struct {
}{})
fake.recordInvocation("HashingAlgorithm", []interface{}{})
fake.hashingAlgorithmMutex.Unlock()
if fake.HashingAlgorithmStub != nil {
return fake.HashingAlgorithmStub()
}
if specificReturn {
return ret.result1
}
fakeReturns := fake.hashingAlgorithmReturns
return fakeReturns.result1
}
func (fake *ChannelConfig) HashingAlgorithmCallCount() int {
fake.hashingAlgorithmMutex.RLock()
defer fake.hashingAlgorithmMutex.RUnlock()
return len(fake.hashingAlgorithmArgsForCall)
}
func (fake *ChannelConfig) HashingAlgorithmCalls(stub func() func(input []byte) []byte) {
fake.hashingAlgorithmMutex.Lock()
defer fake.hashingAlgorithmMutex.Unlock()
fake.HashingAlgorithmStub = stub
}
func (fake *ChannelConfig) HashingAlgorithmReturns(result1 func(input []byte) []byte) {
fake.hashingAlgorithmMutex.Lock()
defer fake.hashingAlgorithmMutex.Unlock()
fake.HashingAlgorithmStub = nil
fake.hashingAlgorithmReturns = struct {
result1 func(input []byte) []byte
}{result1}
}
func (fake *ChannelConfig) HashingAlgorithmReturnsOnCall(i int, result1 func(input []byte) []byte) {
fake.hashingAlgorithmMutex.Lock()
defer fake.hashingAlgorithmMutex.Unlock()
fake.HashingAlgorithmStub = nil
if fake.hashingAlgorithmReturnsOnCall == nil {
fake.hashingAlgorithmReturnsOnCall = make(map[int]struct {
result1 func(input []byte) []byte
})
}
fake.hashingAlgorithmReturnsOnCall[i] = struct {
result1 func(input []byte) []byte
}{result1}
}
func (fake *ChannelConfig) OrdererAddresses() []string {
fake.ordererAddressesMutex.Lock()
ret, specificReturn := fake.ordererAddressesReturnsOnCall[len(fake.ordererAddressesArgsForCall)]
fake.ordererAddressesArgsForCall = append(fake.ordererAddressesArgsForCall, struct {
}{})
fake.recordInvocation("OrdererAddresses", []interface{}{})
fake.ordererAddressesMutex.Unlock()
if fake.OrdererAddressesStub != nil {
return fake.OrdererAddressesStub()
}
if specificReturn {
return ret.result1
}
fakeReturns := fake.ordererAddressesReturns
return fakeReturns.result1
}
func (fake *ChannelConfig) OrdererAddressesCallCount() int {
fake.ordererAddressesMutex.RLock()
defer fake.ordererAddressesMutex.RUnlock()
return len(fake.ordererAddressesArgsForCall)
}
func (fake *ChannelConfig) OrdererAddressesCalls(stub func() []string) {
fake.ordererAddressesMutex.Lock()
defer fake.ordererAddressesMutex.Unlock()
fake.OrdererAddressesStub = stub
}
func (fake *ChannelConfig) OrdererAddressesReturns(result1 []string) {
fake.ordererAddressesMutex.Lock()
defer fake.ordererAddressesMutex.Unlock()
fake.OrdererAddressesStub = nil
fake.ordererAddressesReturns = struct {
result1 []string
}{result1}
}
func (fake *ChannelConfig) OrdererAddressesReturnsOnCall(i int, result1 []string) {
fake.ordererAddressesMutex.Lock()
defer fake.ordererAddressesMutex.Unlock()
fake.OrdererAddressesStub = nil
if fake.ordererAddressesReturnsOnCall == nil {
fake.ordererAddressesReturnsOnCall = make(map[int]struct {
result1 []string
})
}
fake.ordererAddressesReturnsOnCall[i] = struct {
result1 []string
}{result1}
}
func (fake *ChannelConfig) Invocations() map[string][][]interface{} {
fake.invocationsMutex.RLock()
defer fake.invocationsMutex.RUnlock()
fake.blockDataHashingStructureWidthMutex.RLock()
defer fake.blockDataHashingStructureWidthMutex.RUnlock()
fake.capabilitiesMutex.RLock()
defer fake.capabilitiesMutex.RUnlock()
fake.hashingAlgorithmMutex.RLock()
defer fake.hashingAlgorithmMutex.RUnlock()
fake.ordererAddressesMutex.RLock()
defer fake.ordererAddressesMutex.RUnlock()
copiedInvocations := map[string][][]interface{}{}
for key, value := range fake.invocations {
copiedInvocations[key] = value
}
return copiedInvocations
}
func (fake *ChannelConfig) 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)
}
Go
1
https://gitee.com/mirrors/hyperledger-fabric.git
git@gitee.com:mirrors/hyperledger-fabric.git
mirrors
hyperledger-fabric
hyperledger-fabric
v2.1.1

搜索帮助