MockSubscriptionMockRecorder is the mock recorder for MockSubscription.
| 25 | |
| 26 | // MockSubscriptionMockRecorder is the mock recorder for MockSubscription. |
| 27 | type MockSubscriptionMockRecorder struct { |
| 28 | mock *MockSubscription |
| 29 | } |
| 30 | |
| 31 | // NewMockSubscription creates a new mock instance. |
| 32 | func NewMockSubscription(ctrl *gomock.Controller) *MockSubscription { |
nothing calls this directly
no outgoing calls
no test coverage detected