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

Struct DiggerGithubClientMockProvider

backend/utils/github.go:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85type DiggerGithubClientMockProvider struct {
86 MockedHTTPClient *net.Client
87}
88
89type GithubClientProvider interface {
90 NewClient(netClient *net.Client) (*github.Client, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected