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

Method getAuthEndpoint

cf/api/clients.go:56–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func (repo CloudControllerClientRepository) getAuthEndpoint() (string, error) {
57 uaaEndpoint := repo.config.UaaEndpoint()
58 if uaaEndpoint == "" {
59 return "", errors.New(T("UAA endpoint missing from config file"))
60 }
61 return uaaEndpoint, nil
62}

Callers 1

ClientExistsMethod · 0.95

Calls 2

NewFunction · 0.92
UaaEndpointMethod · 0.65

Tested by

no test coverage detected