MCPcopy Index your code
hub / github.com/rilldata/rill / AppClient

Method AppClient

admin/github.go:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38// Github exposes the features we require from the Github API.
39type Github interface {
40 AppClient() *github.Client
41 InstallationClient(installationID int64, repoID *int64) *github.Client
42 // InstallationToken returns a token for the installation ID limited to the repoID.
43 InstallationToken(ctx context.Context, installationID, repoID int64) (token string, expiresAt time.Time, err error)

Callers 2

GetGithubInstallationMethod · 0.65
GetGithubUserStatusMethod · 0.65

Implementers 2

githubClientadmin/github.go
mockGithubadmin/testadmin/testadmin.go

Calls

no outgoing calls

Tested by

no test coverage detected