Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
Server is a object that holds the state of the server
type ServerOptions ¶
type ServerOptions struct { // Port is the port to listen on Port string }
ServerOptions holds the options for the server
func NewDefaultServerOptions ¶
func NewDefaultServerOptions() *ServerOptions
NewDefaultServerOptions returns a new set of default options
Click to show internal directories.
Click to hide internal directories.