()
| 54 | } |
| 55 | |
| 56 | func (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 | } |
no test coverage detected