Protect timer operations with session

This commit is contained in:
2024-04-15 23:59:00 +02:00
parent 3d507d36ea
commit 9da246e91e
6 changed files with 86 additions and 54 deletions

View File

@ -5,6 +5,7 @@ type Timer struct {
Name string
StartTime Time
EndTime Time
Owner UUID
}
func (self Timer) IsFinished() bool {