Versions in this module Expand all Collapse all v1 v1.6.28 Jan 21, 2023 Changes in this version + type DebugAPI struct + func InitializeDebug(configuration configurationtypes.AbstractConfigurationInterface) *DebugAPI + func (p *DebugAPI) GetBasePath() string + func (p *DebugAPI) HandleRequest(w http.ResponseWriter, r *http.Request) + func (p *DebugAPI) IsEnabled() bool + type DefaultHandler struct + func (d *DefaultHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)