created the initial model
This commit is contained in:
parent
68ab718d68
commit
7cf3e7943c
@ -1,6 +1,11 @@
|
|||||||
package models
|
package models
|
||||||
|
|
||||||
|
import "time"
|
||||||
|
|
||||||
type UserModel struct {
|
type UserModel struct {
|
||||||
Name string
|
Id int
|
||||||
Hash string
|
Name string
|
||||||
|
Hash string
|
||||||
|
CreatedAt time.Time
|
||||||
|
LastUpdated time.Time
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user