Versions in this module Expand all Collapse all v1 v1.0.0 May 3, 2020 Changes in this version + type Client interface + Close func() error + ListenToEvent func(ctx context.Context, topic string, cb func(core.Event)) error + OnEvent func(ctx context.Context, topic string, cb func(core.Event), cbErr func(error)) (func(), error) + Schedule func(ctx context.Context, e core.Event) (core.ID, error) + Unschedule func(ctx context.Context, id core.ID) error + func New(addr string) (Client, error)