Documentation ¶ Index ¶ type Client func (cl Client) ConnectPipelinesToStream(ctx context.Context, data map[string]interface{}) (*http.Response, error) func (cl Client) GetConnectionsOfStream(ctx context.Context, streamID string) (map[string]interface{}, *http.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { Client httpclient.Client } func (Client) ConnectPipelinesToStream ¶ func (cl Client) ConnectPipelinesToStream( ctx context.Context, data map[string]interface{}, ) (*http.Response, error) func (Client) GetConnectionsOfStream ¶ func (cl Client) GetConnectionsOfStream( ctx context.Context, streamID string, ) (map[string]interface{}, *http.Response, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.