Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerResponse ¶
type User ¶
type User struct {
UserName string `json:"username"`
FirstName *string `json:"firstName,omitempty"`
LastName *string `json:"lastName,omitempty"`
Birthday *UserDate `json:"birthday,omitempty"`
Gender *Gender `json:"gender,omitempty"`
Interests []string `json:"interests,omitempty"`
City *string `json:"city,omitempty"`
}
type UserWithPassword ¶
Click to show internal directories.
Click to hide internal directories.