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 MockPictureService ¶
type MockPictureService struct {
// contains filtered or unexported fields
}
MockPictureService is a mock of PictureService interface.
func NewMockPictureService ¶
func NewMockPictureService(ctrl *gomock.Controller) *MockPictureService
NewMockPictureService creates a new mock instance.
func (*MockPictureService) EXPECT ¶
func (m *MockPictureService) EXPECT() *MockPictureServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPictureServiceMockRecorder ¶
type MockPictureServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockPictureServiceMockRecorder is the mock recorder for MockPictureService.
func (*MockPictureServiceMockRecorder) GetByDate ¶
func (mr *MockPictureServiceMockRecorder) GetByDate(ctx, date interface{}) *gomock.Call
GetByDate indicates an expected call of GetByDate.
func (*MockPictureServiceMockRecorder) List ¶
func (mr *MockPictureServiceMockRecorder) List(ctx interface{}) *gomock.Call
List indicates an expected call of List.
Click to show internal directories.
Click to hide internal directories.