Documentation ¶
Overview ¶
Package mockservice is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockManager ¶
type MockManager struct {
// contains filtered or unexported fields
}
MockManager is a mock of Manager interface
func NewMockManager ¶
func NewMockManager(ctrl *gomock.Controller) *MockManager
NewMockManager creates a new mock instance
func (*MockManager) EXPECT ¶
func (m *MockManager) EXPECT() *MockManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockManagerMockRecorder ¶
type MockManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerMockRecorder is the mock recorder for MockManager
func (*MockManagerMockRecorder) Find ¶
func (mr *MockManagerMockRecorder) Find(arg0 interface{}) *gomock.Call
Find indicates an expected call of Find
func (*MockManagerMockRecorder) List ¶
func (mr *MockManagerMockRecorder) List() *gomock.Call
List indicates an expected call of List
type MockRegistrable ¶
type MockRegistrable struct {
// contains filtered or unexported fields
}
MockRegistrable is a mock of Registrable interface
func NewMockRegistrable ¶
func NewMockRegistrable(ctrl *gomock.Controller) *MockRegistrable
NewMockRegistrable creates a new mock instance
func (*MockRegistrable) AddToGRPCServer ¶
func (m *MockRegistrable) AddToGRPCServer(arg0 *grpc.Server)
AddToGRPCServer mocks base method
func (*MockRegistrable) EXPECT ¶
func (m *MockRegistrable) EXPECT() *MockRegistrableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockRegistrableMockRecorder ¶
type MockRegistrableMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistrableMockRecorder is the mock recorder for MockRegistrable
func (*MockRegistrableMockRecorder) AddToGRPCServer ¶
func (mr *MockRegistrableMockRecorder) AddToGRPCServer(arg0 interface{}) *gomock.Call
AddToGRPCServer indicates an expected call of AddToGRPCServer