test image manipulation

This commit is contained in:
tsmethurst 2021-03-30 13:41:44 +02:00
commit 572149fa0e
12 changed files with 159 additions and 41 deletions

View file

@ -26,8 +26,8 @@ type Storage interface {
}
type FileInfo struct {
Data []byte
StorePath string
CreatedAt time.Time
UpdatedAt time.Time
}
Data []byte
StorePath string
CreatedAt time.Time
UpdatedAt time.Time
}