7 lines
119 B
Go
7 lines
119 B
Go
package models
|
|
|
|
type Query struct {
|
|
Depth uint `json:"depth,omitempty"`
|
|
RegExp string `json:"regExp,omitempty"`
|
|
}
|