(ctx context.Context, runnerID int64)
| 32 | ListEntityRunners(ctx context.Context, opts *github.ListRunnersOptions) (*github.Runners, *github.Response, error) |
| 33 | ListEntityRunnerApplicationDownloads(ctx context.Context) ([]*github.RunnerApplicationDownload, *github.Response, error) |
| 34 | RemoveEntityRunner(ctx context.Context, runnerID int64) error |
| 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) |
no outgoing calls
no test coverage detected