EXPECT returns an object that allows the caller to indicate expected use
()
| 33 | |
| 34 | // EXPECT returns an object that allows the caller to indicate expected use |
| 35 | func (m *MockAMI) EXPECT() *MockAMIMockRecorder { |
| 36 | return m.recorder |
| 37 | } |
| 38 | |
| 39 | // CollectNodeInfo mocks base method |
| 40 | func (m *MockAMI) CollectNodeInfo() (map[string]interface{}, error) { |
no outgoing calls