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

Struct dataNodeQueryClientImpl

datanode/client/query_client.go:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type dataNodeQueryClientImpl struct {
44 client http.Client
45}
46
47type aqlRequestBody struct {
48 Queries []queryCom.AQLQuery `json:"queries"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected