package
Version:
v0.0.0-...-1b9c57b
Opens a new window with list of versions in this module.
Published: Sep 16, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 30
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package server implements the server side of the application.
It handles both talking to the Agents and the frontend.
type Server struct {
Addr string
}
Server wraps the state required for the web interface
Create creates and returns a new Server.
func (srv *Server) ListenAndServe()
ListenAndServe runs the server's ListenAndServe method
Source Files
¶
Click to show internal directories.
Click to hide internal directories.