MockEventStreamAPI is a mock of EventStreamAPI interface.
| 14 | |
| 15 | // MockEventStreamAPI is a mock of EventStreamAPI interface. |
| 16 | type MockEventStreamAPI struct { |
| 17 | ctrl *gomock.Controller |
| 18 | recorder *MockEventStreamAPIMockRecorder |
| 19 | } |
| 20 | |
| 21 | // MockEventStreamAPIMockRecorder is the mock recorder for MockEventStreamAPI. |
| 22 | type MockEventStreamAPIMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected