1 Star 0 Fork 0

peter / fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
reconciliation_fetcher.go 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
// Code generated by mockery v1.0.0. DO NOT EDIT.
package mocks
import (
common "github.com/hyperledger/fabric/gossip/privdata/common"
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
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
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

搜索帮助

344bd9b3 5694891 D2dac590 5694891