1 Star 0 Fork 0

陈文甲 / fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
transient_store_retriever.go 721 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Code generated by mockery v1.0.0
package mocks
import mock "github.com/stretchr/testify/mock"
import transientstore "github.com/hyperledger/fabric/core/transientstore"
// TransientStoreRetriever is an autogenerated mock type for the TransientStoreRetriever type
type TransientStoreRetriever struct {
mock.Mock
}
// StoreForChannel provides a mock function with given fields: channel
func (_m *TransientStoreRetriever) StoreForChannel(channel string) transientstore.Store {
ret := _m.Called(channel)
var r0 transientstore.Store
if rf, ok := ret.Get(0).(func(string) transientstore.Store); ok {
r0 = rf(channel)
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(transientstore.Store)
}
}
return r0
}
1
https://gitee.com/venjia/fabric.git
git@gitee.com:venjia/fabric.git
venjia
fabric
fabric
v1.4.12

搜索帮助

53164aa7 5694891 3bd8fe86 5694891