1 Commits

Author SHA1 Message Date
Adrian Zürcher
72d0d56868 add type for type conversion 2025-04-29 08:16:45 +02:00

View File

@@ -6,5 +6,6 @@ type Publish struct {
Event string `json:"event,omitempty"`
Uuid uuid.UUID `json:"uuid,omitempty"`
Path string `json:"path,omitempty"`
Type Type `json:"type,omitempty"`
Value any `json:"value,omitempty"`
}