GetVCAPServices is a convenience wrapper around common.GetVCAPServices
()
| 134 | |
| 135 | // GetVCAPServices is a convenience wrapper around common.GetVCAPServices |
| 136 | func GetVCAPServices() (common.VCAPServices, error) { |
| 137 | return common.GetVCAPServices() |
| 138 | } |
| 139 | |
| 140 | // GetApplicationName returns the application name from VCAP_APPLICATION. |
| 141 | // If includeSpace is true, returns "space_name:application_name" format, |
no test coverage detected