MCPcopy Create free account
hub / github.com/cloudbase/garm / stubGithubClient

Struct stubGithubClient

runner/pool/stub_client.go:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type stubGithubClient struct {
27 err error
28}
29
30func (s *stubGithubClient) ListEntityHooks(_ context.Context, _ *github.ListOptions) ([]*github.Hook, *github.Response, error) {
31 return nil, nil, s.err

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected