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