MCPcopy Create free account
hub / github.com/cloudbase/garm / githubClient

Struct githubClient

util/github/client.go:37–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35)
36
37type githubClient struct {
38 *github.ActionsService
39 org *github.OrganizationsService
40 repo *github.RepositoriesService
41 enterprise *github.EnterpriseService
42 rateLimit *github.RateLimitService
43
44 entity params.ForgeEntity
45 cli *github.Client
46}
47
48func (g *githubClient) ListEntityHooks(ctx context.Context, opts *github.ListOptions) (ret []*github.Hook, response *github.Response, err error) {
49 metrics.GithubOperationCount.WithLabelValues(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected