7 lines
96 B
Go
7 lines
96 B
Go
package constant
|
|
|
|
const (
|
|
ImageSpace = "image_space"
|
|
ThumbnailSpace = "thumbnail_space"
|
|
)
|