EXPECT returns an object that allows the caller to indicate expected use.
()
| 40 | |
| 41 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 42 | func (m *MockPooler) EXPECT() *MockPoolerMockRecorder { |
| 43 | return m.recorder |
| 44 | } |
| 45 | |
| 46 | // Acquire mocks base method. |
| 47 | func (m *MockPooler) Acquire(ctx context.Context, req aibridged.Request, clientFn aibridged.ClientFunc, mcpBootstrapper aibridged.MCPProxyBuilder) (http.Handler, error) { |
no outgoing calls