MCPcopy
hub / github.com/ory/hydra / MockClient

Struct MockClient

fosite/internal/client.go:24–28  ·  view source on GitHub ↗

MockClient is a mock of Client interface.

Source from the content-addressed store, hash-verified

22
23// MockClient is a mock of Client interface.
24type MockClient struct {
25 ctrl *gomock.Controller
26 recorder *MockClientMockRecorder
27 isgomock struct{}
28}
29
30// MockClientMockRecorder is the mock recorder for MockClient.
31type MockClientMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected