Documentation ¶
Index ¶
- type Client
- func (cl Client) Create(ctx context.Context, streamID string, data map[string]interface{}) (map[string]interface{}, *http.Response, error)
- func (cl Client) Delete(ctx context.Context, streamID, id string) (*http.Response, error)
- func (cl Client) Get(ctx context.Context, streamID, id string) (map[string]interface{}, *http.Response, error)
- func (cl Client) Update(ctx context.Context, streamID, id string, data map[string]interface{}) (*http.Response, 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.