Documentation ¶
Overview ¶
Package mango provides support for parsing and executing Cloudant, CouchDB, and PouchDB-style Mango queries against JSON documents.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Selector ¶
type Selector struct {
// contains filtered or unexported fields
}
Selector represents a CouchDB Find query selector. See http://docs.couchdb.org/en/2.0.0/api/database/find.html#find-selectors
func (*Selector) UnmarshalJSON ¶
UnmarshalJSON unmarshals a JSON selector as described in the CouchDB documentation. http://docs.couchdb.org/en/2.0.0/api/database/find.html#selector-syntax
Click to show internal directories.
Click to hide internal directories.