Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComplexAddress ¶
type ComplexCoordinates ¶
type ComplexPhoneNumber ¶
type ComplexPreferences ¶
type ComplexPreferences struct {
Language string
Timezone string
Theme string
Currency string
DateFormat string
TimeFormat string
Notifications ComplexNotificationPrefs
Privacy ComplexPrivacySettings
Features Features
}
type ComplexPrivacySettings ¶
type ComplexProfile ¶
type ComplexProfile struct {
FirstName string
LastName string
DisplayName string
Bio string
AvatarURL string
BirthDate string
PhoneNumbers []ComplexPhoneNumber
Addresses []ComplexAddress
SocialLinks []ComplexSocialLink
Preferences ComplexPreferences
CustomFields CustomFields
}
type ComplexSocialLink ¶
type ComplexStats ¶
type ComplexUser ¶
type ComplexUser struct {
ID string
Username string
Email string
CreatedAt string
LastLogin string
IsActive bool
Profile ComplexProfile
Permissions []string
Metadata Metadata
Stats ComplexStats
}
type CustomFields ¶
Click to show internal directories.
Click to hide internal directories.