package
Version:
v0.0.0-...-9d2db95
Opens a new window with list of versions in this module.
Published: Apr 5, 2020
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 {
ID int `db:"id" bson:"id" json:"id"`
Content string `db:"content" bson:"content" json:"content"`
CreatedAt time.Time `db:"created_at" bson:"created_at" json:"createdAt"`
Completed bool `db:"completed" bson:"completed" json:"completed"`
}
Todo Model for todo
Source Files
¶
Click to show internal directories.
Click to hide internal directories.