NewMockClientManager creates a new mock instance.
(ctrl *gomock.Controller)
| 36 | |
| 37 | // NewMockClientManager creates a new mock instance. |
| 38 | func NewMockClientManager(ctrl *gomock.Controller) *MockClientManager { |
| 39 | mock := &MockClientManager{ctrl: ctrl} |
| 40 | mock.recorder = &MockClientManagerMockRecorder{mock} |
| 41 | return mock |
| 42 | } |
| 43 | |
| 44 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 45 | func (m *MockClientManager) EXPECT() *MockClientManagerMockRecorder { |
no outgoing calls