mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
update the doc of function NewPathRecorderMux
This commit is contained in:
@@ -71,7 +71,7 @@ type prefixHandler struct {
|
|||||||
handler http.Handler
|
handler http.Handler
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewPathRecorderMux creates a new PathRecorderMux with the given mux as the base mux.
|
// NewPathRecorderMux creates a new PathRecorderMux
|
||||||
func NewPathRecorderMux() *PathRecorderMux {
|
func NewPathRecorderMux() *PathRecorderMux {
|
||||||
ret := &PathRecorderMux{
|
ret := &PathRecorderMux{
|
||||||
pathToHandler: map[string]http.Handler{},
|
pathToHandler: map[string]http.Handler{},
|
||||||
|
Reference in New Issue
Block a user