further simplifications
This commit is contained in:
parent
7f3be2caec
commit
b3a5c0b19e
6 changed files with 1 additions and 86 deletions
|
|
@ -1,8 +0,0 @@
|
|||
package models
|
||||
|
||||
import "time"
|
||||
|
||||
type Token struct {
|
||||
User string
|
||||
Expiration time.Time
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
package models
|
||||
|
||||
type User struct {
|
||||
Password string
|
||||
Salt string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue