This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
zpzp366499
/
tg_server
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
1e5e7ceed4
Branches
Tags
master
tg_server
/
facade
/
session.go
session.go
97 B
Historique
Raw
1
2
3
4
5
6
package mhayaFacade
type (
SID = string // session unique id
UID = int64 // user unique id
)