mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-10 13:43:49 +02:00
7 lines
76 B
Go
7 lines
76 B
Go
package core
|
|
|
|
type TerminateEvent struct {
|
|
App App
|
|
IsRestart bool
|
|
}
|