Documentation ¶
Index ¶
Constants ¶
View Source
const ( RCInitStep = 0 RCNameStep = iota RCLoadingStep = iota )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeCreateModel ¶
type RuntimeCreateModel struct { Name string Path string Creator RuntimeCreator // contains filtered or unexported fields }
func InitRuntimeCreateModel ¶
func InitRuntimeCreateModel(m *RuntimeCreateModel) *RuntimeCreateModel
func (RuntimeCreateModel) Init ¶
func (m RuntimeCreateModel) Init() tea.Cmd
func (RuntimeCreateModel) View ¶
func (m RuntimeCreateModel) View() string
type RuntimeCreateResponse ¶
type RuntimeCreateResponseMsg ¶
type RuntimeCreateResponseMsg struct {
Resp *RuntimeCreateResponse
}
type RuntimeListModel ¶
type RuntimeListModel struct { Lister RuntimeLister // contains filtered or unexported fields }
func InitRuntimeListModel ¶
func InitRuntimeListModel(m *RuntimeListModel) *RuntimeListModel
func (RuntimeListModel) Init ¶
func (m RuntimeListModel) Init() tea.Cmd
func (RuntimeListModel) View ¶
func (m RuntimeListModel) View() string
type RuntimeListResponse ¶
type RuntimeListResponseMsg ¶
type RuntimeListResponseMsg struct {
Resp *RuntimeListResponse
}
type RuntimeLister ¶
Click to show internal directories.
Click to hide internal directories.