Source File
doc.go
Belonging Package
github.com/libp2p/go-libp2p/core/event
// Package event contains the abstractions for a local event bus, along with the standard events// that libp2p subsystems may emit.//// Source code is arranged as follows:// - doc.go: this file.// - bus.go: abstractions for the event bus.// - rest: event structs, sensibly categorised in files by entity, and following this naming convention:// Evt[Entity (noun)][Event (verb past tense / gerund)]// The past tense is used to convey that something happened, whereas the gerund form of the verb (-ing)// expresses that a process is in progress. Examples: EvtConnEstablishing, EvtConnEstablished.package event
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |