NewMockAgentConn creates a new mock instance.
(ctrl *gomock.Controller)
| 46 | |
| 47 | // NewMockAgentConn creates a new mock instance. |
| 48 | func NewMockAgentConn(ctrl *gomock.Controller) *MockAgentConn { |
| 49 | mock := &MockAgentConn{ctrl: ctrl} |
| 50 | mock.recorder = &MockAgentConnMockRecorder{mock} |
| 51 | return mock |
| 52 | } |
| 53 | |
| 54 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 55 | func (m *MockAgentConn) EXPECT() *MockAgentConnMockRecorder { |
no outgoing calls