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.0
Published
Mar 16, 2015
Platform
linux/amd64
Imports
1 packages
Last checked
18 seconds ago

Tools for package owners.