package types type Todo struct { Id int64 Start int64 Due int64 Text string Completed bool }