Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { sync.RWMutex sync.WaitGroup log.LogShortcuts // Name for logging purposes and management. Name string // contains filtered or unexported fields }
Server structure for a web server.
func (*Server) AddWebServer ¶
AddWebServer to the server.
func (*Server) LoadWebServer ¶ added in v0.5.0
LoadWebServer from JSON config file.
func (*Server) SetLogger ¶
SetLogger changes the logger object and sets the message shortcuts for convenience.
Click to show internal directories.
Click to hide internal directories.