MCPcopy Create free account
hub / github.com/driangle/taskmd / GitHubSource

Struct GitHubSource

apps/cli/internal/sync/github/github.go:25–28  ·  view source on GitHub ↗

GitHubSource fetches tasks from GitHub Issues.

Source from the content-addressed store, hash-verified

23
24// GitHubSource fetches tasks from GitHub Issues.
25type GitHubSource struct {
26 // HTTPClient allows injecting a custom client for testing. Nil uses http.DefaultClient.
27 HTTPClient *http.Client
28}
29
30func init() {
31 sync.Register(&GitHubSource{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected