chore(export): remove unused events

This commit is contained in:
kolaente 2023-01-12 22:55:22 +01:00
parent 6948648e62
commit 31553ef11d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 10 deletions

View File

@ -21,16 +21,6 @@ import (
"code.vikunja.io/web"
)
// DataExportRequestEvent represents a DataExportRequestEvent event
type DataExportRequestEvent struct {
User *user.User
}
// Name defines the name for DataExportRequestEvent
func (t *DataExportRequestEvent) Name() string {
return "user.export.request"
}
/////////////////
// Task Events //
/////////////////