BuildPullRequestURL constructs a URL to view a pull request on the provider's web UI.
(ref PRRef)
| 176 | // BuildPullRequestURL constructs a URL to view a pull |
| 177 | // request on the provider's web UI. |
| 178 | BuildPullRequestURL(ref PRRef) string |
| 179 | } |
| 180 | |
| 181 | // New creates a Provider for the given provider type and API base |
no outgoing calls