hugo-cms/models/user.go

8 lines
99 B
Go

package models
type User struct {
ID int64
Email string
PasswordHash string
}