package
Version:
v0.0.0-...-8dc6894
Opens a new window with list of versions in this module.
Published: Sep 29, 2020
License: Unlicense
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
UserID string `json:"id"`
Role string `json:"role"`
Email string `json:"email"`
Hash string `json:"hash"`
Salt string `json:"salt"`
}
func NewUser(id, role, email, hash, salt string) *User
type Users struct {
Users []User `json:"users"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.