Home
last modified time | relevance | path

Searched refs:getTCPRouters (Results 1 – 3 of 3) sorted by relevance

/dports/net/traefik/traefik-2.6.1/pkg/server/router/tcp/
H A Drouter.go52 func (m *Manager) getTCPRouters(ctx context.Context, entryPoints []string) map[string]map[string]*r… func
70 entryPointsRouters := m.getTCPRouters(rootCtx, entryPoints)
/dports/net/traefik/traefik-2.6.1/pkg/api/
H A Dhandler.go100 router.Methods(http.MethodGet).Path("/api/tcp/routers").HandlerFunc(h.getTCPRouters)
H A Dhandler_tcp.go62 func (h Handler) getTCPRouters(rw http.ResponseWriter, request *http.Request) { func