mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-22 11:09:02 -05:00
@@ -32,6 +32,7 @@ var _registeredEvents = []events.Unmarshaller{
|
||||
events.ContainerCreated{},
|
||||
events.FileLocked{},
|
||||
events.FileUnlocked{},
|
||||
events.FileTouched{},
|
||||
}
|
||||
|
||||
// Server is the entrypoint for the server command.
|
||||
|
||||
@@ -147,6 +147,8 @@ func (cl *ClientlogService) processEvent(event events.Event) {
|
||||
p("file-locked", e.Ref)
|
||||
case events.FileUnlocked:
|
||||
p("file-unlocked", e.Ref)
|
||||
case events.FileTouched:
|
||||
p("file-touched", e.Ref)
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user