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