Documentation ¶
Index ¶
- Variables
- func ConfigModel() tea.Model
- func DaemonModel() tea.Model
- func EditConfigModel() tea.Model
- func ReportModel() tea.Model
- func ResultModel() tea.Model
- func Run() error
- func SelectConfigModel() tea.Model
- func ValidationEndpointModel() tea.Model
- func ValidatorOutputModel() tea.Model
- type Model
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultKeyMap = keymap{ // contains filtered or unexported fields }
Functions ¶
func ConfigModel ¶
func DaemonModel ¶
func EditConfigModel ¶
func ReportModel ¶
func ResultModel ¶
func SelectConfigModel ¶
func ValidationEndpointModel ¶
func ValidatorOutputModel ¶
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func TuiModule ¶
func TuiModule() Model
TuiModule Creates the initial parent model and sets the rendering interval based on the tui.refresh config value
func (Model) Init ¶
Init Initializes the fileWatcher which monitors the daemons state and starts the renderingTrigger
Click to show internal directories.
Click to hide internal directories.