This website requires JavaScript.
Explore
Help
Sign In
status-im
/
fathom
Watch
2
Star
0
Fork
0
You've already forked fathom
mirror of
https://github.com/status-im/fathom.git
synced
2025-03-01 11:30:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fathom
/
pkg
/
models
/
user.go
8 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
fix POST requests in client & add DB migrations for user tables
2016-12-08 18:44:49 +01:00
package
models
type
User
struct
{
move SaveUser func to datastore package and make it db driver agnostic
2018-04-25 13:25:34 +02:00
ID
int64
Email
string
Password
string
`
json:"-"
`
fix POST requests in client & add DB migrations for user tables
2016-12-08 18:44:49 +01:00
}
Reference in New Issue
Copy Permalink