DB migration & timer token

This commit is contained in:
2024-04-16 22:48:07 +02:00
parent 9da246e91e
commit 4e715ab1e1
8 changed files with 97 additions and 39 deletions

View File

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