6 Star 47 Fork 28

Hyperledger/fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
remote_communicator.go 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Code generated by mockery v1.0.0. DO NOT EDIT.
package mocks
import cluster "github.com/hyperledger/fabric/orderer/common/cluster"
import mock "github.com/stretchr/testify/mock"
// RemoteCommunicator is an autogenerated mock type for the RemoteCommunicator type
type RemoteCommunicator struct {
mock.Mock
}
// Remote provides a mock function with given fields: channel, id
func (_m *RemoteCommunicator) Remote(channel string, id uint64) (*cluster.RemoteContext, error) {
ret := _m.Called(channel, id)
var r0 *cluster.RemoteContext
if rf, ok := ret.Get(0).(func(string, uint64) *cluster.RemoteContext); ok {
r0 = rf(channel, id)
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(*cluster.RemoteContext)
}
}
var r1 error
if rf, ok := ret.Get(1).(func(string, uint64) error); ok {
r1 = rf(channel, id)
} else {
r1 = ret.Error(1)
}
return r0, r1
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperledger/fabric.git
git@gitee.com:hyperledger/fabric.git
hyperledger
fabric
fabric
v1.3.0

搜索帮助

0d507c66 1850385 C8b1a773 1850385