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 78c7d6d commit d9a243dCopy full SHA for d9a243d
query.go
@@ -0,0 +1,10 @@
1
+package nestedset
2
+
3
+type (
4
+ // Query ::
5
+ Query struct {
6
+ Get string `json:"get"` // all|child|parent
7
+ NodeType int `json:"node_type"` //
8
+ NodeName string `json:"node_name"` //
9
+ }
10
+)
0 commit comments