mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-24 13:58:12 -05:00
8 lines
203 B
Go
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"`
|
|
}
|