Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { UID string `json:"uid"` Name string `json:"name"` IdentityType string `gorm:"default:'unknown'" json:"identity_type"` Email string `json:"email"` Phone string `json:"phone"` Account string `json:"account"` APIToken string `gorm:"api_token" json:"api_token"` CreatedAt int64 `json:"created_at"` UpdatedAt int64 `json:"updated_at"` }
Click to show internal directories.
Click to hide internal directories.