Documentation ¶ Index ¶ type Model func NewModel(config config.Config, firstPage string) Model func (m Model) Init() tea.Cmd func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string type PageVisit Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { // contains filtered or unexported fields } func NewModel ¶ func NewModel(config config.Config, firstPage string) 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() string type PageVisit ¶ type PageVisit struct { PageName string Context interface{} } Source Files ¶ View all Source files ui.go Directories ¶ Show internal Expand all Path Synopsis components chart/histogram code gallery help listviewport page pane table tabs constants context pages glue iam lakeformation lambda rds s3 services styles Click to show internal directories. Click to hide internal directories.