Versions in this module Expand all Collapse all v0 v0.0.420 Apr 21, 2023 Changes in this version + type Config struct + CopySavePath bool + HTTPAuth string + HostPort string + LogoColor string + Namespace string + SHA string + TLS TLSConfig + UpdateSeconds time.Duration + Version string + type Model struct + func InitialModel(c Config) Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string + type TLSConfig struct + CACert string + CAPath string + ClientCert string + ClientKey string + ServerName string + SkipVerify bool