Home
last modified time | relevance | path

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

/dports/net/traefik/traefik-2.6.1/pkg/api/
H A Dhandler_tcp.go30 type tcpServiceRepresentation struct { struct
37 func newTCPServiceRepresentation(name string, si *runtime.TCPServiceInfo) tcpServiceRepresentation {
38 return tcpServiceRepresentation{
115 results := make([]tcpServiceRepresentation, 0, len(h.runtimeConfiguration.TCPServices))