Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGrpcServer ¶
type MockGrpcServer struct {
// contains filtered or unexported fields
}
MockGrpcServer is a mock of GrpcServer interface.
func NewMockGrpcServer ¶
func NewMockGrpcServer(ctrl *gomock.Controller) *MockGrpcServer
NewMockGrpcServer creates a new mock instance.
func (*MockGrpcServer) EXPECT ¶
func (m *MockGrpcServer) EXPECT() *MockGrpcServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGrpcServerMockRecorder ¶
type MockGrpcServerMockRecorder struct {
// contains filtered or unexported fields
}
MockGrpcServerMockRecorder is the mock recorder for MockGrpcServer.
func (*MockGrpcServerMockRecorder) Start ¶
func (mr *MockGrpcServerMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start.
func (*MockGrpcServerMockRecorder) Stop ¶
func (mr *MockGrpcServerMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.
type MockGrpcService ¶
type MockGrpcService struct {
// contains filtered or unexported fields
}
MockGrpcService is a mock of GrpcService interface.
func NewMockGrpcService ¶
func NewMockGrpcService(ctrl *gomock.Controller) *MockGrpcService
NewMockGrpcService creates a new mock instance.
func (*MockGrpcService) EXPECT ¶
func (m *MockGrpcService) EXPECT() *MockGrpcServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGrpcServiceMockRecorder ¶
type MockGrpcServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockGrpcServiceMockRecorder is the mock recorder for MockGrpcService.
func (*MockGrpcServiceMockRecorder) Register ¶
func (mr *MockGrpcServiceMockRecorder) Register(arg0 interface{}) *gomock.Call
Register indicates an expected call of Register.