frontend and backend base setup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package entities
|
||||
|
||||
type User struct {
|
||||
ID string
|
||||
Name string
|
||||
Email string
|
||||
Password string
|
||||
}
|
||||
Reference in New Issue
Block a user