MockPubsub is a mock of Pubsub interface.
| 18 | |
| 19 | // MockPubsub is a mock of Pubsub interface. |
| 20 | type MockPubsub struct { |
| 21 | ctrl *gomock.Controller |
| 22 | recorder *MockPubsubMockRecorder |
| 23 | isgomock struct{} |
| 24 | } |
| 25 | |
| 26 | // MockPubsubMockRecorder is the mock recorder for MockPubsub. |
| 27 | type MockPubsubMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected