EXPECT returns an object that allows the caller to indicate expected use.
()
| 53 | |
| 54 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 55 | func (m *MockAgentConn) EXPECT() *MockAgentConnMockRecorder { |
| 56 | return m.recorder |
| 57 | } |
| 58 | |
| 59 | // AppHTTPClient mocks base method. |
| 60 | func (m *MockAgentConn) AppHTTPClient() *http.Client { |
no outgoing calls