MCPcopy Index your code
hub / github.com/cloudfoundry/cli / AppRouteResource

Struct AppRouteResource

cf/api/resources/applications.go:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type AppRouteResource struct {
25 Resource
26 Entity AppRouteEntity
27}
28
29type IntegrityFields struct {
30 Sha1 string `json:"sha1"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected