Protect timer operations with session
This commit is contained in:
@ -5,6 +5,7 @@ type Timer struct {
|
||||
Name string
|
||||
StartTime Time
|
||||
EndTime Time
|
||||
Owner UUID
|
||||
}
|
||||
|
||||
func (self Timer) IsFinished() bool {
|
||||
|
Reference in New Issue
Block a user