package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Oct 2, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Component struct {
}
Component represents the todo display component
NewComponent creates a new todo component
Render renders the todo component
SetSize sets the component width
SetTodos sets the todo builtin call, handles create_todo, create_todos, update_todo
type Todo struct {
ID string `json:"id"`
Description string `json:"description"`
Status string `json:"status"`
}
Todo represents a single todo item
Source Files
¶
Click to show internal directories.
Click to hide internal directories.