mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 03:52:26 +01:00
7 lines
76 B
Go
7 lines
76 B
Go
package core
|
|
|
|
type TerminateEvent struct {
|
|
App App
|
|
IsRestart bool
|
|
}
|