Home
last modified time | relevance | path

Searched refs:githubClient (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_go/go/tools/releaser/
H A Dgithub.go28 type githubClient struct { struct
32 func (gh *githubClient) listTags(ctx context.Context, org, repo string) (_ []*github.RepositoryTag,… argument
54 func (gh *githubClient) listReleases(ctx context.Context, org, repo string) (_ []*github.Repository… argument
79 func (gh *githubClient) getReleaseByTagIncludingDraft(ctx context.Context, org, repo, tag string) (… argument
96 func (gh *githubClient) listPages(fn func(opt *github.ListOptions) (*github.Response, error)) error… argument
H A Dupgradedep.go113 gh := &githubClient{Client: github.NewClient(httpClient)}
243 func upgradeDepDecl(ctx context.Context, gh *githubClient, workDir, name string, call *bzl.CallExpr… argument
H A Dprepare.go100 gh := &githubClient{Client: github.NewClient(tc)}