# Packages
No description provided by the author
# Functions
Address returns the address the server is listening on.
NewServer returns a new Server.
WithAddress returns an option that sets the address to listen on.
WithListener returns an option that sets the listener for the server.
WithOption returns an option that sets a gRPC server option.
# Type aliases
ServerOption is a gRPC server option.