mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add explore sidebar
This commit is contained in:
@@ -82,6 +82,12 @@ type FindUser struct {
|
||||
Role *Role
|
||||
Email *string
|
||||
Nickname *string
|
||||
|
||||
// Random and limit are used in list users.
|
||||
// Whether to return random users.
|
||||
Random bool
|
||||
// The maximum number of users to return.
|
||||
Limit *int
|
||||
}
|
||||
|
||||
type DeleteUser struct {
|
||||
|
Reference in New Issue
Block a user