MCPcopy
hub / github.com/uber/aresdb / DataNodeQueryClient

Struct DataNodeQueryClient

datanode/client/mocks/DataNodeQueryClient.go:10–12  ·  view source on GitHub ↗

DataNodeQueryClient is an autogenerated mock type for the DataNodeQueryClient type

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected