Versions in this module Expand all Collapse all v0 v0.0.2 Feb 10, 2026 v0.0.1 Feb 10, 2026 Changes in this version + type Option func(*Scope) + func WithPort(port int) Option + type Scope struct + func New(ctx context.Context, opts ...Option) (*Scope, error) + func (s *Scope) Close() + func (s *Scope) Err() <-chan error + func (s *Scope) GenerateID() string + func (s *Scope) Publish(ev event.Query) + func (s *Scope) Subscribe() (<-chan event.Query, func()) + func (s *Scope) SubscriberCount() int