package
0.0.0-20220803111335-1d0ba015c3fd
Repository: https://github.com/andersnormal/pkg.git
Documentation: pkg.go.dev

# Functions

NewError ...
WithContext ...

# Structs

Error ...

# Interfaces

Listener is the interface to a listener, so starting and shutdown of a listener, or any routine.
Server is the interface to be implemented to run the server.

# Type aliases

ReadyFunc is the function that is called by Listener to signal that it is ready and the next Listener can be called.