aboutsummaryrefslogtreecommitdiffstats
path: root/timetask/profile.go
diff options
context:
space:
mode:
Diffstat (limited to 'timetask/profile.go')
-rw-r--r--timetask/profile.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/timetask/profile.go b/timetask/profile.go
new file mode 100644
index 0000000..9267ee6
--- /dev/null
+++ b/timetask/profile.go
@@ -0,0 +1,5 @@
+package timetask
+
+type Profile struct {
+ PersonID int `toml:"person_id"`
+}