Versions in this module Expand all Collapse all v1 v1.0.0 Mar 7, 2026 Changes in this version + type Client struct + OnError func(err error) + OnMessage func(msg Message) + func New(channel string) *Client + func (c *Client) Connect(ctx context.Context) error + type Message struct + Amount string + Author string + Channel string + Content string + ID string + IsPaid bool + Timestamp time.Time