1 Commits

Author SHA1 Message Date
Adrian Zürcher
0d3161337f change datatype 2025-04-27 16:09:38 +02:00

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