Versions in this module Expand all Collapse all v0 v0.1.0 Dec 11, 2020 v0.0.0 Dec 9, 2020 Changes in this version + type MockImageInteractor struct + func NewMockImageInteractor(ctrl *gomock.Controller) *MockImageInteractor + func (m *MockImageInteractor) CreateThumbnail(ctx context.Context, name string, format domain.ImageFormat) error + func (m *MockImageInteractor) EXPECT() *MockImageInteractorMockRecorder + type MockImageInteractorMockRecorder struct + func (mr *MockImageInteractorMockRecorder) CreateThumbnail(ctx, name, format interface{}) *gomock.Call