Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72d0d56868 | ||
|
|
ea4461fd7e |
@@ -6,5 +6,6 @@ type Publish struct {
|
|||||||
Event string `json:"event,omitempty"`
|
Event string `json:"event,omitempty"`
|
||||||
Uuid uuid.UUID `json:"uuid,omitempty"`
|
Uuid uuid.UUID `json:"uuid,omitempty"`
|
||||||
Path string `json:"path,omitempty"`
|
Path string `json:"path,omitempty"`
|
||||||
|
Type Type `json:"type,omitempty"`
|
||||||
Value any `json:"value,omitempty"`
|
Value any `json:"value,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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