package
0.0.0-20241118102409-f0965d73ebed
Repository: https://github.com/gotestbootcamp/go-todo-app.git
Documentation: pkg.go.dev

# Functions

Serialize decodes the object from its canonical bytestream representation.
Merge takes two todo items, merges them into a new Todo item..
New creates a new Todo with the given title and with sane defaults.
/ NewFromAPIv1 creates a new object from its corresponding API layer object.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Todo represent a todo item managed by the system.