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