major change of websocket dbmHandler structure
This commit is contained in:
6
models/query.go
Normal file
6
models/query.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type Query struct {
|
||||
Depth int `json:"depth,omitempty"`
|
||||
RegExp string `json:"regExp,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user