summaryrefslogtreecommitdiff
path: root/model/timer.go
blob: 4c81962fa30ab1752432cae18aade540c3e37d2a (plain)
1
2
3
4
5
6
7
8
9
package model

type Timer struct {
    Id          UUID
    Name        string
    StartTime   Time
    EndTime     Time
}