package
Version:
v0.17.1
Opens a new window with list of versions in this module.
Published: May 21, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Mux interface {
HandleFunc(pattern string, handler func(http.ResponseWriter, *http.Request))
Handler(r *http.Request) (http.Handler, string)
Handle(pattern string, handler http.Handler)
}
Mux interface expected by cAdvisor components.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.