| 9 | ) |
| 10 | |
| 11 | type gitlabOauthClient struct { |
| 12 | ClientID string |
| 13 | ClientSecret string |
| 14 | AuthLocation string |
| 15 | ExchangeLocation string |
| 16 | InspectLocation string |
| 17 | CallbackLocation string |
| 18 | HttpClient HttpClient |
| 19 | } |
| 20 | |
| 21 | var _ oauthClient = gitlabOauthClient{} |
| 22 |
nothing calls this directly
no outgoing calls
no test coverage detected