Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
w.Header().Set("Content-Type", "text/html; charset=utf-8")
func NewHandler ¶
func NewHandler(rootHandler *instrumentation.Handler) *Handler
func (*Handler) AddLogHandler ¶
func (h *Handler) AddLogHandler(lh *instrumentation.Handler) error
func (*Handler) RouteLevel ¶
func (h *Handler) RouteLevel(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.