Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
Username string `json:"username"`
Email string `json:"email"`
CredentialId string `json:"credentialId"`
LastLoginTime string `json:"lastLoginTime"`
LastPasswordResetTime string `json:"lastPasswordResetTime"`
LastKeyRotationTime string `json:"lastKeyRotationTime"`
Decks []string `json:"decks"`
Cards []string `json:"cards"`
Sets []string `json:"sets"`
}
type UserCredentials ¶
Click to show internal directories.
Click to hide internal directories.