MCPcopy Index your code
hub / github.com/github/github-mcp-server / APIHost

Struct APIHost

pkg/utils/api.go:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type APIHost struct {
21 restURL *url.URL
22 gqlURL *url.URL
23 uploadURL *url.URL
24 rawURL *url.URL
25 authorizationServerURL *url.URL
26}
27
28var _ APIHostResolver = APIHost{}
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected