JobURL is the URL to a given Job.
| 6 | |
| 7 | // JobURL is the URL to a given Job. |
| 8 | type JobURL string |
| 9 | |
| 10 | // DeleteApplication deletes the app with the given app GUID. Returns back a |
| 11 | // resulting job URL to poll. |
no outgoing calls
no test coverage detected