aboutsummaryrefslogtreecommitdiffstats
path: root/timetask/time_entry.go
diff options
context:
space:
mode:
Diffstat (limited to 'timetask/time_entry.go')
-rw-r--r--timetask/time_entry.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/timetask/time_entry.go b/timetask/time_entry.go
index 6dfb787..f78753a 100644
--- a/timetask/time_entry.go
+++ b/timetask/time_entry.go
@@ -8,6 +8,7 @@ type TimeEntry struct {
Task string
WorkType string `yaml:"work_type"`
Date time.Time
+ Time uint
Billable bool
Description string
}