This commit is contained in:
2024-04-10 00:14:11 +02:00
parent c60dd3357f
commit 49f7be2a35
10 changed files with 93 additions and 20 deletions

View File

@ -1,7 +1,9 @@
package model
type Timer struct {
Id UUID
Name string
Id UUID
Name string
StartTime Time
EndTime Time
}