package mux
import "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 ¶
- Version
- v0.32.0
- Published
- Nov 12, 2018
- Platform
- darwin/amd64
- Imports
- 1 packages
- Last checked
- 35 seconds ago –
Tools for package owners.