generated from VLADIMIR/template
add login route
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
package repos
|
||||
|
||||
type User struct {
|
||||
Username string
|
||||
Email string
|
||||
ID string
|
||||
Username string
|
||||
Email string
|
||||
PasswordHash string
|
||||
Role string
|
||||
IsActive bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user