Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Services []Service
Services is the list of registered services' debug addresses. Populated from SRC_PROF_MAP.
Functions ¶
Types ¶
type Endpoint ¶
type Endpoint struct { // Name is the name shown on the index page for the endpoint Name string // Path is passed to http.Mux.Handle as the pattern. Path string // Handler is the debug handler Handler http.Handler }
Endpoint is a handler for the debug server. It will be displayed on the debug index page.
Click to show internal directories.
Click to hide internal directories.