Documentation ¶
Overview ¶
Package mock_grpcwrapper is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGRPC ¶
type MockGRPC struct {
// contains filtered or unexported fields
}
MockGRPC is a mock of GRPC interface
func NewMockGRPC ¶
func NewMockGRPC(ctrl *gomock.Controller) *MockGRPC
NewMockGRPC creates a new mock instance
func (*MockGRPC) Dial ¶
func (m *MockGRPC) Dial(arg0 string, arg1 ...grpc.DialOption) (*grpc.ClientConn, error)
Dial mocks base method
func (*MockGRPC) EXPECT ¶
func (m *MockGRPC) EXPECT() *MockGRPCMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockGRPCMockRecorder ¶
type MockGRPCMockRecorder struct {
// contains filtered or unexported fields
}
MockGRPCMockRecorder is the mock recorder for MockGRPC
func (*MockGRPCMockRecorder) Dial ¶
func (mr *MockGRPCMockRecorder) Dial(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Dial indicates an expected call of Dial
Click to show internal directories.
Click to hide internal directories.