♻️ refactored thumbnail storage strategy
This commit is contained in:
6
common/constant/storage_space_name.go
Normal file
6
common/constant/storage_space_name.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
ImageSpace = "image_space"
|
||||
ThumbnailSpace = "thumbnail_space"
|
||||
)
|
Reference in New Issue
Block a user