webserver

package
v3.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WebServer

type WebServer struct {
	// contains filtered or unexported fields
}

WebServer handles the webserver configuration

func NewWebServer

func NewWebServer(dic *di.Container, router *echo.Echo, serviceName string) *WebServer

NewWebServer returns a new instance of *WebServer

func (*WebServer) AddRoute

func (webserver *WebServer) AddRoute(routePath string, handler func(e echo.Context) error, methods []string, middlewareFunc ...echo.MiddlewareFunc)

AddRoute enables support to leverage the existing webserver to add routes.

func (*WebServer) ConfigureCors added in v3.1.0

func (webserver *WebServer) ConfigureCors()

ConfigureCors sets up the middleware for CORS

func (*WebServer) SetCustomConfigInfo

func (webserver *WebServer) SetCustomConfigInfo(customConfig interfaces.UpdatableConfig)

SetCustomConfigInfo sets the custom configurations

func (*WebServer) SetupTriggerRoute

func (webserver *WebServer) SetupTriggerRoute(path string, handlerForTrigger func(http.ResponseWriter, *http.Request))

SetupTriggerRoute adds a route to handle trigger pipeline from REST request

func (*WebServer) StartWebServer

func (webserver *WebServer) StartWebServer(errChannel chan error)

StartWebServer starts the web server

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL