Ejemplo n.º 1
0
// Binds Peer to an event, using some external event emitter
func (p *Peer) BindChannel(e string, emitter *emission.Emitter) {
	emitter.On(e, p.receiveNotification)
}