Documentation
¶
Index ¶
Constants ¶
View Source
const Title = "CSV to JSON Converter"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVJsonModel ¶
type CSVJsonModel struct {
ui.BasePagerModel
}
func NewCSVJsonModel ¶
func NewCSVJsonModel(common *ui.CommonModel) CSVJsonModel
func (CSVJsonModel) Init ¶
func (m CSVJsonModel) Init() tea.Cmd
func (*CSVJsonModel) SetContent ¶
func (m *CSVJsonModel) SetContent(content string) error
func (CSVJsonModel) View ¶
func (m CSVJsonModel) View() string
Click to show internal directories.
Click to hide internal directories.