major change of websocket dbmHandler structure
This commit is contained in:
8
models/set.go
Normal file
8
models/set.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
type Set struct {
|
||||
Path string `json:"path"`
|
||||
Driver *Driver `json:"driver,omitempty"`
|
||||
Value any `json:"value,omitempty"`
|
||||
Create bool `json:"create,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user