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