Skip to main content

lte-go

resp, err := client.Service("posts").Find() .SetWhere(map[string]interface{}{ "number": map[string]interface{}{ "$lte": 10, }, })