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

Struct DiggerGithubClientMockProvider

next/utils/github.go:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type DiggerGithubClientMockProvider struct {
41 MockedHTTPClient *net.Client
42}
43
44type GithubClientProvider interface {
45 NewClient(netClient *net.Client) (*github.Client, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected