
The highest tagged major version is
v3.
package
Version:
v2.3.0
Opens a new window with list of versions in this module.
Published: Apr 26, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 10
Opens a new window with list of known importers.
Documentation
¶
type User struct {
ID uint64 `json:"id"`
Login string `json:"login"`
Password string `json:"password,omitempty"`
}
User of the app
NewUser creates new user with given id, login and profiles
Source Files
¶
Click to show internal directories.
Click to hide internal directories.