Home
last modified time | relevance | path

Searched defs:githubClient (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_go/go/tools/releaser/
H A Dgithub.go28 type githubClient struct { struct
29 *github.Client
32 …hubClient) listTags(ctx context.Context, org, repo string) (_ []*github.RepositoryTag, err error) {
54 …t) listReleases(ctx context.Context, org, repo string) (_ []*github.RepositoryRelease, err error) {
79 …yTagIncludingDraft(ctx context.Context, org, repo, tag string) (*github.RepositoryRelease, error) {
96 …nc (gh *githubClient) listPages(fn func(opt *github.ListOptions) (*github.Response, error)) error {
H A Dupgradedep.go243 func upgradeDepDecl(ctx context.Context, gh *githubClient, workDir, name string, call *bzl.CallExpr…