Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Todo ¶
type Todo struct { mgm.DefaultModel `bson:",inline"` Title string `json:"title" bson:"title"` Description string `json:"description" bson:"description"` Done bool `json:"done" bson:"done"` }
Todo is the model that defines a todo entry
Click to show internal directories.
Click to hide internal directories.