Files
tecamino-json_data/models/query.go
Adrian Zürcher 0d3161337f change datatype
2025-04-27 16:09:38 +02:00

7 lines
119 B
Go

package models
type Query struct {
Depth uint `json:"depth,omitempty"`
RegExp string `json:"regExp,omitempty"`
}