Documentation
¶
Index ¶
- type Directory
- type Peer
- func (this *Peer) Cancel(name string)
- func (this *Peer) Destroy()
- func (this *Peer) Handle(name string, fun interface{}) *Peer
- func (this *Peer) Publish(name string, payload interface{})
- func (this *Peer) Push(name string, payload interface{}) error
- func (this *Peer) Request(name string, payload interface{}, handler interface{}) <-chan error
- func (this *Peer) RequestAll(name string, payload interface{}, handler interface{}) <-chan error
- type Peered
- type Peers
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Peer ¶
type Peer struct {
// contains filtered or unexported fields
}
func (*Peer) RequestAll ¶
Click to show internal directories.
Click to hide internal directories.