mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Complete User CRUD
This commit is contained in:
parent
1c04a19910
commit
2ab0cecd48
11 changed files with 201 additions and 45 deletions
|
@ -7,8 +7,8 @@ type User struct {
|
|||
Name string
|
||||
Password string
|
||||
IsAdmin bool
|
||||
LastLoginAt time.Time
|
||||
LastAccessAt time.Time
|
||||
LastLoginAt *time.Time
|
||||
LastAccessAt *time.Time
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue