chore: add explore sidebar

This commit is contained in:
Steven
2024-03-29 00:01:45 +08:00
parent 192ee7acc0
commit 90679cc33a
17 changed files with 210 additions and 32 deletions

View File

@@ -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 {