Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contact ¶
type Contact struct {
Id valueObject.ContactId `json:"id"`
Name valueObject.PersonName `json:"name"`
Nickname valueObject.Nickname `json:"nickname"`
Phone valueObject.PhoneNumber `json:"phone"`
}
func NewContact ¶
func NewContact( id valueObject.ContactId, name valueObject.PersonName, nickname valueObject.Nickname, phone valueObject.PhoneNumber, ) Contact
func (Contact) InitialEntities ¶
func (Contact) JsonSerialize ¶
Click to show internal directories.
Click to hide internal directories.