DataNodeQueryClient is an autogenerated mock type for the DataNodeQueryClient type
| 8 | |
| 9 | // DataNodeQueryClient is an autogenerated mock type for the DataNodeQueryClient type |
| 10 | type DataNodeQueryClient struct { |
| 11 | mock.Mock |
| 12 | } |
| 13 | |
| 14 | // Query provides a mock function with given fields: ctx, requestID, host, query, hll |
| 15 | func (_m *DataNodeQueryClient) Query(ctx context.Context, requestID string, host topology.Host, query common.AQLQuery, hll bool) (common.AQLQueryResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected