package
0.0.0-20201015170208-eb9deb1727ec
Repository: https://github.com/usdevs/cinnabot.git
Documentation: pkg.go.dev

# Functions

RunQuery queries the project with the specified ID and returns the response without parsing the document data.
RunQueryAndParse queries the project with the specified ID and returns a response with the document data parsed using the RawDocument.ParseData function.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
Operators.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Filter represents a Firestore fieldFilter.
No description provided by the author
No description provided by the author

# Type aliases

Bool is a wrapper for a boolean in firestore, which has the JSON format {"booleanValue" : true}.
No description provided by the author
Int is a wrapper for an integer in firestore, which has the JSON format {"integerValue": "1"}.
String is a wrapper for a string in firestore, which has the JSON format {"stringValue": "abc"}.
Time is a wrapper for a timestamp in firestore, which has the JSON format { "timestampValue": "yyyy-mm-ddThh:mm:ssZ" }.