session.go 97 B

123456
  1. package mhayaFacade
  2. type (
  3. SID = string // session unique id
  4. UID = int64 // user unique id
  5. )