Documentation ¶ Index ¶ type Attribute type AttributesMsg type Model func New() *Model func (*Model) AttributesCmd(attributes []Attribute) tea.Cmd func (*Model) AttributesInitCmd() tea.Msg func (model *Model) Init() tea.Cmd 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 Attribute ¶ type Attribute struct { Key, Value string } type AttributesMsg ¶ type AttributesMsg []Attribute type Model ¶ type Model struct { // contains filtered or unexported fields } func New ¶ func New() *Model func (*Model) AttributesCmd ¶ func (*Model) AttributesCmd(attributes []Attribute) tea.Cmd func (*Model) AttributesInitCmd ¶ func (*Model) AttributesInitCmd() 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 Source Files ¶ View all Source files attribute.go Click to show internal directories. Click to hide internal directories.