Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateRecords(table string, records Records) error
- func (c *Client) DeleteRecords(table string, ids []string) error
- func (c *Client) GetRecord(table string, id string) (Record, error)
- func (c *Client) ListRecords(table string, params map[string]string) (Records, error)
- func (c *Client) PatchRecords(table string, records Records) error
- type Record
- type Records
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreateRecords ¶
CreateRecords creates records in the given table
func (*Client) DeleteRecords ¶
DeleteRecords deletes records in the given table with given record ids
func (*Client) ListRecords ¶
ListRecords lists records in the given table
Click to show internal directories.
Click to hide internal directories.