(context.Context, interface{}, map[string]interface{})
| 18 | type Client interface { |
| 19 | Mutate(context.Context, interface{}, githubv4.Input, map[string]interface{}) error |
| 20 | Query(context.Context, interface{}, map[string]interface{}) error |
| 21 | } |
| 22 | |
| 23 | // rateLimitHandlerClient wraps the Github client and adds improved error handling and handling of |
no outgoing calls