# Functions
NewServer returns a new server instance.
# Variables
ErrBadRouterID is returned when an invalid router-id is provided.
ErrPeerNotFound is returned when a user provided peer couldn't be found.
ErrPrefixNotFound is returned when a user provided prefix couldn't be found.
# Structs
DebugInfo represents the internal debug state of the BGP server.
DebugInfoPeer exposes details on a single BGP peer.
DebugInfoPrefix exposes details on a single BGP prefix.
DebugInfoServer exposes the shared listener configuration.
Server represents a BGP server instance.