package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 27, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
ID UserID `json:"id"`
Username string `json:"username"`
Password string `json:"password"`
Salt string
Email string `json:"email"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
type Session struct {
UserID UserID `json:"user_id"`
SessionID string `json:"session_id"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
Valid bool `json:"valid"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.