Files
opencloud/services/clientlog/pkg/service/events.go
2023-09-21 11:59:29 +02:00

7 lines
154 B
Go

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