Documentation
¶
Index ¶
- type Client
- func (c *Client) AddContact(id string, params *models.ContactParams) (*models.Contact, error)
- func (c *Client) Contacts(id string) (*models.Contacts, error)
- func (c *Client) Delete(id string) error
- func (c *Client) DeleteContact(id, contactID string) error
- func (c *Client) Get(id string) (*models.ContactGroup, error)
- func (c *Client) List() (*models.ContactGroups, error)
- func (c *Client) New(name string, contacts []*models.Contact) (*models.ContactGroup, error)
- func (c *Client) Update(id, name string) (*models.ContactGroup, 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.