mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-18 20:42:26 +01: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