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
v0.13.2
Published
Mar 19, 2015
Platform
linux/amd64
Imports
1 packages
Last checked
33 seconds ago

Tools for package owners.