Versions in this module Expand all Collapse all v1 v1.0.0 Jun 16, 2026 Changes in this version + const BaseURL + type Client struct + func NewClient(apiKey, secretKey string) *Client + func (c *Client) Close() + func (c *Client) Connect() error + func (c *Client) Subscribe(topic string, handler func(WsNewsEvent)) error + func (c *Client) Unsubscribe(topic string) error + type WsNewsEvent struct + Body string + CatalogId int64 + CatalogName string + Disclaimer string + PublishDate int64 + Title string + type WsRequest struct + Command string + Value string + type WsResponse struct + Data string + Topic string + Type string