Documentation ¶ Index ¶ type Client func New(c *client.Client) *Client func (c *Client) Get(name string) (*models.AppointmentLinks, error) func (c *Client) Me() (*models.AppointmentLinks, error) func (c *Client) Set(name string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { *client.Client } func New ¶ func New(c *client.Client) *Client func (*Client) Get ¶ func (c *Client) Get(name string) (*models.AppointmentLinks, error) func (*Client) Me ¶ func (c *Client) Me() (*models.AppointmentLinks, error) func (*Client) Set ¶ func (c *Client) Set(name string) error Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.