Files
timer/model/timer.go
2024-04-08 23:23:23 +02:00

8 lines
81 B
Go

package model
type Timer struct {
Id UUID
Name string
}