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