major change of websocket dbmHandler structure
This commit is contained in:
6
models/driver.go
Normal file
6
models/driver.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type Driver struct {
|
||||
Bus string
|
||||
Address int
|
||||
}
|
Reference in New Issue
Block a user