mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-12 19:07:29 -06:00
test image manipulation
This commit is contained in:
parent
39aca2025f
commit
572149fa0e
12 changed files with 159 additions and 41 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue