Documentation ¶
Overview ¶
Package grpc is a generated GoMock package.
Index ¶
- type MockIServiceEndpointRegistration
- func (m *MockIServiceEndpointRegistration) EXPECT() *MockIServiceEndpointRegistrationMockRecorder
- func (m *MockIServiceEndpointRegistration) GetName() string
- func (m *MockIServiceEndpointRegistration) GetNewClient(arg0 grpc.ClientConnInterface) interface{}
- func (m *MockIServiceEndpointRegistration) RegisterEndpoint(arg0 *grpc.Server) interface{}
- type MockIServiceEndpointRegistrationMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIServiceEndpointRegistration ¶
type MockIServiceEndpointRegistration struct {
// contains filtered or unexported fields
}
MockIServiceEndpointRegistration is a mock of IServiceEndpointRegistration interface.
func NewMockIServiceEndpointRegistration ¶
func NewMockIServiceEndpointRegistration(ctrl *gomock.Controller) *MockIServiceEndpointRegistration
NewMockIServiceEndpointRegistration creates a new mock instance.
func (*MockIServiceEndpointRegistration) EXPECT ¶
func (m *MockIServiceEndpointRegistration) EXPECT() *MockIServiceEndpointRegistrationMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIServiceEndpointRegistration) GetName ¶
func (m *MockIServiceEndpointRegistration) GetName() string
GetName mocks base method.
func (*MockIServiceEndpointRegistration) GetNewClient ¶
func (m *MockIServiceEndpointRegistration) GetNewClient(arg0 grpc.ClientConnInterface) interface{}
GetNewClient mocks base method.
func (*MockIServiceEndpointRegistration) RegisterEndpoint ¶
func (m *MockIServiceEndpointRegistration) RegisterEndpoint(arg0 *grpc.Server) interface{}
RegisterEndpoint mocks base method.
type MockIServiceEndpointRegistrationMockRecorder ¶
type MockIServiceEndpointRegistrationMockRecorder struct {
// contains filtered or unexported fields
}
MockIServiceEndpointRegistrationMockRecorder is the mock recorder for MockIServiceEndpointRegistration.
func (*MockIServiceEndpointRegistrationMockRecorder) GetName ¶
func (mr *MockIServiceEndpointRegistrationMockRecorder) GetName() *gomock.Call
GetName indicates an expected call of GetName.
func (*MockIServiceEndpointRegistrationMockRecorder) GetNewClient ¶
func (mr *MockIServiceEndpointRegistrationMockRecorder) GetNewClient(arg0 interface{}) *gomock.Call
GetNewClient indicates an expected call of GetNewClient.
func (*MockIServiceEndpointRegistrationMockRecorder) RegisterEndpoint ¶
func (mr *MockIServiceEndpointRegistrationMockRecorder) RegisterEndpoint(arg0 interface{}) *gomock.Call
RegisterEndpoint indicates an expected call of RegisterEndpoint.