Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugAPI ¶
type DebugAPI struct {
// contains filtered or unexported fields
}
DebugAPI object contains informations related to the endpoints
func InitializeDebug ¶
func InitializeDebug(configuration configurationtypes.AbstractConfigurationInterface) *DebugAPI
InitializeDebug initialize the debug endpoints
func (*DebugAPI) GetBasePath ¶
GetBasePath will return the basepath for this resource
func (*DebugAPI) HandleRequest ¶
func (p *DebugAPI) HandleRequest(w http.ResponseWriter, r *http.Request)
HandleRequest will handle the request
type DefaultHandler ¶
type DefaultHandler struct{}
func (*DefaultHandler) ServeHTTP ¶
func (d *DefaultHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.