Documentation
¶
Index ¶
- type ContentPackagesMsg
- type Item
- type ItemDelegate
- type Model
- func (*Model) ContentPackagesCmd() tea.Msg
- func (model *Model) Init() tea.Cmd
- func (model *Model) SelectedPackageAttributes() []attribute.Attribute
- func (model *Model) SelectedPackageID() *string
- func (model *Model) SelectedPackageWebUIURL() *url.URL
- func (model *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (model *Model) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentPackagesMsg ¶
type ContentPackagesMsg []api.ContentPackage
type ItemDelegate ¶
type ItemDelegate struct {
// contains filtered or unexported fields
}
func NewContentPackageItemDelegate ¶
func NewContentPackageItemDelegate() ItemDelegate
func (ItemDelegate) Height ¶
func (ItemDelegate) Height() int
func (ItemDelegate) Spacing ¶
func (ItemDelegate) Spacing() int
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) ContentPackagesCmd ¶
func (*Model) SelectedPackageAttributes ¶
func (*Model) SelectedPackageID ¶
func (*Model) SelectedPackageWebUIURL ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.