package
4.3.2+incompatible
Repository: https://github.com/qbit/client.git
Documentation: pkg.go.dev

# Functions

NewFixedPortListenerSource creates a new PortListenerSource listening on the given port.
NewPortRangeListenerSource creates a new PortListenerSource listening on low to high (inclusive).
NewRandomPortListenerSource creates a new RandomPortListenerSource.
NewSrv creates a new HTTP server with the given listener source.

# Variables

No description provided by the author

# Structs

PortRangeListenerSource means listen on the given range.
RandomPortListenerSource means listen on a random port.
Srv starts a simple HTTP server with a parameter for a module to provide a listener source.

# Interfaces

ListenerSource represents where an HTTP server should listen.