MCPcopy Index your code
hub / github.com/google/go-cloud / Query

Struct Query

docstore/query.go:29–33  ·  view source on GitHub ↗

Query represents a query over a collection.

Source from the content-addressed store, hash-verified

27
28// Query represents a query over a collection.
29type Query struct {
30 coll *Collection
31 dq *driver.Query
32 err error
33}
34
35// Query creates a new Query over the collection.
36func (c *Collection) Query() *Query {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected