Versions in this module Expand all Collapse all v1 v1.0.2 Nov 26, 2025 v1.0.1 Nov 24, 2025 v1.0.0 Nov 24, 2025 Changes in this version + type TUIModel struct + Client *nfs.NFSClient + Output []string + func InitialModel(client *nfs.NFSClient) TUIModel + func (m TUIModel) Init() tea.Cmd + func (m TUIModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m TUIModel) View() string