Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContactInfo ¶
type ContactUpdate ¶
type Contacts ¶
type Contacts interface {
GetContacts() ([]*ContactInfo, error)
GetContact(id int64) (*ContactInfo, error)
CreateContact(*ContactInfo) (*ContactInfo, error)
UpdateContact(*ContactUpdate) (*ContactInfo, error)
DeleteContact(int64) error
}
Click to show internal directories.
Click to hide internal directories.