(ctx context.Context)
| 45 | |
| 46 | type RateLimitClient interface { |
| 47 | RateLimit(ctx context.Context) (*github.RateLimits, error) |
| 48 | } |
| 49 | |
| 50 | // GithubClient that describes the minimum list of functions we need to interact with github. |
no outgoing calls
no test coverage detected