change datatype

This commit is contained in:
Adrian Zürcher
2025-04-27 16:09:38 +02:00
parent 240f4fb3e7
commit 0d3161337f

View File

@@ -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"`
} }