Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrOrAndMustBeArray = errors.New("the value of $or and $and must be an array")
Functions ¶
func Flatten ¶
Flatten flattens extended JSON which is used to build and store queries.
Payloads that look like this
{
"person": {
"age": {
"$gte": 5
}
}
}
would become
{
"person.age": {
"$gte": 5
}
}
func FlattenWithPrefix ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.