package
Version:
v0.0.0-...-ea2a801
Opens a new window with list of versions in this module.
Published: Jan 17, 2020
License: Apache-2.0
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 Task struct {
ID primitive.ObjectID `json:"_id,omitempty" bson:"_id,omitempty"`
Item string `json:"item,omitempty" bson:"item,omitempty"`
Completed bool `json:"completed,omitempty" bson:"completed,omitempty"`
}
Task : the base data structure for the todo app
Source Files
¶
Click to show internal directories.
Click to hide internal directories.