EXPECT returns an object that allows the caller to indicate expected use.
()
| 36 | |
| 37 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 38 | func (m *MockLimiter) EXPECT() *MockLimiterMockRecorder { |
| 39 | return m.recorder |
| 40 | } |
| 41 | |
| 42 | // Acquire mocks base method. |
| 43 | func (m *MockLimiter) Acquire(flowType string) error { |
no outgoing calls