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 Controller struct + func NewController(interactor interactor.ImageInteractor, bucketNameThumbnail string) *Controller + func (c *Controller) CreateThumbnail(ctx context.Context, key string, bucketName string) error + type Repository struct + func NewRepository(storage gateway.ObjectStorage, bucketNameOriginal string, ...) *Repository + func (repo *Repository) Find(ctx context.Context, name string, format domain.ImageFormat, isThumbnail bool) (*domain.Image, error) + func (repo *Repository) Save(ctx context.Context, img *domain.Image) error