change datatype
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
package models
|
package models
|
||||||
|
|
||||||
type Query struct {
|
type Query struct {
|
||||||
Depth int `json:"depth,omitempty"`
|
Depth uint `json:"depth,omitempty"`
|
||||||
RegExp string `json:"regExp,omitempty"`
|
RegExp string `json:"regExp,omitempty"`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user