package
Version:
v0.0.0-...-52a4bf4
Opens a new window with list of versions in this module.
Published: Mar 29, 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 {
ID primitive.ObjectID `bson: "_id, omitempty" json: "_id, omitempty"`
Task string `json: "task, omitempty"`
Status bool `json: "status, omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.