Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the model of the dashboard component. It contains further components, which compose it. Model is similar to the tea.Model of the bubbletea package, but it is not the same as it does not implement the tea.Model interface. As a component, it returns itself in the Update method.
Click to show internal directories.
Click to hide internal directories.