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