Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailAddress ¶
type EmailAddress string
func (EmailAddress) IsValid ¶
func (e EmailAddress) IsValid() bool
type Person ¶
type Person struct { ID string FirstName string MiddleName string LastName string ProfilePictureUrl string Address string PhoneNumber PhoneNumber EmailAddress EmailAddress MaritalStatus string Birthday *YearMonthDay Gender Gender }
type PhoneNumber ¶
type PhoneNumber string
func (PhoneNumber) IsValid ¶
func (p PhoneNumber) IsValid() bool
type YearMonthDay ¶
func (YearMonthDay) IsValid ¶
func (y YearMonthDay) IsValid() bool
Click to show internal directories.
Click to hide internal directories.