Documentation ¶ Index ¶ Constants func Start() error type Model func NewModel() *Model func (model Model) Init() tea.Cmd func (model Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (model Model) View() string Constants ¶ View Source const ( PackagesPane = iota ArtifactsPane AttributesPane NoPane ) Variables ¶ This section is empty. Functions ¶ func Start ¶ func Start() error Types ¶ type Model ¶ type Model struct { // contains filtered or unexported fields } func NewModel ¶ func NewModel() *Model func (Model) Init ¶ func (model Model) Init() tea.Cmd func (Model) Update ¶ func (model Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ func (model Model) View() string Source Files ¶ View all Source files ui.go Directories ¶ Show internal Expand all Path Synopsis common err keymap styles components artifactspane/integrationartifact artifactspane/tab attributespane/attribute packagespane/contentpackage statusbar titlebar tools browser Click to show internal directories. Click to hide internal directories.