feat: add users page
This commit is contained in:
5
backend/database/fields/users.go
Normal file
5
backend/database/fields/users.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package fields
|
||||
|
||||
// swagger:enum PostStatus
|
||||
// ENUM( ok, banned, blocked)
|
||||
type UserStatus int16
|
||||
Reference in New Issue
Block a user