Documentation ¶ Index ¶ func ApplyPalette(p panels.Palette) func Start(d *node.Diff, theme string, version string) error type Model func NewModel(d *node.Diff, version string) Model func (m Model) Init() tea.Cmd func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ApplyPalette ¶ func ApplyPalette(p panels.Palette) func Start ¶ func Start(d *node.Diff, theme string, version string) error Types ¶ type Model ¶ type Model struct { ReloadRequest bool // contains filtered or unexported fields } func NewModel ¶ func NewModel(d *node.Diff, version string) Model func (Model) Init ¶ func (m Model) Init() tea.Cmd func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string Source Files ¶ View all Source files app.gomodel.gopicker.gostyles.go Directories ¶ Show internal Expand all Path Synopsis panels Click to show internal directories. Click to hide internal directories.