Documentation
¶
Index ¶
- type Client
- func (c *Client) Contact(id string) (*models.Contact, error)
- func (c *Client) Delete(id string) error
- func (c *Client) DeleteNote(id, noteId string) error
- func (c *Client) List() (*models.Contacts, error)
- func (c *Client) New(contacts ...*models.ContactParams) error
- func (c *Client) NewNote(id, text string) error
- func (c *Client) Notes(id string) (*models.Notes, error)
- func (c *Client) Update(id string, params *models.ContactParams) error
- func (c *Client) UpdateNote(id, noteId, text string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.