Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface { Topic(topicID string) Topic Pub(ctx context.Context, topicID string, evt event.Event) error Sub(ctx context.Context, topicID string, handler Handler, opts ...SubscriptionOpt) error Close() }
Client ...
Click to show internal directories.
Click to hide internal directories.