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