add files
This commit is contained in:
12
set.go
Normal file
12
set.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
type Set struct {
|
||||
Path string `json:"path"`
|
||||
Driver *Driver `json:"driver,omitempty"`
|
||||
Drivers *Drivers `json:"drivers,omitempty"`
|
||||
Type *Type `json:"type,omitempty"`
|
||||
Value any `json:"value,omitempty"`
|
||||
Rights *Rights `json:"rights,omitempty"`
|
||||
Create bool `json:"create,omitempty"`
|
||||
Updated bool `json:"-"`
|
||||
}
|
Reference in New Issue
Block a user