This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
zpzp366499
/
tg_server
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
1e5e7ceed4
Větve
Značky
master
tg_server
/
facade
/
session.go
session.go
97 B
Historie
Surový
1
2
3
4
5
6
package mhayaFacade
type (
SID = string // session unique id
UID = int64 // user unique id
)