mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-13 15:13:51 +02:00
feat:#10 added new minimal backend
This commit is contained in:
6
datamanager/backend/core/events.go
Normal file
6
datamanager/backend/core/events.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package core
|
||||
|
||||
type TerminateEvent struct {
|
||||
App App
|
||||
IsRestart bool
|
||||
}
|
Reference in New Issue
Block a user