Versions in this module Expand all Collapse all v0 v0.1.0 Jan 27, 2023 Changes in this version + var MissingTodoIdError = errors.New("missing ID") + var NoNeedBackupError = errors.New("current collection is the same as last backup. Skipping backup") + func InvalidTodoIdError(id int) error + func NoChangedTodoError(index int) error + func NoSetupError(err error) error + func ParentTodoNotFoundError(id int) error + func TodoItemHasChildrenError(index int, children int) error + func TodoNotFoundError(id int) error + type TodoException struct + CancelSaving bool + CancelSync bool + Err error + func NewException(err error) *TodoException + func (e *TodoException) Error() string