Versions in this module Expand all Collapse all v1 v1.0.2 Sep 23, 2024 v1.0.1 Sep 3, 2024 v1.0.0 Jul 29, 2024 Changes in this version + type EventStore interface + Connect func(ctx context.Context, clientID string) error + Disconnect func(ctx context.Context, clientID string) error + func NewEventStore(ctx context.Context, url, instance string) (EventStore, error)