Documentation ¶
Overview ¶
Package web provides the web interface to the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Addr string // contains filtered or unexported fields }
Server implements the web interface
func (*Server) ListenAndServe ¶
func (srv *Server) ListenAndServe()
ListenAndServe enters the HTTP server's main loop, i.e. this method must be called for the Web frontend to handle requests.
func (*Server) SendMessage ¶
SendMessage send a message to the server's message queue
Click to show internal directories.
Click to hide internal directories.