Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContactsDTO ¶
func (ContactsDTO) Name ¶
func (c ContactsDTO) Name() string
func (ContactsDTO) Phone ¶
func (c ContactsDTO) Phone() string
type ContactsListDTO ¶
type ContactsListDTO struct {
Contacts []ContactsDTO `json:"contacts"`
}
Click to show internal directories.
Click to hide internal directories.