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