Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IterateStructFields ¶
func IterateStructFields(structInput interface{}) []string
Types ¶
type ItemCollectionEditor ¶
type ItemCollectionEditor struct { Width int // The width is for the whole control, giving the tree view the left half (so half this value) Height int Tree *teatree.Tree // contains filtered or unexported fields }
func NewEditor ¶
func NewEditor() *ItemCollectionEditor
func (*ItemCollectionEditor) Init ¶
func (ice *ItemCollectionEditor) Init() tea.Cmd
func (*ItemCollectionEditor) View ¶
func (ice *ItemCollectionEditor) View() string
Click to show internal directories.
Click to hide internal directories.