Versions in this module Expand all Collapse all v1 v1.0.0 Nov 26, 2023 Changes in this version + const RCInitStep + const RCLoadingStep + const RCNameStep + type RuntimeCreateModel struct + Creator RuntimeCreator + Name string + Path string + func InitRuntimeCreateModel(m *RuntimeCreateModel) *RuntimeCreateModel + func (m RuntimeCreateModel) Init() tea.Cmd + func (m RuntimeCreateModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m RuntimeCreateModel) View() string + type RuntimeCreateResponse struct + Err error + Runtime *api.Runtime + type RuntimeCreateResponseMsg struct + Resp *RuntimeCreateResponse + type RuntimeCreator interface + Create func(name string, path string) tea.Cmd + type RuntimeListModel struct + Lister RuntimeLister + func InitRuntimeListModel(m *RuntimeListModel) *RuntimeListModel + func (m RuntimeListModel) Init() tea.Cmd + func (m RuntimeListModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m RuntimeListModel) View() string + type RuntimeListResponse struct + Err error + Runtimes []api.Runtime + type RuntimeListResponseMsg struct + Resp *RuntimeListResponse + type RuntimeLister interface + List func() tea.Cmd