package
5.5.2+incompatible
Repository: https://github.com/keycase/client-fork.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewAutoPortListenerSource creates a new AutoPortListenerSource.
NewFixedPortListenerSource creates a new PortListenerSource listening on the given port.
NewPortRangeListenerSource creates a new PortListenerSource listening on low to high (inclusive).
NewRandomPortRangeListenerSource creates a new RadomPortListenerSource listening on low to high (exclusive).
NewSrv creates a new HTTP server with the given listener source.
# Variables
No description provided by the author
# Structs
AutoPortListenerSource means listen on a port that's picked automatically by the kernel.
PortRangeListenerSource means listen on the given range.
RandomPortRangeListenerSource listens on a port randomly chosen within a given range.
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.