Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Person ¶
type Person struct {
FirstName string
LastName string
Domain string
Email string
Username string
Password string
BirthDate string
Gender string
Street string
Country string
PhoneNumber string
CreditCard string
HomePage string
Company string
Job string
SecurityQuestions []string
}
func (*Person) ToReduced ¶
func (p *Person) ToReduced() PersonReduced
Click to show internal directories.
Click to hide internal directories.