go-client
go-client copied to clipboard
The query conditions are too complex
Can it be simplified, such as supporting map?
json format
POST /collections/chatapp/points/delete
{
"filter": {
"must": [
{
"key": "source",
"match": {
"value": "example.pdf"
}
}
]
}
}
to ----->
go code