Query provides a mock function with given fields: _a0, _a1, _a2
(_a0 context.Context, _a1 interface{}, _a2 map[string]interface{})
| 31 | |
| 32 | // Query provides a mock function with given fields: _a0, _a1, _a2 |
| 33 | func (_m *Client) Query(_a0 context.Context, _a1 interface{}, _a2 map[string]interface{}) error { |
| 34 | ret := _m.Called(_a0, _a1, _a2) |
| 35 | |
| 36 | var r0 error |
| 37 | if rf, ok := ret.Get(0).(func(context.Context, interface{}, map[string]interface{}) error); ok { |
| 38 | r0 = rf(_a0, _a1, _a2) |
| 39 | } else { |
| 40 | r0 = ret.Error(0) |
| 41 | } |
| 42 | |
| 43 | return r0 |
| 44 | } |