Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LookupItem ¶
type LookupItem struct {
Value string // stored value (e.g. "1")
Display string // shown in picker list (e.g. "Local Conferences (LOCAL)")
}
LookupItem represents a selectable item in a lookup picker.
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the BubbleTea model for the config editor TUI.
func (Model) WithStartupMessage ¶ added in v0.5.0
WithStartupMessage sets the initial status-line message shown when the editor opens (e.g. "binkd.conf was missing - regenerated"). Opt-in like WithStartupSplash; cmd/config/main.go uses it for startup notices.
func (Model) WithStartupSplash ¶ added in v0.2.0
WithStartupSplash enables the ~2s startup art splash. Opt-in so tests that build via New are unaffected; cmd/config/main.go calls it for the real TUI.
Source Files
¶
- backdrop.go
- colors.go
- dialogs.go
- fields.go
- fields_areas.go
- fields_doors.go
- fields_events.go
- fields_ftn.go
- fields_ftn_wizard.go
- fields_protocols.go
- fields_qwkapi.go
- fields_security.go
- fields_security_defense.go
- fields_system.go
- fields_system_logging.go
- fields_system_network.go
- fields_system_setup.go
- fields_v3net.go
- fields_wizard.go
- fileio.go
- ftn_nodelist_lookup.go
- ftn_wizard_cmds.go
- ftn_wizard_events.go
- ftn_wizard_save.go
- ftn_wizard_state.go
- list_nav.go
- model.go
- update_category.go
- update_ftn_area_browser.go
- update_ftn_network_browser.go
- update_ftn_wizard.go
- update_picker.go
- update_records.go
- update_records_edit.go
- update_records_field.go
- update_records_reorder.go
- update_reorder.go
- update_save.go
- update_syscfg.go
- update_v3net_area_browser.go
- update_v3net_hub_areas.go
- update_v3net_identity.go
- update_v3net_nodes.go
- update_v3net_registry_browser.go
- update_v3net_wizard.go
- update_v3net_wizard_hub.go
- update_wizard_form.go
- v3net_area_browser_cmds.go
- v3net_area_browser_helpers.go
- v3net_identity_helpers.go
- v3net_nodes_cmds.go
- v3net_registry_browser_cmds.go
- view.go
- view_category.go
- view_ftn_area_browser.go
- view_ftn_network_browser.go
- view_ftn_wizard.go
- view_list.go
- view_list_box.go
- view_picker.go
- view_record.go
- view_system.go
- view_v3net_area_browser.go
- view_v3net_hub_areas.go
- view_v3net_identity.go
- view_v3net_nodes.go
- view_v3net_registry_browser.go
- view_v3net_wizard.go
- view_wizard_form.go
Click to show internal directories.
Click to hide internal directories.