Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ RouteResource
Struct
RouteResource
cf/api/resources/routes.go:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"code.cloudfoundry.org/cli/v8/cf/models"
4
5
type
RouteResource
struct
{
6
Resource
7
Entity RouteEntity
8
}
9
10
type
RouteEntity
struct
{
11
Host string `json:
"host"
`
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected