package
Version:
v0.0.0-...-d1e7407
Opens a new window with list of versions in this module.
Published: Dec 17, 2023
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.