| 18 | } |
| 19 | |
| 20 | type APIHost struct { |
| 21 | restURL *url.URL |
| 22 | gqlURL *url.URL |
| 23 | uploadURL *url.URL |
| 24 | rawURL *url.URL |
| 25 | authorizationServerURL *url.URL |
| 26 | } |
| 27 | |
| 28 | var _ APIHostResolver = APIHost{} |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected