package
Version:
v0.0.0-...-501be23
Opens a new window with list of versions in this module.
Published: Jun 30, 2023
License: MIT
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 Credentials struct {
Username string `json:"username"`
PasswordHash string `json:"passwordHash"`
}
type Storer struct {
DB *sql.DB
}
type User struct {
Id int `json:"id"`
Tag string `json:"tag"`
PasswordHash string `json:"passwordHash"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.