feat: local storage image thumbnail
This commit is contained in:
@ -28,8 +28,8 @@ type URL interface {
|
||||
URL() string
|
||||
}
|
||||
|
||||
type Thumbnail interface {
|
||||
Thumbnail() string
|
||||
type Thumb interface {
|
||||
Thumb() string
|
||||
}
|
||||
|
||||
type SetID interface {
|
||||
|
Reference in New Issue
Block a user