Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageStoreType ¶
type ImageStoreType int
const ( Local ImageStoreType = 1 //存储在本地图片 QiNiuYun ImageStoreType = 2 //存储在七牛云的图片 )
func (ImageStoreType) MarshalJSON ¶
func (s ImageStoreType) MarshalJSON() ([]byte, error)
func (ImageStoreType) String ¶
func (s ImageStoreType) String() string
Click to show internal directories.
Click to hide internal directories.