Files
tecamino-json_data/query.go
Adrian Zürcher 85bd8de2a2 add files
2025-04-25 18:56:27 +02:00

7 lines
119 B
Go

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