package
Version:
v0.0.0-...-d83782e
Opens a new window with list of versions in this module.
Published: Aug 31, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Database struct {
DB *sql.DB
}
type File struct {
ID int64 `json:"id"`
Location string `json:"location"`
Filename string `json:"filename"`
Public bool `json:"public"`
Owner int64 `json:"owner"`
ServerName string `json:"serverName"`
}
type Session struct {
SessionToken string `json:"sessionToken"`
SessionExpires int64 `json:"sessionExpires"`
}
type User struct {
ID uint `json:"id"`
Username string `json:"username"`
Email string `json:"email"`
Hash string `json:"-"`
SessionToken string `json:"sessionToken"`
SessionExpires int64 `json:"sessionExpires"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.