MockRevocationHandler is a mock of RevocationHandler interface.
| 23 | |
| 24 | // MockRevocationHandler is a mock of RevocationHandler interface. |
| 25 | type MockRevocationHandler struct { |
| 26 | ctrl *gomock.Controller |
| 27 | recorder *MockRevocationHandlerMockRecorder |
| 28 | isgomock struct{} |
| 29 | } |
| 30 | |
| 31 | // MockRevocationHandlerMockRecorder is the mock recorder for MockRevocationHandler. |
| 32 | type MockRevocationHandlerMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected