Files
tecamino-json_data/models/query.go
2025-04-26 23:14:50 +02:00

7 lines
119 B
Go

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