Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
HTTP *http.Server
Cron *cron.Cron
Configuration *configuration.ServerConfigurationSchema
Authentication *authenticate.TokenAuth
}
Server provides an http.Server.
func NewServer ¶
func NewServer(config *configuration.ServerConfigurationSchema) (*Server, error)
NewServer creates and configures an APIServer serving all application routes.
Click to show internal directories.
Click to hide internal directories.