package
Version:
v0.0.0-...-8a8e444
Opens a new window with list of versions in this module.
Published: Mar 10, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.