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