Documentation ¶
Overview ¶
Package entity 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) NewID ¶
func (mr *MockEntityMockRecorder) NewID() *gomock.Call
NewID indicates an expected call of NewID.
func (*MockEntityMockRecorder) Now ¶
func (mr *MockEntityMockRecorder) Now() *gomock.Call
Now indicates an expected call of Now.
func (*MockEntityMockRecorder) NowMillis ¶
func (mr *MockEntityMockRecorder) NowMillis() *gomock.Call
NowMillis indicates an expected call of NowMillis.
Click to show internal directories.
Click to hide internal directories.