diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-16 22:48:07 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-16 22:48:07 +0200 |
commit | 4e715ab1e1053698c3eb02c13cc726ce9bd26667 (patch) | |
tree | af79d71fe9b02397d2330762e4af9902603abd8b /model | |
parent | 9da246e91e7143536973bd9cfd1f11f4a6578f3b (diff) |
DB migration & timer token
Diffstat (limited to 'model')
-rw-r--r-- | model/timer.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/model/timer.go b/model/timer.go index 1420be5..27e46da 100644 --- a/model/timer.go +++ b/model/timer.go @@ -6,6 +6,7 @@ type Timer struct { StartTime Time EndTime Time Owner UUID + Token string } func (self Timer) IsFinished() bool { |