hugo-cms/models/user.go

8 lines
99 B
Go
Raw Permalink Normal View History

2025-01-31 22:42:32 +00:00
package models
type User struct {
ID int64
Email string
PasswordHash string
}