Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

15 righe
278 B

  1. package constant
  2. // Cache keys
  3. const (
  4. UserGroupKeyFmt = "user_group:%d"
  5. UserQuotaKeyFmt = "user_quota:%d"
  6. UserEnabledKeyFmt = "user_enabled:%d"
  7. UserUsernameKeyFmt = "user_name:%d"
  8. )
  9. const (
  10. TokenFiledRemainQuota = "RemainQuota"
  11. TokenFieldGroup = "Group"
  12. )