Documentation
¶
Overview ¶
Package server implements the core of the SysDB web server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// TemplatePath specifies the relative or absolute location of template files.
TemplatePath string
// StaticPath specifies the relative or absolute location of static files.
StaticPath string
// Root mount point of the server.
Root string
}
A Config specifies configuration values for a SysDB web server.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
A Server implements an http.Handler that serves the SysDB user interface.
Click to show internal directories.
Click to hide internal directories.