Documentation ¶
Index ¶
Constants ¶
View Source
const AppRouter = "cf-router"
View Source
const DiegoSSHRouter = "diego-ssh"
View Source
const TcpRouter = "tcp-router"
Variables ¶
This section is empty.
Functions ¶
func GetPrimaryPort ¶ added in v0.4.2
Types ¶
type AppRoutes ¶
type AppRoutes []AppRoute
func AppRoutesFromRoutingInfo ¶
func AppRoutesFromRoutingInfo(routingInfo receptor.RoutingInfo) AppRoutes
func BuildDefaultRoutingInfo ¶ added in v0.4.2
func (AppRoutes) HostnamesByPort ¶
func (AppRoutes) RoutingInfo ¶
func (l AppRoutes) RoutingInfo() receptor.RoutingInfo
type DiegoSSHRoute ¶ added in v0.4.2
type Routes ¶ added in v0.4.2
type Routes struct { AppRoutes AppRoutes TcpRoutes TcpRoutes DiegoSSHRoute *DiegoSSHRoute }
func RoutesFromRoutingInfo ¶ added in v0.4.2
func RoutesFromRoutingInfo(routingInfo receptor.RoutingInfo) Routes
func (Routes) RoutingInfo ¶ added in v0.4.2
func (r Routes) RoutingInfo() receptor.RoutingInfo
Click to show internal directories.
Click to hide internal directories.