1 Star 1 Fork 0

Hyperledger Fabric 国密 / fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
reconciliation_fetcher.go 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Jtyoui 提交于 2021-07-22 15:59 . 国密
// Code generated by mockery v1.0.0. DO NOT EDIT.
package mocks
import common "gitee.com/hyperledger-fabric-gm/fabric/gossip/privdata/common"
import mock "github.com/stretchr/testify/mock"
// ReconciliationFetcher is an autogenerated mock type for the ReconciliationFetcher type
type ReconciliationFetcher struct {
mock.Mock
}
// FetchReconciledItems provides a mock function with given fields: dig2collectionConfig
func (_m *ReconciliationFetcher) FetchReconciledItems(dig2collectionConfig common.Dig2CollectionConfig) (*common.FetchedPvtDataContainer, error) {
ret := _m.Called(dig2collectionConfig)
var r0 *common.FetchedPvtDataContainer
if rf, ok := ret.Get(0).(func(common.Dig2CollectionConfig) *common.FetchedPvtDataContainer); ok {
r0 = rf(dig2collectionConfig)
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(*common.FetchedPvtDataContainer)
}
}
var r1 error
if rf, ok := ret.Get(1).(func(common.Dig2CollectionConfig) error); ok {
r1 = rf(dig2collectionConfig)
} else {
r1 = ret.Error(1)
}
return r0, r1
}
Go
1
https://gitee.com/hyperledger-fabric-gm/fabric.git
git@gitee.com:hyperledger-fabric-gm/fabric.git
hyperledger-fabric-gm
fabric
fabric
v1.4.9

搜索帮助

53164aa7 5694891 3bd8fe86 5694891