feat: add more sse events

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-03-06 11:01:38 +01:00
parent c76c681312
commit 9786be50ae
4 changed files with 43 additions and 13 deletions
+4
View File
@@ -26,6 +26,10 @@ import (
// all events we care about
var _registeredEvents = []events.Unmarshaller{
events.UploadReady{},
events.ItemTrashed{},
events.ItemRestored{},
events.ItemMoved{},
events.ContainerCreated{},
}
// Server is the entrypoint for the server command.