package
Version:
v0.0.0-...-bfcc399
Opens a new window with list of versions in this module.
Published: Feb 26, 2021
License: Apache-2.0
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 User struct {
Id int32 `map:"username"`
Username string `map:"username"`
Password string
Avatar string `map:"avatar"`
RoleID uint8 `map:"roleID"`
RecentTime time.Time `map:"recentTime"`
CreatedTime time.Time `map:"createdTime"`
UpdatedTime time.Time `map:"updatedTime"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.