package
Version:
v1.1.5
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: Unlicense
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type User struct {
Username string `json:"username"`
Email string `json:"email"`
LastLoginTime string `json:"lastLoginTime"`
Decks []string `json:"decks"`
Cards []string `json:"cards"`
Sets []string `json:"sets"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.