Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PersonName ¶
type PersonName string
func NewPersonName ¶
func NewPersonName(value interface{}) (PersonName, error)
func (PersonName) String ¶
func (name PersonName) String() string
type PhoneNumber ¶
type PhoneNumber string
func NewPhoneNumber ¶
func NewPhoneNumber(value interface{}) (PhoneNumber, error)
func (PhoneNumber) String ¶
func (number PhoneNumber) String() string
Click to show internal directories.
Click to hide internal directories.