This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
fasten-onprem
mirror of
https://github.com/fastenhealth/fasten-onprem.git
Watch
1
Star
0
Fork
You've already forked fasten-onprem
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6a8df64691
fasten-onprem
/
backend
/
pkg
/
models
/
user.go
7 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
working frontend. adding database.
2022-08-25 19:26:29 -06:00
package
models
type
User
struct
{
added ModelBase and OriginBase which can be used as base classes for Gorm Models. Updated BaseClient - use Source vs ProviderCredentials terminolgy. Updated CignaClient Added a raw request api endpoint which can
2022-08-30 20:03:24 -06:00
ModelBase
working, on provider credential create, return created object.
2022-08-27 09:39:55 -06:00
Username
string
`
json:"username" gorm:"unique"
`
working frontend. adding database.
2022-08-25 19:26:29 -06:00
}