mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
7 lines
154 B
Go
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"`
|
|
}
|