package mux
import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/google/cadvisor/http/mux"
Index ¶
Types ¶
type Mux ¶
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 ¶
mux.go
- Version
- v1.1.4-beta.0
- Published
- Dec 7, 2015
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 10 minutes ago –
Tools for package owners.