aboutsummaryrefslogtreecommitdiffstats
path: root/modules/structs/user.go
Commit message (Collapse)AuthorAgeFilesLines
* Add LastLogin to the User API (#7196)zeripath2019-06-151-0/+5
|
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-0/+38
* move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor