last demo import - cleaned
This commit is contained in:
9
models/user.go
Normal file
9
models/user.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
type User struct {
|
||||
Name string `json:"name"`
|
||||
Email string `json:"email"`
|
||||
Profile string `json:"profiles"`
|
||||
Image string `json:"image"`
|
||||
Id string `json:"id"`
|
||||
}
|
||||
Reference in New Issue
Block a user