Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Feed ¶
type Feed struct {
// contains filtered or unexported fields
}
func (*Feed) Subscribe ¶
func (f *Feed) Subscribe(channel interface{}) Subscription
type Subscription ¶
type Subscription interface {
Err() <-chan error
Unsubscribe()
}
Click to show internal directories.
Click to hide internal directories.