Documentation ¶
Overview ¶
Package mock_dao is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLogRepo ¶
type MockLogRepo struct {
// contains filtered or unexported fields
}
MockLogRepo is a mock of LogRepo interface.
func NewMockLogRepo ¶
func NewMockLogRepo(ctrl *gomock.Controller) *MockLogRepo
NewMockLogRepo creates a new mock instance.
func (*MockLogRepo) All ¶
func (m *MockLogRepo) All() ([]*models.LogEntry, error)
All mocks base method.
func (*MockLogRepo) EXPECT ¶
func (m *MockLogRepo) EXPECT() *MockLogRepoMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockLogRepoMockRecorder ¶
type MockLogRepoMockRecorder struct {
// contains filtered or unexported fields
}
MockLogRepoMockRecorder is the mock recorder for MockLogRepo.
func (*MockLogRepoMockRecorder) All ¶
func (mr *MockLogRepoMockRecorder) All() *gomock.Call
All indicates an expected call of All.
Click to show internal directories.
Click to hide internal directories.