Documentation
¶
Overview ¶
devtui/tui/csv2md/main.go
Index ¶
Constants ¶
View Source
const Title = "CSV to Markdown Table Converter"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSV2MDModel ¶
type CSV2MDModel struct {
ui.BasePagerModel
// contains filtered or unexported fields
}
func NewCSV2MDModel ¶
func NewCSV2MDModel(common *ui.CommonModel) CSV2MDModel
func (CSV2MDModel) Init ¶
func (m CSV2MDModel) Init() tea.Cmd
func (*CSV2MDModel) SetContent ¶
func (m *CSV2MDModel) SetContent(content string) error
func (CSV2MDModel) View ¶
func (m CSV2MDModel) View() string
Click to show internal directories.
Click to hide internal directories.