mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
fix: remove low file code from domain
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
package image
|
||||
|
||||
import (
|
||||
"mime/multipart"
|
||||
)
|
||||
|
||||
type Repository interface {
|
||||
Create(file multipart.File, fileHeader multipart.FileHeader) (Image, error)
|
||||
Create(input ImageInput) (Image, error)
|
||||
Delete(id uint32) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user