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

Struct MockRevocationHandler

fosite/internal/revocation_handler.go:25–29  ·  view source on GitHub ↗

MockRevocationHandler is a mock of RevocationHandler interface.

Source from the content-addressed store, hash-verified

23
24// MockRevocationHandler is a mock of RevocationHandler interface.
25type MockRevocationHandler struct {
26 ctrl *gomock.Controller
27 recorder *MockRevocationHandlerMockRecorder
28 isgomock struct{}
29}
30
31// MockRevocationHandlerMockRecorder is the mock recorder for MockRevocationHandler.
32type MockRevocationHandlerMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected