Documentation
¶
Index ¶
- type Client
- func (c *Client) Delete(id string) error
- func (c *Client) Get(id string) (*models.Reminder, error)
- func (c *Client) List(options *models.ReminderFilterParams) (*models.Reminders, error)
- func (c *Client) New(reminder *models.ReminderParams) (*models.Reminder, error)
- func (c *Client) Update(id string, params *models.ReminderParams) (*models.Reminder, 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.