package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
AddEmitter is a helper method that calls DefaultEmitter.AddEmitter.
DebugEmitterFrom creates a new event channel emitter by wrapping an existing raw emitter.
Emit is a helper method that calls DefaultEmitter.Emit.
HaveEmitters indicates if any emitters have been registered to the default emitter.
LogEmit is a helper method that calls DefaultEmitter.Emit.
ProcessAll reads, parses and displays all events from src.
RateLimitedEmitterFrom creates a new event channel emitter that wraps the existing emitter and enforces rate limits.
SocketEmitter creates a new event channel based on the given fd.
# Variables
DefaultEmitter is the default emitter.
# Interfaces
Emitter emits a proto message.