Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncStringModel ¶
type AsyncStringModel struct {
LoadingMsg string
// contains filtered or unexported fields
}
func NewAsyncStringModel ¶
func NewAsyncStringModel(outputFunc func() (string, error)) AsyncStringModel
func (AsyncStringModel) Init ¶
func (m AsyncStringModel) Init() tea.Cmd
func (AsyncStringModel) View ¶
func (m AsyncStringModel) View() string
type StringModel ¶
type StringModel string
func NewStringModel ¶
func NewStringModel(output string) StringModel
func (StringModel) Init ¶
func (m StringModel) Init() tea.Cmd
func (StringModel) View ¶
func (m StringModel) View() string
Click to show internal directories.
Click to hide internal directories.