Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server wraps the state required for the web interface
func (*Server) Run ¶
func (srv *Server) Run()
Run executes the Server's loop, waiting for new connections and starting goroutines to handle them.
func (*Server) SendMessage ¶
SendMessage puts a message in the Server's message buffer.
Click to show internal directories.
Click to hide internal directories.