(ctx context.Context, id int64)
| 29 | CreateEntityHook(ctx context.Context, hook *github.Hook) (ret *github.Hook, err error) |
| 30 | DeleteEntityHook(ctx context.Context, id int64) (ret *github.Response, err error) |
| 31 | PingEntityHook(ctx context.Context, id int64) (ret *github.Response, err error) |
| 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 |
no outgoing calls
no test coverage detected