From eabd0e769c2bfef7a7aa748d794675d3ff7a920b Mon Sep 17 00:00:00 2001 From: Julian T Date: Fri, 24 May 2024 21:44:05 +0200 Subject: Add tasks --- model.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'model.go') diff --git a/model.go b/model.go index b6d5c79..96be9e4 100644 --- a/model.go +++ b/model.go @@ -15,6 +15,13 @@ type Entry struct { Comment string } +type Task struct { + Id int + Group *string + Ident *string + Text string +} + type Date string type Time string -- cgit v1.2.3