1 Star 0 Fork 0

peter / fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
verifier_factory.go 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
// Code generated by mockery v1.0.0. DO NOT EDIT.
package mocks
import cluster "github.com/hyperledger/fabric/orderer/common/cluster"
import common "github.com/hyperledger/fabric/protos/common"
import mock "github.com/stretchr/testify/mock"
// VerifierFactory is an autogenerated mock type for the VerifierFactory type
type VerifierFactory struct {
mock.Mock
}
// VerifierFromConfig provides a mock function with given fields: configuration, channel
func (_m *VerifierFactory) VerifierFromConfig(configuration *common.ConfigEnvelope, channel string) (cluster.BlockVerifier, error) {
ret := _m.Called(configuration, channel)
var r0 cluster.BlockVerifier
if rf, ok := ret.Get(0).(func(*common.ConfigEnvelope, string) cluster.BlockVerifier); ok {
r0 = rf(configuration, channel)
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(cluster.BlockVerifier)
}
}
var r1 error
if rf, ok := ret.Get(1).(func(*common.ConfigEnvelope, string) error); ok {
r1 = rf(configuration, channel)
} else {
r1 = ret.Error(1)
}
return r0, r1
}
1
https://gitee.com/peter_code_git/fabric.git
git@gitee.com:peter_code_git/fabric.git
peter_code_git
fabric
fabric
v2.0.0-alpha

搜索帮助