Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebServer ¶
type WebServer struct { Config *common.ConfigurationStruct LoggingClient logger.LoggingClient // contains filtered or unexported fields }
WebServer handles the webserver configuration
func (*WebServer) ConfigureStandardRoutes ¶
func (webserver *WebServer) ConfigureStandardRoutes()
ConfigureStandardRoutes loads up some default routes
func (*WebServer) SetupTriggerRoute ¶
func (webserver *WebServer) SetupTriggerRoute(handlerForTrigger func(http.ResponseWriter, *http.Request))
SetupTriggerRoute adds a route to handle trigger pipeline from HTTP request
func (*WebServer) StartHTTPServer ¶
StartHTTPServer starts the http server
Click to show internal directories.
Click to hide internal directories.