Documentation ¶ Index ¶ Constants func DownsampleMouseEvents(_ tea.Model, msg tea.Msg) tea.Msg type Model func New(client types.Client) *Model func (m Model) Init() tea.Cmd func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m *Model) View() tea.View Constants ¶ View Source const ( MinWinHeight = 13 MinWinWidth = 45 ) Absolute minimum window size. If below this size, we display a message. Variables ¶ This section is empty. Functions ¶ func DownsampleMouseEvents ¶ func DownsampleMouseEvents(_ tea.Model, msg tea.Msg) tea.Msg Types ¶ type Model ¶ type Model struct { // contains filtered or unexported fields } func New ¶ func New(client types.Client) *Model func (Model) Init ¶ func (m Model) Init() tea.Cmd func (*Model) Update ¶ func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (*Model) View ¶ func (m *Model) View() tea.View Source Files ¶ View all Source files tui.go Directories ¶ Show internal Expand all Path Synopsis components _template confirmable dialogselector errorview loader shorthelp statusbar statusbar/filterelement statusbar/statuselement statusbar/vaultelement table textarea titlebar viewport dialogs _template alert commander confirm genericcode help textarea pages aclpolicies configstate genericcode kvv2versions kvviewsecret mounts raftconfig recursivesecrets secretwalker state styles Click to show internal directories. Click to hide internal directories.