Skip to content

Commit 116ad43

Browse files
committed
update int to int32
1 parent d9a243d commit 116ad43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type (
44
// Query ::
55
Query struct {
66
Get string `json:"get"` // all|child|parent
7-
NodeType int `json:"node_type"` //
7+
NodeType int32 `json:"node_type"` //
88
NodeName string `json:"node_name"` //
99
}
1010
)

0 commit comments

Comments
 (0)