Documentation ¶
Overview ¶
Package mock_interactor is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockImageInteractor ¶
type MockImageInteractor struct {
// contains filtered or unexported fields
}
MockImageInteractor is a mock of ImageInteractor interface
func NewMockImageInteractor ¶
func NewMockImageInteractor(ctrl *gomock.Controller) *MockImageInteractor
NewMockImageInteractor creates a new mock instance
func (*MockImageInteractor) CreateThumbnail ¶
func (m *MockImageInteractor) CreateThumbnail(ctx context.Context, name string, format domain.ImageFormat) error
CreateThumbnail mocks base method
func (*MockImageInteractor) EXPECT ¶
func (m *MockImageInteractor) EXPECT() *MockImageInteractorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockImageInteractorMockRecorder ¶
type MockImageInteractorMockRecorder struct {
// contains filtered or unexported fields
}
MockImageInteractorMockRecorder is the mock recorder for MockImageInteractor
func (*MockImageInteractorMockRecorder) CreateThumbnail ¶
func (mr *MockImageInteractorMockRecorder) CreateThumbnail(ctx, name, format interface{}) *gomock.Call
CreateThumbnail indicates an expected call of CreateThumbnail
Click to show internal directories.
Click to hide internal directories.