package md // 缓存key统一管理 const ( AppCfgCacheKey = "egg_im_cfg_cache:%s" // 占位符: key的第一个字母 AppUserPushForJgCacheKey = "egg_im_user_push_for_jg_cache:%s" // 占位符: key的第一个字母 CfgCacheTime = 0.5 * 60 * 60 )