MCPcopy Create free account
hub / github.com/actions/actions-runner-controller / Client

Struct Client

github/github.go:40–47  ·  view source on GitHub ↗

Client wraps GitHub client with some additional

Source from the content-addressed store, hash-verified

38
39// Client wraps GitHub client with some additional
40type Client struct {
41 *github.Client
42 regTokens map[string]*github.RegistrationToken
43 mu sync.Mutex
44 // GithubBaseURL to Github without API suffix.
45 GithubBaseURL string
46 IsEnterprise bool
47}
48
49type BasicAuthTransport struct {
50 Username string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected