MCPcopy Create free account
hub / github.com/cli/cli / invalidBundleClient

Struct invalidBundleClient

pkg/cmd/attestation/api/mock_httpClient_test.go:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type invalidBundleClient struct {
32 mock.Mock
33}
34
35func (m *invalidBundleClient) Get(url string) (*http.Response, error) {
36 m.On("OnGetInvalidBundle").Return()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected