Documentation
¶
Index ¶
Constants ¶
View Source
const ( AddNewPeer = "addNewPeer" DeletePeer = "deletePeer" )
Variables ¶
View Source
var ( ErrChType = errors.New("error of channel type") ErrNotExistName = errors.New("not exist special subscription") )
Functions ¶
Types ¶
type CaseListItem ¶ added in v1.0.1
type CaseListItem struct {
// contains filtered or unexported fields
}
type CentralRouteSub ¶ added in v1.0.1
type CentralRouteSub struct {
// contains filtered or unexported fields
}
func NewCentralRouteSub ¶ added in v1.0.1
func NewCentralRouteSub() *CentralRouteSub
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.