add new paramter rename to set
This commit is contained in:
@@ -12,6 +12,7 @@ type Set struct {
|
|||||||
Value any `json:"value,omitempty"` // dbm value
|
Value any `json:"value,omitempty"` // dbm value
|
||||||
Rights Rights `json:"rights,omitempty"` // dbm read /write rights
|
Rights Rights `json:"rights,omitempty"` // dbm read /write rights
|
||||||
Create bool `json:"create,omitempty"` // dbm create new datapoint
|
Create bool `json:"create,omitempty"` // dbm create new datapoint
|
||||||
|
Rename bool `json:"rename,omitempty"`
|
||||||
Updated bool `json:"-"`
|
Updated bool `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user