fathom/pkg/models/user.go

8 lines
98 B
Go

package models
type User struct {
ID int64
Email string
Password string `json:"-"`
}