Versions in this module Expand all Collapse all v0 v0.0.2 Jul 17, 2023 v0.0.1 Jul 17, 2023 Changes in this version + type KeyValue struct + Key string + Value string + type SecretData struct + Path string + Secrets []KeyValue + type Version struct + SDKVersion string + Version string + type WebServer struct + func NewWebServer(dic *di.Container, router *mux.Router) *WebServer + func (webserver *WebServer) AddRoute(routePath string, handler func(http.ResponseWriter, *http.Request), ...) error + func (webserver *WebServer) ConfigureStandardRoutes() + func (webserver *WebServer) SetupTriggerRoute(path string, handlerForTrigger func(http.ResponseWriter, *http.Request)) + func (webserver *WebServer) StartWebServer(errChannel chan error)