Files
opencloud/services/clientlog/pkg/service/events.go
2023-11-21 12:19:36 +01:00

8 lines
203 B
Go

package service
// FileReadyEvent is emitted when the postprocessing of a file is finished
type FileReadyEvent struct {
ParentItemID string `json:"parentitemid"`
ItemID string `json:"itemid"`
}