(ctx context.Context, instance string, pool params.Pool, labels []string)
| 35 | RateLimit(ctx context.Context) (*github.RateLimits, error) |
| 36 | CreateEntityRegistrationToken(ctx context.Context) (*github.RegistrationToken, *github.Response, error) |
| 37 | GetEntityJITConfig(ctx context.Context, instance string, pool params.Pool, labels []string) (jitConfigMap map[string]string, runner *github.Runner, err error) |
| 38 | GetEntityRunnerGroupIDByName(ctx context.Context, runnerGroupName string) (int64, error) |
| 39 | |
| 40 | // GetEntity returns the GitHub entity for which the github client was instanciated. |
no outgoing calls
no test coverage detected