chore: more work on the app
This commit is contained in:
@@ -5,6 +5,13 @@ import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
type UserType int
|
||||
|
||||
const (
|
||||
User_Normal UserType = iota + 1
|
||||
User_Admin
|
||||
)
|
||||
|
||||
type User struct {
|
||||
Id string
|
||||
Username string
|
||||
|
||||
Reference in New Issue
Block a user