add value to subscribtion
This commit is contained in:
@@ -6,6 +6,7 @@ type Subscribe struct {
|
|||||||
Uuid uuid.UUID `json:"uuid,omitempty"`
|
Uuid uuid.UUID `json:"uuid,omitempty"`
|
||||||
Path string `json:"path,omitempty"`
|
Path string `json:"path,omitempty"`
|
||||||
Depth uint `json:"depth,omitempty"`
|
Depth uint `json:"depth,omitempty"`
|
||||||
|
Value any `json:"value,omitempty"`
|
||||||
Drivers *Drivers `json:"drivers,omitempty"`
|
Drivers *Drivers `json:"drivers,omitempty"`
|
||||||
Driver string `json:"driver,omitempty"`
|
Driver string `json:"driver,omitempty"`
|
||||||
OnCreate bool `json:"onCreate,omitempty"`
|
OnCreate bool `json:"onCreate,omitempty"`
|
||||||
|
Reference in New Issue
Block a user