Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Subscribe ¶
func Subscribe(o Observable, report ReportFunc) rx.Subscription
Types ¶
type Observable ¶
type Observable interface {
rx.Observable[Event]
}
type Reader ¶
type Reader interface {
Observable
io.Reader
}
type ReportFunc ¶
Click to show internal directories.
Click to hide internal directories.