Versions in this module Expand all Collapse all v0 v0.0.2 Sep 14, 2024 v0.0.1 Sep 7, 2024 Changes in this version + type Client struct + func NewClient(url string) *Client + func (c *Client) CreateAsset(asset et.Asset, token uuid.UUID) error + func (c *Client) CreateSession(config *config.Config) (uuid.UUID, error) + func (c *Client) Query(query string) (string, error) + func (c *Client) SessionStats(token uuid.UUID) (*et.SessionStats, error) + func (c *Client) Subscribe(token uuid.UUID) (<-chan string, error) + func (c *Client) TerminateSession(token uuid.UUID) + type Handler func(message string)