(ctx context.Context, token string)
| 31 | |
| 32 | type FetcherInterface interface { |
| 33 | FetchTokenScopes(ctx context.Context, token string) ([]string, error) |
| 34 | } |
| 35 | |
| 36 | // Fetcher retrieves token scopes from GitHub's API. |
no outgoing calls
no test coverage detected