Documentation
¶
Index ¶
- func Provider() *schema.Provider
- type Client
- func (ksql *Client) CreateStream(streamName string, query string) (Response, error)
- func (ksql *Client) DropStream(streamName string) (Response, error)
- func (ksql *Client) GetStreamByName(streamName string) (*Stream, error)
- func (ksql *Client) GetStreamsByTag(tag string) ([]Stream, error)
- func (ksql *Client) GetStreamsByTopic(topicName string) ([]Stream, error)
- func (ksql *Client) ListStreams() ([]Stream, error)
- type CommandStatus
- type Payload
- type Response
- type Stream
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
func NewClientContext ¶
func (*Client) CreateStream ¶
func (*Client) GetStreamByName ¶
func (*Client) GetStreamsByTopic ¶
func (*Client) ListStreams ¶
type CommandStatus ¶
Click to show internal directories.
Click to hide internal directories.