Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPServer ¶
type HTTPServer struct {
// contains filtered or unexported fields
}
func InitializeServer ¶
func InitializeServer() (*HTTPServer, error)
func NewHTTPServer ¶
func NewHTTPServer(settings *Settings, datastore *DataStore) *HTTPServer
func (*HTTPServer) Start ¶
func (hs *HTTPServer) Start() error
Click to show internal directories.
Click to hide internal directories.