We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a243d commit 116ad43Copy full SHA for 116ad43
query.go
@@ -4,7 +4,7 @@ type (
4
// Query ::
5
Query struct {
6
Get string `json:"get"` // all|child|parent
7
- NodeType int `json:"node_type"` //
+ NodeType int32 `json:"node_type"` //
8
NodeName string `json:"node_name"` //
9
}
10
)
0 commit comments