Documentation
¶
Index ¶
Constants ¶
View Source
const ( ToDo = "To Do" InProgress = "In Progress" Done = "Done" )
Variables ¶
This section is empty.
Functions ¶
func GetAvailableModules ¶
func GetAvailableModules() []string
Types ¶
type Module ¶
Module defines the interface for all modules.
func NewPlaceholder ¶
func NewPlaceholder() Module
type Placeholder ¶
type Placeholder struct {
// contains filtered or unexported fields
}
func (*Placeholder) Init ¶
func (m *Placeholder) Init() tea.Cmd
func (*Placeholder) View ¶
func (m *Placeholder) View() string
Click to show internal directories.
Click to hide internal directories.