This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
oscarleiva
/
energylink
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
1d1b617cee
Branches
Tags
development
master
v1.0
energylink
/
pkg
/
services
/
auth
/
auth.go
auth.go
81 B
Histórico
Raw
1
2
3
4
5
6
package auth
type UserToken interface {
GetUserId() int64
GetToken() string
}