Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEntity ¶
type MockEntity struct {
// contains filtered or unexported fields
}
MockEntity is a mock of Entity interface.
func NewMockEntity ¶
func NewMockEntity(ctrl *gomock.Controller) *MockEntity
NewMockEntity creates a new mock instance.
func (*MockEntity) EXPECT ¶
func (m *MockEntity) EXPECT() *MockEntityMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockEntityMockRecorder ¶
type MockEntityMockRecorder struct {
// contains filtered or unexported fields
}
MockEntityMockRecorder is the mock recorder for MockEntity.
func (*MockEntityMockRecorder) GetID ¶
func (mr *MockEntityMockRecorder) GetID() *gomock.Call
GetID indicates an expected call of GetID.
func (*MockEntityMockRecorder) GetType ¶
func (mr *MockEntityMockRecorder) GetType() *gomock.Call
GetType indicates an expected call of GetType.
Click to show internal directories.
Click to hide internal directories.