MockCertificateServiceIface is a mock of CertificateServiceIface interface.
| 36 | |
| 37 | // MockCertificateServiceIface is a mock of CertificateServiceIface interface. |
| 38 | type MockCertificateServiceIface struct { |
| 39 | ctrl *gomock.Controller |
| 40 | recorder *MockCertificateServiceIfaceMockRecorder |
| 41 | isgomock struct{} |
| 42 | } |
| 43 | |
| 44 | // MockCertificateServiceIfaceMockRecorder is the mock recorder for MockCertificateServiceIface. |
| 45 | type MockCertificateServiceIfaceMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected