# Functions
GetPortsSpecification returns the value of SERVER_STARTER_PORT environment variable.
ListenAll parses environment variable SERVER_STARTER_PORT, and creates net.Listener objects.
Ports parses environment variable SERVER_STARTER_PORT.
# Constants
No description provided by the author
# Variables
No description provided by the author
# Structs
TCPListener is a listener for ..
UnixListener is a listener for unix sockets.
# Interfaces
Listener is the interface for things that listen on file descriptors specified by Start::Server / server_starter.
# Type aliases
ListenerList holds a list of Listeners.