package
Version:
v0.0.0-...-953a1d1
Opens a new window with list of versions in this module.
Published: Mar 13, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Session struct {
Id int64 `json:"session_id"`
Token string `json:"token"`
SessionTime time.Time `json:"session_time"`
User
}
type User struct {
Id int64 `json:"user_id"`
Name string `json:"name"`
Password string `json:"password"`
Email string `json:"email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.