add create and has child parameter
This commit is contained in:
@@ -11,6 +11,7 @@ type Set struct {
|
||||
Type Type `json:"type,omitempty"` // dbm datatype
|
||||
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
|
||||
Updated bool `json:"-"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user