Updated commands_gen.go
This commit is contained in:
parent
12a861731e
commit
878f9dedb2
@ -525,6 +525,12 @@ var commandsJSON = `{
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "TIMEOUT",
|
||||||
|
"name": "seconds",
|
||||||
|
"type": "double",
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "MATCH",
|
"command": "MATCH",
|
||||||
"name": "pattern",
|
"name": "pattern",
|
||||||
@ -616,6 +622,12 @@ var commandsJSON = `{
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "TIMEOUT",
|
||||||
|
"name": "seconds",
|
||||||
|
"type": "double",
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "MATCH",
|
"command": "MATCH",
|
||||||
"name": "pattern",
|
"name": "pattern",
|
||||||
@ -725,6 +737,12 @@ var commandsJSON = `{
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "TIMEOUT",
|
||||||
|
"name": "seconds",
|
||||||
|
"type": "double",
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "SPARSE",
|
"command": "SPARSE",
|
||||||
"name": "spread",
|
"name": "spread",
|
||||||
@ -891,6 +909,12 @@ var commandsJSON = `{
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "TIMEOUT",
|
||||||
|
"name": "seconds",
|
||||||
|
"type": "double",
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "SPARSE",
|
"command": "SPARSE",
|
||||||
"name": "spread",
|
"name": "spread",
|
||||||
@ -1112,6 +1136,12 @@ var commandsJSON = `{
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "TIMEOUT",
|
||||||
|
"name": "seconds",
|
||||||
|
"type": "double",
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "SPARSE",
|
"command": "SPARSE",
|
||||||
"name": "spread",
|
"name": "spread",
|
||||||
@ -1465,6 +1495,17 @@ var commandsJSON = `{
|
|||||||
],
|
],
|
||||||
"group": "connection"
|
"group": "connection"
|
||||||
},
|
},
|
||||||
|
"TIMEOUT": {
|
||||||
|
"summary": "Gets or sets the query timeout for the current connection.",
|
||||||
|
"arguments": [
|
||||||
|
{
|
||||||
|
"name": "seconds",
|
||||||
|
"optional": true,
|
||||||
|
"type": "double"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"group": "connection"
|
||||||
|
},
|
||||||
"SETHOOK": {
|
"SETHOOK": {
|
||||||
"summary": "Creates a webhook which points to geofenced search",
|
"summary": "Creates a webhook which points to geofenced search",
|
||||||
"arguments": [
|
"arguments": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user