Documentation ¶
Overview ¶
Package mock_usecase is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockImage ¶
type MockImage struct {
// contains filtered or unexported fields
}
MockImage is a mock of Image interface.
func NewMockImage ¶
func NewMockImage(ctrl *gomock.Controller) *MockImage
NewMockImage creates a new mock instance.
func (*MockImage) CreatePresignedURL ¶
CreatePresignedURL mocks base method.
func (*MockImage) EXPECT ¶
func (m *MockImage) EXPECT() *MockImageMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockImageMockRecorder ¶
type MockImageMockRecorder struct {
// contains filtered or unexported fields
}
MockImageMockRecorder is the mock recorder for MockImage.
func (*MockImageMockRecorder) CreatePresignedURL ¶
func (mr *MockImageMockRecorder) CreatePresignedURL(fileName, contentType interface{}) *gomock.Call
CreatePresignedURL indicates an expected call of CreatePresignedURL.
Click to show internal directories.
Click to hide internal directories.