aboutsummaryrefslogtreecommitdiffstats
path: root/timetask
diff options
context:
space:
mode:
Diffstat (limited to 'timetask')
-rw-r--r--timetask/fields.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/timetask/fields.go b/timetask/fields.go
index f3bb27d..da2b37d 100644
--- a/timetask/fields.go
+++ b/timetask/fields.go
@@ -16,6 +16,16 @@ package timetask
// WorkTypes []WorkType `yaml:"work_types"`
// }
+type Project struct {
+ Client int
+ Project int
+ Module int
+ Task int
+ WorkType int
+ Time int
+ Billable bool
+}
+
// type Module struct {
// ID int
// Name string