Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InviteCode ¶ added in v0.0.20
type SocialUser ¶ added in v0.0.20
type User ¶
type User struct {
Id *string `json:"id"`
Login *string `json:"login"`
Mobile *string `json:"mobile"`
Email *string `json:"email"`
Password *string `json:"-"`
Name *string `json:"name"`
InviteCode *string `json:"inviteCode"`
InviterId *string `json:"inviterId"`
SocialId *string `json:"socialId"`
TenantId *string `json:"tenantId"`
}
Click to show internal directories.
Click to hide internal directories.