Home
last modified time | relevance | path

Searched refs:getTCPRouter (Results 1 – 2 of 2) sorted by relevance

/dports/net/traefik/traefik-2.6.1/pkg/api/
H A Dhandler.go101 router.Methods(http.MethodGet).Path("/api/tcp/routers/{routerID}").HandlerFunc(h.getTCPRouter)
H A Dhandler_tcp.go94 func (h Handler) getTCPRouter(rw http.ResponseWriter, request *http.Request) { func