This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
zpzp366499
/
tg_server
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
1e5e7ceed4
Rami (Branch)
Tag
master
tg_server
/
facade
/
session.go
session.go
97 B
Cronologia
Originale
1
2
3
4
5
6
package mhayaFacade
type (
SID = string // session unique id
UID = int64 // user unique id
)