Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderType ¶
type ProviderType int8
var ( Unknown ProviderType = 0 NoProvider ProviderType = 1 MagicLink ProviderType = 2 Google ProviderType = 3 Local ProviderType = 16 )
type User ¶
type User struct {
Email string
Name string
Image *string
ProviderID *string
ExternalID *string
Password []byte
ProviderType ProviderType
Status UserStatus
ID idwrap.IDWrap
}
type UserStatus ¶
type UserStatus int8
var ( Active UserStatus = 0 Pending UserStatus = 1 Blocked UserStatus = 2 )
Click to show internal directories.
Click to hide internal directories.