Documentation ¶ Index ¶ type ActiveTabMsg type Model func New() *Model func (model *Model) ActiveTabCmd() tea.Msg func (model *Model) Init() tea.Cmd func (model *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (model *Model) View() string type Tab Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ActiveTabMsg ¶ type ActiveTabMsg string type Model ¶ type Model struct { // contains filtered or unexported fields } func New ¶ func New() *Model func (*Model) ActiveTabCmd ¶ func (model *Model) ActiveTabCmd() tea.Msg 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 type Tab ¶ type Tab struct { ArtifactType, Label string } Source Files ¶ View all Source files tab.go Click to show internal directories. Click to hide internal directories.