MCPcopy Index your code
hub / github.com/diggerhq/digger / DiggerGithubRealClientProvider

Struct DiggerGithubRealClientProvider

backend/utils/github.go:82–83  ·  view source on GitHub ↗

just a wrapper around github client to be able to use mocks

Source from the content-addressed store, hash-verified

80
81// just a wrapper around github client to be able to use mocks
82type DiggerGithubRealClientProvider struct {
83}
84
85type DiggerGithubClientMockProvider struct {
86 MockedHTTPClient *net.Client

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected