mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add description field to user
This commit is contained in:
@@ -57,6 +57,7 @@ type User struct {
|
||||
Nickname string
|
||||
PasswordHash string
|
||||
AvatarURL string
|
||||
Description string
|
||||
}
|
||||
|
||||
type UpdateUser struct {
|
||||
@@ -71,6 +72,7 @@ type UpdateUser struct {
|
||||
Password *string
|
||||
AvatarURL *string
|
||||
PasswordHash *string
|
||||
Description *string
|
||||
}
|
||||
|
||||
type FindUser struct {
|
||||
|
Reference in New Issue
Block a user