Documentation ¶
Overview ¶
Package image is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockimageRepository ¶
type MockimageRepository struct {
// contains filtered or unexported fields
}
MockimageRepository is a mock of imageRepository interface
func NewMockimageRepository ¶
func NewMockimageRepository(ctrl *gomock.Controller) *MockimageRepository
NewMockimageRepository creates a new mock instance
func (*MockimageRepository) EXPECT ¶
func (m *MockimageRepository) EXPECT() *MockimageRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockimageRepository) GetTempPath ¶
GetTempPath mocks base method
func (*MockimageRepository) SaveTempPath ¶
func (m *MockimageRepository) SaveTempPath(ctx context.Context, id, originalPath string, expiryTime time.Duration) error
SaveTempPath mocks base method
type MockimageRepositoryMockRecorder ¶
type MockimageRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockimageRepositoryMockRecorder is the mock recorder for MockimageRepository
func (*MockimageRepositoryMockRecorder) GetTempPath ¶
func (mr *MockimageRepositoryMockRecorder) GetTempPath(ctx, id interface{}) *gomock.Call
GetTempPath indicates an expected call of GetTempPath
func (*MockimageRepositoryMockRecorder) SaveTempPath ¶
func (mr *MockimageRepositoryMockRecorder) SaveTempPath(ctx, id, originalPath, expiryTime interface{}) *gomock.Call
SaveTempPath indicates an expected call of SaveTempPath
Click to show internal directories.
Click to hide internal directories.