session.go 94 B

1234
  1. package consts
  2. const SessionAuthSchema = "session_auth"
  3. const SessionRedisPrefix = "m_user:"