package models type Todo struct { Id int64 Name string Done bool }