(ctx context.Context, hook *github.Hook)
| 27 | ListEntityHooks(ctx context.Context, opts *github.ListOptions) (ret []*github.Hook, response *github.Response, err error) |
| 28 | GetEntityHook(ctx context.Context, id int64) (ret *github.Hook, err error) |
| 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) |
no outgoing calls
no test coverage detected