Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Events ¶
type Events interface { // Topic - Retrieve a Topic reference Topic(name string) Topic // Topics - Retrievs a list of available Topic references Topics() ([]Topic, error) }
Events
type PublishOption ¶ added in v0.9.0
type PublishOption = func(*v1.EventPublishRequest)
Click to show internal directories.
Click to hide internal directories.