Documentation ¶
Index ¶
- Constants
- func GetCacheMerchantInfoKey(id int64) string
- func GetCacheProductDetailKey(id int64) string
- func GetCacheUserInfoKey(id int64) string
- func GetCartKey(id int64) string
- func GetCartProductKey(id int64) string
- func GetProductSale(id int64) string
- func GetSetOrderKey(id int64) string
- func GetUserFavoriteProductKey(id int64) string
- func GetVerificationKey(email string) string
Constants ¶
View Source
const ( Prefix = "GoMall:" RKVerification = ":verification" RKCacheUserInfo = ":cache:user:info" RKCacheMerchantInfo = ":cache:merchant:info" RKCacheProductDetail = ":cache:product:detail" RKFavoriteProduct = ":favorite:product" RKProductSaleNum = ":product:sale" RKSetOrder = ":order" RKCart = ":cart" RKCartProduct = ":cart:product" )
Variables ¶
This section is empty.
Functions ¶
func GetCacheMerchantInfoKey ¶
func GetCacheUserInfoKey ¶
func GetCartKey ¶
func GetCartProductKey ¶
func GetProductSale ¶
func GetSetOrderKey ¶
func GetVerificationKey ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.