Documentation ¶ Index ¶ type CrdModel func InitCRDModel() *CrdModel func (m *CrdModel) Init() tea.Cmd func (m *CrdModel) Next() (model.Model, tea.Cmd) func (m *CrdModel) SetPreModel(preModel model.Model) func (m *CrdModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m *CrdModel) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CrdModel ¶ type CrdModel struct { // contains filtered or unexported fields } func InitCRDModel ¶ func InitCRDModel() *CrdModel func (*CrdModel) Init ¶ func (m *CrdModel) Init() tea.Cmd func (*CrdModel) Next ¶ func (m *CrdModel) Next() (model.Model, tea.Cmd) func (*CrdModel) SetPreModel ¶ func (m *CrdModel) SetPreModel(preModel model.Model) func (*CrdModel) Update ¶ func (m *CrdModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (*CrdModel) View ¶ func (m *CrdModel) View() string Source Files ¶ View all Source files crd.go css.go Click to show internal directories. Click to hide internal directories.