GetGQLClient returns a GitHub GraphQL client
(ctx context.Context)
| 79 | |
| 80 | // GetGQLClient returns a GitHub GraphQL client |
| 81 | GetGQLClient(ctx context.Context) (*githubv4.Client, error) |
| 82 | |
| 83 | // GetRawClient returns a raw content client for GitHub |
| 84 | GetRawClient(ctx context.Context) (*raw.Client, error) |
no outgoing calls
no test coverage detected