Documentation ¶
Overview ¶
Package server plugs the api and the static content routers into itself and serves them.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { DatabaseInstance string DatabaseName string Host string Port int RootUserAPIKey string }
Server represents a HTTP server which serves the REST API and static content.
func (Server) Initialize ¶
Initialize initalizes the server.
Click to show internal directories.
Click to hide internal directories.