Documentation ¶
Index ¶
- type Build
- type BuildParams
- type Model
- func (m *Model) Blur()
- func (m *Model) Focus()
- func (m Model) Height() int
- func (m Model) Init() tea.Cmd
- func (m Model) Resources() []resource.Resource
- func (m *Model) SelectedResource() resource.Resource
- func (m *Model) SetDimensions(width, height int)
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m *Model) UpdateResources(resources []resource.Resource)
- func (m Model) View() string
- func (m Model) Width() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildParams ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func Table ¶
func Table(state ui.ApplicationState) Model
func (*Model) SelectedResource ¶
func (*Model) SetDimensions ¶
func (*Model) UpdateResources ¶
Click to show internal directories.
Click to hide internal directories.