Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e742ba1d3 | ||
|
|
2dc3baca3c |
@@ -12,6 +12,7 @@ type Set struct {
|
||||
Value any `json:"value,omitempty"` // dbm value
|
||||
Rights Rights `json:"rights,omitempty"` // dbm read /write rights
|
||||
Create bool `json:"create,omitempty"` // dbm create new datapoint
|
||||
Rename bool `json:"rename,omitempty"`
|
||||
Updated bool `json:"-"`
|
||||
}
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ type Subscription struct {
|
||||
Path string `json:"path,omitempty"` // dbm path
|
||||
Depth uint `json:"depth,omitempty"` // depth of subscriptions from found path or uuid
|
||||
Value any `json:"value,omitempty"` // current value
|
||||
Rights Rights `json:"rights,omitempty"` // read /write rights
|
||||
HasChild bool `json:"hasChild,omitempty"` // inidicates path has child/ren
|
||||
Drivers *Drivers `json:"drivers,omitempty"` // assigned drivers
|
||||
Driver string `json:"driver,omitempty"` // driver type to assign this subscription
|
||||
|
||||
Reference in New Issue
Block a user