add new lights, add login and role to it, add services page
This commit is contained in:
9
backend/models/drivers.go
Normal file
9
backend/models/drivers.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
type Drivers struct {
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
ExecutablePath string `json:"executablePath,omitempty"`
|
||||
WorkingDirectory string `json:"workingDirectory,omitempty"`
|
||||
Arguments []string `json:"arguments,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user