Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIterator ¶
Types ¶
type Observable ¶
type Observable interface {
Subscribe(ctx context.Context, subscription Subscription) (Stream, error)
}
Observable represents an interface of complex types that returns stream of events.
type Subscription ¶
Subscription represents an event subscription object that contains target event name and optional event options.
Click to show internal directories.
Click to hide internal directories.