63 Star 183 Fork 3

Gitee 极速下载/hyperledger-fabric

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/hyperledger/fabric
Clone or Download
secure_dialer.go 949 Bytes
Copy Edit Raw Blame History
// Code generated by mockery v1.0.0. DO NOT EDIT.
package mocks
import cluster "github.com/hyperledger/fabric/orderer/common/cluster"
import grpc "google.golang.org/grpc"
import mock "github.com/stretchr/testify/mock"
// SecureDialer is an autogenerated mock type for the SecureDialer type
type SecureDialer struct {
mock.Mock
}
// Dial provides a mock function with given fields: address, verifyFunc
func (_m *SecureDialer) Dial(address string, verifyFunc cluster.RemoteVerifier) (*grpc.ClientConn, error) {
ret := _m.Called(address, verifyFunc)
var r0 *grpc.ClientConn
if rf, ok := ret.Get(0).(func(string, cluster.RemoteVerifier) *grpc.ClientConn); ok {
r0 = rf(address, verifyFunc)
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(*grpc.ClientConn)
}
}
var r1 error
if rf, ok := ret.Get(1).(func(string, cluster.RemoteVerifier) error); ok {
r1 = rf(address, verifyFunc)
} else {
r1 = ret.Error(1)
}
return r0, r1
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mirrors/hyperledger-fabric.git
git@gitee.com:mirrors/hyperledger-fabric.git
mirrors
hyperledger-fabric
hyperledger-fabric
v1.3.0-rc1

Search