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

Method Routing

api/cloudcontroller/ccv3/root.go:84–86  ·  view source on GitHub ↗

Routing returns the HREF of the routing API.

()

Source from the content-addressed store, hash-verified

82
83// Routing returns the HREF of the routing API.
84func (info Root) Routing() string {
85 return info.Links.Routing.HREF
86}
87
88// UAA returns the HREF of the UAA server.
89func (info Root) UAA() string {

Callers 1

SetTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected